Template:Infobox episode/doc: Difference between revisions
Appearance
Orangestar (talk | contribs) Created page with "{{Documentation subpage}} {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} {{Auto italic title|italic_title|short=yes}} {{Auto short description}} {{Lua|Module:Check for unknown parameters|Module:Infobox episode|Module:InfoboxImage|Module:String2}} {{Uses TemplateStyles|Template:Infobox television episode/styles.css}} '''Infobox episode''' is used to create an infobox which summarizes the main information of a particular episode. This is, for now..." |
Orangestar (talk | contribs) No edit summary |
||
| Line 183: | Line 183: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The name of the | "description": "The name of the series this episode is part of, with a link to the series' main article. Series name is automatically italicized.", | ||
"example": "Half in the Bag" | |||
}, | }, | ||
"not_dab": { | "not_dab": { | ||
| Line 216: | Line 217: | ||
"deprecated": false, | "deprecated": false, | ||
"default": "1", | "default": "1", | ||
"description": "" | "description": "An \"Upright\" (Poster) image, preferred over image whenever possible." | ||
}, | }, | ||
"image_alt": { | "image_alt": { | ||
| Line 236: | Line 237: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "A caption explaining the image." | "description": "A caption explaining the image." | ||
}, | }, | ||
"episode": { | "episode": { | ||
| Line 260: | Line 245: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The number of the episode within the season." | "description": "The number of the episode within the season." | ||
}, | }, | ||
"editor": { | "editor": { | ||
| Line 356: | Line 253: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The editor(s) of this episode. Separate multiple people using bulleted lists (<code>*</code>). In addition, link each editor to their appropriate article if possible." | "description": "The editor(s) of this episode. Separate multiple people using bulleted lists (<code>*</code>). In addition, link each editor to their appropriate article if possible." | ||
}, | }, | ||
"release_date": { | "release_date": { | ||
| Line 379: | Line 260: | ||
"suggested": false, | "suggested": false, | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The original release date of the episode | "description": "The original release date of the episode. Separate multiple dates using bulleted lists (<code>*</code>)." | ||
}, | }, | ||
"guests_title": { | "guests_title": { | ||
| Line 447: | Line 317: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "The number of the next episode or a descriptive title for the article. If an article or redirect exist, link to it. If one does not exist, consider creating a redirect to the episode anchor in the season article. If a redirect isn't created directly link to the season article with an anchor to that episode. If this is the last episode of the TV series, leave blank. The title is styled without quotation marks." | "description": "The number of the next episode or a descriptive title for the article. If an article or redirect exist, link to it. If one does not exist, consider creating a redirect to the episode anchor in the season article. If a redirect isn't created directly link to the season article with an anchor to that episode. If this is the last episode of the TV series, leave blank. The title is styled without quotation marks." | ||
}, | }, | ||
"episode_list": { | "episode_list": { | ||
| Line 463: | Line 325: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "Title of the list of episodes article. Should only be used if the automatically generated link is not correct. If the automatically generated link is a red link, please create the correct redirect. A manual link is usually in the form of \"List of <showname> episodes\" article. Use plain text, the template will automatically format and link the article." | "description": "Title of the list of episodes article. Should only be used if the automatically generated link is not correct. If the automatically generated link is a red link, please create the correct redirect. A manual link is usually in the form of \"List of <showname> episodes\" article. Use plain text, the template will automatically format and link the article." | ||
}, | |||
"subseries": { | |||
"label": "Subseries", | |||
"description": "A subseries or gimmick declaration, if applicable.", | |||
"example": "Plinketto", | |||
"type": "string" | |||
}, | |||
"subseries_no": { | |||
"label": "Subseries episode number", | |||
"description": "The number of a given subseries, e.g. 20 for Wheel of the Worst #20", | |||
"type": "number" | |||
}, | |||
"link": { | |||
"label": "Link", | |||
"description": "The YouTube Link or links to the episode.", | |||
"type": "string" | |||
}, | |||
"cast": { | |||
"label": "Cast", | |||
"description": "The actors or panelists in the episode. Separate using bulleted lists. Include links to the actors' pages.", | |||
"type": "wiki-page-name" | |||
}, | |||
"couch_gag": { | |||
"label": "Couch Gag", | |||
"description": "For episodes of [[Half in the Bag]], the couch gag at the beginning of the episode.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"\"Fuck movies!\"" | |||
], | |||
"default": "None" | |||
} | } | ||
}, | }, | ||
| Line 477: | Line 369: | ||
"image_alt", | "image_alt", | ||
"caption", | "caption", | ||
"episode", | "episode", | ||
"subseries", | |||
"subseries_no", | |||
"cast", | |||
" | |||
" | |||
" | |||
"editor", | "editor", | ||
"release_date", | "release_date", | ||
"guests_title", | "guests_title", | ||
"guests", | "guests", | ||
"module", | "module", | ||
"link", | |||
"couch_gag", | |||
"prev", | "prev", | ||
"rprev", | "rprev", | ||
"next", | "next", | ||
"rnext", | "rnext", | ||
"episode_list" | "episode_list" | ||
] | ] | ||