Template:Money maker/preload
Appearance
The skeleton loaded into the edit box by Wiki:Money making guide/Add a method. Editing this page changes what every new gold-per-hour guide starts as.
Two things about this page are deliberate and easy to break:
- It is wrapped in
<includeonly> - So the skeleton does not render here, and this page does not categorise itself into Category:Money Makers or the contributor queues. MediaWiki strips the tags when it preloads the text, so a new editor never sees them.
- It contains no
<onlyinclude>tags, on purpose - Preload uses transclusion semantics: a page containing
<onlyinclude>is delivered as only that section, with the tags themselves stripped. Verified on this wiki. A literal closing tag cannot survive preload at all, because the outer section always claims the first one. So the skeleton asks the editor to add the two tags at registration time instead, andscripts/gph_audit.pyreports any registered guide that is missing them.