Difference between revisions of "Template:VendorTableRow"

From Space Station 13 Wiki
Jump to navigation Jump to search
(Update documentation for Price and Note)
(→‎Parameters: Finish Image parameter documentation)
Line 18: Line 18:
</pre>
</pre>
==Parameters==
==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.
*'''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 of whatever, you should probably use a .gif or some such.
*'''Quantity''' - How many appear in the vending machine by default? This accepts ranges.
*'''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 <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.  
*'''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 <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.  

Revision as of 06:52, 19 July 2023

Usage

{{VendorTableListing
|Image=
|Quantity=
|Item Link=
|Item Name=
|Note=
|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, e.g. .png, .gif, etc. This only accepts one image, so if the item has a random appearance of 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 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.
  • 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 in here. If there isn't anything worth noting, just leave it out. 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 GardenGear), you can just omit this parameter entirely.
  • Is Hidden? - Do you need to hack the vendor to see this item? If so, put Yes; if not, put No. (This parameter is case-sensitive, so yes and no will not work.) This automatically pipes it into the Yes and No templates, so you don't have to add color formatting or the curly braces ({{}}).