Template:GemshopData: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
(Added request for deletion)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude><!--
<noinclude>{{Rfd|Template is unused}}</noinclude><noinclude><!--


### Cargo Declare ###
### Cargo Declare ###
Line 5: Line 5:
   |section=String
   |section=String
   |name=String
   |name=String
   |itemName=String
   |mtxName=String
   |description=String
   |description=Wikitext
   |cost=Integer
   |cost=Integer
   |maxPurchases=Integer
   |maxPurchases=Integer
   |costIncrement=Integer
   |costIncrement=Integer
  |orderNo=Integer
}}</noinclude><!--
}}</noinclude><!--


Line 16: Line 17:
   |section={{{section|Sectionless}}}
   |section={{{section|Sectionless}}}
   |name={{#switch:{{#sub:{{{name|}}}|0|3}}
   |name={{#switch:{{#sub:{{{name|}}}|0|3}}
     |Gem={{{itemName|}}}
     |Gem={{{mtxName|Missing MTX Name}}}
     |Pda=Daily {{#ifeq:{{#sub:{{{name|}}}|-1|1}}|0|Teleports|Minigame Plays}}
     |Pda=Daily {{#ifeq:{{#sub:{{{name|}}}|-1|1}}|0|Teleports|Minigame Plays}}
     |{{{name|Image Name}}}
     |{{#if:{{{itemDisplayName|}}}|{{{itemDisplayName}}}|Gem}} <!-- default to displaying a Gem -->
   }}
   }}
   |itemName={{{itemName|Gem Shop MTX Name}}}
   |mtxName={{{mtxName|Gem Shop MTX Name}}}
   |description={{{description|Buy a thing, get a thing!}}}
   |description={{{description|Buy a thing, get a thing!}}}
   |cost={{{cost|0}}}
   |cost={{{cost|0}}}
   |maxPurchases={{{maxPurchases|0}}}
   |maxPurchases={{{maxPurchases|0}}}
   |costIncrement={{{costIncrement|0}}}
   |costIncrement={{{costIncrement|0}}}
  |orderNo={{#vardefineecho:i|{{#expr:{{#var:i|0}} + 1}}}}
}}}}</includeonly><noinclude>
}}}}</includeonly><noinclude>
<pre>{{GemshopData
<pre>{{GemshopData

Latest revision as of 23:38, 13 June 2024

This template defines the table "GemshopData". View table.

{{GemshopData
 |section=Hats
 |name=Strawbiggy
 |itemName=Strawbiggy
 |desc=This is the ACTUAL strawberry from the Buddhist story about the Tiger and the Strawberry. No wonder the dangling man thought it so tasty!
 |cost=250
 |maxPurchases=100000
 |costIncrement=0
}}