Template:InfoStamp: Difference between revisions
From IdleOn MMO Wiki
imported>Dgg (dickwad syntax) |
Kiokurashi (talk | contribs) mNo edit summary |
||
(39 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
< | <noinclude><!-- | ||
< | |||
! | |||
<noinclude> | ### Cargo Declare ### | ||
-->{{#cargo_declare:_table=Stamps | |||
|Image=Wikitext | |||
|OrderNumber=Integer | |||
|Type=String | |||
|Bonus=String | |||
|SellPrice=Integer | |||
|Material=String | |||
}}</noinclude><!-- | |||
### Cargo Store ### | |||
--><includeonly>{{#invoke:SlabStuff|SlabNumGrab|Item={{PAGENAME}}}} | |||
{{#cargo_store:_table=Stamps | |||
|Image=[[File:{{PAGENAME}}.png]] | |||
|OrderNumber={{{number|}}} | |||
|Type={{{type|}}} | |||
|Bonus={{{bonus|}}} | |||
|SellPrice={{{sellprice|}}} | |||
|Material={{{material|}}} | |||
}}<infobox> | |||
<title> | |||
<default>{{#if:{{#var:SlabNum}}|<div class="SlabNum">[[File:The Slab Icon.png|28px|link=The Slab]][[The Slab|<span>{{#var:SlabNum}}</span>]]</div>}} {{PAGENAME}}</default> | |||
</title> | |||
<image> | |||
<default>[[File:{{PAGENAME}}.png]]</default> | |||
</image> | |||
<header>Stamp Info</header> | |||
<data source="type"> | |||
<label>Type</label> | |||
</data> | |||
<data source="number"> | |||
<label>Number</label> | |||
</data> | |||
<data source="bonus"> | |||
<label>Bonus</label> | |||
</data> | |||
<data source="material"> | |||
<label>Material</label> | |||
<format>{{CraftReq|{{{material}}}|24px}}</format> | |||
</data> | |||
<header>Other Info</header> | |||
<data source="sellprice"> | |||
<label>Sell Price</label> | |||
<format>{{Coindisplay | {{{sellprice}}} }}</format> | |||
</data> | |||
<data source="source"> | |||
<label>Source</label> | |||
<default>{{#invoke:SourcesQuery|PullSourcesFromList|item={{PAGENAME}}}}</default> | |||
</data> | |||
</infobox><!-- | |||
-->{{#cargo_query:tables=VendorItems | |||
|fields=Vendor=vendor,OrderNumber=number,Price=buyprice,Stock=stock | |||
|where=Item LIKE "{{PAGENAME}}" | |||
|format=template | |||
|template=Vendoritem/row | |||
|named args=yes | |||
|default= | |||
|intro={{Vendoritem/head}} | |||
|outro={{!}}} | |||
|order by=OrderNumber | |||
}} | |||
{{Usedin}}<!-- | |||
-->{{#seo: | |||
|image={{PAGENAME}}.png | |||
|description=Type: {{{type}}} | |||
{{{bonus}}} | |||
}} | |||
[[Category:Stamps]]</includeonly><noinclude> | |||
Usage | Usage | ||
<pre>{{stamp | <pre>{{stamp | ||
Line 42: | Line 76: | ||
|material=example | |material=example | ||
|sellprice=example | |sellprice=example | ||
}}</pre> | }}</pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 02:50, 22 March 2024
This template defines the table "Stamps". View table. Usage
{{stamp |number=example |type=example (combat/skills/misc) |bonus=example |material=example |sellprice=example }}