Template:QuestItemGroup: Difference between revisions
(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 |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> |
|||
{{#ask: |
{{#ask: |
||
[[Category:Quest Items]] |
[[Category:Quest Items]] |
||
{{#if:{{{episode|}}}|[[episode::{{{episode}}}]]|}} |
|||
|?episode={{PAGENAME}} <!-- Filters items by the episode (the template will use the current page name as the episode) --> |
|||
|?=Item |
|||
|?quest={{PAGENAME}} <!-- Filters items by the quest (again using the current page name) --> |
|||
|?quest=Quest |
|||
|format=table <!-- Format the output as a table --> |
|||
|format=table |
|||
|limit=100 <!-- Limits the number of results to 100 (adjust as needed) --> |
|||
|sort=episode, quest |
|||
|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> |