Template:QuestList: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
(Move templatedata to doc page) |
||
Line 1: | Line 1: | ||
{{#ask: |
<onlyinclude>{{#ask: |
||
[[Category:Quests]] AND {{#switch: {{lc:{{{episode|}}}}} | hopeport = [[Episode::Hopeport]] | hopeforest = [[Episode::Hopeforest]] | mine of mantuban = [[Episode::Mine of Mantuban]] | crenopolis = [[Episode::Crenopolis]] | #default = [[Episode::Hopeport]] OR [[Episode::Hopeforest]] OR [[Episode::Mine of Mantuban]] OR [[Episode::Crenopolis]] }} |
[[Category:Quests]] AND {{#switch: {{lc:{{{episode|}}}}} | hopeport = [[Episode::Hopeport]] | hopeforest = [[Episode::Hopeforest]] | mine of mantuban = [[Episode::Mine of Mantuban]] | crenopolis = [[Episode::Crenopolis]] | #default = [[Episode::Hopeport]] OR [[Episode::Hopeforest]] OR [[Episode::Mine of Mantuban]] OR [[Episode::Crenopolis]] }} |
||
{{#switch: {{lc:{{{type|}}}}} | main = [[Quest type::Main]] | side = [[Quest type::Side]] | #default = }} |
{{#switch: {{lc:{{{type|}}}}} | main = [[Quest type::Main]] | side = [[Quest type::Side]] | #default = }} |
||
Line 15: | Line 15: | ||
| link=subject |
| link=subject |
||
}} |
}} |
||
</onlyinclude> |
|||
<noinclude> |
|||
{{/doc}} |
|||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"episode": { |
|||
"label": "Episode Filter", |
|||
"description": "Filter quest list to an episode, leave empty for all episodes", |
|||
"example": "hopeport", |
|||
"type": "string", |
|||
"suggestedvalues": ["hopeport", "hopeforest", "mine of mantuban", "crenopolis"], |
|||
"suggested": true |
|||
}, |
|||
"type": { |
|||
"label": "Type Filter", |
|||
"description": "Filter quest list to an type, leave empty for all quests", |
|||
"example": "main", |
|||
"type": "string", |
|||
"suggestedvalues": ["main", "side"], |
|||
"suggested": true |
|||
}, |
|||
"sort": { |
|||
"label": "Sort", |
|||
"description": "Column to sort quest list", |
|||
"example": "name", |
|||
"type": "string", |
|||
"suggestedvalues": ["name", "difficulty", "type", "episode"], |
|||
"suggested": true |
|||
} |
|||
} |
|||
} |
|||
</templatedata> |
|||
</noinclude> |