Template:Infobox item: Difference between revisions

From Coral Island Wiki
Jump to navigation Jump to search
mNo edit summary
(move size)
Line 47: Line 47:
         <label>Journal category</label>
         <label>Journal category</label>
         <format>{{{journal|}}}</format> <!-- Journal side nav -->
         <format>{{{journal|}}}</format> <!-- Journal side nav -->
      </data>
      <data source="size">
        <label>Size</label>
        <format>{{{size|}}}</format>
       </data>
       </data>
       <data source="season">
       <data source="season">
Line 56: Line 60:
           -->}}
           -->}}
         </format>
         </format>
      </data>
      <data source="size">
        <label>Size</label>
        <format>{{{size|}}}</format>
       </data>
       </data>
       <data source="seed">
       <data source="seed">

Revision as of 17:25, 19 January 2024

Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.

Example 1

{{Infobox item
|mastery      = Diving;7
|type         = Animal product
|item_group   = Milk; Eggs
|journal      = Produce
|season       = Winter; Spring
|seed         = Apple sapling
|seed_price   = 20
|growth       = 9
|regrowth     = 3
|giant_crop   = yes
|wild_seed    = yes
|rank         = B
|year         = 2
|building     = Coop;2
|sell         = 100
|health       = 40
|energy       = 20
|effect       = Drunk
|source       = Foraging;Diving;Farming
}}

Example 2

{{Infobox item
|type         = Animal product
|item_group   = Milk; Eggs
|journal      = Produce
|season       = Winter; Spring
|seed         = Apple sapling
|seed_price   = 20
|growth       = 9
|regrowth     = 3
|giant_crop   = yes
|wild_seed    = yes
|rank         = B
|year         = 2
|building     = Coop;2
|sell         = 100
|health       = 40
|energy       = 20
|effect       = Drunk
|diff_quality = 1
}}