Template:Film: Difference between revisions

From Asian Canadian Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
|-
|-
! Producer
! Producer
| {{#arraymap:{{{Producer}}}|,|x|[[Producer::x]] |<nowiki> </nowiki>}}
| {{ #if:{{{Producer|}}}|{{#arraymap:{{{Producer}}}|,|x|[[Producer::x]] |<nowiki> </nowiki>}} }}
|-
|-
! Year
! Year
Line 29: Line 29:
|-
|-
! Genre
! Genre
| {{#arraymap:{{{Genre}}}|,|x|[[Genre::x]] |<nowiki> </nowiki>}}
| {{ #if:{{{Genre|}}}|{{#arraymap:{{{Genre}}}|,|x|[[Genre::x]] |<nowiki> </nowiki>}} }}
|-
|-
! Source
! Source
Line 35: Line 35:
|-
|-
! Language
! Language
| {{#arraymap:{{{Language}}}|,|x|[[Language::x]] |<nowiki> </nowiki>}}
| {{ #if:{{{Language|}}}|{{#arraymap:{{{Language}}}|,|x|[[Language::x]] |<nowiki> </nowiki>}} }}
|-
|-
! Description
! Description

Revision as of 15:11, 5 August 2015

This is the "Film" template. It should be called in the following format:

{{Film
|Director=
|Producer=
|Year=
|Length=
|Genre=
|Source=
|Language=
|Description=
}}

Edit the page to see the template text.