Template:Isnumeric
- Afrikaans
- Alemannisch
- Алтай тил
- العربية
- Arpetan
- অসমীয়া
- Asturianu
- Azərbaycanca
- تۆرکجه
- Basa Bali
- বাংলা
- Banjar
- 閩南語 / Bân-lâm-gú
- Беларуская
- Беларуская (тарашкевіца)
- भोजपुरी
- Bikol Central
- Boarisch
- Bosanski
- Català
- Dansk
- الدارجة
- Deutsch
- Dolnoserbski
- डोटेली
- Eesti
- Ελληνικά
- Esperanto
- فارسی
- Føroyskt
- Français
- ГӀалгӀай
- گیلکی
- ગુજરાતી
- 한국어
- Hausa
- हिन्दी
- Hornjoserbsce
- Bahasa Hulontalo
- Ilokano
- Bahasa Indonesia
- Ирон
- IsiZulu
- Italiano
- ქართული
- Kurdî
- Ladin
- Lëtzebuergesch
- Ligure
- Magyar
- मैथिली
- മലയാളം
- مازِرونی
- Bahasa Melayu
- Мокшень
- မြန်မာဘာသာ
- Nedersaksies
- नेपाली
- 日本語
- Napulitano
- Нохчийн
- Nordfriisk
- Norsk bokmål
- Occitan
- ଓଡ଼ିଆ
- Oʻzbekcha / ўзбекча
- ਪੰਜਾਬੀ
- Pälzisch
- Português
- Română
- Rumantsch
- Русский
- Scots
- Shqip
- සිංහල
- Simple English
- سنڌي
- Slovenščina
- کوردی
- Српски / srpski
- தமிழ்
- တႆး
- తెలుగు
- ไทย
- Türkçe
- Українська
- اردو
- Vèneto
- Tiếng Việt
- 粵語
- 中文
- Bajau Sama
- ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ
Appearance
From Wikipedia, the free encyclopedia
Warning This template is used on approximately 148,000 pages .
To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.
To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.
This template tests whether a value is numeric (or at least, that it can be treated as such by the expression ParserFunction, see Help:Calculation).
Usage
By default, simply writing {{Isnumeric|1,327}}
(where 1,327 is an example number) will pass through the parameter if it's numeric and be blank if it's not. If the parameter boolean=true
is given, as in {{Isnumeric|1,327|boolean=true}}
, then the template will output 1
if numeric and 0
if not numeric.
Examples
code | result |
---|---|
{{Isnumeric|1,327.50}} |
1,327.50 |
{{Isnumeric|9,999 (1950)}} | |
{{Isnumeric|9999999999999}} |
9999999999999 |
{{Isnumeric|500 metres}} | |
{{Isnumeric|500*500}} |
500*500 |
{{Isnumeric|e<>pi}} |
e<>pi |
{{Isnumeric|9.999e50}} |
9.999e50 |
{{Isnumeric|1+1}} |
1+1 |
{{Isnumeric|}} | |
{{Isnumeric|1,327.50|boolean=true}} | 1 |
{{Isnumeric|9,999 (1950)|boolean=true}} | 0 |
See also
- {{ifnumber }}
The above documentation is transcluded from Template:Isnumeric/doc. (edit | history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this template.