Difference between revisions of "Template:Controls"

From Sinden Lightgun
Jump to navigation Jump to search
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

Default Controls
Shoot (trigger): Trigger button
Reload: Reload button
Grenade: Grenade button
Use if you want to change the Special label: Special button 1
Use if you want to change the Special 2 label: Special button 2
Use if you want to change the Special 3 label: Special button 3
Use if you want to change the Special 4 label: Special button 4
Use if you want to change the Special 5 label: Special button 5
Use if you want to change the Special 6 label: Special button 6
Use if you want to change the Special 7 label: Special button 7
Use if you want to change the Special 8 label: Special button 8
Change weapon: Change weapon button
Use if you want to change the Special label: Menu button
Use if you want to change the Select label: Select button
Use if you want to change the Coin label: Coin button
Note: Notes


Default Controls