Difference between revisions of "Template:Infobox film"

From Surfing Wiki
Jump to navigation Jump to search
Line 47: Line 47:
{{!}} '''Release dates'''
{{!}} '''Release dates'''
{{!}} {{{release_dates|}}} }}
{{!}} {{{release_dates|}}} }}
{{#if: {{{release_date|}}}|
{{!}} '''Release date'''
{{!}} {{{release_date|}}} }}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
{{#if: {{{running_time|}}}|
{{#if: {{{running_time|}}}|
Line 55: Line 58:
{{!}} '''Country'''
{{!}} '''Country'''
{{!}} {{{country|}}} }}
{{!}} {{{country|}}} }}
{{#if: {{{location|}}}|
{{!}} '''Location'''
{{!}} {{{location|}}} }}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
{{#if: {{{language|}}}|
{{#if: {{{language|}}}|
Line 72: Line 78:
* Everything is optional except directed_by
* Everything is optional except directed_by
* you can add a "name" and "image". Fill these values if the PAGENAME macro is not adequate (if the page name has a disambig qualifier for example)
* you can add a "name" and "image". Fill these values if the PAGENAME macro is not adequate (if the page name has a disambig qualifier for example)
* Deprecated params: country (use ''location now''), release_dates (use ''release_date'' now).
<pre>
<pre>
{{Infobox film
{{Infobox film
Line 84: Line 91:
| production_company =  
| production_company =  
| distributed_by    =  
| distributed_by    =  
| release_dates      =  
| release_date      =  
| running_time      =  
| running_time      =  
| country            =  
| location          =  
| language          =  
| language          =  
| budget            =  
| budget            =  

Revision as of 08:31, 24 February 2015

Infobox film
File:Infobox film.png
Directed by {{{directed_by}}}

Usage:

  • Everything is optional except directed_by
  • you can add a "name" and "image". Fill these values if the PAGENAME macro is not adequate (if the page name has a disambig qualifier for example)
  • Deprecated params: country (use location now), release_dates (use release_date now).
{{Infobox film
| directed_by        = 
| produced_by        = 
| written_by         = 
| starring           = 
| narrated_by        = 
| music_by           = 
| cinematography     = 
| edited_by          = 
| production_company = 
| distributed_by     = 
| release_date       = 
| running_time       = 
| location           = 
| language           = 
| budget             = 
| box_office         = 
}}