Difference between revisions of "Template:Controls"
Jump to navigation
Jump to search
(→Usage) |
|||
Line 12: | Line 12: | ||
|coinLabel = Use if you want to change the Coin label | |coinLabel = Use if you want to change the Coin label | ||
|coin = Coin button | |coin = Coin button | ||
+ | |P1CoinLabel= P1 Coin/Credit (Default) | ||
+ | |p1coin = P1 Coin button | ||
+ | |P2CoinLabel= P2 Coin/Credit (Default) | ||
+ | |p2coin = P2 Coin button | ||
+ | |P3CoinLabel = P3 Coin/Credit (Default) | ||
+ | |p3coin = P3 Coin button | ||
+ | |P4CoinLabel = P4 Coin/Credit (Default) | ||
+ | |p4coin = P4 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 38: | Line 46: | ||
{{#if:{{{shoot|}}}| | {{#if:{{{shoot|}}}| | ||
<tr> | <tr> | ||
− | <td class="controlboxtd1strow"><i class="fa-solid fa-gun"></i> <b>Shoot (trigger):</b></td> | + | <td class="controlboxtd1strow"><i class="fa-solid fa-gun"></i></i> <b>Shoot (trigger):</b></td> |
<td>{{{shoot}}}</td> | <td>{{{shoot}}}</td> | ||
</tr>}} | </tr>}} | ||
Line 199: | Line 207: | ||
<td class="controlboxtd1strow"><i class="fa-solid fa-coins"></i> <b>{{{coinLabel}}}:</b></td> | <td class="controlboxtd1strow"><i class="fa-solid fa-coins"></i> <b>{{{coinLabel}}}:</b></td> | ||
<td>{{{coin}}}</td> | <td>{{{coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
+ | {{#if:{{{P1CoinLabel|}}}|| | ||
+ | {{#if:{{{p1coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>P1 Coin/Credit:</b></td> | ||
+ | <td>{{{p1coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | {{#if:{{{P1CoinLabel|}}}| | ||
+ | {{#if:{{{p1coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>{{{P1CoinLabel}}}:</b></td> | ||
+ | <td>{{{p1coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
+ | {{#if:{{{P2CoinLabel|}}}|| | ||
+ | {{#if:{{{p2coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>P2 Coin/Credit:</b></td> | ||
+ | <td>{{{p2coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | {{#if:{{{P2CoinLabel|}}}| | ||
+ | {{#if:{{{p2coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>{{{P2CoinLabel}}}:</b></td> | ||
+ | <td>{{{p2coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
+ | {{#if:{{{P3CoinLabel|}}}|| | ||
+ | {{#if:{{{p3coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>P3 Coin/Credit:</b></td> | ||
+ | <td>{{{p3coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | {{#if:{{{P3CoinLabel|}}}| | ||
+ | {{#if:{{{p3coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>{{{P3CoinLabel}}}:</b></td> | ||
+ | <td>{{{p3coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
+ | {{#if:{{{P4CoinLabel|}}}|| | ||
+ | {{#if:{{{p4coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>P4 Coin/Credit:</b></td> | ||
+ | <td>{{{p4coin}}}</td> | ||
+ | </tr>}}}} | ||
+ | {{#if:{{{P4CoinLabel|}}}| | ||
+ | {{#if:{{{p4coin|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-copyright"></i> <b>{{{P4CoinLabel}}}:</b></td> | ||
+ | <td>{{{p4coin}}}</td> | ||
</tr>}}}} | </tr>}}}} | ||
Revision as of 00:44, 26 January 2023
Usage