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)
m Sell Price format
Rstar256 (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
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>
  <header>Selling Prices</header>
   <group layout="horizontal">
   <group layout="horizontal">
    <label>Sell Price</label>
     <data source="price1">
     <data source="price">
       <label></label>
       <label>1 Star</label>
       <format>{{{price1}}}</format>
       <format>{{{price[0]}}}</format>
     </data>
     </data>
     <data source="price">
     <data source="price2">
       <label>2 Star</label>
       <label>★★</label>
       <format>{{{price[1]}}}</format>
       <format>{{{price2}}}</format>
     </data>
     </data>
     <data source="price">
     <data source="price3">
       <label>3 Star</label>
       <label>★★★</label>
       <format>{{{price[2]}}}</format>
       <format>{{{price3}}}</format>
     </data>
     </data>
   </group>
   </group>