ഫലകം:Str len
Jump to navigation
Jump to search
0
[തിരുത്തുക] [ ]
ഫലകത്തിന്റെ വിവരണം

![]() | This ഫലകം is used in system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this ഫലകം's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this ഫലകം. Please discuss any 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 documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
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 (നിർമ്മിക്കുക) താളിലോ നടത്താവുന്നതാണ്. ദയവായി വർഗ്ഗങ്ങളും ബഹുഭാഷാകണ്ണികളും /വിവരണം ഉപതാളിൽ മാത്രം ഇടുക. ഈ ഫലകത്തിന്റെ ഉപതാളുകൾ. |