Difference between revisions of "Shop table row"

m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly>{{#vardefine:item count|{{#expr:{{#var:item count|0}}+1}}}}
|{{item|{{{1}}}|{{{quality}}}}}||{{{2}}} {{icon|Gold Icon.png}}
+
|{{item|{{{1}}}|{{{3}}}}}||{{{2}}} {{icon|Gold Icon.png}}
 
|-
 
|-
 
{{#if:{{NAMESPACE}}|<!-- if there is a namespace don't set any properties
 
{{#if:{{NAMESPACE}}|<!-- if there is a namespace don't set any properties
-->{{#set:Has vendor={{PAGENAME}}}}<!--
+
-->|{{#subobject:Item{{#var:item count}}<!-- create subobject
-->{{#set:Sells item={{{1}}}}}<!--
+
-->|Has vendor={{PAGENAME}}<!-- set 'Has vendor' property
-->{{#set:Has item cost={{{2}}}}}<!--
+
-->|Sells item={{{1}}}<!-- set 'Sells item' property
-->{{#set:Has item quality={{{quality}}}}}}}</includeonly><noinclude>{{{{PAGENAME}}/Documentation}}</noinclude>
+
-->|Has item cost={{{2}}}<!-- set 'Has item cost' property
 +
-->|Has item quality={{{3}}}}}}}<!-- set 'Has item quality' property
 +
--></includeonly><noinclude>{{{{PAGENAME}}/Documentation}}</noinclude>

Latest revision as of 15:09, 17 February 2024

Description[edit]

Used to create a row in a shop table, containing an item and its price. Used in conjunction with Shop table header.

Usage[edit]

{{shop table header}}
{{shop table row|Campfire|25}}
{{table footer}}

Parameters[edit]

Arrow.png1: The name of the item.
Required.
Arrow.png2: The value of the item.
Required.
Arrow.png3: The quality of the item.
Optional.

See Also[edit]

Arrow.pngVendor table body