Difference between revisions of "Template:VendorTableRow"

From Space Station 13 Wiki
Jump to navigation Jump to search
(Add documentation for Notes and)
(...Add Note? parameters is what I meant to say for the previous summary. Anyways, try to eliminate a parameter by using #if)
Line 3: Line 3:
| {{{Quantity}}}
| {{{Quantity}}}
| [[{{{Item Link}}}|{{{Item Name}}}]] {{#switch: {{{Add Note?}}} | Yes = ({{{Note}}})| No =}}
| [[{{{Item Link}}}|{{{Item Name}}}]] {{#switch: {{{Add Note?}}} | Yes = ({{{Note}}})| No =}}
{{#switch: {{{Shows Price?}}} | Yes = {{!}}style="text-align:right"{{!}}{{{Price}}}}}
{{#if: {{{Price}}} | {{!}}style="text-align:right"{{!}}{{{Price}}}}}
| {{#switch: {{{Is Hidden?}}} | Yes = {{Yes}} | No = {{No}}}}</includeonly><noinclude>
| {{#switch: {{{Is Hidden?}}} | Yes = {{Yes}} | No = {{No}}}}</includeonly><noinclude>
==Usage==
==Usage==

Revision as of 06:31, 19 July 2023

Usage

{{VendorTableListing
|Image=
|Quantity=
|Item Link=
|Item Name=
|Add Note?=
|Note=
|Shows Price?= 
|Price=
|Is Hidden?= 
}}

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. This only accepts one image, so if the item , 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 link formatting or a full URL, but don't forget the # (i.e. if you want to link to info on scalpels for this template, you do Medical Objects#Scalpel instead of [[Medical Objects#Scalpel]]. It also accepts links to something within the page, so you can do, say, #Scalpel instead of Medical Objects#Scalpel if you're working on the Medical Objects page.
  • Item Name - Self-explanatory. Try to use the capitalization and name used on the UI.
  • Add Note? - Put Yes if there's something worth noting about the item, like if it only has a certain chance to appear in the vendor or if the machine randomizes the item's contents.
  • Note - Put a note about the item. This takes the text specified and puts in parentheses after the name of the item, so the note doesn't mess with sorting.
  • Shows Price? - Some vendors require you to pay money to get items, so they'll show the prices of each item. If this is such a vendor, put Yes. If not, put No or omit the parameter entirely. This parameter is case-sensitive, so yes and no will not work.
  • Price - What's its price? This auto-magically adds formatting, including right-align.
  • Is Hidden? - Do you need to hack the vendor to see this item? If so, put Yes; if not, put No (this is also case sensitive) This automatically pipes it into the Yes and No templates, so you don't have to add color formatting or the curly braces ({{}}).