Template:Film

Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
[edit] Template documentation

The {{Film}} template is a metatemplate that uses the information stored in film templates. It can use different styles to

  • display a film name and additional information inline,
  • display an entry in a filmography,
  • display a whole infobox for the film.

For a guide how to create a film template so that you can use it together with {{Film}}, see Boobpedia:New film.

Inline

Usage

To mention a film in an article's text, use {{Film}} without the style parameter. You can set year and/or director to display additional data. There are no restrictions to the use of the inline style. The template can be placed anywhere within the text of an article.

Examples

Non-existing film:

  • {{film|Non-existing film|year=1|director=1}} gives Non-existing film.

If a template for "Non-existing film" is created some day, the full data will be displayed like in the above examples.

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.

Infobox (style = infobox)

Usage

To display an infobox for a film, set the style parameter to infobox. If used with the infobox style, the template should only be placed at the very top of an article - just where you would normally write the code for the infobox.

You will never have to edit the infobox on your article page. As soon as the data in the film's template is changed, you article will display the new data in the infobox.

Example

{{film|Supervixens|style=infobox}}

creates an infobox for Supervixens on your page.

Changing film data

Please note that {{Film}} does not store any information about a single film itself. It is only a metatemplate that uses the specific container templates to display the desired data.

If you want to change the data of a film (for example if you want to add a person to the cast), go to the film's own data container template and change it.

Example

To change data of Supervixens,

  • go to Category:Film templates;
  • choose Template:Supervixens and click on the edit tab;
  • follow the instructions given in the section If you want to change film data:.

See also