Template talk:Navbox-AppleVintageAccessories
Add topicAppearance
Entries with no page yet
[edit source]This navbox lists the full model range, including machines the wiki has not covered. Entries without a page are rendered as plain grey text rather than as red links:
<span class="navbox-unwritten">Model name</span>
A navbox is transcluded on hundreds of articles, so its red links appear on every one of them โ this template alone was putting several hundred red links on each page that used it. Greying them out keeps the model range visible without that.
When you write one of these pages, convert its entry back to an ordinary link. `wiki-tooling/navbox_greyout.py` does both directions automatically against the wiki's live page list โ run it after any batch of new pages:
python3 navbox_greyout.py # report only python3 navbox_greyout.py --apply # edit the navboxes
The .navbox-unwritten style is defined in MediaWiki:Common.css
and has a dark-mode variant.