Template:Filmography start/doc: Difference between revisions
(New page: {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Filmography === Together with the {{tl|film}} template, {{tl|filmography start}} and...) |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
== Filmography == | |||
Together with the {{tl|film}} template, {{tl|filmography start}} and {{filmography end}} can be used to create filmographies with a unified layout and format. | Together with the {{tl|film}} template, {{tl|filmography start}} and {{tl|filmography end}} can be used to create filmographies with a unified layout and format. | ||
<includeonly> | === Simple filmography (style = list) === | ||
; Usage | |||
To create a simple filmography without "Director" and "Starring" columns, | |||
* {{tl|filmography start}}: do nothing. The default style is ''list'', so no '''style''' parameter is needed, | |||
* {{tl|film}}: set the '''style''' parameter to ''list''. | |||
;Example | |||
<code><nowiki>{{filmography start}}</nowiki><br><nowiki> | |||
{{film|Supervixens|style=list}}</nowiki><br><nowiki> | |||
{{filmography end}}</nowiki></code> | |||
gives | |||
{{filmography start}} | |||
{{film|Supervixens|style=list}} | |||
{{filmography end}} | |||
=== Full filmography (style = listfull) === | |||
; Usage | |||
To create a full filmography including "Director" and "Starring" columns, | |||
* {{tl|filmography start}}: set the '''style''' parameter to ''listfull'', | |||
* {{tl|film}}: set the '''style''' parameter to ''listfull''. | |||
;Example | |||
<code><nowiki>{{filmography start|style=listfull}}</nowiki><br><nowiki> | |||
{{film|Supervixens|style=listfull}}</nowiki><br><nowiki> | |||
{{filmography end}}</nowiki></code> | |||
gives | |||
{{filmography start|style=listfull}} | |||
{{film|Supervixens|style=listfull}} | |||
{{filmography end}} | |||
=== Creating filmographies without film templates === | |||
You may want to use the predefined filmography style without having to create a template for each single film. You can do so by specifying the parameters manually. | |||
;Example | |||
<code><nowiki>{{filmography start|style=listfull}}</nowiki><br><nowiki> | |||
{{film|Example film|style=listfull|image=NoImageAvailable.png|released=[[March 19]], [[2008]]|company=Boobpedia films|starring=Actress|director=Director|notes=Notes}}</nowiki><br><nowiki> | |||
{{filmography end}}</nowiki></code> | |||
gives | |||
{{filmography start|style=listfull}} | |||
{{film|Example film|style=listfull||image=NoImageAvailable.png|released=[[March 19]], [[2008]]|company=Boobpedia films|starring=Actress|director=Director|notes=Notes}} | |||
{{filmography end}} | |||
As soon as a template is created for "Example film" some day, the title will turn into a link and all data you specified manually will be overridden by the data of the new film template. So even if a film template did not exist at the time you wrote the filmography, you will not have to edit your filmography later. It will automatically import the data from the film template.<includeonly> | |||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
</includeonly> | </includeonly> | ||
Latest revision as of 22:41, 3 August 2008
Filmography
Together with the {{Film}} template, {{Filmography start}} and {{Filmography end}} can be used to create filmographies with a unified layout and format.
Simple filmography (style = list)
- Usage
To create a simple filmography without "Director" and "Starring" columns,
- {{Filmography start}}: do nothing. The default style is list, so no style parameter is needed,
- {{Film}}: set the style parameter to list.
- Example
{{filmography start}}
{{film|Supervixens|style=list}}
{{filmography end}}
gives
| Title | Released | Company | Notes | |
|---|---|---|---|---|
| Supervixens | April 2, 1975 |
Full filmography (style = listfull)
- Usage
To create a full filmography including "Director" and "Starring" columns,
- {{Filmography start}}: set the style parameter to listfull,
- {{Film}}: set the style parameter to listfull.
- Example
{{filmography start|style=listfull}}
{{film|Supervixens|style=listfull}}
{{filmography end}}
gives
| Title | Released | Company | Director | Starring | Notes | |
|---|---|---|---|---|---|---|
| Supervixens | April 2, 1975 | Russ Meyer | Ann Marie, Christy Hartburg, Deborah McGuire, Shari Eubank, Sharon Kelly, Uschi Digard |
Creating filmographies without film templates
You may want to use the predefined filmography style without having to create a template for each single film. You can do so by specifying the parameters manually.
- Example
{{filmography start|style=listfull}}
{{film|Example film|style=listfull|image=NoImageAvailable.png|released=[[March 19]], [[2008]]|company=Boobpedia films|starring=Actress|director=Director|notes=Notes}}
{{filmography end}}
gives
| Title | Released | Company | Director | Starring | Notes | |
|---|---|---|---|---|---|---|
| Example film | March 19, 2008 | Boobpedia films | Director | Actress | Notes |
As soon as a template is created for "Example film" some day, the title will turn into a link and all data you specified manually will be overridden by the data of the new film template. So even if a film template did not exist at the time you wrote the filmography, you will not have to edit your filmography later. It will automatically import the data from the film template.