Difference between revisions of "Template:Controls"
Jump to navigation
Jump to search
(→Usage) |
|||
Line 10: | Line 10: | ||
|selectLabel = Use if you want to change the Select label | |selectLabel = Use if you want to change the Select label | ||
|select = Select button | |select = Select button | ||
+ | |coinLabel = Use if you want to change the Coin label | ||
+ | |coin = Coin button | ||
|specialLabel = Use if you want to change the Special label | |specialLabel = Use if you want to change the Special label | ||
|special = Special button 1 | |special = Special button 1 | ||
Line 184: | Line 186: | ||
<td class="controlboxtd1strow"><i class="fa-solid fa-circle-check"></i> <b>{{{selectLabel}}}:</b></td> | <td class="controlboxtd1strow"><i class="fa-solid fa-circle-check"></i> <b>{{{selectLabel}}}:</b></td> | ||
<td>{{{select}}}</td> | <td>{{{select}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
+ | {{#if:{{{coinLabel|}}}|| | ||
+ | {{#if:{{{coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-coins"></i> </i> <b>coin:</b></td> | ||
+ | <td>{{{coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | {{#if:{{{coinLabel|}}}| | ||
+ | {{#if:{{{coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-coins"></i> <b>{{{coinLabel}}}:</b></td> | ||
+ | <td>{{{coin}}}</td> | ||
</tr>}}}} | </tr>}}}} | ||
Revision as of 22:54, 25 January 2023
Usage