Template:Quest list table
From Guild Wars Wiki
Jump to navigationJump to search
Description[edit]
Output a table of quests, with data gathered from the usage of Template:Quest infobox on those quests' pages. Differs in layout from Template:Quest table and is intended to be more similar to the format traditionally used on, e.g., List of Prophecies quests.
{{ Quest list table | category = | category2 = | category3 = | notcategory = | notcategory2 = | notcategory3 = | notcategory4 = | notcategory5 = | notcategory6 = | notcategory7 = | notcategory8 = | notcategory9 = | titlematch = | notitlematch = | linksfrom = | row format = }}
Parameters[edit]
- category, category2, category3
- Optional. Selects only the quests from the given categories. Categories can match multiple pages if they are separated by broken bar (¦) characters, which can be inserted with {{subst:broken bar}}.
- notcategory, notcategory2, notcategory3, ..., notcategory9
- Optional. Filters out quests from the given categories.
- titlematch
- Optional. Selects only pages the titlematch filter applies to. Broken bars can be used for multiple titles.
- notitlematch
- Optional. Exludes pages. Should only be used with other criteria. Broken bars can be used for multiple titles.
- linksfrom
- Optional. Filters out quests that are not linked from the specified page.
- row format
- Optional. The subpagename of the template used in formatting the bulk of each row. (default:
basic
, which specifies Template:Quest infobox/row/basic)
Examples[edit]
A simple example that would show all quests that are in Category:Prophecies quests or Category:Nightfall quests, and are also in Category:Ranger quests:
{{ Quest list table | category = Prophecies quests¦Nightfall quests | category2 = Ranger quests }}