Template:Growth stages/doc

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:30, 17 October 2024 (Created page with "{{Documentation}} This template is used to display growth stages for Farming crops. The available parameters are <code>stage</code>, <code>watered</code>, <code>diseased</code>, and <code>dead</code>. The stages can be specified by adding the stage number after the parameter, such as <code>stage2</code> for the growth image at stage 2. Each input should be an image, resized so the stages are sized relatively to the size they would appear in game. If a stage isn't..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a documentation subpage for Template:Growth stages.
It contains usage information, categories, and other content that is not part of the original template page.
Template:Growth stages invokes function main in Module:Growth stages using Lua.

This template is used to display growth stages for Farming crops.

The available parameters are stage, watered, diseased, and dead. The stages can be specified by adding the stage number after the parameter, such as stage2 for the growth image at stage 2.

Each input should be an image, resized so the stages are sized relatively to the size they would appear in game. If a stage isn't possible, the parameter should be excluded.

Example usage

{{Growth stages
|stage1 = [[File:Watermelon seed stage 1.png|27px]]
|stage2 = [[File:Watermelons stage 2.png|76px]]
|stage3 = [[File:Watermelons stage 3.png|105px]]
|stage4 = [[File:Watermelons stage 4.png|122px]]
|stage5 = [[File:Watermelons stage 5.png|120px]]
|stage6 = [[File:Watermelons stage 6.png|157px]]
|stage7 = [[File:Watermelons stage 7.png|179px]]
|stage8 = [[File:Watermelons stage 8.png|200px]]
|stage9 = [[File:Watermelons stage 9.png|200px]]
|watered1 = [[File:Watermelon seed (stage 1 watered).png|200px]]
|watered2 = [[File:Watermelons (stage 2 watered).png|200px]]
|watered3 = [[File:Watermelons (stage 3 watered).png|200px]]
|watered4 = [[File:Watermelons (stage 4 watered).png|200px]]
|watered5 = [[File:Watermelons (stage 5 watered).png|200px]]
|watered6 = [[File:Watermelons (stage 6 watered).png|200px]]
|watered7 = [[File:Watermelons (stage 7 watered).png|200px]]
|watered8 = [[File:Watermelons (stage 8 watered).png|200px]]
|diseased2 = [[File:Diseased watermelons stage 2.png|76px]]
|diseased3 = [[File:Diseased watermelons stage 3.png|105px]]
|diseased4 = [[File:Diseased watermelons stage 4.png|122px]]
|diseased5 = [[File:Diseased watermelons stage 5.png|120px]]
|diseased6 = [[File:Diseased watermelons stage 6.png|157px]]
|diseased7 = [[File:Diseased watermelons stage 7.png|179px]]
|diseased8 = [[File:Diseased watermelons stage 8.png|200px]]
|dead2 = [[File:Dead watermelons stage 2.png|76px]]
|dead3 = [[File:Dead watermelons stage 3.png|105px]]
|dead4 = [[File:Dead watermelons stage 4.png|122px]]
|dead5 = [[File:Dead watermelons stage 5.png|120px]]
|dead6 = [[File:Dead watermelons stage 6.png|157px]]
|dead7 = [[File:Dead watermelons stage 7.png|179px]]
|dead8 = [[File:Dead watermelons stage 8.png|200px]]
}}