Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes.
(Please note: Due to bugs with the distribution system, this reward is temporarily unavailable.)edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

User:Faltout/SandBox/Quest table headings

From DDO wiki
Jump to navigation Jump to search

Usage[edit]

This template is used to create table headings for quest tables. It is made to work with DPL (by adding the character ¶ to break lines), but it can also work on its own.

{{Quest table headings
 | heading1 =
 | heading2 = 
 | heading# =
 | allow gaps = false
}}
  • heading# parameters can contain one of the options below. The headings are ordered according to the numbers of the heading parameters.
  • allow gaps Normally, gaps are not allowed (if you only provide |heading1= and |heading3=) and an error message will appear instead of the missing headings. However, by setting this parameter to true, you can have gaps in the numbering. This will allow you to have |heading1= and then |heading42= and then |heading50= and only have 3 headings displayed. Keep in mind that there is a maximum number difference between the first heading and the last (the maximum number of loops that can be performed).

Options[edit]

|heading##=

  • name
  • level
  • favor
  • free
  • bestowloc
  • bestower
  • loc
  • xp
  • epic
  • duration
  • casual (or solo)
  • normal
  • hard
  • elite
  • patron
  • pack
  • flagging

Examples[edit]

{{User:Faltout/SandBox/Quest table headings|heading1=name|heading2=level||heading4=favor|heading3=free|heading5=bestowloc|heading6=bestower|heading7=loc|heading8=xp|heading9=epic}}
|-
| A quest
| 2
| No
| 0
| asdas
| lkje
| lkejtr
| 0
| No
|}
Quest name Level Free to Play Max favor Acquired in Bestowed by Takes place in  ♣CasualSolo/Casual ♦NormalNormal ♥HardHard ♠EliteElite Epic
A quest 2 No 0 asdas lkje lkejtr 0 No
{{User:Faltout/SandBox/Quest table headings|heading1=name|heading4=level}}
|}
Patron heading5 not set heading6 not set Flagging

CODE[edit]