Template:Money making guide/list
The row list behind the table on Money making guide. This is the one place a new method has to be registered — the table cannot find guides by itself.
Adding a method to the table
Create the guide page first (see Wiki:Money making guide/Add a method), then add one line here, in the right category block:
{{:Money making guide/Your method|mode=row}}
The leading colon matters: without it MediaWiki looks for
Template:Money making guide/Your method instead of the guide itself.
Each line transcludes that guide's own data block in mode=row, so the
figures in this table and the figures on the guide page are always the same
numbers — there is nothing to keep in sync.
The two <templatestyles> calls sit above the table on purpose:
the styles have to be emitted outside the table markup, or the style tag lands
inside a cell.
Both stylesheets and this list are the reason a missing guide shows up as a gap
rather than an error. scripts/gph_audit.py in the soulbound-wiki
skill compares this list against Category:Money Makers and reports anything
listed in one but not the other.