Template:Chtable class
From Card Hunter Wiki
(Difference between revisions)
(Created page with "<includeonly>{{#switch: {{uc:{{{1}}} }} | R = chtable_r | B = chtable_b | G = chtable_g }}</includeonly><noinclude> test </noinclude>") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#switch: {{uc:{{{1}}} | + | <includeonly>{{#switch: {{uc:{{{1}}} }} |
| R = chtable_r | | R = chtable_r | ||
| B = chtable_b | | B = chtable_b | ||
| G = chtable_g | | G = chtable_g | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
− | + | Instruction for Chtable_class template, usage is as follows: | |
+ | |||
+ | <pre> | ||
+ | {{Chtable_class|table color}} | ||
+ | </pre> | ||
+ | |||
+ | Only accepts r, g or b for table color. Returns chtable_r, chtable_g or chtable_b respectively. Used in templates that require chtables. | ||
</noinclude> | </noinclude> |
Latest revision as of 20:50, 7 March 2013
Instruction for Chtable_class template, usage is as follows:
{{Chtable_class|table color}}
Only accepts r, g or b for table color. Returns chtable_r, chtable_g or chtable_b respectively. Used in templates that require chtables.