Автомобильные номера Монтаны: различия между версиями

Материал из Энциклопедия автомобильных номеров мира
Перейти к навигации Перейти к поиску
Строка 1: Строка 1:
{{Navbox with collapsible groups (beta)
<div style="background:#F0F8FF; border:1px dotted #8BCBFF; padding:10px; margin-top:10px;">{{#switch:{{NAMESPACE}}|{{ns:template}}|{{ns:mediawiki}}=[[Файл:Information.svg|20px|link=]] {{resize|120%|Документация}}<hr>}}<noinclude></div>{{doc}}</noinclude>
| name = String-handling templates
| state = {{{state|uncollapsed}}}
| bodyclass =
| title = Шаблоны обработки строк (String-handling templates)
| selected = {{{selected|{{{expanded|{{{1|}}}}}}}}}
| abbr1 =
| sect1 = [[Trimming (computer programming)|Trimming]]
| list1 =
{{Navbox (beta) |child
| group1 = By counting
| list1 =  {{Aligned table |style=padding-right:0.5em;
|col1style=width:12em; text-align:right;white-space:nowrap;padding-right:0.5em;  
|col2style=font-style:italic;  
| {{tl|str mid}}  | To return a substring specified by position and length.
 
| {{tlx|trunc|строка|N}}| Возвращает заданное количество символов с начала строки.<br /> <code><nowiki>{{trunc|строка|3}}</nowiki></code> → {{trunc|строка|3}}
 
| {{tlx|str left|строка|N}}| Возвращает заданное количество символов с начала строки.<br /> <code><nowiki>{{str left|строка|3}}</nowiki></code> → {{str left|строка|3}}
 
| {{tlx|str crop|строка|N}}| Удаляет справа из строки заданное количество символов.<br /> <code><nowiki>{{str crop|строка|1}}</nowiki></code> → {{str crop|строка|1}}
 
| {{tl|chop head and tail}} | To crop a specified number of characters off the beginning and end.
 
| {{tlx|str right|строка|N}} | Возвращает символы начиная с N и до конца строки.<br /> <code><nowiki>{{Str right|строка|2}}</nowiki></code> → {{Str right|строка|2}}
 
| {{tlx|str rightc|строка|N}} | Возвращает правую часть строки из заданного количества символов. Результат как в {{tl|str rightmost}}.
 
| {{tlx|str rightmost|строка|N}} | <code><nowiki>{{Str rightmost|строка|3}}</nowiki></code> → {{Str rightmost|строка|3}}
 
| {{tl|str sub old}}| To trim down to a specified number, starting at a given number from the left.
 
| {{tl|str sub new}}| Select a substr based on starting and ending index.
 
| {{tlx|str index|строка|N}}  | Возвращает из строки один символ под заданным номером N. <br /> <code><nowiki>{{str index|строка|4}}</nowiki></code> → {{str index|строка|4}}
 
}}
 
| group2 = By checking
| list2 =
{{Aligned table |style=padding-right:0.5em;
|col1style=width:12em; text-align:right; white-space:nowrap; padding-right:0.5em;
|col2style=font-style:italic;
| {{tl|trim}}                | Удаляет пробелы справа и слева.
| {{tl|str letter/trim}}    | To trim down to the beginning letters.
| {{tl|str number/trim}}    | To trim down to the beginning numbers.
| {{tl|trim brackets}}      | To trim any leading or trailing square brackets.
| {{tl|first word}}          | To trim down to the first space.
| {{tl|remove first word}}  | To remove anything before the first space.
| {{tl|last word}}           | To trim down from the last space.
| {{tl|remove last word}}    | To remove anything after the last space.
}}
 
| group3 = Dedicated
| list3 =
{{Aligned table |style=padding-right:0.5em;
|col1style=width:12em; text-align:right;white-space:nowrap;padding-right:0.5em;
|col2style=font-style:italic;
| {{tl|delink}}             | Removes wikilink brackets (wikicode).
| {{tl|remove file prefix}}  | Removes "File:" (or "Image:") from filenames.
| {{tl|PAGENAMEBASE}}        | To trim off any parenthesis text at the end of a string (disambiguation).
| {{tl|title disambig text}} | Returns text in parenthesis at the end of a string (disambiguation).
| {{tl|WikiProjectbasename}} | Removes "WikiProject" from a pagename.
| {{tl|remove unranked}}    | Removes the string "unranked_" from the left of a string (taxonomy).
| {{tl|ship prefix}}        | Returns the length of a ship's name prefix, if listed (ship names).
| {{tl|title year}}          | Returns the 4-digit year from a pagename, if any.
}} }}
 
| abbr2 =  
| sect2 =
| list2 =
| group4 = Insertion, replacement and length
| list4 =
{{Aligned table |style=padding-right:0.5em;
|col1style=width:9em; text-align:right; white-space:nowrap; padding-right:0.5em; background:#F6F6F6;
|col2style=text-align:left;font-style:italic;
| {{tl|strloc insert}} | Inserts a string at character location strloc, or appends if strloc<{{=}}0.
| {{tl|loop}}    | Repeat character string a specified number of times.
| {{tl|repeat}}  | Repeat a string a specified number of times.
| {{tl|replace}} | Returns the string, after replacing ''all'' occurrences of a specified string with another string.
| {{tl|str rep}} | Returns the string, after replacing the first occurrence of a specified string with another string.
| {{tlx|str len|строка}} | Возвращает длину строки. <code><nowiki>{{Str len|строка}}</nowiki></code> → {{Str len|строка}}
|{{tl|iflenge}}  | [if len]gth [g]reater than or [e]qual to.
|{{tl|str ≥ len}} | To check if a string is "longer or equally long" or "shorter" than a given length.
|{{tl|str ≤ len}} | To check if a string is "shorter or equally long" or "longer" than a given length.
|{{tl|str ≠ len}} | To check if a string is "not equal" or "equal" to a given length.
|{{tl|str ≤ ≥ len}} | To check if a string is "shorter", "equal", or "longer" than a given length.
}}
 
| abbr3 =
| sect3 =
| list3 =
| group5 = Analysis and technical
| list5 =
{{Aligned table |style=margin:0 auto 0; text-align:left;
|col1style=width:9em; text-align:right; white-space:nowrap; padding-right:0.5em; background:#F6F6F6;
|col2style= font-style:italic;
| {{tl|str endswith}}  | To check if a string ends with a given string.
| {{tl|str find}}<br />{{tl|strfind short}}  
|Returns the numerical location of a given string in a string.
| {{tl|str find0}}    | Zero-based substring search.
| {{tl|str sub find}}  | Searches a substring in a string at the given offset.
| {{tl|str letter}}    | Returns the number of letters that begin a string.
| {{tl|str number}}    | Returns the number of numbers that begin a string.
| {{tl|str gtr str}}  | Compares two strings for alphabetical order, and returns a value accordingly.
| {{tl|ASCII code}}    | Returns the ASCII value of a single character.
| {{tl|a or an}}      | Takes a noun and produces the appropriate indefinite article, based on whether the first letter is a vowel.
| &nbsp; | &nbsp;
| [[Module:String]] |
| [[mw:Help:Magic words|...Magic words]]
| {{noitalic|About <code><nowiki>{{padleft:&#124;}}</nowiki></code>.}}
| [[mw:Help:Extension:ParserFunctions|...ParserFunctions]]
| {{noitalic|About <code><nowiki>{{#titleparts:&#124;}}, {{#expr:&#124;}}, {{#ifeq:&#124;}}, </nowiki></code> etc.
  }} }}
 
<!----
| group12 = Feature requests
| list12 =
* [[bugzilla:6455]] – Set $wgPFEnableStringFunctions = true on WMF wikis
* [[bugzilla:26092]] – Enable or install string parsing wikimarkup functionality on WMF wikis
 
<!----Not in a navbox:
| group13 = [[Wikipedia:Template sandbox and test cases|Sandboxes, testcases]]
| list13 =
* {{tl|Str find/sandbox}}
* {{tl|Str index/getchar/sandbox}}
* {{tl|Str index/getchar/testcases}}
* {{tl|Str index/sandbox}}
* {{tl|Str index/testcases}}
* {{tl|Str index any/sandbox}}
* {{tl|Str index any/testcases}}
* {{tl|Str left/sandbox}}
* {{tl|Str len/core/sandbox}}
* {{tl|Str len/sandbox}}
* {{tl|Str len/testcases}}
* {{tl|Str rightc/testcases}}
* {{tl|Str ≠ len/sandbox}}
* {{tl|Str ≠ len/testcases}}
----->
 
| belowclass = hlist
| below ={{Nobr*|[[:Category:String manipulation templates]]}} {{Nobr*| [[m:Category:String templates]]}} {{Nobr*|[[:commons:Category:String manipulation templates]]}}
| tracking = no
}}<noinclude>{{Doc}}</noinclude>

Версия от 03:29, 5 апреля 2019

Документация