Anonymous

Template:ItemSources: Difference between revisions

From Melvor Idle
m
Removed data reference
(Updating to reflect code being moved around.)
m (Removed data reference)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Replaces individual per-item templates for item sources. Uses data from [[Module:Items/data]] filtered through [[Module:Items]]
Replaces individual per-item templates for item sources. Uses data through [[Module:Items]]


{{T|ItemSources|Mithril Sword}} becomes {{ItemSources|Mithril Sword}}
{{T|ItemSources|Mithril Sword}} becomes
{{ItemSources|Mithril Sword}}


<onlyinclude><includeonly>{{#vardefine:name|{{{1|{{PAGENAME}}}}}}}{{#invoke:Items/SourceTables|getItemSourceTables|{{#var:name}}}}</includeonly></onlyinclude>
<onlyinclude><includeonly>{{#invoke:Items/SourceTables|getItemSourceTables|{{{1|{{PAGENAME}}}}}}}</includeonly></onlyinclude>