Template:FILM: Difference between revisions
Jump to navigation
Jump to search
King Horror (talk | contribs) (Created page with "<includeonly>{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image}}}}}}|content={{Infobox/row|Photo|{{{caption1|}}}}}{{Infobox/row|Release Date|{{{released|}}}}}{{Infobox/row|Production Company|{{{produced|}}}}}{{Infobox/row|Directed by|{{{director|}}}}}{{Infobox/row|Country of Origin|{{{country|}}}}}{{Infobox/row|Budget|{{{budget|}}}}}{{Infobox/row|Box Office|{{{boxoffice|}}}}}{{Infobox/row|Starring|{{{starring|}}}}}{{Infobox/row|IMDB Rating|{{...") |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Infobox|title= | <includeonly>{{Infobox|title={{{title|{{PAGENAME}}}}}|image={{{image}}}|caption={{{caption|}}}|content={{Infobox/row|Release Date|{{{released|}}}}}{{Infobox/row|Production Company|{{{producer|}}}}}{{Infobox/row|Directed by|{{{director|}}}}}{{Infobox/row|Country of Origin|{{{country|}}}}}{{Infobox/row|Budget|{{{budget|}}}}}{{Infobox/row|Box Office|{{{boxoffice|}}}}}{{Infobox/row-ext|template-film-row-starring|Starring|{{{starring|}}}}}{{Infobox/row|IMDB Rating|{{{imdb|}}}}}{{Infobox/row|Rotten Tomatoes Score|{{{rt|}}}}}{{Infobox/row|Episodes|{{{episodes|}}}}}}}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
"description": "The film title. Defaults to the page name", | |||
"description": "The | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"image": { | "image": { | ||
"description": "The image to show for the film", | |||
"description": "The image to show | |||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true | "required": true | ||
}, | }, | ||
"released": { | "released": { | ||
"description": "When this | "description": "When this film was released" | ||
}, | }, | ||
"producer": { | "producer": { | ||
"description": " | "description": "Who produced the film" | ||
}, | }, | ||
"director": { | |||
"description": " | "description": "Who directed it" | ||
}, | }, | ||
"country": { | "country": { | ||
"description": " | "description": "Where it was produced", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"budget": { | "budget": { | ||
"description": " | "description": "The film’s budget" | ||
}, | }, | ||
"boxoffice": { | |||
"description": " | "description": "Box office" | ||
}, | }, | ||
"starring": { | |||
"description": " | "description": "Who starred in this film" | ||
}, | }, | ||
"imdb": { | |||
"description": " | "description": "IMDB rating of the film" | ||
}, | |||
"rt": { | |||
"description": "Rotten Tomatoes score" | |||
}, | |||
"caption": { | |||
"description": "Caption below the image", | |||
"type": "string" | |||
}, | }, | ||
"episodes": { | |||
"description": " | "description": "How many episodes are there if this is a series" | ||
} | } | ||
}, | }, | ||
"description": "Template used | "description": "Template used for films.", | ||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"caption", | |||
"released", | |||
"producer", | |||
"director", | |||
"country", | |||
"budget", | |||
"boxoffice", | |||
"starring", | |||
"imdb", | |||
"rt", | |||
"episodes" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 22:24, 25 July 2024
Template used for films.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | The film title. Defaults to the page name | String | optional |
image | image | The image to show for the film | File | required |
caption | caption | Caption below the image | String | optional |
released | released | When this film was released | Unknown | optional |
producer | producer | Who produced the film | Unknown | optional |
director | director | Who directed it | Unknown | optional |
country | country | Where it was produced | Page name | optional |
budget | budget | The film’s budget | Unknown | optional |
boxoffice | boxoffice | Box office | Unknown | optional |
starring | starring | Who starred in this film | Unknown | optional |
imdb | imdb | IMDB rating of the film | Unknown | optional |
rt | rt | Rotten Tomatoes score | Unknown | optional |
episodes | episodes | How many episodes are there if this is a series | Unknown | optional |