This commit is contained in:
Eric Spooner
2025-12-02 06:23:26 -06:00
2 changed files with 15 additions and 7 deletions

View File

@@ -7,19 +7,22 @@ Always use a plain lowercase 'x' for dimensions and multiplication.
- WRONG: `25mm × 25mm × 25mm`
- CORRECT: `25mm x 25mm x 25mm`
# Wiki Tagging Rules
# Wiki Tagging Standards
All challenge pages in the wiki must include YAML front matter with a `tags` list.
All wiki pages should use YAML frontmatter for tagging.
## Tagging Standards
1. **Challenge Tag**: All challenge pages must have the `challenge` tag.
2. **Number Tag**: All challenge pages must have a sequential number tag in the format `challenge-XXX`.
## Challenge Tags
All challenge pages must include the following tags:
- `challenge`: Identifies the page as a challenge.
- `challenge-NNN`: A unique sequential identifier.
- `challenge-001`: October 2025
- `challenge-002`: November 2025
- `challenge-003`: December 2025
- Increment for subsequent months.
3. **Archive Tag**: Past challenges must have the `archive` tag.
- `archive`: (Optional) Use this tag when the challenge is no longer active.
## Visibility Tags
- `hidden`: Use this tag to prevent the page from being published to the fargo3d.com website.
## Example Front Matter