Template:QuestItemGroup: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{#ask: |
{{#ask: |
||
[[Category:Quest Items]] <!-- Queries all items in the "Quest Items" category --> |
[[Category:Quest Items]] <!-- Queries all items in the "Quest Items" category --> |
||
|?episode={{{episode| |
|?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 --> |
|?quest={{{quest|}}} <!-- Filters by quest, but only if a quest is provided. If not, it is ignored --> |
||
|format=table <!-- Format the output as a table --> |
|format=table <!-- Format the output as a table --> |
||
Line 10: | Line 10: | ||
|headerwidth=200px <!-- Sets the width for the table header --> |
|headerwidth=200px <!-- Sets the width for the table header --> |
||
}} |
}} |
||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"episode": { |
|||
"type": "wiki-page-name", |
|||
"autovalue": "Hopeport" |
|||
} |
|||
}, |
|||
"paramOrder": [ |
|||
"episode" |
|||
] |
|||
} |
|||
</templatedata> |
|||
</noinclude> |
</noinclude> |
Revision as of 02:17, 19 November 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
episode | episode | no description
| Page name | optional |