Difference between revisions of "Template:Sellsitem"

From Istaria Lexica

(setting up a subobject in addition to the record)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<nowiki/><includeonly>{{#if:{{{1|}}}|
 
<nowiki/><includeonly>{{#if:{{{1|}}}|
  {{#set:
 
    OffersItem={{{1}}};
 
    {{#ifeq:{{{m|0}}}||0|{{{m|0}}}}};
 
    {{#ifeq:{{{g|0}}}||0|{{{g|0}}}}};
 
    {{#ifeq:{{{s|0}}}||0|{{{s|0}}}}};
 
    {{#ifeq:{{{c|0}}}||0|{{{c|0}}}}};
 
    {{#ifeq:{{{altmethod|}}}||none|[[{{{altmethod}}}]]}};
 
    {{#ifeq:{{{altamount|0}}}||0|{{{altamount|0}}}}}
 
  }}
 
 
   {{#subobject:
 
   {{#subobject:
 
   | Is offered by                    = {{PAGENAME}}
 
   | Is offered by                    = {{PAGENAME}}
Line 16: Line 7:
 
   | Has price in silver              = {{{s|0}}}
 
   | Has price in silver              = {{{s|0}}}
 
   | Has price in copper              = {{{c|0}}}
 
   | Has price in copper              = {{{c|0}}}
   | Has alternative payment          = {{{altmethod|none}}}
+
   | Has alternative payment          = {{{altmethod|}}}
 
   | Has price in alternative payment = {{{altamount|0}}}
 
   | Has price in alternative payment = {{{altamount|0}}}
 
   }}
 
   }}
}}</includeonly><noinclude>{{Clr}}{{Documentation}}[[Category:Table Templates]]</noinclude>
+
}}</includeonly><noinclude>{{Documentation}}[[Category:Add Data Templates]]</noinclude>

Latest revision as of 19:15, 21 October 2022

Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

Functional part of a Vendor's items sold table. Adds a sold item and it's cost to the vendor NPC. Use Template:ShowSoldItems to print out all sold items.

Syntax[edit]

{{Sellsitem|Item name|m=|g=|s=|c=|altamount=|altmethod=}}

Parameters[edit]

{{Sellsitem
|Item name   The item's name, sets up the SMW-property [[Property:SellItem]] and links to it's article page.
|m         = mithril cost (optional)
|g         = gold cost (optional)
|s         = silver cost (optional)
|c         = copper cost (optional)
|altamount = alternative payment method cost (optional)
|altmethod = alternative payment method (optional)
}}

Examples[edit]

{{Sellsitem|Jade Golem Chip|s=160}}
{{Sellsitem|Black Widow Pet|s=1|c=300}}
{{Sellsitem|Epic Armor: Reklar's Sash of Fury|altamount=24|altmethod=Epic Token}}
Visit Template:Sellsitem/doc to edit this text. (How to: document correctly)