Editing Template:QuestItemGroup
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<noinclude> |
|||
{{#ask: |
{{#ask: |
||
[[Category:Quest Items]] |
[[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) --> |
|||
{{#if:{{{episode|}}}|[[episode::{{{episode}}}]]|}} |
|||
|?quest={{PAGENAME}} <!-- Filters items by the quest (again using the current page name) --> |
|||
|?=Item |
|||
|format=table <!-- Format the output as a table --> |
|||
|?quest=Quest |
|||
|limit=100 <!-- Limits the number of results to 100 (adjust as needed) --> |
|||
|format=table |
|||
|sort=quest, name <!-- Sorts by quest name and item name --> |
|||
|sort=episode, quest |
|||
|mainlabel=Quest Items <!-- Label for the column heading --> |
|||
|headerwidth=200px <!-- Sets the width for the table header --> |
|||
}} |
}} |
||
</noinclude> |