Template:InfoStamp: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe m (Blackwolfe moved page Template:Stamp to Template:InfoStamp) |
Kiokurashi (talk | contribs) mNo edit summary |
||
(26 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
< | <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"> | |||
{{#seo: | <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 | |image={{PAGENAME}}.png | ||
|description=Type: {{{type}}} | |description=Type: {{{type}}} | ||
{{{bonus}}} | {{{bonus}}} | ||
}} | }} | ||
[[Category:Stamps]]</includeonly> | [[Category:Stamps]]</includeonly><noinclude> | ||
<noinclude> | |||
Usage | Usage | ||
<pre>{{stamp | <pre>{{stamp | ||
Line 44: | 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 }}