Template:Plant Update/doc
Appearance
| This is a documentation subpage for Template:Plant Update. It may contain usage information, categories and other content that is not part of the original template page. |
This template creates a log entry for documenting plant observations and progress updates over time. Use it within the main plant page to track changes throughout the growing season.
Usage
Each update entry should use this template. Add one entry per observation/update:
{{Plant Update
| date = 2025-05-15
| status = Flowering
| observation = First blooms appeared this week
| image = PlantName_May2025.jpg
| notes = Watered twice this week due to heat
}}Parameters
| Parameter | Required | Description | Example |
|---|---|---|---|
| date | Yes | Date of this update (YYYY-MM-DD format) | 2025-05-15 |
| observation | Yes | What you observed about the plant | First blooms appeared |
| status | No | Current plant status | Flowering, Fruiting, Dormant |
| image | No | Photo of the plant at this date | Photo.jpg |
| notes | No | Care notes or other observations | Watered twice this week |
Example
Tracking a tomato plant through the season:
| Code | Result | ||||||||||||||||
{{Plant Update
| date = 2025-04-15
| status = Seedling
| observation = Seeds germinated successfully
| notes = First true leaves emerging
}}
{{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
}}
| |
| ||||||||||||||||
Tips
- Add updates regularly - weekly or bi-weekly is ideal for tracking growth
- Include photos when possible to document visual changes
- Use the status parameter for quick reference of plant condition
- Use notes for care actions taken (watering, pruning, fertilizing, etc.)
- Dates should be in YYYY-MM-DD format for consistency
See Also
- Template:Plant Infobox – Main plant documentation template
- Help:Infoboxes – General infobox documentation
