Difference between revisions of "Template:Controls"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
|reload = Reload button | |reload = Reload button | ||
|grenade = Grenade button | |grenade = Grenade button | ||
+ | |specialLabel = Use if you want to change the Special label | ||
|special = Special button | |special = Special button | ||
|weapon = Change weapon button | |weapon = Change weapon button | ||
+ | |menuLabel = Use if you want to change the Special label | ||
|menu = Menu button | |menu = Menu button | ||
+ | |selectLabel = Use if you want to change the Select label | ||
+ | |select = Select button | ||
|note = Notes | |note = Notes | ||
}} | }} | ||
Line 31: | Line 35: | ||
<td>{{{grenade}}}</td> | <td>{{{grenade}}}</td> | ||
</tr>}} | </tr>}} | ||
+ | |||
+ | {{#if:{{{specialLabel|}}}|| | ||
{{#if:{{{special|}}}| | {{#if:{{{special|}}}| | ||
<tr> | <tr> | ||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>Special:</b></td> | <td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>Special:</b></td> | ||
<td>{{{special}}}</td> | <td>{{{special}}}</td> | ||
− | </tr>}} | + | </tr>}}}} |
+ | |||
+ | {{#if:{{{specialLabel|}}}| | ||
+ | {{#if:{{{special|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>{{{specialLabel}}}:</b></td> | ||
+ | <td>{{{special}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
+ | |||
{{#if:{{{weapon|}}}| | {{#if:{{{weapon|}}}| | ||
<tr> | <tr> | ||
Line 41: | Line 56: | ||
<td>{{{weapon}}}</td> | <td>{{{weapon}}}</td> | ||
</tr>}} | </tr>}} | ||
+ | |||
+ | {{#if:{{{menuLabel|}}}|| | ||
{{#if:{{{menu|}}}| | {{#if:{{{menu|}}}| | ||
<tr> | <tr> | ||
<td class="controlboxtd1strow"><i class="fa-solid fa-bars"></i> <b>Menu:</b></td> | <td class="controlboxtd1strow"><i class="fa-solid fa-bars"></i> <b>Menu:</b></td> | ||
<td>{{{menu}}}</td> | <td>{{{menu}}}</td> | ||
− | </tr>}} | + | </tr>}}}} |
+ | {{#if:{{{menuLabel|}}}| | ||
+ | {{#if:{{{menu|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-bars"></i> <b>{{{menuLabel}}}:</b></td> | ||
+ | <td>{{{menu}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
+ | {{#if:{{{selectLabel|}}}|| | ||
+ | {{#if:{{{select|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-bars"></i> <b>Select:</b></td> | ||
+ | <td>{{{select}}}</td> | ||
+ | </tr>}}}} | ||
+ | {{#if:{{{selectLabel|}}}| | ||
+ | {{#if:{{{select|}}}| | ||
+ | <tr> | ||
+ | <td class="controlboxtd1strow"><i class="fa-solid fa-bars"></i> <b>{{{selectLabel}}}:</b></td> | ||
+ | <td>{{{select}}}</td> | ||
+ | </tr>}}}} | ||
+ | |||
{{#if:{{{note|}}}| | {{#if:{{{note|}}}| | ||
<tr> | <tr> |
Revision as of 18:40, 21 December 2022
Usage