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

Thank you for your patience while we continue to upgrade DDOwiki to the latest MediaWiki LTS version. If you find any errors on the site, please visit the Discord chat server and let us know.

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


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

Template:Scroll phantom

From DDO wiki
Jump to navigation Jump to search

Purpose[edit]

DPL phantom templates are used to create a transform layer for DPL extension calls.

DPL passes all arguments supplied to a defined template to the transform template, allowing access to those values as well as to provide an opportunity to add logic to calculate new values to then feed back to the caller.

Output of the phantom template is designed to be consumed directly by the DPL extension in the caller to generate table rows. Phantom templates like this one are not for normal use: they are employed by DPL queries to mix, remix and format parameters from its "parent" template and possibly some metadata.



Usage[edit]

{{#dpl:
  | uses           = <Filter DPL selection based on template usage>
  | category       = <Filter DPL selection based on category membership>
  | include        = {Scroll|Scroll Phantom} 
  | table          = class="wikitable sortable mw-collapsible" style="width: 100%;", Table Header Values, ...
}}

Categorization[edit]

  • This template does not inject categorization to any callers

Code[edit]