Difference between revisions of "Template:ItemDroppedInPack"
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
Line 4: | Line 4: | ||
|itemname = | |itemname = | ||
|droplocation = | |droplocation = | ||
|commonatend= | |||
}} | }} | ||
</pre> | </pre> | ||
Line 17: | Line 18: | ||
|parameter3name = droplocation | |parameter3name = droplocation | ||
|parameter3description = This is the drop location for the item, use [[Template:DropLocation]], [[Template:ItemIconicReceived]], [[Template:StorePurchase]], [[Template:CollectablePurchase]], [[Template:RaidRunePurchase]] | |parameter3description = This is the drop location for the item, use [[Template:DropLocation]], [[Template:ItemIconicReceived]], [[Template:StorePurchase]], [[Template:CollectablePurchase]], [[Template:RaidRunePurchase]] | ||
|parameter4name = commonatend | |||
|parameter4description = If specified, the "itemname" portion is search for at the end of the title, like "of the Fallen Age" | |||
</noinclude> | </noinclude> | ||
<onlyinclude> | <onlyinclude> | ||
Line 48: | Line 50: | ||
<h2>{{{itemname}}} Items</h2><div style="-webkit-column-count:2;column-count:2;">{{#dpl: category=Loot | <h2>{{{itemname}}} Items</h2><div style="-webkit-column-count:2;column-count:2;">{{#dpl: category=Loot | ||
|notuses=Template:ItemDroppedInPack | |notuses=Template:ItemDroppedInPack | ||
|titlematch={{{itemname}}}% | |titlematch={{#if: {{commonatend|}}|%{{{itemname}}}|{{{itemname}}}%}} | ||
|ordermethod=sortkey|noresultsheader=None}} | |ordermethod=sortkey|noresultsheader=None}} | ||
</div></div></div></onlyinclude> | </div></div></div></onlyinclude> |
Revision as of 20:35, 24 September 2024
{{Template:ItemDroppedInPack |overview= |itemname = |droplocation = |commonatend= }}
{{TemplateDocumentation |name = ItemDroppedInPack |description = This template is used to generate a table of items that drop in every quest in an adventure pack |category = Item Templates |usesnamedparameters=true |parameter1name = overview |parameter1description = This is an overview of the items being dropped |parameter2name = itemname |parameter2description = This is the first part of the name of the item that has multiple versions |parameter3name = droplocation |parameter3description = This is the drop location for the item, use Template:DropLocation, Template:ItemIconicReceived, Template:StorePurchase, Template:CollectablePurchase, Template:RaidRunePurchase |parameter4name = commonatend |parameter4description = If specified, the "itemname" portion is search for at the end of the title, like "of the Fallen Age"
|