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.
Known Issue: Xatheral has been temporarily disabled while we investigate a bug with Year of the Dragon gift delivery.DDO Forums 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:GetPageTemplateParameter

From DDO wiki
Jump to navigation Jump to search

Purpose[edit]

  • Retrieve parameter value from a template call on a page

Usage[edit]

{{GetPageTemplateParameter
    | title     = Title or Page Name of the page to be searched
    | template  = Name of the template to pull the parameter from (if the page calls the same template twice, this may result in unexpected behaviour)
    | parameter = Name of the paramter to retrieve the value of
}}

Examples[edit]

{{GetPageTemplateParameter
    | title     = Item:Scroll of Ablative Armor
    | template  = Scroll
    | parameter = spell
}}

Ablative Armor

{{GetPageTemplateParameter
    | title     = Ablative Armor
    | template  = Spelldescription
    | parameter = school
}}


Categorization[edit]

  • Add page to Pages with invalid template arguments category if any parameter value is identified as invalid

Coding[edit]

The code in this section is "includeonly" transcluded onto the page.