Compare commits

..

No commits in common. "0a3a9fe8fbcc061b5a46cfe9453334ec83f26cb8" and "58b62c86441399b71e4a363884bd731777d761d6" have entirely different histories.

2 changed files with 7 additions and 15 deletions

View File

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

View File

@ -1,8 +1,3 @@
---
gitea: none
tags:
- hidden
---
# Ideas and Planning # Ideas and Planning
## Future Event Concepts ## Future Event Concepts