Category:Build Types
More actions
This category is the canonical registry of Funded Build types. Each row below maps a slug (used in the build_type parameter on Template:BuildPage) to its display name, marker colour, and a single-character glyph.
The interactive map at the Bankers Guild Builds index reads this table directly. Changes here propagate to the map the next time the sync script runs.
Type registry
| Slug | Display name | Marker colour | Glyph | Notes |
|---|---|---|---|---|
| statue | Statue | #9c8579 | S | Carved figures honouring a person, beast, or moment. |
| library | Library | #7a5fb0 | L | Archives, scriptoria, scholar's halls. |
| farm | Farm | #86a050 | F | Agricultural land, crops, herding pastures. |
| tavern | Tavern | #c87038 | T | Public houses, inns, taprooms, cafés. |
| tower | Tower | #3a6d8e | W | Watchtowers, beacons, signal towers, lighthouses. |
| bridge | Bridge | #5e7a6e | B | Spans across water, gulfs, or fault lines. |
| temple | Temple | #b89c4a | P | Places of worship, prayer, or pilgrimage. |
| market | Market | #c4923d | M | Trading floors, bazaars, merchant halls. |
| garden | Garden | #5fa570 | G | Public gardens, parks, sanctuaries, groves. |
| mill | Mill | #8e7a4a | I | Watermills, windmills, grain processing. |
| monument | Monument | #7a7f8a | N | Memorials, cairns, plinths, obelisks. |
| residence | Residence | #a06a78 | R | Notable homes, manors, guildhouses. |
| workshop | Workshop | #8a584a | K | Smithies, ateliers, craft halls, forges. |
| other | Other | #888888 | ? | Fallback for anything not yet captured above. Authors should pick a more specific type when possible. |
Adding a new type
Insert a new row using the format below (placed anywhere in the table):
<syntaxhighlight lang="wikitext"> |- | shrine | Shrine | #b06a4a | H | Small sanctuaries, wayside altars, prayer-stones. </syntaxhighlight>
The sync picks up your row on the next run. If a build page's build_type= value doesn't match any slug here, the map falls back to the other tint (grey).
Validation
The sync script will skip any row whose:
- Slug isn't lowercase letters/digits only (e.g.
Wind Millwon't parse — usewindmill). - Marker colour isn't a six-digit hex (e.g.
redwon't parse — use#c43d3d). - Cells are missing — every row needs at least slug, display name, and colour.
Glyph and Notes are optional. If glyph is blank, the sync uses the first letter of the slug uppercased.
This category currently contains no pages or media.