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={{{episode|Hopeport}}} <!-- Filters by episode, defaulting to "Hopeport" if no episode is provided --> |
|||
|?quest={{{quest|}}} <!-- Filters by quest, but only if a quest is provided. If not, it is ignored --> |
|||
|?=Item |
|||
|format=table <!-- Format the output as a table --> |
|||
|?quest=Quest |
|||
|limit=100 <!-- Limits the number of results to 100 --> |
|||
|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 --> |
|||
}} |
}} |
||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"episode": { |
|||
"type": "string", |
|||
"autovalue": "Hopeport" |
|||
} |
|||
}, |
|||
"paramOrder": [ |
|||
"episode" |
|||
] |
|||
} |
|||
</templatedata> |
|||
</noinclude> |