Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Creature Infobox: Difference between revisions

Template page
Rstar256 (talk | contribs)
Looking to add price and change distribution to properly redirect to Islets
Rstar256 (talk | contribs)
m Sell Price format
Line 29: Line 29:
   <data source="distribution">
   <data source="distribution">
     <label>Distribution</label>
     <label>Distribution</label>
     <format>{{#switch:{{{distribution|}}}|All Regions=All Regions|Exclusive to Islets=Islets|#default=[[{{{distribution}}}]]}}</format>
     <format>{{#switch:{{{distribution|}}}|All Regions=All Regions|Exclusive to Islets=Exclusive to [[Islets]]|#default=[[{{{distribution}}}]]}}</format>
   </data>
   </data>
   <data source="time">
   <data source="time">
Line 35: Line 35:
     <format>{{#switch:{{{time|}}}|All Day=All Day|#default=[[{{{time}}}]]}}</format>
     <format>{{#switch:{{{time|}}}|All Day=All Day|#default=[[{{{time}}}]]}}</format>
   </data>
   </data>
   <data source="price">
   <group layout="horizontal">
     <label>Sell Price</label>
     <label>Sell Price</label>
     <format>{{{price}}}</format>
     <data source="price">
   </data>
      <label>1 Star</label>
      <format>{{{price[0]}}}</format>
    </data>
    <data source="price">
      <label>2 Star</label>
      <format>{{{price[1]}}}</format>
    </data>
    <data source="price">
      <label>3 Star</label>
      <format>{{{price[2]}}}</format>
    </data>
   </group>
   <data source="description">
   <data source="description">
     <format>'''Description'''<br>{{{description}}}</format>
     <format>'''Description'''<br>{{{description}}}</format>