Template:QuestList: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
Line 2: Line 2:
[[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 = }}
| ?Quest type
|{{#ifeq:{{{show_difficulty|}}} | 1 | ?difficulty | }}
| ?difficulty
|{{#ifeq:{{{show_type|}}} | 1 | ?quest_type | }}
|{{#ifeq:{{{show_episode|}}} | 1 | ?episode | }}
| ?episode
| order=asc
| order=asc
| sort={{lc:{{{sort|}}}}}
| sort={{lc:{{{sort|}}}}}
Line 41: Line 41:
"type": "string",
"type": "string",
"suggestedvalues": ["name", "difficulty", "type", "episode"],
"suggestedvalues": ["name", "difficulty", "type", "episode"],
"suggested": true
},
"show_difficulty": {
"label": "Show Difficulty Column",
"description": "Set to show Difficulty Column",
"example": "0",
"type": "boolean",
"autovalue": "1",
"suggested": true
},
"show_type": {
"label": "Show Type Column",
"description": "Set to show Quest Type Column",
"example": "0",
"type": "boolean",
"autovalue": "0",
"suggested": true
},
"show_episode": {
"label": "Show Episode Column",
"description": "Set to show Episode Column",
"example": "0",
"type": "boolean",
"autovalue": "1",
"suggested": true
"suggested": true
}
}