Difference between revisions of "Template:Vendingmachine"
From NSV13
Jump to navigationJump to searchimported>Thundercoot (premium bg is nice silvery color) |
Bokkiewokkie (talk | contribs) m (makes this template look slightly better by making images 64px instead of 48px (why????) and makes it less thick) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | {|width=" | + | {|width="320px" cellspacing="0" cellpadding="2" |
|bgcolor = "{{{name_bg|#C7DCEC}}}" align="center" colspan=2|<font color="{{{name_font|#000000}}}">'''{{{name|N/A}}}'''</font> | |bgcolor = "{{{name_bg|#C7DCEC}}}" align="center" colspan=2|<font color="{{{name_font|#000000}}}">'''{{{name|N/A}}}'''</font> | ||
|- | |- | ||
− | |width = 100 align=center bgcolor="{{{foundat_bg|#FFEDD4}}}"|{{#if:{{{icon|}}}| [[File:{{{icon|}}}| | + | |width = 100 align=center bgcolor="{{{foundat_bg|#FFEDD4}}}"|{{#if:{{{icon|}}}| [[File:{{{icon|}}}|64px]] | N/A}} |
|bgcolor="{{{foundat_bg|#FFEDD4}}}"|<font color="{{{foundat_font|#000000}}}">'''Found at:''' {{{area|N/A}}}</font> | |bgcolor="{{{foundat_bg|#FFEDD4}}}"|<font color="{{{foundat_font|#000000}}}">'''Found at:''' {{{area|N/A}}}</font> | ||
|- | |- | ||
Line 49: | Line 49: | ||
foundat_bg=#FFEDD4 | | foundat_bg=#FFEDD4 | | ||
foundat_font=black | | foundat_font=black | | ||
− | area=Medical, Kitchen | | + | area=Medical, Kitchen, Engineering, Captain's Quarters | |
sells_bg=#FFF3D4 | | sells_bg=#FFF3D4 | | ||
sells_font=black | | sells_font=black | |
Revision as of 16:28, 6 October 2020
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=#EEF2F2 | premium_font=blue | premiumitems=Pulse Rifle<br>Antag Token }}
which turns into
Whatever | |
Found at: Medical, Kitchen, Engineering, Captain's Quarters | |
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 |