Difference between revisions of "Template:Vendingmachine"
From NSV13
Jump to navigationJump to searchimported>Spike68 (This should fix it...) |
imported>Spike68 (Fix incorrect info) |
||
| Line 54: | Line 54: | ||
<pre>{{vendingmachine | | <pre>{{vendingmachine | | ||
| − | name= | + | name=VendSec | |
| − | icon= | + | icon=Vendsec.gif | |
| − | area= | + | area=Security | |
| − | items= | + | items=8x Handcuffs<br>2x Flashbang<br>5x Flash<br>12x Donut | |
| − | hackeditems= | + | hackeditems=2x Sunglasses<br>2x Donut Box |
| − | }}</pre> | + | }}}</pre> |
which turns into | which turns into | ||
| Line 67: | Line 67: | ||
icon=Vendsec.gif | | icon=Vendsec.gif | | ||
area=Security | | area=Security | | ||
| − | items=8x Handcuffs<br> | + | items=8x Handcuffs<br>2x Flashbang<br>5x Flash<br>12x Donut | |
| − | 2x Flashbang<br> | + | hackeditems=2x Sunglasses<br>2x Donut Box |
| − | 5x Flash<br> | ||
| − | 12x Donut | | ||
| − | hackeditems=2x Sunglasses<br> | ||
| − | 2x Donut Box | ||
}} | }} | ||
[[category:templates]] | [[category:templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:03, 14 October 2013
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
}}
which turns into
| Whatever | |
| Found at: Medical, Kitchen | |
| Sells | |
| Pliers Knife | |
| Hacked | |
| Zippo Matches | |
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 | |