Template:QuestItemGroup: Difference between revisions
no edit summary
(Created page with "<noinclude> {{#ask: Category:Quest Items <!-- Queries all items in the "Quest Items" category --> |?episode={{PAGENAME}} <!-- Filters items by the episode (the template will use the current page name as the episode) --> |?quest={{PAGENAME}} <!-- Filters items by the quest (again using the current page name) --> |format=table <!-- Format the output as a table --> |limit=100 <!-- Limits the number of results to 100 (adjust as ne...") |
No edit summary |
||
Line 2:
{{#ask:
[[Category:Quest Items]] <!-- Queries all items in the "Quest Items" category -->
|?episode={{{episode|{{PAGENAME}}}}} <!-- Filters
|?quest={{
|format=table <!-- Format the output as a table -->
|limit=100 <!-- Limits the number of results to 100
|sort=quest, name <!-- Sorts by quest name and item name -->
|mainlabel=Quest Items <!-- Label for the column heading -->
|headerwidth=200px <!-- Sets the width for the table header -->
}}
</noinclude>
|