Template:Plant Update/doc: Difference between revisions
Add plant update docs |
m Update syntax to corrected template |
||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
| status = Flowering | | status = Flowering | ||
| observation = First blooms appeared this week | | observation = First blooms appeared this week | ||
| image = | | image = PlantName_May2025.jpg | ||
| notes = Watered twice this week due to heat | | notes = Watered twice this week due to heat | ||
}} | }} | ||
| Line 29: | Line 29: | ||
| '''status''' || No || Current plant status || Flowering, Fruiting, Dormant | | '''status''' || No || Current plant status || Flowering, Fruiting, Dormant | ||
|- | |- | ||
| '''image''' || No || Photo of the plant at this date || <nowiki> | | '''image''' || No || Photo of the plant at this date || <nowiki>Photo.jpg</nowiki> | ||
|- | |- | ||
| '''notes''' || No || Care notes or other observations || Watered twice this week | | '''notes''' || No || Care notes or other observations || Watered twice this week | ||
| Line 37: | Line 37: | ||
Tracking a tomato plant through the season: | Tracking a tomato plant through the season: | ||
{| class="wikitable" | |||
| '''Code''' | |||
| '''Result''' | |||
|- | |||
|<syntaxhighlight lang="wikitext"> | |||
{{Plant Update | |||
| date = 2025-04-15 | |||
| status = Seedling | |||
| observation = Seeds germinated successfully | |||
| notes = First true leaves emerging | |||
}} | |||
{{Plant Update | {{Plant Update | ||
| date = 2025-05-01 | |||
| status = Growth | |||
| observation = Transplanted to larger pot | |||
| image = Tomato_May1.jpg | |||
| notes = Growing rapidly, 12cm tall | |||
}} | |||
{{Plant Update | |||
| date = 2025-06-01 | |||
| status = Flowering | |||
| observation = First flower clusters forming | |||
| image = Tomato_June1.jpg | |||
| notes = Pinched off lower leaves for airflow | |||
}} | |||
{{Plant Update | |||
| date = 2025-07-15 | |||
| status = Fruiting | |||
| observation = Multiple fruits set and ripening | |||
| image = Tomato_July15.jpg | |||
| notes = Regular watering (1-2 inches/week), fertilizing weekly | |||
}} | |||
|</syntaxhighlight> | |||
| {{Plant Update | |||
| date = 2025-04-15 | | date = 2025-04-15 | ||
| status = Seedling | | status = Seedling | ||
| Line 50: | Line 84: | ||
| status = Growth | | status = Growth | ||
| observation = Transplanted to larger pot | | observation = Transplanted to larger pot | ||
| image = | | image = Example.jpg | ||
| notes = Growing rapidly, 12cm tall | | notes = Growing rapidly, 12cm tall | ||
}} | }} | ||
| Line 58: | Line 92: | ||
| status = Flowering | | status = Flowering | ||
| observation = First flower clusters forming | | observation = First flower clusters forming | ||
| image = | | image = Example.jpg | ||
| notes = Pinched off lower leaves for airflow | | notes = Pinched off lower leaves for airflow | ||
}} | }} | ||
| Line 66: | Line 100: | ||
| status = Fruiting | | status = Fruiting | ||
| observation = Multiple fruits set and ripening | | observation = Multiple fruits set and ripening | ||
| image = | | image = Example.jpg | ||
| notes = Regular watering (1-2 inches/week), fertilizing weekly | | notes = Regular watering (1-2 inches/week), fertilizing weekly | ||
}} | }} | ||
|} | |||
== Tips == | == Tips == | ||