Template:Fishingaccessory: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
No edit summary
mNo edit summary
 
(37 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly>
<noinclude><!--
{| class="Infobox"
|-
! colspan="2" class="Header" | {{{title | {{PAGENAME}}}}}
|-
| colspan="2" class="HeaderImage" | [[file:{{{title | {{PAGENAME}}}}}.png]]
|-
! colspan="2" class="SubHeader" | Bonuses
|-
{{#if: {{{depth1|}}} |
! style="color:green;" {{!}} X
{{!}} {{{depth1}}} }}
|-
{{#if: {{{depth2|}}} |
! style="color:yellow;" {{!}} X
{{!}} {{{depth2}}} }}
|-
{{#if: {{{depth3|}}} |
! style="color:red;" {{!}} X
{{!}} {{{depth3}}} }}
|-
{{#if: {{{depth4|}}} |
! style="color:purple;" {{!}} X
{{!}} {{{depth4}}} }}
|-
{{#if: {{{fishingexp|}}} |
! Fishing Experience
{{!}} {{{fishingexp}}} }}
|-
{{#if: {{{fishingspeed|}}} |
! Fishing Speed
{{!}} {{{fishingspeed}}} }}
|-
{{#if: {{{fishingpower|}}} |
! Fishing Power
{{!}} {{{fishingpower}}} }}
|-
! colspan="2" class="SubHeader" | Other
|-
! Type
| {{{type}}}
|-
{{#if: {{{sellprice|}}} |
! Sell Price
{{!}} {{Coindisplay | {{{sellprice}}}}} }}
|-
! Source
| {{{source|Unobtainable}}}
|-
|}
[[Category:Fishing]]
[[Category:Items]]
</includeonly>


<noinclude>
### Cargo Declare ###
-->{{#cargo_declare:_table=Fishing_Accessories
  |Image=Wikitext
  |Name=String
  |GreenDepth=Integer
  |YellowDepth=Integer
  |RedDepth=Integer
  |PurpleDepth=Integer
  |ExpBonus=Integer
  |SpeedBonus=Integer
  |PowerBonus=Integer
  |SellPrice=Integer
  |Type=String
  |AccessoryType=String
}}</noinclude><!--
 
### Cargo Store ###
--><includeonly>{{#if:{{NAMESPACE}}||{{#invoke:SlabStuff|SlabNumGrab|Item={{PAGENAME}}}}
{{#cargo_store:_table=Fishing_Accessories
  |Image=[[File:{{PAGENAME}}.png]]
  |Name={{{title|{{PAGENAME}}}}}
  |GreenDepth={{{depth1|0}}}
  |YellowDepth={{{depth2|0}}}
  |RedDepth={{{depth3|0}}}
  |PurpleDepth={{{depth4|0}}}
  |ExpBonus={{{fishingexp|0}}}
  |SpeedBonus={{{fishingspeed|0}}}
  |PowerBonus={{{fishingpower|0}}}
  |SellPrice={{{sellprice|0}}}
  |Type={{{type|Null}}}
  |AccessoryType={{{accessorytype|Null}}}
}}}}<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 source="image">
        <default>[[File:{{PAGENAME}}.png]]</default>
    </image>
    <header>Fishing Stats</header>
    <group name="FishDepth" layout="horizontal">
<data source="depth1">
<label>[[File:Fishing Depth G.png|class=FishDepth|link=]]</label>
<default>-</default>
</data>
<data source="depth2">
<label>[[File:Fishing Depth Y.png|class=FishDepth|link=]]</label>
<default>-</default>
</data>
<data source="depth3">
<label>[[File:Fishing Depth R.png|class=FishDepth|link=]]</label>
<default>-</default>
</data>
<data source="depth4">
<label>[[File:Fishing Depth P.png|class=FishDepth|link=]]</label>
<default>-</default>
</data>
</group>
    <group name="FishBonus" layout="horizontal">
<data source="fishingexp">
<label>Fish Exp</label>
<default>-</default>
</data>
<data source="fishingspeed">
<label>Fish Speed</label>
<default>-</default>
</data>
<data source="fishingpower">
<label>Fish POW</label>
<default>-</default>
</data>
</group>
    <header>Other Details</header>
<data source="type">
<label>Type</label>
</data>
    <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=</table>
|order by=OrderNumber
}}
{{Usedin}}
[[Category:Fishing]][[Category:Items]]</includeonly><noinclude>
How to copy the template into the editor
How to copy the template into the editor
<pre>
<pre>
Line 65: Line 109:
|fishingpower=
|fishingpower=
|type=
|type=
|source=
|accessorytype=
}} </pre>
}} </pre>
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 02:49, 22 March 2024

This template defines the table "Fishing_Accessories". View table. How to copy the template into the editor

{{class
|depth1=
|depth2=
|depth3=
|depth4=
|fishingexp=
|fishingspeed=
|fishingpower=
|type=
|accessorytype=
}}