Difference between revisions of "Template:Controls"
Jump to navigation
Jump to search
(→Usage) |
|||
| Line 5: | Line 5: | ||
|reload = Reload button |
|reload = Reload button |
||
|grenade = Grenade button |
|grenade = Grenade button |
||
| ⚫ | |||
| ⚫ | |||
|weapon = Change weapon button |
|weapon = Change weapon button |
||
|menuLabel = Use if you want to change the Special label |
|menuLabel = Use if you want to change the Special label |
||
| Line 12: | 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 |
||
| ⚫ | |||
| ⚫ | |||
|specialLabel2 = Use if you want to change the Special 2 label |
|||
|special2 = Special button 2 |
|||
|specialLabel3 = Use if you want to change the Special 3 label |
|||
|special3 = Special button 3 |
|||
|specialLabel4 = Use if you want to change the Special 4 label |
|||
|special4 = Special button 4 |
|||
|specialLabel5 = Use if you want to change the Special 5 label |
|||
|special5 = Special button 5 |
|||
|note = Notes |
|note = Notes |
||
}} |
}} |
||
| Line 42: | Line 50: | ||
<td>{{{special}}}</td> |
<td>{{{special}}}</td> |
||
</tr>}}}} |
</tr>}}}} |
||
{{#if:{{{specialLabel|}}}| |
{{#if:{{{specialLabel|}}}| |
||
{{#if:{{{special|}}}| |
{{#if:{{{special|}}}| |
||
| Line 48: | Line 55: | ||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>{{{specialLabel}}}:</b></td> |
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>{{{specialLabel}}}:</b></td> |
||
<td>{{{special}}}</td> |
<td>{{{special}}}</td> |
||
</tr>}}}} |
|||
{{#if:{{{specialLabel2|}}}|| |
|||
{{#if:{{{special2|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>Special 2:</b></td> |
|||
<td>{{{special2}}}</td> |
|||
</tr>}}}} |
|||
{{#if:{{{specialLabel2|}}}| |
|||
{{#if:{{{special2|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>{{{specialLabel2}}}:</b></td> |
|||
<td>{{{special2}}}</td> |
|||
</tr>}}}} |
|||
{{#if:{{{specialLabel3|}}}|| |
|||
{{#if:{{{special3|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>Special 3:</b></td> |
|||
<td>{{{special3}}}</td> |
|||
</tr>}}}} |
|||
{{#if:{{{specialLabel3|}}}| |
|||
{{#if:{{{special3|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>{{{specialLabel3}}}:</b></td> |
|||
<td>{{{special3}}}</td> |
|||
</tr>}}}} |
|||
{{#if:{{{specialLabel4|}}}|| |
|||
{{#if:{{{special4|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>Special 4:</b></td> |
|||
<td>{{{special4}}}</td> |
|||
</tr>}}}} |
|||
{{#if:{{{specialLabel4|}}}| |
|||
{{#if:{{{special4|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>{{{specialLabel4}}}:</b></td> |
|||
<td>{{{special4}}}</td> |
|||
</tr>}}}} |
|||
{{#if:{{{specialLabel5|}}}|| |
|||
{{#if:{{{special5|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>Special 5:</b></td> |
|||
<td>{{{special5}}}</td> |
|||
</tr>}}}} |
|||
{{#if:{{{specialLabel5|}}}| |
|||
{{#if:{{{special5|}}}| |
|||
<tr> |
|||
<td class="controlboxtd1strow"><i class="fa-solid fa-jet-fighter"></i> <b>{{{specialLabel5}}}:</b></td> |
|||
<td>{{{special5}}}</td> |
|||
</tr>}}}} |
</tr>}}}} |
||
Revision as of 18:59, 21 December 2022
Usage