Template:PageCredits: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 (major code overhaul to allow for optional parameters) |
imported>Hb1290 No edit summary |
||
Line 1: | Line 1: | ||
{| | {| | ||
|- | |- | ||
|''<span style="color:#ffa500">Logo descriptions by</span> | |''<span style="color:#ffa500">Logo descriptions by</span> {{{description}}}'' | ||
| | |||
|- | |- | ||
| ''<span style="color:#ffa500">Logo captures by</span> | | ''<span style="color:#ffa500">Logo captures by</span> {{{capture}}}'' | ||
| | |||
|- | |- | ||
| ''<span style="color:#ffa500">Video captures courtesy of</span> | | ''<span style="color:#ffa500">Video captures courtesy of</span> {{{video}}}'' | ||
| | |||
|- | |- | ||
| ''<span style="color:#ffa500">Editions by</span>'' | | ''<span style="color:#ffa500">Editions by</span> {{{editions}}}'' | ||
| | | {{#if:{{{editions|}}} | {{{editions}}} }} | ||
|- | |- | ||
| ''<span style="color:#ffa500">Compiled by</span>'' | | ''<span style="color:#ffa500">Compiled by</span> {{{compiled}}}'' | ||
| | | {{#if:{{{compiled|}}} | {{{compiled}}} }} | ||
|- | |- | ||
| ''<span style="color:#ffa500">Tutorial by</span>'' | | ''<span style="color:#ffa500">Tutorial by</span> {{{tutorial}}}'' | ||
| | | {{#if:{{{tutorial|}}} | {{{tutorial}}} }} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
<br> | |||
<br> | |||
<templatedata> | <templatedata> | ||
{ | { |