Template:InfoStamp: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
mNo edit summary
 
(25 intermediate revisions by 6 users not shown)
Line 3: Line 3:
### Cargo Declare ###
### Cargo Declare ###
-->{{#cargo_declare:_table=Stamps
-->{{#cargo_declare:_table=Stamps
  |Image=Wikitext
   |OrderNumber=Integer
   |OrderNumber=Integer
   |Type=String
   |Type=String
Line 8: Line 9:
   |SellPrice=Integer
   |SellPrice=Integer
   |Material=String
   |Material=String
  |Source=Wikitext
}}</noinclude><!--
}}</noinclude><!--


### Cargo Store ###
### Cargo Store ###
--><includeonly>
--><includeonly>{{#invoke:SlabStuff|SlabNumGrab|Item={{PAGENAME}}}}
{{#cargo_store:_table=Stamps
{{#cargo_store:_table=Stamps
  |Image=[[File:{{PAGENAME}}.png]]
   |OrderNumber={{{number|}}}
   |OrderNumber={{{number|}}}
   |Type={{{type|}}}
   |Type={{{type|}}}
Line 19: Line 20:
   |SellPrice={{{sellprice|}}}
   |SellPrice={{{sellprice|}}}
   |Material={{{material|}}}
   |Material={{{material|}}}
  |Source={{{source|Unobtainable}}}
}}<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}}<!--
<includeonly>{| class="Infobox"
-->{{#seo:
|-
! colspan="2" class="Header" | {{PAGENAME}}
|-
| colspan="2" class="HeaderImage" | [[file:{{PAGENAME}}.png]]
|-
! colspan="2" class="SubHeader" | Stamp Specifics
|-
! Number
| {{#switch:{{PAGENAME}}|Questin Stamp=2000|Pickaxe Stamp=1000|#default={{{number | Number missing}}}}}
|-
! Type
| {{#switch:{{PAGENAME}}|Questin Stamp=Misc|Pickaxe Stamp=Skills|#default={{{type}}}}}
|-
! Bonus
| {{#ifeq:{{PAGENAME}}|Arcane Stamp|Wis|{{{bonus | }}}}}
|-
{{#if: {{{material|}}} |
! Material
{{!}} {{CraftReq | {{{material}}}}} }}
|-
! colspan="2" class="SubHeader" | Other
|-
{{#if: {{{sellprice|}}} |
!Sell Price
{{!}} {{Coindisplay | {{{sellprice}}} }} }}
|-
! class="LastTable" | Source
| {{#switch:{{PAGENAME}}|Pickaxe Stamp|Hatchet Stamp|Sword Stamp|Heart Stamp=Start|#default={{{source|Unobtainable}}}}}
|}
{{#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 67: Line 76:
|material=example
|material=example
|sellprice=example
|sellprice=example
|source=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
}}