Quest Guide Template: Difference between revisions
Jump to navigation
Jump to search
imported>An Adventurer No edit summary |
imported>Sucamarto |
||
(106 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{{RightToC}} | |||
{{Related|Page Templates|Quests|{{mtl|Quest Summary}}|{{mtl|Dungeon Table}}|{{mtl|Dungeon Maps}}|{{mtl|Item Table}}|{{mtl|Quest Experience Table}}|{{mtl|Title Rewards Table}}|{{mtl|Hub Quest}}}} | |||
''' | This page template is used for quest and kill task guides. Remove sections that don't apply. | ||
* In the Quest Overview list prerequisite quests and lockpicking requirements. List the quests in the order they must be completed. | |||
* See [[Quest Type]] for a list of the different types of quests. | |||
* If a quest has been updated, include details on how in the Notes section. | |||
* Include the absolute max experience available in the summary table, if the reward is level based or there are multiple parts, include the details in an Experience Reward table. If a reward isn't level based (a percentage), set '''Percent of Level''' and or '''Repeat Percent of Level''' to either '''N/A''' or to '''Fixed'''. | |||
* Format dialog using [[Page Templates#Text Colors|Text Colors]]. Include town crier and ulgrim sayings that refer to the quest. | |||
* If there is more than one dungeon associated with the quest add a {{tl|Dungeon Maps}} for each dungeon inside the {{tl|Dungeon Table}}. | |||
** If a map is hosted on the wiki, set '''<code>Wiki Map File = Name.gif</code>'''. | |||
** If a map is hosted on ACmaps.com use the 4 digit ID that is at the end of the map link, eg '''<code>ACmaps.com ID = 05CE</code>''' . If there are maps at both the wiki and acmaps, list both. | |||
** You can also give a web address for a map located somewhere else, e.g. '''<code>Other Map = <nowiki>http://ac.warcry.com/media/images/maps/Northern%20Catacombs.jpg</nowiki></code>''' . | |||
* The page will automatically be categorized as a [[:Category:Quest|Quest]], if it is also a [[:Category:Killtask|Killtask]], set '''Kill Task = True'''. | |||
* If there the quest has other names it is commonly called, create redirect pages for each page that point to the main quest page. Also categorize these redirects as a [[:Category:Quest]] so they will show up in searches. | |||
* For quests that are part of the [[Facility Hub Quests]] you can add a special box that details the bonus task and reward. Use the {{tl|Hub Quest}} subtemplate to fill out the field. See [[Ice Tachi Quest]] for an example. | |||
* Optional Sections: | |||
** Detailed Walk Through - Provide more detail than would be included in the walkthrough section for complex quests or for quests with a strong story component. Whenever there is a dungeon involved, link it to that dungeon's page on this site and provide a link to a map. | |||
** Appendix - Some quests such as the [[Harbinger Quest]] require a substantial amount of supplemental information. | |||
== Wiki Code == | |||
<section begin=QuestGuide /><pre style="width:auto; overflow:auto"> | |||
{{Quest Summary | |||
| Patch Introduced = | |||
| Related Quests = | |||
| Updated = | |||
| | |||
| Live Image = Live.jpg | |||
| Live Image Caption = | |||
| Quest Type = Solo/Group | |||
| Kill Task = False | |||
| Start Location = | |||
| Timer = | |||
| Time to Complete = | |||
| Level Restrictions = | |||
| Level Suggestions = | |||
| Contracts = | |||
| Item Rewards = | |||
| Luminance Reward = | |||
| Max XP Reward = | |||
| MMD Reward = | |||
| Titles = | |||
| Hub Quest = | |||
| | |||
| Link Walk Through = True | |||
| Link Maps = True | |||
| Link Items = True | |||
| Link XP Rewards = True | |||
| Link Title Rewards = False | |||
| Link Images = True | |||
| Link Lore & Dialog = True | |||
| Link Notes = False | |||
}} | |||
== Quest Overview == | |||
''' | == Walk Through == | ||
# First step. | |||
#* '''Route:''' | |||
# Second step. | |||
== Maps == | |||
{{Dungeon Table | |||
| Table Rows = | |||
{{Dungeon Maps | |||
| Dungeon = | |||
| Coordinates = | |||
| Wiki Map File = | |||
| ACmaps ID = | |||
| Other Site Name = | |||
| Other Site Link = | |||
}} | |||
}} | |||
== Items == | |||
{{Item Table|Caption=Quest Items|??}} | |||
{{Item Table|Caption=Rewards|??}} | |||
== Experience Rewards == | |||
{{Quest Experience Table | |||
| Repeat Differs = True | |||
| Table Rows = | |||
{{Quest Task | |||
| Description = | |||
| Max XP = | |||
| Percent of Level = | |||
| Level Cap = | |||
| Repeat Max XP = | |||
| Repeat Percent of Level = | |||
| Repeat Level Cap = | |||
}} | |||
}} | |||
{{Quest Experience Table | |||
| Repeat Differs = False | |||
| Table Rows = | |||
{{Quest Task | |||
| Description = | |||
| Max XP = | |||
| Percent of Level = | |||
| Level Cap = | |||
}} | |||
}} | |||
== Title Rewards == | |||
{{Title Rewards Table | |||
| Table Rows = | |||
{{Title | |||
| Title = | |||
| Task = | |||
}} | |||
== | {{Title | ||
| Title = | |||
| Task = | |||
}} | |||
{{Title | |||
| Title = | |||
| Task = | |||
}} | |||
}} | |||
== Images == | |||
Click image for full size version. | |||
<gallery widths=200px heights=200px perrow=3> | |||
File:Live.jpg|Caption | |||
File:Live.jpg|Caption | |||
</gallery> | |||
== Lore & Dialog == | |||
<font color=darkgoldenrod></font><br> | |||
== Notes == | |||
* ?? | |||
</pre><section end=QuestGuide /> | |||
== Example == | |||
See ?? for the results of the example code below: | |||
<pre style="width:auto; overflow:auto"> | |||
</pre> | |||
== Non-template Code == | |||
If customization is required that deviates substantially from the template, you can construct the page using the non-template code below as a base: | |||
<pre style="width:auto; overflow:auto"> | |||
</pre> | |||
[[Category:Page Template]] | |||
Latest revision as of 02:38, 14 November 2013
Related topics: Page Templates, Quests, {{Quest Summary}}, {{Dungeon Table}}, {{Dungeon Maps}}, {{Item Table}}, {{Quest Experience Table}}, {{Title Rewards Table}}, {{Hub Quest}}
This page template is used for quest and kill task guides. Remove sections that don't apply.
- In the Quest Overview list prerequisite quests and lockpicking requirements. List the quests in the order they must be completed.
- See Quest Type for a list of the different types of quests.
- If a quest has been updated, include details on how in the Notes section.
- Include the absolute max experience available in the summary table, if the reward is level based or there are multiple parts, include the details in an Experience Reward table. If a reward isn't level based (a percentage), set Percent of Level and or Repeat Percent of Level to either N/A or to Fixed.
- Format dialog using Text Colors. Include town crier and ulgrim sayings that refer to the quest.
- If there is more than one dungeon associated with the quest add a {{Dungeon Maps}} for each dungeon inside the {{Dungeon Table}}.
- If a map is hosted on the wiki, set
Wiki Map File = Name.gif
. - If a map is hosted on ACmaps.com use the 4 digit ID that is at the end of the map link, eg
ACmaps.com ID = 05CE
. If there are maps at both the wiki and acmaps, list both. - You can also give a web address for a map located somewhere else, e.g.
Other Map = http://ac.warcry.com/media/images/maps/Northern%20Catacombs.jpg
.
- If a map is hosted on the wiki, set
- The page will automatically be categorized as a Quest, if it is also a Killtask, set Kill Task = True.
- If there the quest has other names it is commonly called, create redirect pages for each page that point to the main quest page. Also categorize these redirects as a Category:Quest so they will show up in searches.
- For quests that are part of the Facility Hub Quests you can add a special box that details the bonus task and reward. Use the {{Hub Quest}} subtemplate to fill out the field. See Ice Tachi Quest for an example.
- Optional Sections:
- Detailed Walk Through - Provide more detail than would be included in the walkthrough section for complex quests or for quests with a strong story component. Whenever there is a dungeon involved, link it to that dungeon's page on this site and provide a link to a map.
- Appendix - Some quests such as the Harbinger Quest require a substantial amount of supplemental information.
Wiki Code
<section begin=QuestGuide />
{{Quest Summary | Patch Introduced = | Related Quests = | Updated = | | Live Image = Live.jpg | Live Image Caption = | Quest Type = Solo/Group | Kill Task = False | Start Location = | Timer = | Time to Complete = | Level Restrictions = | Level Suggestions = | Contracts = | Item Rewards = | Luminance Reward = | Max XP Reward = | MMD Reward = | Titles = | Hub Quest = | | Link Walk Through = True | Link Maps = True | Link Items = True | Link XP Rewards = True | Link Title Rewards = False | Link Images = True | Link Lore & Dialog = True | Link Notes = False }} == Quest Overview == == Walk Through == # First step. #* '''Route:''' # Second step. == Maps == {{Dungeon Table | Table Rows = {{Dungeon Maps | Dungeon = | Coordinates = | Wiki Map File = | ACmaps ID = | Other Site Name = | Other Site Link = }} }} == Items == {{Item Table|Caption=Quest Items|??}} {{Item Table|Caption=Rewards|??}} == Experience Rewards == {{Quest Experience Table | Repeat Differs = True | Table Rows = {{Quest Task | Description = | Max XP = | Percent of Level = | Level Cap = | Repeat Max XP = | Repeat Percent of Level = | Repeat Level Cap = }} }} {{Quest Experience Table | Repeat Differs = False | Table Rows = {{Quest Task | Description = | Max XP = | Percent of Level = | Level Cap = }} }} == Title Rewards == {{Title Rewards Table | Table Rows = {{Title | Title = | Task = }} {{Title | Title = | Task = }} {{Title | Title = | Task = }} }} == Images == Click image for full size version. <gallery widths=200px heights=200px perrow=3> File:Live.jpg|Caption File:Live.jpg|Caption </gallery> == Lore & Dialog == <font color=darkgoldenrod></font><br> == Notes == * ??
<section end=QuestGuide />
Example
See ?? for the results of the example code below:
Non-template Code
If customization is required that deviates substantially from the template, you can construct the page using the non-template code below as a base: