Difference between revisions of "User:TheOneAndMightyRed/Sandbox3"

From /tg/station 13 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
<noinclude><code>
 
{|
 
{|
{{#switch: {{{table_start}}} | yes | yes = {| style="border: 2px solid black;
+
{{#switch: {{{table_start}}} | yes | no | yes = {| style="border: 2px solid black;
 
  ! style="background-color:#808080;"|'''Weapon:'''
 
  ! style="background-color:#808080;"|'''Weapon:'''
  ! style="background-color:#808080;"|'''Description:''' | }}
+
  ! style="background-color:#808080;"|'''Description:''' | no =  | }}
 
|-
 
|-
 
|style="width:150px; border: 3px solid black; border-bottom: 3px solid black; padding: 6px;"|[[file:{{{image|TGMC_fix.png}}}|{{{image_size|128px}}}]]
 
|style="width:150px; border: 3px solid black; border-bottom: 3px solid black; padding: 6px;"|[[file:{{{image|TGMC_fix.png}}}|{{{image_size|128px}}}]]
Line 14: Line 15:
 
|{{{mag_desc|Holds X number of boolets, make you go 'Ow'.}}}
 
|{{{mag_desc|Holds X number of boolets, make you go 'Ow'.}}}
 
|}
 
|}
{{#switch: {{{table_end}}} | yes | yes = |} | }}
+
{{#switch: {{{table_end}}} | yes | no | yes = |} | no =  | }}
 
|}
 
|}
 +
</noinclude></code>
 +
 +
== Example ==
 +
 +
{{TGMC-Guntemplate
 +
|table_start = yes
 +
|table_end = yes
 +
|image = T12AR.png
 +
|name = Exmaplar gun
 +
|desc = This better work
 +
|mag_image = T12AR_mag.png
 +
|mag_desc = Fingers crossed
 +
}}
 +
 +
== Meaning of Parameters ==
 +
'''table_start''' adds the coloumbs for the table if the variable is set to 'yes', should only be used at the start of tables
 +
<br>'''table_end''' adds a |} if the variable is set to 'yes', means formatting won't have to be done manually
 +
<br>'''image''' is the icon for the gun
 +
<br>'''image_size''' is the size of the gun icon, 128px by default
 +
<br>'''name''' name of the weaon
 +
<br>'''anchor''' anchor point for linking
 +
<br>'''desc''' description for the weapon
 +
<br>'''mag_image''' icon the for magainze
 +
<br>'''mag_image_size''' icon size for the magainze, 64px by default
 +
<br>'''mag_name''' name for the magazine
 +
<br>'''mag_anchor''' anchor for the mag
 +
<br>'''mag_desc''' description for the magazine

Revision as of 00:00, 12 July 2020

TGMC fix.png

Gun name

Looks like someone failed to write a description

Ammo:
TGMC fix.png

{{{mag_name}}}

Holds X number of boolets, make you go 'Ow'.

Example

Monkeymind.gif Code broke

Stuff is kinda broke atm, we know; don't use it till it gets fixed



Weapon: Description:
T12AR.png

Exmaplar gun

This better work

Ammo:
T12AR mag.png

{{{mag_name}}}

Fingers crossed


Meaning of Parameters

table_start adds the coloumbs for the table if the variable is set to 'yes', should only be used at the start of tables
table_end adds a |} if the variable is set to 'yes', means formatting won't have to be done manually
image is the icon for the gun
image_size is the size of the gun icon, 128px by default
name name of the weaon
anchor anchor point for linking
desc description for the weapon
mag_image icon the for magainze
mag_image_size icon size for the magainze, 64px by default
mag_name name for the magazine
mag_anchor anchor for the mag
mag_desc description for the magazine