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. 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!

Template:Hardxp extractor

From DDO wiki
Jump to navigation Jump to search

Usage[edit]

This template is a phantom template used in DPL calls.

It extracts the casual xp number from a quest template that uses the following named parameters:

  • |level=
  • |hard=

The result is a raw unformatted number usable in calculations.
It also stores the result in the variable {{#var: hardxp}} for further use by the calling template. This is only useful if the template is not used as a phantom in DPL, in which case the variable cannot be accessed.
In case the template can't extract a value (missing parameters or unknown format), nothing is produced.

Examples[edit]

{{#dpl:
...
 | include = {Quest¦Hardxp extractor}
...
}}
{{Hardxp extractor
 | level = {{{level|}}}
 | hard = {{{hard|}}}
}}

CODE[edit]