Template:Won: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>AnemoneProjectors
m Reverted edits by Masahiro Naoi (talk) to last version by DixonDBot
meta>Crissov
individual <templatedata>, let’s see which one is selected or if they’re combined automatically for the Visual Editor
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 11:56, 30 June 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