Documentation Templates¶
This directory contains reusable templates for creating consistent wiki pages.
Templates¶
Infobox Templates¶
- infobox-item.md - ftbwiki.org-style infobox for items, blocks, and machines
Icon Generation¶
Recommended Mod: InventoryProfilesNext¶
This mod can export item/block icons at various scales.
Alternative: Manual Screenshots¶
- Use F1 to hide HUD
- Screenshot items in inventory (2x GUI scale)
- Crop to 64x64px for consistency
Directory Structure¶
docs/assets/icons/
├── items/ # Flat item icons (64x64)
│ ├── copper_transport_pipe.png
│ ├── valve_copper.png
│ └── wooden_gear.png
└── blocks/ # 3D block renders (64x64)
├── kiln.png
├── laser_quarry.png
└── redstone_engine.png
Icon Guidelines¶
- Size: 64x64 pixels (2x scale)
- Format: PNG with transparency
- Naming: Match Minecraft ID (e.g.,
copper_transport_pipe.pngforlogistics:pipe/copper_transport_pipe) - Rendering: Use pixelated/crisp-edges for authentic Minecraft look
Usage¶
- Copy template code from infobox-item.md
- Replace placeholder values (ITEM_NAME, ITEM_ID, etc.)
- Add icon to appropriate directory
- Paste at the top of your page (before main heading)
CSS Integration¶
The infobox CSS is in docs/assets/css/infobox.css. Make sure Zensical includes this in the build.