Difference between revisions of "Template:VendorTableRow"

From Space Station 13 Wiki
Jump to navigation Jump to search
(Add description of template. Red link is deliberate; I'll make that template later.)
(Try transcluding documentation, Wikipedia-style)
Line 4: Line 4:
| [[{{{Item Link}}}|{{{Item Name}}}]] {{#if: {{{Note}}} | ({{{Note}}})}}
| [[{{{Item Link}}}|{{{Item Name}}}]] {{#if: {{{Note}}} | ({{{Note}}})}}
{{#if: {{{Price|}}} | {{!}}style="text-align:right"{{!}}{{{Price}}}}}
{{#if: {{{Price|}}} | {{!}}style="text-align:right"{{!}}{{{Price}}}}}
| {{#switch: {{{Is Hidden?}}} | Yes = {{Yes}} | No = {{No}}}}</includeonly><noinclude>This template is used to document the contents of vending machines. It shows what an item listed in a vendor looks like, what its name is (with a link to more information about it), how many you can get from the machine, how much it costs (if applicable), and whether the item is hidden/needs to be [[Hacking#Vending Machines and Fabricators|hacked in]].
| {{#switch: {{{Is Hidden?}}} | Yes = {{Yes}} | No = {{No}}}}</includeonly><noinclude>{{User:Studenterhue/Template:VendorTableListing/Documentation}}</noinclude>
 
This is meant to be used alongside [[Template:VendorTableHeader]]. Template:VendorTableHeader handles the header for the table, while this template handles the various rows.
==Usage==
<pre>
{{VendorTableListing
|Image= (Format is Filename.extension, e.g. DiscountDanBurritosV2.gif, CigarettePacketV2.png)
|Quantity=
|Item Link= (Format is Foo#Bar, e.g. <nowiki>Foods and Drinks#Descuento Danito's Burritos, General Objects#Cigarette Packet</nowiki>)
|Item Name=
|Note= (Optional, can omit)
|Price= (If price is not shown, can omit)
|Is Hidden?= (Put Yes or No)
}}
</pre>
==Parameters==
*'''Image''' - An image of the item being sold in the vending machine, naturally. You don't have to add File:/Image:, but you do need to give the extension, e.g. .png, .gif, etc. This only accepts one image, so if the item has a random appearance or whatever, you should probably use a .gif or some such.
*'''Quantity''' - How many appear in the vending machine by default? This accepts ranges.
*'''Item Link''' - Provide a link to information on said item. You do not need square brackets ( [[ ]] ), vertical lines ( | ), or a full URL, but don't forget the #. For example, if you want to link to info on scalpels for this template, you would do <code>Medical Objects#Scalpel</code> instead of <code><nowiki>[[Medical Objects#Scalpel]]</nowiki></code>.
**It also accepts links to something within the page, so you can do, say, <code>#Scalpel</code> instead of <code>Medical Objects#Scalpel</code> if you're working on the [[Medical Objects]] page.
**Redirects also work.
*'''Item Name''' - Self-explanatory. Try to use the capitalization and name shown on the UI. 
*'''Note''' - If there's something unusual about the item listing, like if it only has a certain chance to appear in the vendor or if the machine randomizes the item's contents, mention it here. If there isn't anything worth noting, you can omit this parameter. This goes in parentheses after the name of the item, so the note doesn't mess with sorting.
*'''Price''' - What's its price? This auto-magically adds formatting, including right-align. If the vending machine doesn't show prices for items (e.g. the [[Guide to Hydroponics#GardenGear|GardenGear]]), you can just leave this out.
*'''Is Hidden?''' - Do you need to [[Hacking#Vending Machines and Fabricators|hack]] the vendor to see this item? If so, put <code>Yes</code>; if not, put <code>No</code>. (This parameter is case-sensitive, so <code>yes</code> and <code>no</code> will ''not'' work.) This automatically pipes it into the [[:Template:Yes|Yes]] and [[:Template:No|No templates]], so you don't have to add color formatting or the curly braces ( {{ }} ).</noinclude>

Revision as of 06:03, 21 July 2023