Template:SmCost: Difference between revisions
Jump to navigation
Jump to search
(Initial creation of shortened cost template) |
m (Formatting) Tag: Manual revert |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| align=center cellspacing=0 cellpadding= | <includeonly>{| align=center cellspacing=0 cellpadding=5 style="background-color:#{{{bgcolor|}}}; text-align:center" | ||
|- valign=middle align=middle | |- valign=middle align=middle | ||
| | | {{#switch: {{{w|}}}| =style="display: none;"|}} | {{#switch: {{{vert|}}}| y={{W}}<br>{{{w|}}} | {{{w|}}}{{-}}{{W}}}} | ||
| | | {{#switch: {{{m|}}}| =style="display: none;"|}} | {{#switch: {{{vert|}}}| y={{M}}<br>{{{m|}}} | {{{m|}}}{{-}}{{M}}}} | ||
| | | {{#switch: {{{o|}}}| =style="display: none;"|}} | {{#switch: {{{vert|}}}| y={{O}}<br>{{{o|}}} | {{{o|}}}{{-}}{{O}}}} | ||
| | | {{#switch: {{{s|}}}| =style="display: none;"|}} | {{#switch: {{{vert|}}}| y={{S}}<br>{{{s|}}} | {{{s|}}}{{-}}{{S}}}} | ||
| | | {{#switch: {{{c|}}}| =style="display: none;"|}} | {{#switch: {{{vert|}}}| y={{C}}<br>{{{c|}}} | {{{c|}}}{{-}}{{C}}}} | ||
| | | {{#switch: {{{gem|}}}| =style="display: none;"|}} | {{#switch: {{{vert|}}}| y={{Gem}}<br>{{{gem|}}} | {{{gem|}}}{{-}}{{Gem}}}} | ||
| | | {{#switch: {{{g|}}}| =style="display: none;"|}} | {{#switch: {{{vert|}}}| y={{G}}<br>{{{g|}}} | {{{g|}}}{{-}}{{G}}}} | ||
|}< | |}</includeonly><noinclude> | ||
== Examples == | |||
<pre>{{SmCost|vert=y|m=10|g=7500}}</pre> | |||
{{SmCost|vert=y|m=10|g=7500}} | |||
<pre>{{SmCost|vert=y|w=100|m=100|o=100|s=100|c=100|gem=100|g=50000}}</pre> | |||
{{SmCost|vert=y|w=100|m=100|o=100|s=100|c=100|gem=100|g=50000}} | |||
<pre>{{SmCost|m=10|g=7500}}</pre> | |||
{{SmCost|m=10|g=7500}} | |||
<pre>{{SmCost|w=100|m=100|o=100|s=100|c=100|gem=100|g=50000}}</pre> | |||
{{SmCost|w=100|m=100|o=100|s=100|c=100|gem=100|g=50000}} | |||
[[Category: Help templates]]</noinclude> | [[Category: Help templates]]</noinclude> |