Year of the Dragon: Through April 23rd, claim the adventure pack Slice of Life for free! Speak to Xatheral in the Hall of Heroes.

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:Isnum/sandbox

From DDO wiki
Jump to navigation Jump to search

Usage

{{#if:{{isnum|{{{param|}}}}} |something if a number |something else if not a number }}

Examples[edit]

Code Output
{{#if:{{isnum| }} |YES |no }} no
{{#if:{{isnum| 1 }} |YES |no }} YES
{{#if:{{isnum| 2+2 }} |YES |no }} YES
{{#if:{{isnum| TRUE }} |YES |no }} no