Template:FILM: Difference between revisions

From Gambian Holiday Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<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|{{{imdb|}}}}}{{Infobox/row|Rotten Tomatoes Score|{{{rt|}}}}}{{{no_of_episodes|}}}}}}}</includeonly><noinclude>
<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": {
"aliases": [
"description": "The film title. Defaults to the page name",
"title1 (deprecated)"
],
"description": "The name to show above the image. Defaults to the page name",
"type": "string"
"type": "string"
},
},
"image": {
"image": {
"aliases": [
"description": "The image to show for the film",
"image1 (deprecated)"
],
"description": "The image to show in the biography.",
"type": "wiki-file-name",
"type": "wiki-file-name",
"required": true
"required": true
},
"caption1": {
"description": "The character name. Omit this if it’s identical to the ‘title’.",
"type": "string"
},
},
"released": {
"released": {
"description": "When this character was born"
"description": "When this film was released"
},
},
"producer": {
"producer": {
"description": "When they (super-)died. Omit if they’re still alive."
"description": "Who produced the film"
},
},
        "director": {
"director": {
"description": "When they (super-)died. Omit if they’re still alive."
"description": "Who directed it"
},
},
"country": {
"country": {
"description": "This characters *main* ability. Omit if they don’t have any.",
"description": "Where it was produced",
"type": "wiki-page-name"
"type": "wiki-page-name"
},
},
"budget": {
"budget": {
"description": "This character’s parents. Omit if both (if applicable) are unknown."
"description": "The film’s budget"
},
"boxoffice": {
"description": "Box office"
},
},
        "boxoffice": {
"starring": {
"description": "This character’s parents. Omit if both (if applicable) are unknown."
"description": "Who starred in this film"
},
},
        "starring": {
"imdb": {
"description": "This character’s parents. Omit if both (if applicable) are unknown."
"description": "IMDB rating of the film"
},
},
        "imdb": {
"rt": {
"description": "This character’s parents. Omit if both (if applicable) are unknown."
"description": "Rotten Tomatoes score"
},
},
        "rt": {
"caption": {
"description": "This character’s parents. Omit if both (if applicable) are unknown."
"description": "Caption below the image",
"type": "string"
},
},
        "no_of_episodes": {
"episodes": {
"description": "This character’s parents. Omit if both (if applicable) are unknown."
"description": "How many episodes are there if this is a series"
}
}
},
},
"description": "Template used to display special items and objects. Only the image is required. The title defaults to the pagename. For backwards-compatibility, ‘title1’ and ‘image1’ are also accepted instead of ‘title’ and ‘image’, respectively; ‘caption1’ is also accepted, but ignored (it may be used for hover text on the image in the future). \n\nNewer pages should always use the latter, and existing pages should be migrated to use the latter whenever they’re edited.\n\nTo include additional character information in a page, use the ‘Character Sheet’ template (capitalisation matters!)."
"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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

The film title. Defaults to the page name

Stringoptional
imageimage

The image to show for the film

Filerequired
captioncaption

Caption below the image

Stringoptional
releasedreleased

When this film was released

Unknownoptional
producerproducer

Who produced the film

Unknownoptional
directordirector

Who directed it

Unknownoptional
countrycountry

Where it was produced

Page nameoptional
budgetbudget

The film’s budget

Unknownoptional
boxofficeboxoffice

Box office

Unknownoptional
starringstarring

Who starred in this film

Unknownoptional
imdbimdb

IMDB rating of the film

Unknownoptional
rtrt

Rotten Tomatoes score

Unknownoptional
episodesepisodes

How many episodes are there if this is a series

Unknownoptional