Template:FILM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user 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": { | "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": { | "boxoffice": { | ||
"description": " | "description": "Box office" | ||
}, | }, | ||
"starring": { | "starring": { | ||
"description": " | "description": "Who starred in this film" | ||
}, | }, | ||
"imdb": { | "imdb": { | ||
"description": " | "description": "IMDB rating of the film" | ||
}, | }, | ||
"rt": { | "rt": { | ||
"description": " | "description": "Rotten Tomatoes score" | ||
}, | }, | ||
"caption": { | "caption": { | ||
"description": "Caption below the image", | "description": "Caption below the image", | ||
"type": "string" | "type": "string" | ||
}, | |||
"episodes": { | |||
"description": "How many episodes are there if this is a series" | |||
} | } | ||
}, | }, | ||
Line 71: | Line 62: | ||
"imdb", | "imdb", | ||
"rt", | "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 |