Jump to content

Template:ShopEntry: Difference between revisions

From Apogea Wiki
Dane (talk | contribs)
Update ShopEntry to output table row alongside Cargo storage (via update-page on MediaWiki MCP Server)
Tag: Reverted
Dane (talk | contribs)
Revert ShopEntry to original (Cargo storage only) (via update-page on MediaWiki MCP Server)
Tag: Manual revert
 
Line 1: Line 1:
<includeonly>{{#cargo_store:_table=ItemSource|item={{{item|{{{1|}}}}}}|source={{{npc|{{{shop|{{PAGENAME}}}}}}}}|source_type=shop|cost={{{cost|}}}|currency={{{currency|Gold}}}|}}}
<includeonly>{{#cargo_store:_table=ItemSource|item={{{item|{{{1|}}}}}}|source={{{npc|{{{shop|{{PAGENAME}}}}}}}}|source_type=shop|cost={{{cost|}}}|currency={{{currency|Gold}}}}}<nowiki /></includeonly><noinclude>
|-
| style="text-align:center;" | {{Sprite|{{{item|{{{1|}}}}}}}}
| [[{{{item|{{{1|}}}}}}]]
| data-sort-value="{{{cost|0}}}" | {{{cost|}}} {{{currency|Gold}}}</includeonly><noinclude>
{{#cargo_attach:_table=ItemSource}}
{{#cargo_attach:_table=ItemSource}}
Stores shop item data to the ItemSource Cargo table and outputs a table row.
Stores shop item data to the ItemSource Cargo table. Does not produce visible output.


== Usage ==
== Usage ==
<pre>
<pre>
{{ShopTableHeader}}
{{ShopEntry|item=Iron Sword|cost=100}}
{{ShopEntry|item=Iron Sword|cost=100}}
{{ShopEntry|item=Health Potion|cost=50|currency=Gold}}
{{ShopEntry|item=Health Potion|cost=50|currency=Gold}}
{{ShopTableFooter}}
</pre>
</pre>


Line 21: Line 15:
* '''npc''' - The NPC selling this item (defaults to page name)
* '''npc''' - The NPC selling this item (defaults to page name)


[[Category:Shop templates]]
[[Category:Data templates]]
</noinclude>
</noinclude>

Latest revision as of 12:41, 1 February 2026

This template adds rows to the table "ItemSource", which is declared by the template ItemSource. View table. Stores shop item data to the ItemSource Cargo table. Does not produce visible output.

{{ShopEntry|item=Iron Sword|cost=100}}
{{ShopEntry|item=Health Potion|cost=50|currency=Gold}}

Parameters

[edit source]
  • item - The item being sold (required)
  • cost - The price (required)
  • currency - Currency type (defaults to Gold)
  • npc - The NPC selling this item (defaults to page name)