Editing Template:Cast Data
Template page
More actions
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 14: | Line 14: | ||
| colspan="3" | {{#if:{{{image2|}}}| | | colspan="3" | {{#if:{{{image2|}}}| | ||
{{#tag:tabber | {{#tag:tabber | ||
|{{#if:{{{image|}}} | |{{#if:{{{image|}}}|Performer = [[Image:{{{image}}}|{{{size|200}}}px|{{{name|{{PAGENAME}}}}}]]}} | ||
{{#if:{{{image2|}}}|{{!}}-{{!}} {{{image2title|{{{series}}}}}} = [[ | {{#if:{{{image2|}}}|{{!}}-{{!}} {{{image2title|{{{series}}}}}} = [[Image:{{{image2}}}|{{{size|200}}}px|{{{image2name|{{PAGENAME}}}}}]]}} | ||
{{#if:{{{image3|}}}|{{!}}-{{!}} {{{image3title|{{{series 2}}}}}} = [[ | {{#if:{{{image3|}}}|{{!}}-{{!}} {{{image3title|{{{series 2}}}}}} = [[Image:{{{image3}}}|{{{size|200}}}px|{{{image3name|{{PAGENAME}}}}}]]}} | ||
{{#if:{{{image4|}}}|{{!}}-{{!}} {{{image4title|{{{series 3}}}}}} = [[ | {{#if:{{{image4|}}}|{{!}}-{{!}} {{{image4title|{{{series 3}}}}}} = [[Image:{{{image4}}}|{{{size|200}}}px|{{{image4name|{{PAGENAME}}}}}]]}} | ||
}} | }} | ||
|[[ | |[[Image:{{{image}}}|{{{size|200}}}px|{{{name|{{PAGENAME}}}}}]]}} | ||
|- | |- | ||
|- style="text-align: center;" class="hiddenStructure{{{credit|}}}" | |- style="text-align: center;" class="hiddenStructure{{{credit|}}}" | ||
| Line 29: | Line 29: | ||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{born_month|}}}{{{born_day|}}}{{{born_year|}}}" | |- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{born_month|}}}{{{born_day|}}}{{{born_year|}}}" | ||
| style="white-space: nowrap;" | '''Date of Birth:''' | | style="white-space: nowrap;" | '''Date of Birth:''' | ||
| style="white-space: nowrap;" | {{#if:{{{born_month|}}}|{{MONTHNAME|{{{born_month|}}}}}}} {{#if:{{{born_day|}}}|{{{born_day|}}} | | style="white-space: nowrap;" | {{#if:{{{born_month|}}}|{{MONTHNAME|{{{born_month|}}}}}}} {{#if:{{{born_day|}}}|{{{born_day|}}},}} {{{born_year|}}} | ||
|- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{death_month|}}}{{{death_day|}}}{{{death_year|}}}" | |- style="vertical-align: top; text-align: left;" class="hiddenStructure{{{death_month|}}}{{{death_day|}}}{{{death_year|}}}" | ||
| style="white-space: nowrap;" | '''Date of Death:''' | | style="white-space: nowrap;" | '''Date of Death:''' | ||
| {{MONTHNAME|{{{death_month|}}}}} {{{death_day|}}} | | {{MONTHNAME|{{{death_month|}}}}} {{{death_day|}}}, {{{death_year|}}} | ||
<!--- AGE ---> | <!--- AGE ---> | ||
{{#switch:{{{showage|}}} | {{#switch:{{{showage|}}} | ||
| Line 158: | Line 158: | ||
[[Category:Background Performer]] | [[Category:Background Performer]] | ||
}} | }} | ||
}} | }} | ||
</div> | </div> | ||
| Line 195: | Line 190: | ||
| sortkey= | | sortkey= | ||
| background= | | background= | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 228: | Line 218: | ||
* '''imdb''': The ID number on their IMDB page. Include only the numbers, '''not''' the two letter prefix. (i.e. 123456 instead of nm123456) | * '''imdb''': The ID number on their IMDB page. Include only the numbers, '''not''' the two letter prefix. (i.e. 123456 instead of nm123456) | ||
* '''nocat:''' Insert '''Y''' to disable automatic categorization. Typically, this is done for articles that require more complex categorization techniques, and thus the categories need to be entered in manually. | * '''nocat:''' Insert '''Y''' to disable automatic categorization. Typically, this is done for articles that require more complex categorization techniques, and thus the categories need to be entered in manually. | ||
[[Category:Infobox|Cast]] | [[Category:Infobox|Cast]] | ||
| Line 240: | Line 225: | ||
{ | { | ||
"params": { | "params": { | ||
"series": { | "series": {}, | ||
"series 2": {}, | |||
"series 3": {}, | |||
"series 2": { | |||
"series 3": { | |||
"title": {}, | "title": {}, | ||
"image": { | "image": { | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"size": {}, | "size": {}, | ||
"name": {}, | "name": {}, | ||
| Line 290: | Line 246: | ||
"archives": {}, | "archives": {}, | ||
"media": {}, | "media": {}, | ||
"site": { | "site": {}, | ||
"site archive": {}, | "site archive": {}, | ||
"imdb": {}, | "imdb": {}, | ||
"sortkey": {}, | "sortkey": {}, | ||
"nocat": { | "nocat": {}, | ||
"image2": {}, | |||
"image2": { | |||
"image2title": {}, | "image2title": {}, | ||
"image2name": {}, | "image2name": {}, | ||
"image3": { | "image3": {}, | ||
"image3title": {}, | "image3title": {}, | ||
"image3name": {}, | "image3name": {}, | ||
"image4": { | "image4": {}, | ||
"image4title": {}, | "image4title": {}, | ||
"image4name": { | "image4name": {} | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
| Line 350: | Line 267: | ||
"title", | "title", | ||
"image", | "image", | ||
"size", | "size", | ||
"name", | "name", | ||
| Line 378: | Line 294: | ||
"image4", | "image4", | ||
"image4title", | "image4title", | ||
"image4name | "image4name" | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||