"ഫലകം:Str len" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
ദൃശ്യരൂപം
Passes the test cases. Let's see if anything blows up. |
Jacob.jose (സംവാദം | സംഭാവനകൾ) (ചെ.) en:Template:Str_len എന്നതിൽ നിന്ന് ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു |
(2 ഉപയോക്താക്കൾ ചെയ്ത ഇടയ്ക്കുള്ള 2 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |
(വ്യത്യാസം ഇല്ല)
|
17:06, 27 ജൂൺ 2017-നു നിലവിലുള്ള രൂപം
0
[തിരുത്തുക] [ ] ഫലകത്തിന്റെ വിവരണം
This template is used in system messages, and on approximately 19,000 pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption, 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. Please discuss 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| 499-characters... }}
returns 499{{str len| 1000-characters... }}
returns 1000
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
ചരം | വിവരണം | തരം | സ്ഥിതി | |
---|---|---|---|---|
Alpha-numeric text | 1 | The string to be counted | പദം | ആവശ്യമാണ് |
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
[തിരുത്തുക]മുകളിൽ കാണുന്ന വിവരണം ഫലകം:Str len/doc എന്ന ഉപതാളിൽ നിന്ന് ഉൾപ്പെടുത്തിയിട്ടുള്ളതാണ്. (തിരുത്തുക | നാൾവഴി) താങ്കൾക്ക് പരീക്ഷണങ്ങൾ ഫലകത്തിന്റെ എഴുത്തുകളരി (നിർമ്മിക്കുക) താളിലോ testcases (നിർമ്മിക്കുക) താളിലോ നടത്താവുന്നതാണ്. ദയവായി വർഗ്ഗങ്ങളും ബഹുഭാഷാകണ്ണികളും /വിവരണം ഉപതാളിൽ മാത്രം ഇടുക. ഈ ഫലകത്തിന്റെ ഉപതാളുകൾ. |