Template:Vendingmachine: Difference between revisions
Jump to navigation
Jump to search
imported>Thundercoot (Attempted to add premium items section) |
imported>Thundercoot No edit summary |
||
Line 14: | Line 14: | ||
|bgcolor="{{{hacked_bg|#CBD1EE}}}" align="left" colspan=2|<font color="{{{hacked_font|#000000}}}">{{{hackeditems|N/A}}}</font> | |bgcolor="{{{hacked_bg|#CBD1EE}}}" align="left" colspan=2|<font color="{{{hacked_font|#000000}}}">{{{hackeditems|N/A}}}</font> | ||
|- | |- | ||
|bgcolor="{{{premium_bg|# | |bgcolor="{{{premium_bg|#D4D4DD}}}" align="center" colspan=2|<font color="{{{premium_font|#000000}}}">'''Premium items'''</font> | ||
|- | |- | ||
|bgcolor="{{{premium_bg|# | |bgcolor="{{{premium_bg|#D4D4DD}}}" align="left" colspan=2|<font color="{{{premium_font|#000000}}}">{{{premiumitems|N/A}}}</font> | ||
|} | |} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Line 35: | Line 35: | ||
hacked_font=red | | hacked_font=red | | ||
hackeditems=Zippo<br>Matches | | hackeditems=Zippo<br>Matches | | ||
premium_bg=# | premium_bg=#D4D4DD | | ||
premium_font=blue | | premium_font=blue | | ||
premiumitems=Pulse Rifle<br>Antag Token | premiumitems=Pulse Rifle<br>Antag Token | ||
Line 56: | Line 56: | ||
hacked_font=red | | hacked_font=red | | ||
hackeditems=Zippo<br>Matches | | hackeditems=Zippo<br>Matches | | ||
premium_bg=# | premium_bg=#D4D4DD | | ||
premium_font=blue | | premium_font=blue | | ||
premiumitems=Pulse Rifle<br>Antag Token | premiumitems=Pulse Rifle<br>Antag Token |
Revision as of 00:20, 8 October 2016
Example would be:
{{vendingmachine | name=Whatever | name_bg=#C7DCEC | name_font=black| icon=Rack.png | foundat_bg=#FFEDD4 | foundat_font=black | area=Medical, Kitchen | sells_bg=#FFF3D4 | sells_font=black | items=Pliers<br>Knife | hacked_bg=#CBD1EE | hacked_font=red | hackeditems=Zippo<br>Matches | premium_bg=#D4D4DD | premium_font=blue | premiumitems=Pulse Rifle<br>Antag Token }}
which turns into
Whatever | |
Found at: Medical, Kitchen | |
Sells | |
Pliers Knife | |
Hacked | |
Zippo Matches | |
Premium items | |
Pulse Rifle Antag Token |
Simple version:
{{vendingmachine | name=VendSec | icon=Vendsec.gif | area=Security | items=8x Handcuffs<br>2x Flashbang<br>5x Flash<br>12x Donut | hackeditems=2x Sunglasses<br>2x Donut Box }}}
which turns into
VendSec | |
Found at: Security | |
Sells | |
8x Handcuffs 2x Flashbang 5x Flash 12x Donut | |
Hacked | |
2x Sunglasses 2x Donut Box | |
Premium items | |
N/A |