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:Infobox-ability/entry/sandbox

From DDO wiki
Jump to navigation Jump to search

Purpose[edit]

Generates an entry for a field of {{Infobox-ability}}.

Usage[edit]

{{ Infobox-ability/entry/sandbox | name=entity name | [type=category type] | [text=full display text] | [category=full category name] | [flag=boolean] | [hide=boolean] | [nocat=boolean] }}

flag
Do anything at all (default true).
hide
Don't display the entry (default false).
nocat
Don't assign a category (default false).
text
Replaces normal output. Also sets flag. (default false).

Note: Truth values are determined according to {{IO-TF}}.

Examples[edit]

Call Output
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats }} Artificer 
{{ Infobox-ability/entry/sandbox | name=artificer | type=bonus feats | flag= }}
{{ Infobox-ability/entry/sandbox | name=artificer | type=Bonus Feats | flag=yes }} Artificer 
{{ Infobox-ability/entry/sandbox | name=artificer | type=Bonus Feats | flag=no }}
{{ Infobox-ability/entry/sandbox | name=monk | category=Martial arts feats }} Monk 
{{ Infobox-ability/entry/sandbox | name=monk | category=C:Martial arts feats }} (incorrect) Monk 
{{ Infobox-ability/entry/sandbox | name=artificer | type=bonus feats | hide= }} Artificer 
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | hide=1 }} (category only)
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | text=Artificer level 4 }} Artificer level 4 
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | text=Artificer level 4 | flag= }}
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | text=Artificer level 4 | nocat=1 }} Artificer level 4 (no category)
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | text=[[Artificer]] }} Artificer
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | text=yes }} Artificer 
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | text=no }}
{{ Infobox-ability/entry/sandbox | name=Artificer | type=bonus feats | text= }}

Coding[edit]