Template:Won: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>JHUbal27
Reverted good faith edits by Crissov (talk): Won is supposed to be green. (TW)
meta>Crissov
m Undid revision 562279915 by JHUbal27 (talk) – it was just the ‘w’ that now needs to be lowercase
Line 2: Line 2:
|-
|-
|</noinclude>style="background: {{
|</noinclude>style="background: {{
#switch: {{{place|Won}}}
#switch: {{lc:{{{place|Won}}}}}
   |Won = {{{color|<nowiki>#</nowiki>99FF99}}}
   |won = {{{color|<nowiki>#</nowiki>99FF99}}}
   |1|1st|gold|Gold = {{{color|Gold}}}
   |1|1st|gold = {{{color|gold}}}
   |2|2nd|silver|Silver = {{{color|Silver}}}
   |2|2nd|silver = {{{color|silver}}}
   |3|3rd|bronze|Bronze = {{{color|<nowiki>#</nowiki>D9A821}}}
   |3|3rd|bronze = {{{color|<nowiki>#</nowiki>D9A821}}}
   |#default = {{{color|<nowiki>#</nowiki>f8eaba}}}
   |#default = {{{color|<nowiki>#</nowiki>F8EABA}}}
}}; color: {{{text|black}}}; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="yes table-yes2"|{{{1|{{{place|Won}}}}}}<noinclude>
}}; color: {{{text|black}}}; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="yes table-yes2"|{{{1|{{{place|Won}}}}}}<noinclude>
|}
|}
{{Documentation|Template:Table cell templates/doc}}
{{Documentation|Template:Table cell templates/doc}}
<templatedata>{
"description": "A table cell template to show the color-coded place in a competition.",
"params": {
  "place": {
    "label": "Place",
    "description": "values like ‘1’, ‘2’, ‘3’ or ‘gold’, ‘silver’, ‘bronze’ automatically change the background color accordingly and the text displayed, too, unless an anonymous first parameter is specified, other values also show up, but with a default color",
    "type": "string",
    "default": "Won",
    "required": false
  }
}}</templatedata>
</noinclude>
</noinclude>

Revision as of 19:07, 1 July 2013

Won

A table cell template to show the color-coded place in a competition.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Placeplace

values like ‘1’, ‘2’, ‘3’ or ‘gold’, ‘silver’, ‘bronze’ automatically change the background color accordingly and the text displayed, too, unless an anonymous first parameter is specified, other values also show up, but with a default color

Default
Won
Stringoptional