More actions
m →Required parameters: grammar |
sortkey fix |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
= Documentation = | = Documentation = | ||
To output a | To output a standardized format for a crewmember's biographical page. | ||
{{TemplateSubst}} | {{TemplateSubst}} | ||
Line 7: | Line 7: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Crew Skeleton| | {{Crew Skeleton|First Name|Last Name|ROLE|SERIES|Date of Birth|IMDB ID}} | ||
</pre> | </pre> | ||
Line 13: | Line 13: | ||
* '''1''': First name - <code><nowiki>Ronald D.</nowiki></code> | * '''1''': First name - <code><nowiki>Ronald D.</nowiki></code> | ||
* '''2''': Last name. - <code><nowiki>Moore</nowiki></code> | * '''2''': Last name. - <code><nowiki>Moore</nowiki></code> | ||
* '''3''': <code>TOS</code> or <code>1980</code> or <code>RDM</code> | * '''3''': Role. | ||
* ''' | * '''4''': <code>TOS</code> or <code>1980</code> or <code>RDM</code> | ||
* ''' | * '''5''': Date of birth. Must not be wikilinked. | ||
* '''6''': IMDb ID Number | |||
**[http://www.imdb.com/search Searching] for the name leads to a page with a URI ending in something like "/nm0167435/"; the numerical portion is the person's IMDb number. | **[http://www.imdb.com/search Searching] for the name leads to a page with a URI ending in something like "/nm0167435/"; the numerical portion is the person's IMDb number. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{Crew Data | |||
| image= | |||
| role={{{3}}} | |||
| series={{{4}}} | |||
| born_month= | |||
| born_day= | |||
| born_year= | |||
| death_month= | |||
| death_day= | |||
| death_year= | |||
| nationality= | |||
| site= | |||
| imdb= {{{6}}} | |||
| sortkey={{{2}}}, {{{1}}} | |||
}} | |||
'''{{{1}}} {{{2}}}''' (born {{{ | '''{{{1}}} {{{2}}}''' (born {{{5}}}) is... | ||
== Biographical Notes == | == Biographical Notes == | ||
Line 27: | Line 42: | ||
== Director credits for "Battlestar Galactica" == | == Director credits for "Battlestar Galactica" == | ||
*Season | *Season 4: | ||
''See also: [[:Category:Episodes directed by {{{1}}} {{{2}}}|Episodes directed by {{{1}}} {{{2}}}]]'' | ''See also: [[:Category:Episodes directed by {{{1}}} {{{2}}}|Episodes directed by {{{1}}} {{{2}}}]]'' | ||
Line 33: | Line 48: | ||
== Writer credits for "Battlestar Galactica" == | == Writer credits for "Battlestar Galactica" == | ||
*Season | *Season 4: | ||
''See also: [[:Category:Episodes written by {{{1}}} {{{2}}}|Episodes written by {{{1}}} {{{2}}}]]'' | ''See also: [[:Category:Episodes written by {{{1}}} {{{2}}}|Episodes written by {{{1}}} {{{2}}}]]'' | ||
== External Links == | == External Links == | ||
[[Category:A to Z]] | [[Category:A to Z]] | ||
[[Category:Behind the Scenes | [[Category:Behind the Scenes]] | ||
[[Category:Crew | [[Category:Crew]] | ||
[[Category:Directors | [[Category:Crew ({{{4}}})]] | ||
[[Category:Writers | [[Category:Directors]] | ||
[[Category:{{{ | [[Category:Directors ({{{4}}})]] | ||
[[Category:Producers]] | |||
[[Category:Producers ({{{4}}})]] | |||
[[Category:Writers]] | |||
[[Category:Writers ({{{4}}})]] | |||
[[Category:{{{4}}}]] | |||
</includeonly> | </includeonly> |
Latest revision as of 20:42, 23 November 2009
Documentation
To output a standardized format for a crewmember's biographical page.
| |||||
Usage
{{Crew Skeleton|First Name|Last Name|ROLE|SERIES|Date of Birth|IMDB ID}}
Required parameters
- 1: First name -
Ronald D.
- 2: Last name. -
Moore
- 3: Role.
- 4:
TOS
or1980
orRDM
- 5: Date of birth. Must not be wikilinked.
- 6: IMDb ID Number
- Searching for the name leads to a page with a URI ending in something like "/nm0167435/"; the numerical portion is the person's IMDb number.