Template:Str len
- Acèh
- Afrikaans
- Alemannisch
- Алтай тил
- Аԥсшәа
- العربية
- Արեւմտահայերէն
- অসমীয়া
- Asturianu
- Авар
- Azərbaycanca
- تۆرکجه
- Basa Bali
- বাংলা
- 閩南語 / Bân-lâm-gú
- Башҡортса
- Беларуская
- Беларуская (тарашкевіца)
- भोजपुरी
- Български
- Boarisch
- Bosanski
- Català
- Чӑвашла
- Cebuano
- Čeština
- Dansk
- Deutsch
- Dolnoserbski
- Eesti
- Ελληνικά
- Эрзянь
- Español
- Esperanto
- Euskara
- Eʋegbe
- فارسی
- Fiji Hindi
- Føroyskt
- Français
- Gaeilge
- Gaelg
- Gagauz
- Gàidhlig
- Galego
- گیلکی
- ગુજરાતી
- 客家語 / Hak-kâ-ngî
- 한국어
- Hausa
- Հայերեն
- हिन्दी
- Hornjoserbsce
- Hrvatski
- Ilokano
- Bahasa Indonesia
- Ирон
- Íslenska
- Italiano
- עברית
- Jawa
- ಕನ್ನಡ
- ქართული
- Қазақша
- Kiswahili
- Kurdî
- Кыргызча
- Кырык мары
- Ladin
- Лакку
- Latina
- Latviešu
- Lëtzebuergesch
- Ligure
- Livvinkarjala
- Magyar
- मैथिली
- Македонски
- മലയാളം
- Māori
- मराठी
- ဘာသာမန်
- مازِرونی
- Bahasa Melayu
- Mfantse
- Minangkabau
- 閩東語 / Mìng-dĕ̤ng-ngṳ̄
- Мокшень
- Монгол
- မြန်မာဘာသာ
- Nederlands
- नेपाली
- नेपाल भाषा
- 日本語
- Нохчийн
- Norsk bokmål
- Occitan
- Олык марий
- ଓଡ଼ିଆ
- Oʻzbekcha / ўзбекча
- ਪੰਜਾਬੀ
- Pälzisch
- ភាសាខ្មែរ
- Plattdüütsch
- Português
- Română
- Rumantsch
- Русиньскый
- Русский
- Саха тыла
- Sakizaya
- संस्कृतम्
- Scots
- Shqip
- Sicilianu
- සිංහල
- Simple English
- Slovenčina
- Slovenščina
- کوردی
- Српски / srpski
- Svenska
- தமிழ்
- Taqbaylit
- Tarandíne
- Татарча / tatarça
- တႆး
- తెలుగు
- ไทย
- Тоҷикӣ
- Türkçe
- Українська
- اردو
- Tiếng Việt
- Volapük
- Wayuunaiki
- 吴语
- 粵語
- Zazaki
- 中文
- Kumoring
Appearance
From Wikipedia, the free encyclopedia
0
Warning This template is used on approximately 19,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
This template uses Lua:
This is the {{str len }} meta-template.
It takes a string as parameter and returns its length (excluding spaces at the start and end). It can now count as high as necessary.
Examples
If the parameter is empty or undefined it is considered to be of zero length:
{{str len}}
returns 0{{str len|}}
returns 0{{str len| }}
returns 0
It counts the length correctly, even if the string contains spaces, looks like a number, or contains special characters:
{{str len| ab cde }}
returns 6{{str len| 1234567 }}
returns 7{{str len| café åäö }}
returns 8{{str len| {{loop|50|abcdefghij}} }}
returns 500{{str len| {{loop|10000|abcdefghij}} }}
returns 100000
Template data
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Str len in articles based on its TemplateData.
TemplateData for Str len
The template takes a string as parameter and returns its length, excluding spaces at the start and end of the string
Parameter | Description | Type | Status | |
---|---|---|---|---|
Alpha-numeric text | 1 | The string to be counted | String | required |
Technical details
This is the first general-purpose template to be implemented using mw:Extension:Scribunto. The Lua code is located in Module:String.
See also
The above documentation is transcluded from Template:Str len/doc. (edit | history)
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template.