Search Results: Template:Str ltestcases

Sorry, the article you're looking for isn't specifically available. Here are related topics:


Template:Scuderia Toro Rosso
Rabu, 2026-04-01 00:51:29

This template's initial visibility currently defaults to autocollapse, meaning that if there is another collapsible item on the page (a navbox, sidebar...

Click to read more »
Template:Str ≠ len
Sabtu, 2017-03-25 19:38:47

Template documentation[view] [edit] [history] [purge] This is the {{str ≠ len}} meta-template. It helps other templates check if a string is "not equal"...

Click to read more »
Template:Str sub old
Jumat, 2016-09-30 14:06:58

documentation[view] [edit] [history] [purge] Please see: {{#invoke:string|sub}}. {{str sub old|text|start|length}} = Substring of text starting at start and containing...

Click to read more »
Template:Str right
Jumat, 2016-09-30 14:02:13

Template documentation[view] [edit] [history] [purge] {{str right|<string>|<offset>}} Gives the characters from <offset> to the end of the string. A negative...

Click to read more »
Template:Str len
Minggu, 2021-06-13 21:08:05

{{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|...

Click to read more »
Template:Str left
Jumat, 2016-09-30 14:01:19

Template documentation[view] [edit] [history] [purge] {{Str left|<string>|<count>}} Gives the resultant <count> of characters creating a substring of...

Click to read more »
Template:Str ≥ len
Selasa, 2021-04-06 18:38:38

Template documentation[view] [edit] [history] [purge] This is the {{str ≥ len}} meta-template. It helps other templates check if a string is "longer or...

Click to read more »
Template:Str find
Minggu, 2021-06-13 21:13:03

1 Template documentation[view] [edit] [history] [purge] {{Str find|text|sub_string}} Returns the position of first appearance of sub_string in text. The...

Click to read more »
Template:Str sub old/sandbox
Senin, 2013-02-25 09:26:26

documentation[view] [edit] [history] [purge] Please see: {{#invoke:string|sub}}. {{str sub old|text|start|length}} = Substring of text starting at start and containing...

Click to read more »
Template:Str letter
Senin, 2021-08-16 22:46:31

{{str letter}} returns 0 {{str letter|}} returns 0 {{str letter| }} returns 0 The count is interrupted by numbers, symbols, and punctuation: {{str letter|12345}}...

Click to read more »
Template:Str sub old/doc
Selasa, 2021-10-12 05:03:36

on, e.g. {{str sub old|20090624130510|8|2}} returns the 2 characters starting at the 9th, i.e. "13". {{str sub old|1234567|3|2}} —> 45 {{str sub old| alphabet|0|5}}...

Click to read more »
Template:Str startswith
Minggu, 2025-12-28 01:00:09

trimmed before use. {{Str startswith|foo (bar)|foo}} → yes {{Str startswith|foo|bar}} →  {{Str startswith|(bar)|foo (bar)}} →  {{Str startswith|foo bar   |   foo   }}...

Click to read more »
Template:Str rightc
Sabtu, 2024-02-17 11:50:45

Template documentation[view] [edit] [history] [purge] {{str rightc|<string>|<count>}} {{str rightc|<string>|<count>|<result if empty>}} Gives a substring...

Click to read more »
Template:Str number
Jumat, 2018-02-23 23:30:25

returns 0 {{str number|123456}} returns 6 {{str number| 123456}} returns 6 {{str number|123 456}} returns 3 {{str number|1234abc}} returns 4 {{str number|1234abc56}}...

Click to read more »
Template:Str rep
Sabtu, 2024-02-17 11:59:25

find-string replaced with a replacement-string. {{Str rep|text...|find-string|replace-string}} {{Str rep| 1=text... | 2=find-string | 3=replace-string...

Click to read more »
Template:Str letter/trim
Rabu, 2018-02-14 03:30:46

{{str letter/trim |abcdef?}} → abcdef {{str letter/trim |abc def}} → abc {{str letter/trim |ABcD123}} → ABcD {{str letter/trim |abc, def}} → abc {{str letter/trim...

Click to read more »
Template:Str endswith
Kamis, 2019-05-30 21:16:29

yes {{str endswith|foo|bar}} → {{str endswith|(bar)|foo (bar)}} → {{str endswith|foo bar | bar}} → yes border cases {{str endswith}} → yes {{str endswith||}}...

Click to read more »
Template:Str index
Jumat, 2016-09-30 14:07:16

Template documentation[view] [edit] [history] [purge] {{str index|text|number}} = Returns the number-th character of text. Base 1: the first character...

Click to read more »
Template:Str number/trim
Selasa, 2024-01-16 23:33:34

first number. {{Str number/trim}} → {{Str number/trim|abcde}} → {{Str number/trim|abcde123}} → {{Str number/trim|123456}} → 123456 {{Str number/trim|123...

Click to read more »
Template:Str count
Rabu, 2024-08-21 01:39:43

{{str count|aabbacccaddaeeeeaffff|a}} → 5 {{str count|0123456789ABCDEF|X}} → 0 {{str count|Wikipedia:Manual of Style/Words to watch|:}} → 1 {{str...

Click to read more »
Template:Str sub new
Kamis, 2021-11-04 00:59:40

of the string. {{str sub new|target_string|start_index|end_index}} {{str sub new|s=target_string|i=start_index|j=end_index}} {{str sub new|1234567890|3|7}}...

Click to read more »
Template:Str ≤ len
Sabtu, 2017-03-25 19:38:48

Template documentation[view] [edit] [history] [purge] This is the {{str ≤ len}} meta-template. It helps other templates check if a string is "shorter...

Click to read more »
Template:Str find word
Rabu, 2023-03-22 15:02:42

itself; the False-value is a blank string. {{Str find word |source=alpha, foo, bar |word=foo}} (True) → foo {{Str find word |source=alpha, foo, bar |word=nov}}...

Click to read more »
Template:Str len/testcases
Kamis, 2022-07-14 05:28:25

whitespace. +{{str len}}+ +{{str len|}}+ +{{str len| }}+ +0+ +0+ +0+ +{{str len|0}}+ +{{str len| 0 }}+ +{{str len| 00 }}+ +1+ +1+ +2+ +{{str len| abcdefghi...

Click to read more »
Template:Str find/doc
Senin, 2024-03-18 16:24:37

{{Str find|text|sub_string}} Returns the position of first appearance of sub_string in text. The comparison is case sensitive. Returns -1 if sub_string...

Click to read more »
Template:Str ≠ len/testcases
Jumat, 2009-03-27 17:58:23

{{str ≠ len | abcde | 5 | Not equal. | Equal. }} {{str ≠ len | | 0 | Not equal. | Equal. }} {{str ≠ len | | 1 | Not equal. | Equal. }} Equal. Equal. Not...

Click to read more »
Template:Str left/sandbox
Selasa, 2021-10-12 00:25:13

Template documentation[view] [edit] [history] [purge] {{Str left|<string>|<count>}} Gives the resultant <count> of characters creating a substring of...

Click to read more »
Template:Str left/doc
Minggu, 2024-12-22 05:17:02

{{Str left|<string>|<count>}} Gives the resultant <count> of characters creating a substring of characters from the start of the trimmed string (i.e....

Click to read more »
Template:Str rightc/sandbox
Minggu, 2021-11-14 19:11:54

Template documentation[view] [edit] [history] [purge] {{str rightc|<string>|<count>}} {{str rightc|<string>|<count>|<result if empty>}} Gives a substring...

Click to read more »
Template:Str number/doc
Minggu, 2023-05-21 07:41:26

returns 0 {{str number|123456}} returns 6 {{str number| 123456}} returns 6 {{str number|123 456}} returns 3 {{str number|1234abc}} returns 4 {{str number|1234abc56}}...

Click to read more »
Template:Str crop
Minggu, 2021-06-13 20:29:48

of a string {{{1}}}. The above documentation is transcluded from Template:Str crop/doc. (edit | history) Editors can experiment in this template's sandbox...

Click to read more »
Template:Str len/doc
Kamis, 2025-03-20 00:43:46

{{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|...

Click to read more »
Template:Str endswith/doc
Minggu, 2023-05-21 07:39:07

yes {{str endswith|foo|bar}} → {{str endswith|(bar)|foo (bar)}} → {{str endswith|foo bar | bar}} → yes border cases {{str endswith}} → yes {{str endswith||}}...

Click to read more »
Template:Str endswith/sandbox
Selasa, 2019-05-28 00:08:16

yes {{str endswith|foo|bar}} → {{str endswith|(bar)|foo (bar)}} → {{str endswith|foo bar | bar}} → yes border cases {{str endswith}} → yes {{str endswith||}}...

Click to read more »
Template:Str right/testcases
Kamis, 2014-05-29 13:04:02

{{Str right/sandbox|ABC|-2}} ABC {{Str right/sandbox|ABC|-1}} ABC {{Str right/sandbox|ABC|0}} ABC {{Str right/sandbox|ZABC|1}} ABC {{Str right/sandbox|ZZABC|2}}...

Click to read more »
Template:Str rightc/doc
Sabtu, 2024-08-31 01:24:17

{{str rightc|<string>|<count>}} {{str rightc|<string>|<count>|<result if empty>}} Gives a substring of length <count> characters from the right-side end...

Click to read more »
Template:Str rightc/testcases
Kamis, 2022-06-16 06:06:53

{{Str rightc|54321|0}} {{Str rightc}} {{Str rightc/sandbox}} {{Str rightc|54321|1}} {{Str rightc}} 1 {{Str rightc/sandbox}} 1 {{Str rightc|54321|2}} {{Str...

Click to read more »
Template:Str endswith/testcases
Senin, 2019-05-27 20:37:53

Test1 {{Str endswith|foo (bar)|(bar)}} {{Str endswith}} yes {{Str endswith/sandbox}} yes Test2 {{Str endswith|foo|bar}} {{Str endswith}} {{Str endswith/sandbox}}...

Click to read more »
Template:Str letter/doc
Minggu, 2023-05-21 07:40:55

{{str letter}} returns 0 {{str letter|}} returns 0 {{str letter| }} returns 0 The count is interrupted by numbers, symbols, and punctuation: {{str letter|12345}}...

Click to read more »
Template:Str right/doc
Minggu, 2023-05-21 07:06:18

{{str right|<string>|<offset>}} Gives the characters from <offset> to the end of the string. A negative <offset> is treated the same as zero, which simply...

Click to read more »
Template:Str len/sandbox
Sabtu, 2022-01-22 06:40:53

the documentation for {{str len/sandbox}} and its sub-template {{str len/core}}. Do not use either of these templates, use {{str len}} instead. These templates...

Click to read more »
Template:Str left/testcases
Jumat, 2023-09-22 04:37:41

{{Str left|Lorem ipsum dolor sit amet | 10 }} → Lorem ipsu {{Str left/sandbox|Lorem ipsum dolor sit amet | 10 }} → Lorem ipsu {{Str left|Lorem ipsum dolor...

Click to read more »
Template:Str startswith/doc
Minggu, 2022-07-31 19:57:57

trimmed before use. {{Str startswith|foo (bar)|foo}} → yes {{Str startswith|foo|bar}} →  {{Str startswith|(bar)|foo (bar)}} →  {{Str startswith|foo bar   |   foo   }}...

Click to read more »
Template:Str rep/sandbox
Sabtu, 2020-05-23 00:58:18

find-string replaced with a replacement-string. {{Str rep|text...|find-string|replace-string}} {{Str rep| 1=text... | 2=find-string | 3=replace-string...

Click to read more »
Template:Str number/trim/sandbox
Rabu, 2024-10-23 06:43:09

first number. {{Str number/trim}} → {{Str number/trim|abcde}} → {{Str number/trim|abcde123}} → {{Str number/trim|123456}} → 123456 {{Str number/trim|123...

Click to read more »
Template:Str rep/doc
Jumat, 2025-10-03 22:20:55

find-string replaced with a replacement-string. {{Str rep|text...|find-string|replace-string}} {{Str rep| 1=text... | 2=find-string | 3=replace-string...

Click to read more »
Template:Str len/core/sandbox
Rabu, 2024-10-23 06:42:58

the documentation for {{str len/sandbox}} and its sub-template {{str len/core}}. Do not use either of these templates, use {{str len}} instead. These templates...

Click to read more »
Template:Str ≥ len/sandbox
Selasa, 2013-02-26 18:25:47

Template documentation[view] [edit] [history] [purge] This is the {{str ≥ len}} meta-template. It helps other templates check if a string is "longer or...

Click to read more »
Template:Str find word/doc
Senin, 2026-05-11 21:17:55

itself; the False-value is a blank string. {{Str find word |source=alpha, foo, bar |word=foo}} (True) → foo {{Str find word |source=alpha, foo, bar |word=nov}}...

Click to read more »
Template:Str index/sandbox
Minggu, 2014-04-27 20:01:29

Template documentation[view] [edit] [history] [purge] {{str index|text|number}} = Returns the number-th character of text. Base 1: the first character...

Click to read more »
Template:Str index/doc
Minggu, 2023-05-21 07:08:22

{{str index|text|number}} = Returns the number-th character of text. Base 1: the first character is numbered 1, and so on. Any leading or trailing whitespace...

Click to read more »
Template:Str crop/testcases
Senin, 2018-11-19 23:13:20

Test1 {{Str crop|abcde|3}} {{Str crop}} ab {{Str crop/sandbox}} ab Test2 {{Str crop|abcde|7}} {{Str crop}} {{Str crop/sandbox}}...

Click to read more »
Template:Str sub new/doc
Sabtu, 2021-11-20 17:15:48

of the string. {{str sub new|target_string|start_index|end_index}} {{str sub new|s=target_string|i=start_index|j=end_index}} {{str sub new|1234567890|3|7}}...

Click to read more »
Template:Str ≠ len/doc
Minggu, 2023-05-21 07:36:46

This is the {{str ≠ len}} meta-template. It helps other templates check if a string is "not equal" vs. "equal" to a given length. Note! For most usage...

Click to read more »
Template:Str number/trim/doc
Rabu, 2025-07-30 20:00:32

first number. {{Str number/trim}} → {{Str number/trim|abcde}} → {{Str number/trim|abcde123}} → {{Str number/trim|123456}} → 123456 {{Str number/trim|123...

Click to read more »
Template:Str count/doc
Senin, 2025-06-16 05:29:53

{{str count|aabbacccaddaeeeeaffff|a}} → 5 {{str count|0123456789ABCDEF|X}} → 0 {{str count|Wikipedia:Manual of Style/Words to watch|:}} → 1 {{str...

Click to read more »
Template:Str letter/trim/doc
Minggu, 2023-05-21 06:56:31

{{Str letter/trim}} returns a string trimmed to its "beginning letters". {{str letter/trim}} → {{str letter/trim |12345}} → {{str letter/trim |123abc}}...

Click to read more »
Template:Str ≥ len/doc
Minggu, 2023-05-21 07:37:26

This is the {{str ≥ len}} meta-template. It helps other templates check if a string is "longer or equally long" vs. "shorter" than a given length. This...

Click to read more »
Template:Str len/core/doc
Rabu, 2023-07-26 09:07:24

the documentation for {{str len/sandbox}} and its sub-template {{str len/core}}. Do not use either of these templates, use {{str len}} instead. These templates...

Click to read more »
Template:Str count/sandbox
Rabu, 2024-08-21 01:34:59

{{str count|aabbacccaddaeeeeaffff|a}} → 5 {{str count|0123456789ABCDEF|X}} → 0 {{str count|Wikipedia:Manual of Style/Words to watch|:}} → 1 {{str...

Click to read more »
Template:Str sub new/sandbox
Jumat, 2016-06-17 11:51:38

of the string. {{str sub new|target_string|start_index|end_index}} {{str sub new|s=target_string|i=start_index|j=end_index}} {{str sub new|1234567890|3|7}}...

Click to read more »
Template:Str len/core
Senin, 2017-05-01 12:36:50

the documentation for {{str len/sandbox}} and its sub-template {{str len/core}}. Do not use either of these templates, use {{str len}} instead. These templates...

Click to read more »
Template:Str find/sandbox
Senin, 2021-12-06 05:21:54

1 Template documentation[view] [edit] [history] [purge] {{Str find|text|sub_string}} Returns the position of first appearance of sub_string in text. The...

Click to read more »
Template:Str find word/sandbox
Senin, 2023-08-07 17:22:43

itself; the False-value is a blank string. {{Str find word |source=alpha, foo, bar |word=foo}} (True) → foo {{Str find word |source=alpha, foo, bar |word=nov}}...

Click to read more »
Template:Str ≤ len/doc
Minggu, 2023-05-21 06:44:23

This is the {{str ≤ len}} meta-template. It helps other templates check if a string is "shorter or equally long" vs. "longer" than a given length. This...

Click to read more »
Template:Str Nth slash
Jumat, 2024-03-01 21:15:08

Return Nth expression split by slash, or 1st item, if no N index given. {{str Nth slash|3|String one / two / and three}} |1= – the N index; if N=2, returns...

Click to read more »
Template:Replace
Selasa, 2024-08-20 03:57:32

twotwo-five|- |—}} → One-two two-three two-four twotwo-five {{transliterate}} {{str rep}}, which replaces only the first occurrence of a string....

Click to read more »
Template:Str crop/sandbox
Jumat, 2021-01-01 22:56:11

of a string {{{1}}}. The above documentation is transcluded from Template:Str crop/doc. (edit | history) Editors can experiment in this template's sandbox...

Click to read more »
Template:Cycling data STR
Jumat, 2025-10-24 03:02:28

Template documentation Template:Cycling data STR is an internal data container not intended to be transcluded directly. It is used indirectly by the {{UCI...

Click to read more »
Template:Rdt demo
Minggu, 2025-09-07 06:38:28

\ABZgl+l\STR+r France~~Paris~~ ! !\BHF\BHF~~ ~~Brussels~~Belgium Portugal~~Lisbon~~ ! !KBHFa\STR\BHF~~ ~~Amsterdam~~Netherlands Spain~~Madrid~~ ! !BHF\STR\STR...

Click to read more »
Template:Digits
Jumat, 2018-02-23 23:29:42

23}} → 123 {{digits|1=1+2=3}} → 123 {{digits|24.51 km (15.23 mi)}} → 24511523 {{str number/trim}}, remove the first non-digit character and everything following...

Click to read more »
Template:LuiseLexStr/doc
Jumat, 2025-06-20 05:22:35

must be specified in order to refer to the street entry. Example: {{LuiseLexStr |art=a |bez=06 |id=Y1}} The URL is thus formed as http://luise-berlin...

Click to read more »
Template:LuiseLexStr
Minggu, 2025-06-29 15:05:59

must be specified in order to refer to the street entry. Example: {{LuiseLexStr |art=a |bez=06 |id=Y1}} The URL is thus formed as http://luise-berlin...

Click to read more »
Template:BSot/testcases
Minggu, 2020-05-24 07:43:19

The test {{Routemap |map1= \ABZg2\STRc3 \STR+c1!~+d*{{BSot|Foobar}}\HST+4 \STR\KHSTe \ABZgl!~+d*{{BSot|Xyzzy}}\KHSTeq }}...

Click to read more »
Template:NewDYKnomination
Kamis, 2020-11-12 03:08:49

the Main Page. view talk edit {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:World Rugby Rankings
Minggu, 2026-05-10 14:53:39

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:BS-alt
Minggu, 2013-04-28 07:39:38

utSTRlg, which identifies the image File:BSicon utSTR+r.svg ; this ID has the prefix "ut", the root "STR", and the suffix "lg". The corresponding entry in...

Click to read more »
Template:Find substed/escape/sandbox
Kamis, 2025-09-04 06:49:51

lengths: {{str len|{{find substed/escape|Template:Uw-c&pmove}}}} → 20 {{str len|{{find substed/escape|{{PAGENAME:Template:Uw-c&pmove}}}}}} → 11 {{str len|{{find...

Click to read more »
Template:Digits/doc
Rabu, 2025-07-30 20:06:57

23}} → 123 {{digits|1=1+2=3}} → 123 {{digits|24.51 km (15.23 mi)}} → 24511523 {{str number/trim}}, remove the first non-digit character and everything following...

Click to read more »
Template:Stop
Selasa, 2025-11-04 17:41:33

documentation This template is the equivalent of: [[File:Dialog-stop-hand.svg|{{Str number/trim|{{{1|30}}}}}px|Stop|alt=stop|link=]] Editors can experiment in...

Click to read more »
Template:Women's World Rugby Rankings
Rabu, 2026-04-08 18:17:14

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Routemap
Jumat, 2019-03-22 13:10:27

change {{BS2|STR|BHF|0|1|2|3|O1=uSTRq}} in the map to {{subst:BS2/safesubst|STR|BHF|0|1|2|3|O1=uSTRq}}, then publish changes; it will produce STR!~uSTRq\BHF~~0~~1~~2~~3...

Click to read more »
Template:Replace/doc
Jumat, 2025-10-03 22:20:15

twotwo-five|- |—}} → One-two two-three two-four twotwo-five {{transliterate}} {{str rep}}, which replaces only the first occurrence of a string....

Click to read more »
Template:Women's World Rugby Rankings/doc
Sabtu, 2023-06-03 21:36:19

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:FIBA World Rankings
Selasa, 2025-08-19 01:07:36

(given the FIBA rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Replace/sandbox
Selasa, 2024-08-20 03:57:10

twotwo-five|- |—}} → One-two two-three two-four twotwo-five {{transliterate}} {{str rep}}, which replaces only the first occurrence of a string....

Click to read more »
Template:IIHF Women's World Ranking/doc
Senin, 2026-02-23 20:59:52

(given the IIHF rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:IIHF Women's World Ranking
Senin, 2026-02-23 06:18:55

(given the IIHF rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:FIBA World Rankings/doc
Sabtu, 2023-06-03 21:36:19

(given the FIBA rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Pop Chronicles url
Minggu, 2026-05-24 10:07:18

https://digital.library.unt.edu/search/?fq=str_title_serial%3A%22The+Pop+Chronicles+%28John+Gilliland+Collection%29%22&sort=date_a&start=0 Template documentation[view]...

Click to read more »
Template:FIBA World Rankings/data
Minggu, 2026-03-08 20:07:26

(given the FIBA rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:FIBA Women's World Rankings/doc
Kamis, 2026-06-04 09:37:10

(given the FIBA rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:IIHF Men's World Ranking/doc
Rabu, 2026-03-04 02:48:52

(given the IIHF rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:World Rugby Rankings/doc
Jumat, 2024-08-02 04:36:22

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:IIHF Men's World Ranking
Rabu, 2026-03-04 02:46:23

(given the IIHF rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:FIBA Women's World Rankings
Kamis, 2026-06-04 09:36:36

(given the FIBA rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:BS-alt/doc
Kamis, 2025-09-04 19:35:00

utSTRlg, which identifies the image File:BSicon utSTR+r.svg ; this ID has the prefix "ut", the root "STR", and the suffix "lg". The corresponding entry in...

Click to read more »
Template:IIHF Women's World Ranking/data
Minggu, 2026-03-08 23:16:04

(given the IIHF rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Isotopes/decay-mode/code/symbol-self-check/compare
Jumat, 2023-02-24 01:35:23

BOTH-BLANK unused here (but is in in report-str): symbol-in (raw), normal-code-in (raw)...

Click to read more »
Template:Netball roster header
Selasa, 2023-10-10 23:00:31

head_coach = | asst_coach = | manager = | physio = | trainer = | sport_sci = | str_cond = | updated = | url_team = }} Hidden notes and intermediate spacing...

Click to read more »
Template:T:TDYK/preload
Rabu, 2021-10-20 17:17:46

{{T:TDYK/preload}} Produces: {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:WBSC World Rankings
Senin, 2021-09-06 03:52:44

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Disambiguation
Sabtu, 2026-02-14 21:00:59

description}} {{Template other}} {{Title disambig text}} {{PAGENAMEBASE}} {{Trim}} {{Str rep}} {{#invoke:Redirect|isRedirect}} Place template at the foot of the disambiguation...

Click to read more »
Template:FIBA Women's World Rankings/data
Minggu, 2026-03-29 16:12:08

(given the FIBA rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Netball roster footer
Sabtu, 2017-04-29 12:05:26

head_coach = | asst_coach = | manager = | physio = | trainer = | sport_sci = | str_cond = | updated = | url_team = }} Hidden notes and intermediate spacing...

Click to read more »
Template:IIHF Men's World Ranking/sandbox
Rabu, 2026-03-04 19:33:10

(given the IIHF rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:WBSC World Rankings/doc
Sabtu, 2023-06-03 21:36:20

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:WBSC World Rankings/sandbox
Sabtu, 2025-02-01 21:36:18

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:T:TDYK/preload/doc
Sabtu, 2024-03-02 18:47:04

{{T:TDYK/preload}} Produces: {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:Speciesbox/trim
Senin, 2019-11-11 23:37:00

to extract the 'bare' genus name from a longer string. It behaves like {{Str letter/trim}}, but treats hyphen as a letter (the International Code of Nomenclature...

Click to read more »
Template:Cardinal
Jumat, 2017-01-20 19:30:30

number {{digits}}, remove all characters from a string that are not digits {{str number/trim}}, remove the first non-digit character and everything following...

Click to read more »
Template:ChCR
Jumat, 2024-05-03 21:56:21

{{ChCR|1|000|Wie schön leuchtet der Morgenstern|F|stbSATB 2Hn 2Odc 2'''Vl''' Str Bc|Annunciation|1725-03-25|Wie schön leuchtet der Morgenstern, BWV 1 (Bach...

Click to read more »
Template:Speciesbox/trim/doc
Rabu, 2023-12-27 05:02:24

to extract the 'bare' genus name from a longer string. It behaves like {{Str letter/trim}}, but treats hyphen as a letter (the International Code of Nomenclature...

Click to read more »
Template:IIHF Women's World Ranking/sandbox
Selasa, 2021-11-16 01:42:40

(given the IIHF rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Centralized talk page
Sabtu, 2026-01-17 22:44:29

errors/Cite error included ref]] * [[Help talk:Cite errors/Cite error key str invalid]] * [[Help talk:Cite errors/Cite error no link label group]] * [[Help...

Click to read more »
Template:Side platform station
Kamis, 2025-12-04 03:57:44

vSTR!~MFADEg~~ ~~ ~~ vSTRfg cPLT\vSTR\cPLT cPLT\vSTR\cPLT~~ cPLT\vSTR\cPLT vSTRfg vSTR!~MFADEf~~ ~~ ~~ Template documentation[view] [edit] [history] [purge]...

Click to read more »
Template:Routemap/doc
Minggu, 2026-03-29 17:20:36

change {{BS2|STR|BHF|0|1|2|3|O1=uSTRq}} in the map to {{subst:BS2/safesubst|STR|BHF|0|1|2|3|O1=uSTRq}}, then publish changes; it will produce STR!~uSTRq\BHF~~0~~1~~2~~3...

Click to read more »
Template:Cardinal/doc
Sabtu, 2024-03-02 03:14:54

number {{digits}}, remove all characters from a string that are not digits {{str number/trim}}, remove the first non-digit character and everything following...

Click to read more »
Template:Sacred cantata row
Senin, 2024-10-14 04:26:09

{{SCR|6|000|Bleib bei uns, denn es will Abend werden|c|satbSATB 2Ob Odc Str Vc Bc|Easter 2|1725-04-02|Bleib bei uns, denn es will Abend werden, BWV 6...

Click to read more »
Template:Lorem ipsum
Jumat, 2024-07-12 16:05:20

{{lorem ipsum span}} and truncate to the desired size with Template:Str left: {{Str left|{{Lorem ipsum span}}|123}} will result in: Lorem ipsum dolor sit...

Click to read more »
Template:FIVB World Rankings/doc
Selasa, 2025-11-11 14:52:35

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Netball roster player
Senin, 2024-07-22 20:30:32

head_coach = | asst_coach = | manager = | physio = | trainer = | sport_sci = | str_cond = | updated = | url_team = }} Hidden notes and intermediate spacing...

Click to read more »
Template:FIBA World Rankings/sandbox
Minggu, 2018-11-04 00:12:24

(given the FIBA rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Netball roster doc
Jumat, 2023-12-22 11:16:33

head_coach = | asst_coach = | manager = | physio = | trainer = | sport_sci = | str_cond = | updated = | url_team = }} Hidden notes and intermediate spacing...

Click to read more »
Template:World Rugby Rankings/sandbox
Jumat, 2026-06-05 03:40:51

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:FIVB Women's World Rankings/doc
Selasa, 2025-11-11 14:55:31

(given the FIVB rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Speciesbox/trim/sandbox
Senin, 2019-11-11 23:35:56

to extract the 'bare' genus name from a longer string. It behaves like {{Str letter/trim}}, but treats hyphen as a letter (the International Code of Nomenclature...

Click to read more »
Template:Sacred cantata row/doc
Senin, 2024-10-14 04:26:57

{{SCR|6|000|Bleib bei uns, denn es will Abend werden|c|satbSATB 2Ob Odc Str Vc Bc|Easter 2|1725-04-02|Bleib bei uns, denn es will Abend werden, BWV 6...

Click to read more »
Template:FIVB World Rankings
Sabtu, 2023-02-18 09:49:54

(given the WBSC rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Isotopes/main/error-message/doc
Sabtu, 2023-06-03 05:55:23

isotope-page, rootpage, not-meta This property-string (csv) is checked by {{str find word}} ("if page-types has 'ns-template, rootpage, not-meta' then categorise")...

Click to read more »
Template:FIVB Women's World Rankings
Sabtu, 2023-02-18 10:12:04

(given the FIVB rankings begin in cell A1): ="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1 The code generated...

Click to read more »
Template:Routemap/sandbox
Minggu, 2024-12-22 04:29:50

change {{BS2|STR|BHF|0|1|2|3|O1=uSTRq}} in the map to {{subst:BS2/safesubst|STR|BHF|0|1|2|3|O1=uSTRq}}, then publish changes; it will produce STR!~uSTRq\BHF~~0~~1~~2~~3...

Click to read more »
Template:Isotopes/main/error-message/compose
Minggu, 2025-10-05 04:22:32

isotope-page, rootpage, not-meta This property-string (csv) is checked by {{str find word}} ("if page-types has 'ns-template, rootpage, not-meta' then categorise")...

Click to read more »
Template:Isotopes/main/error-message
Jumat, 2023-03-17 19:28:19

isotope-page, rootpage, not-meta This property-string (csv) is checked by {{str find word}} ("if page-types has 'ns-template, rootpage, not-meta' then categorise")...

Click to read more »
Template:NewDYKnomination/doc
Senin, 2021-11-15 05:26:43

the Main Page. view talk edit {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:T:TDYK/preload/sandbox
Kamis, 2018-03-08 08:39:23

{{T:TDYK/preload}} Produces: {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:User residence category
Sabtu, 2025-04-26 22:09:23

categories This template invokes Template:Nowrap, Template:See also, Template:Str right, and Template:Temt. This template is invoked by numerous user residence...

Click to read more »
Template:NewDYKnomination/sandbox
Jumat, 2019-06-28 04:50:25

the Main Page. view talk edit {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:Cite sports-reference
Kamis, 2023-06-22 23:28:15

with Module:String {{Cite web}}, implemented with Module:Citation/CS1 {{Str endswith}} {{Yesno-yes}} Module:Check for unknown parameters Template:Sports...

Click to read more »
Template:NML-routemap
Rabu, 2026-02-11 21:48:38

exSTR|||von Richards Bay exSTR|0|Durban||ab 1980 exBHF||Durban|Market Square|1860–1893 exBHFq|exABZgr||Durban|Market Square (Halle)|1893–1980 exSTR|1|Msizini||...

Click to read more »
Template:Str index/testcases
Minggu, 2013-02-24 11:11:54

This is the template test cases page for the sandbox of Template:Str index. Purge this page to update the examples. If there are many examples of a complicated...

Click to read more »
Template:Cite certification/URL/testcases
Minggu, 2025-07-20 19:33:19

diamond-auszeichnung/datenbank/?action=suche&strTitel=Celebration&strInterpret=Madonna&strTtArt=alle&strAwards=checked {{Cite certification/URL/sandbox|artist=Madonna...

Click to read more »
Template:Disambiguation/doc
Sabtu, 2025-10-04 18:02:17

description}} {{Template other}} {{Title disambig text}} {{PAGENAMEBASE}} {{Trim}} {{Str rep}} {{#invoke:Redirect|isRedirect}} Place template at the foot of the disambiguation...

Click to read more »
Template:Trim
Rabu, 2022-10-26 21:01:15

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Archive bottom/testcases
Minggu, 2020-09-27 06:37:16

Test1 {{ {{Str rep|Archive bottom|bottom|top}}|result=The result of the discussion.|status=resolved}} {{Lorem}} {{Archive bottom}} {{Archive bottom}}...

Click to read more »
Template:User residence category/doc
Kamis, 2026-02-12 10:28:12

categories This template invokes Template:Nowrap, Template:See also, Template:Str right, and Template:Temt. This template is invoked by numerous user residence...

Click to read more »
Template:Bryophyta
Senin, 2025-10-06 19:57:08

"Overlooked and misunderstood: A morpho-molecular revision of Ditrichaceae s.str. (Dicranidae, Bryophyta), with a focus on the Holarctic species of Ditrichum"...

Click to read more »
Template:Sports roster
Selasa, 2025-01-14 23:05:58

roster/entry|nat=USA| first =Chalisa|last=Fonza|nolink=1|college=Western Illinois}} | str_cond = {{sports roster/entry|last=''Vacant''|nolink=1}} }} Since the value...

Click to read more »
Template:Sports roster/doc
Minggu, 2025-02-09 01:20:23

roster/entry|nat=USA| first =Chalisa|last=Fonza|nolink=1|college=Western Illinois}} | str_cond = {{sports roster/entry|last=''Vacant''|nolink=1}} }} Since the value...

Click to read more »
Template:Sports roster/entry
Selasa, 2025-01-14 23:05:58

roster/entry|nat=USA| first =Chalisa|last=Fonza|nolink=1|college=Western Illinois}} | str_cond = {{sports roster/entry|last=''Vacant''|nolink=1}} }} Since the value...

Click to read more »
Template:INF roster footer
Minggu, 2018-09-02 13:40:05

head_coach = | asst_coach = | manager = | physio = | trainer = | sport_sci = | str_cond = | updated = | url_team = }} Hidden notes and intermediate spacing...

Click to read more »
Template:Start tab/testcases
Sabtu, 2022-10-15 02:45:00

Wikipedia:WikiProject_Spoken_Wikipedia/Participants }} Between text. {{Lorem}} {{ {{Str rep|Start tab|Start|End}} | tab-1 = Overview and Benefits | URL-1 =...

Click to read more »
Template:INF roster doc
Kamis, 2023-06-08 17:46:50

head_coach = | asst_coach = | manager = | physio = | trainer = | sport_sci = | str_cond = | updated = | url_team = }} Hidden notes and intermediate spacing...

Click to read more »
Template:INF roster player
Rabu, 2025-06-11 19:36:41

head_coach = | asst_coach = | manager = | physio = | trainer = | sport_sci = | str_cond = | updated = | url_team = }} Hidden notes and intermediate spacing...

Click to read more »
Template:String split
Rabu, 2023-07-19 01:00:04

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Centralized talk page/doc
Selasa, 2026-03-31 21:49:15

errors/Cite error included ref]] * [[Help talk:Cite errors/Cite error key str invalid]] * [[Help talk:Cite errors/Cite error no link label group]] * [[Help...

Click to read more »
Template:WikiProject St. Louis
Selasa, 2023-09-12 23:51:42

(Sports); populates Category:WikiProject St. Louis Sports working group STR or STREETS – (Streets); populates Category:WikiProject St. Louis Streets...

Click to read more »
Template:Attached KML/Montreal and Southern Counties Railway
Selasa, 2025-12-16 07:48:11

<href>https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/BSicon_uSTR.svg/240px-BSicon_uSTR.svg.png</href> </ItemIcon> </ListStyle> </Style> <Style id="uWSLe">...

Click to read more »
Template:Cite sports-reference/doc
Rabu, 2025-11-12 06:09:47

with Module:String {{Cite web}}, implemented with Module:Citation/CS1 {{Str endswith}} {{Yesno-yes}} Module:Check for unknown parameters Template:Sports...

Click to read more »
Template:Isotopes/doc
Selasa, 2026-03-24 17:18:36

Category:Pages using infobox element with unknown parameters (0) templtech: {{str find word}} checkFUP module:Check for unknown parameters Module:DecodeEncode:...

Click to read more »
Template:Disambiguation/sandbox
Sabtu, 2026-02-14 12:55:29

description}} {{Template other}} {{Title disambig text}} {{PAGENAMEBASE}} {{Trim}} {{Str rep}} {{#invoke:Redirect|isRedirect}} Place template at the foot of the disambiguation...

Click to read more »
Template:Str crop/doc
Sabtu, 2024-06-22 19:18:38

{{str crop |Example |3}} Exam {{str crop |123.456|3}} 123. {{str crop |123.456|-3}} 12 {{str crop |123.456|4}} 123 {{str crop |123.456|-4}} 123 {{str crop...

Click to read more »
Template:Sports roster/sandbox
Jumat, 2021-05-21 00:04:10

roster/entry|nat=USA| first =Chalisa|last=Fonza|nolink=1|college=Western Illinois}} | str_cond = {{sports roster/entry|last=''Vacant''|nolink=1}} }} Since the value...

Click to read more »
Template:Str right/sandbox
Kamis, 2014-05-29 12:48:10

This is the template sandbox page for Template:Str right (diff). See also the companion subpage for test cases....

Click to read more »
Template:Isotopes
Kamis, 2026-02-05 21:03:38

Category:Pages using infobox element with unknown parameters (0) templtech: {{str find word}} checkFUP module:Check for unknown parameters Module:DecodeEncode:...

Click to read more »
Template:Cite sports-reference/sandbox
Rabu, 2025-11-12 06:10:45

with Module:String {{Cite web}}, implemented with Module:Citation/CS1 {{Str endswith}} {{Yesno-yes}} Module:Check for unknown parameters Template:Sports...

Click to read more »
Template:Rquote
Jumat, 2026-04-17 11:50:39

''right''. |3=[[Anonymity|Anonymous]] |4=''Reduced quote template page'' }} {{str left|{{Lorem ipsum}}|335}} Lorem ipsum dolor sit amet, consectetur adipiscing...

Click to read more »
Template:Sports roster/entry/sandbox
Jumat, 2021-05-21 00:07:04

roster/entry|nat=USA| first =Chalisa|last=Fonza|nolink=1|college=Western Illinois}} | str_cond = {{sports roster/entry|last=''Vacant''|nolink=1}} }} Since the value...

Click to read more »
Template:Color chart X11
Minggu, 2026-03-01 06:35:27

shape[0]): row = slic[i:(i+1)] row = np.array(row)[0] rgb = ", ".join([ str(i) for i in row[2:5] ]) print("|- style=\"background: {}; color: {}\"".format(row[1]...

Click to read more »
Template:Str ≠ len/sandbox
Jumat, 2009-03-27 17:55:48

This is the template sandbox page for Template:Str ≠ len (diff). See also the companion subpage for test cases....

Click to read more »
Template:S85 (Berlin S-Bahn)
Sabtu, 2026-03-14 20:09:38

BER~~ \\exACC~~ ~~Waßmannsdorf~~ \\exACC~~ ~~Schönefeld (bei Berlin)~~ \\exSTR+GRZq~~ ~~ ~~Brandenburg–Berlin state border \\exACC~~ ~~Grünbergallee \\exACC~~...

Click to read more »
Template:Lorem ipsum/doc
Kamis, 2026-05-07 21:38:15

{{lorem ipsum span}} and truncate to the desired size with Template:Str left: {{Str left|{{Lorem ipsum span}}|123}} will result in: Lorem ipsum dolor sit...

Click to read more »
Template:Str find word/testcases
Senin, 2023-08-07 17:23:24

This is the template test cases page for the sandbox of Template:Str find word. Purge this page to update the examples. If there are many examples of...

Click to read more »
Template:Maplink
Senin, 2018-05-21 16:34:56

(concat('[[', substr(str(?link),31,500), '{{!}}', ?headLabel, ']]') as ?title) (concat(?stateLabel, '\\n', '[[File:', substr(str(?img_), 52, 500), '{{...

Click to read more »
Template:Infobox building
Sabtu, 2026-05-23 23:52:31

designations = | known_for = | ren_architect = | ren_firm = | ren_engineer = | ren_str_engineer = | ren_serv_engineer = | ren_civ_engineer = | ren_oth_designers...

Click to read more »
Template:EDFL Str
Selasa, 2019-10-29 09:09:07

Strathmore...

Click to read more »
Template:Lorem ipsum/sandbox
Selasa, 2024-12-17 23:17:58

{{lorem ipsum span}} and truncate to the desired size with Template:Str left: {{Str left|{{Lorem ipsum span}}|123}} will result in: Lorem ipsum dolor sit...

Click to read more »
Template:Dolorem ipsum
Jumat, 2024-05-24 23:58:27

{{lorem ipsum span}} and truncate to the desired size with Template:Str left: {{Str left|{{Lorem ipsum span}}|123}} will result in: Lorem ipsum dolor sit...

Click to read more »
Template:WikiProject St. Louis/doc
Rabu, 2023-12-27 05:27:47

(Sports); populates Category:WikiProject St. Louis Sports working group STR or STREETS – (Streets); populates Category:WikiProject St. Louis Streets...

Click to read more »
Template:Dolorem ipsum/doc
Kamis, 2024-05-23 16:09:12

{{lorem ipsum span}} and truncate to the desired size with Template:Str left: {{Str left|{{Lorem ipsum span}}|123}} will result in: Lorem ipsum dolor sit...

Click to read more »
Template:Trim/doc
Kamis, 2024-09-19 20:25:32

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Did you know nominations/Symphony for Strings
Minggu, 2024-08-04 06:25:32

раз так говорил. (When at the Len[ingrad] Union of Comp[osers] I played my Str[ing] Symphony, [Shostakovich] spoke up at the conference and said "Sviridov...

Click to read more »
Template:Did you know nominations/SS Sir William Siemens
Minggu, 2023-02-05 05:54:42

ping... – Muboshgu (talk) 04:48, 6 December 2022 (UTC) Page 67 is about the Str. Coralia, not the Siemens. We're still without an approved hook here. – Muboshgu (talk)...

Click to read more »
Template:Dolorem ipsum/sandbox
Kamis, 2026-04-23 00:45:03

{{lorem ipsum span}} and truncate to the desired size with Template:Str left: {{Str left|{{Lorem ipsum span}}|123}} will result in: Lorem ipsum dolor sit...

Click to read more »
Template:Maplink/doc
Senin, 2026-04-27 09:51:48

(concat('[[', substr(str(?link),31,500), '{{!}}', ?headLabel, ']]') as ?title) (concat(?stateLabel, '\\n', '[[File:', substr(str(?img_), 52, 500), '{{...

Click to read more »
Template:UCI team code
Jumat, 2023-11-10 02:35:27

Cycling Team STG: St George Continental Cycling Team Storey: Storey Racing STR: Search2retain–Health.com.au Stucchi: Stucchi SUB: Subway Cycling Team SUG:...

Click to read more »
Template:Rquote/doc
Kamis, 2026-06-04 03:24:33

''right''. |3=[[Anonymity|Anonymous]] |4=''Reduced quote template page'' }} {{str left|{{Lorem ipsum}}|335}} Lorem ipsum dolor sit amet, consectetur adipiscing...

Click to read more »
Template:Color chart X11/sandbox
Kamis, 2025-05-29 13:16:46

shape[0]): row = slic[i:(i+1)] row = np.array(row)[0] rgb = ", ".join([ str(i) for i in row[2:5] ]) print("|- style=\"background: {}; color: {}\"".format(row[1]...

Click to read more »
Template:String-handling templates
Senin, 2026-03-09 22:37:57

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Rquote/sandbox
Kamis, 2026-06-04 06:29:56

''right''. |3=[[Anonymity|Anonymous]] |4=''Reduced quote template page'' }} {{str left|{{Lorem ipsum}}|335}} Lorem ipsum dolor sit amet, consectetur adipiscing...

Click to read more »
Template:Maplink/testcases
Kamis, 2025-10-23 21:49:18

(concat('[[', substr(str(?link),31,500), '{{!}}', ?headLabel, ']]') as ?title) (concat(?stateLabel, '\\n', '[[File:', substr(str(?img_), 52, 500), '{{...

Click to read more »
Template:Infobox building/doc
Rabu, 2026-05-13 09:42:31

designations = | known_for = | ren_architect = | ren_firm = | ren_engineer = | ren_str_engineer = | ren_serv_engineer = | ren_civ_engineer = | ren_oth_designers...

Click to read more »
Template:OSM Location map/examples
Minggu, 2026-05-17 04:17:02

(concat('[[w:', substr(str(?link),31,400), '{{!}}', ?headLabel, ']]') as ?title) (concat(?stateLabel, '\\n', '[[File:', substr(str(?img_), 52, 400), '{{...

Click to read more »
Template:Str find word/doc/sandbox
Senin, 2023-08-07 17:23:54

...

Click to read more »
Template:Maplink/sandbox
Jumat, 2020-12-04 07:00:28

(concat('[[', substr(str(?link),31,500), '{{!}}', ?headLabel, ']]') as ?title) (concat(?stateLabel, '\\n', '[[File:', substr(str(?img_), 52, 500), '{{...

Click to read more »
Template:First word
Selasa, 2018-02-13 23:56:52

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Citation Style documentation/language/doc
Minggu, 2026-05-31 14:35:04

ssb: Southern Sama ssf: Thao ssy: Saho sth: Shelta stq: Saterland Frisian str: Straits Salish sty: Siberian Tatar suk: Sukuma sus: Susu sux: Sumerian suz:...

Click to read more »
Template:Str rep/doc/Dogs and cats
Minggu, 2022-10-09 03:54:49

This is a documentation subpage that is used in the documentation to illustrate parameter usage. Dogs chase cats. Cats chase mice....

Click to read more »
Template:Strfind short
Senin, 2014-09-01 06:39:01

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Title year
Senin, 2021-02-22 05:37:23

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Blockquote
Jumat, 2025-10-17 23:04:44

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Delink
Sabtu, 2024-02-17 11:47:19

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Infobox building/sandbox
Minggu, 2026-03-29 03:36:46

designations = | known_for = | ren_architect = | ren_firm = | ren_engineer = | ren_str_engineer = | ren_serv_engineer = | ren_civ_engineer = | ren_oth_designers...

Click to read more »
Template:A or an
Rabu, 2021-06-09 05:16:34

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:WikiProjectbasename
Rabu, 2023-08-02 01:00:08

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Trim quotes
Senin, 2022-01-10 12:00:21

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title disambig text
Selasa, 2022-03-08 09:00:55

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title number
Selasa, 2024-12-24 02:07:19

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Remove last word
Selasa, 2025-08-12 06:17:44

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Remove first word
Rabu, 2018-02-14 03:10:27

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Trim leading
Sabtu, 2021-10-09 03:09:38

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Title decade
Jumat, 2025-11-14 04:10:40

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:In string
Sabtu, 2024-11-09 23:12:51

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Last word
Sabtu, 2024-02-24 03:42:15

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Array
Jumat, 2024-07-26 21:12:21

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Trim brackets
Senin, 2021-08-16 22:46:03

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Template link expanded
Sabtu, 2020-11-21 19:04:41

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link code
Sabtu, 2020-11-21 19:06:22

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Tag
Selasa, 2026-03-17 09:03:42

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Hymenoptera
Selasa, 2025-09-30 23:33:07

wasps) Diplolepididae Figitidae Ibaliidae Liopteridae Proctotrupoidea (s.str.) Proctorenyxidae Roproniidae Heloridae Pelecinidae Peradeniidae Proctotrupidae...

Click to read more »
Template:Parameter
Senin, 2026-04-20 20:35:52

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Em
Senin, 2020-08-10 06:17:35

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Code
Selasa, 2025-02-04 04:00:59

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Block indent
Senin, 2020-12-28 04:23:56

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Key press
Senin, 2017-03-13 11:15:48

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link with subst
Sabtu, 2020-11-21 19:06:47

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Button
Rabu, 2024-08-28 22:24:49

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Strong
Sabtu, 2017-09-16 10:10:40

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link with parameters
Sabtu, 2020-11-21 19:04:32

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Var
Kamis, 2017-12-21 20:31:52

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Deprecated code
Selasa, 2025-10-07 17:15:41

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Kbd
Senin, 2024-06-03 22:51:34

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Strongbad
Kamis, 2025-11-27 11:17:34

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link expanded with subst
Sabtu, 2020-11-21 19:06:51

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link with link off
Sabtu, 2020-11-21 19:06:17

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Century name from decade or year
Jumat, 2025-11-14 04:18:11

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Deprecated code 2
Selasa, 2025-10-07 17:14:08

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Pre
Sabtu, 2026-01-10 23:09:05

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Deprecated code red
Minggu, 2025-03-09 17:16:35

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Samp
Senin, 2024-06-03 20:55:20

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title year2range-1
Sabtu, 2026-04-18 10:49:10

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Template link general
Minggu, 2021-02-21 01:40:07

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title year-1
Sabtu, 2026-05-23 01:00:39

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Template link null
Sabtu, 2020-11-21 19:06:41

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title year+1
Sabtu, 2026-04-18 10:32:24

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Row numbers
Selasa, 2023-03-21 01:00:04

|_row_count || {{Str left|{{Lorem ipsum span}}|123}} |- |_row_count || {{Str left|{{Lorem ipsum span}}|27}} |- |_row_count || {{Str left|{{Lorem ipsum...

Click to read more »
Template:Codenowiki
Minggu, 2021-04-25 05:20:39

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title year range
Rabu, 2025-08-13 07:42:28

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title year2range
Sabtu, 2026-04-18 10:38:51

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Key top
Selasa, 2025-08-26 08:06:20

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title century
Selasa, 2025-08-12 06:04:07

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Mono
Minggu, 2019-10-13 08:15:06

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title year2range+1
Rabu, 2021-12-01 01:00:05

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Source parameter
Minggu, 2026-04-12 20:41:20

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title monthname
Selasa, 2021-08-17 08:17:12

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Var serif
Kamis, 2021-01-28 07:48:16

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link expanded with bold
Sabtu, 2020-11-21 19:06:02

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link with bold
Selasa, 2021-09-28 10:40:57

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Stronggood
Sabtu, 2020-02-29 07:00:33

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link expanded with italic
Sabtu, 2020-11-21 19:06:13

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Param value
Selasa, 2025-12-09 01:41:13

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Codett
Senin, 2025-10-13 16:00:35

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Syntaxhighlight
Jumat, 2025-03-07 06:47:41

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Kbdnowiki
Kamis, 2019-05-02 13:41:55

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Century name from title year
Selasa, 2025-02-04 14:12:44

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Century name from title decade
Jumat, 2025-11-14 04:18:59

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Find country
Senin, 2025-12-15 02:17:01

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:F1R2020
Sabtu, 2025-04-19 05:27:16

Kimi Räikkönen RIC Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. STR Lance Stroll VER Max Verstappen VET Sebastian Vettel Three letter code Race...

Click to read more »
Template:Basketball roster footer
Minggu, 2025-09-21 05:14:25

Assistant coach(es) {{{asst_coach}}} Strength & conditioning coach(es) {{{str_cond}}} Athletic trainer(s) {{{ath_train}}} Physician(s) {{{physician}}}...

Click to read more »
Template:NewDYKnomination/guide
Sabtu, 2024-03-02 18:47:07

with the following template: {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:Delink question hyphen-minus
Kamis, 2018-04-26 01:40:36

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:To EUR
Selasa, 2025-10-14 03:14:56

\))/g, (match, numberStr) => { const num = parseFloat(numberStr); let sigFigs; if (numberStr.includes('.')) { sigFigs = numberStr.replace(/^0+|\.|0+$/g...

Click to read more »
Template:Blockquote/doc
Selasa, 2026-05-12 11:46:19

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:F1stat
Jumat, 2026-06-05 17:14:38

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SAR Logan Sargeant STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen ZHO Zhou Guanyu Field Description...

Click to read more »
Template:Remove file prefix
Jumat, 2022-06-03 17:07:55

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:2018 Copa Libertadores group tables
Kamis, 2025-12-04 05:11:51

Pos Team Pld W D L GF GA GD Pts Qualification LIB ATU PEÑ STR 1 Libertad 6 4 1 1 10 4 +6 13 Round of 16 — 0–0 2–1 3–0 2 Atlético Tucumán 6 3 1 2 7 6 +1...

Click to read more »
Template:Pipe escape
Senin, 2019-05-06 00:52:15

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Children's hospitals in the United Kingdom
Senin, 2023-03-06 00:09:28

Hospice Loughborough Shooting Star Chase Paediatric transport Children's Acute Transport Service (CATS) South Thames Retrieval Services (STRS) Category...

Click to read more »
Template:Blockquote/sandbox
Senin, 2026-05-25 11:49:54

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:F1R2021
Sabtu, 2025-04-19 05:31:42

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SCH Mick Schumacher STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen VET Sebastian Vettel Three-letter...

Click to read more »
Template:2021 Copa Libertadores group tables
Kamis, 2025-12-04 05:12:48

Pos Team Pld W D L GF GA GD Pts Qualification BSC BOC SAN STR 1 Barcelona 6 4 1 1 10 3 +7 13 Round of 16 — 1–0 3–1 4–0 2 Boca Juniors 6 3 1 2 6 2 +4 10...

Click to read more »
Template:Taxonomy/Ochnoideae
Rabu, 2023-03-22 02:16:40

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Template link general/doc
Minggu, 2026-03-08 16:55:00

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title year/sandbox
Senin, 2015-06-08 23:31:06

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Infobox military conflict/testcases
Selasa, 2026-03-10 22:23:36

Location Some place Belligerents Combatant one Combatant two Strength Str 1 Str 2 Str 3 the federation civil war Part of the great federation split up Location...

Click to read more »
Template:Delink question hyphen-minus/sandbox
Kamis, 2018-04-26 01:39:57

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Taxonomy/Ouratea
Rabu, 2023-03-22 02:43:32

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Cirrocumulus cloud types
Sabtu, 2020-10-24 00:21:27

(Cc flo) Cirrocumulus lenticularis (Cc len) Cirrocumulus stratiformis (Cc str) Varieties Cirrocumulus lacunosus (Cc la) Cirrocumulus undulatus (Cc un)...

Click to read more »
Template:Delink/doc
Jumat, 2024-12-20 03:22:48

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:2022 Copa Libertadores group tables
Kamis, 2025-12-04 05:13:25

Pos Team Pld W D L GF GA GD Pts Qualification LIB CAP STR CAR 1 Libertad 6 3 1 2 8 6 +2 10 Round of 16 — 1–0 4–1 2–1 2 Athletico Paranaense 6 3 1 2 8...

Click to read more »
Template:A or an/doc
Minggu, 2023-05-21 06:41:01

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:2017–18 Scottish League Cup Group H table
Minggu, 2020-12-20 05:34:03

Pos Team Pld W PW PL L GF GA GD Pts Qualification LIV PAR STM AIR STR 1 Livingston (Q) 4 3 1 0 0 8 3 +5 11 Qualification for the Second Round — p1–1 —...

Click to read more »
Template:Remove file prefix/doc
Jumat, 2024-08-30 04:40:31

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Trim/sandbox
Rabu, 2022-10-26 21:00:37

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Trim quotes/sandbox
Selasa, 2019-05-21 01:27:31

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Taxonomy/Ochneae
Rabu, 2023-03-22 02:16:32

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Ochna
Rabu, 2023-03-22 02:42:54

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:UCI team code/doc
Rabu, 2026-05-06 12:08:12

Cycling Team STG: St George Continental Cycling Team Storey: Storey Racing STR: Search2retain–Health.com.au Stucchi: Stucchi SUB: Subway Cycling Team SUG:...

Click to read more »
Template:Find demonym
Senin, 2025-12-15 02:17:57

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Row numbers/doc
Selasa, 2025-09-09 20:25:46

|_row_count || {{Str left|{{Lorem ipsum span}}|123}} |- |_row_count || {{Str left|{{Lorem ipsum span}}|27}} |- |_row_count || {{Str left|{{Lorem ipsum...

Click to read more »
Template:NYCS 4-tracked local station
Kamis, 2025-07-03 03:01:40

|color-gradient1 = Nassau |color-gradient2 = R |extra1 = uvSTR\uvÜST |extra2 = uvÜST\uvSTR }} v t e Track layout Legend to Fulton Street to Court Street...

Click to read more »
Template:F1R2022
Sabtu, 2025-04-19 05:33:27

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SCH Mick Schumacher STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen VET Sebastian Vettel ZHO...

Click to read more »
Template:NYCS 4-tracked express station
Kamis, 2025-07-03 03:00:35

|color-gradient1 = Nassau |color-gradient2 = R |extra1 = uvSTR\uvÜST |extra2 = uvÜST\uvSTR }} v t e Track layout Legend to Essex Street to Fulton Street...

Click to read more »
Template:Century name from decade or year/doc
Minggu, 2021-08-29 23:30:58

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Taxonomy/Quiina
Rabu, 2023-03-22 04:03:40

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:NYCS 3-tracked local station
Rabu, 2026-04-29 21:28:07

|color-gradient1 = Nassau |color-gradient2 = R |extra1 = udSTR\uvÜST |extra2 = uvÜST\udSTR }} v t e Track layout Legend to Fulton Street to Court Street...

Click to read more »
Template:First word/sandbox
Minggu, 2011-02-06 00:17:50

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Century name from decade or year/sandbox
Jumat, 2025-11-14 04:17:10

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Delink/sandbox
Kamis, 2014-04-17 22:46:53

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:A or an/sandbox
Rabu, 2021-06-09 05:11:31

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Trim quotes/doc
Minggu, 2023-05-21 06:58:59

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Delink question hyphen-minus/doc
Selasa, 2025-04-01 06:02:57

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Remove first word/doc
Minggu, 2023-05-21 07:01:40

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:UCI team code/sandbox
Minggu, 2024-12-29 07:10:12

Cycling Team STG: St George Continental Cycling Team Storey: Storey Racing STR: Search2retain–Health.com.au Stucchi: Stucchi SUB: Subway Cycling Team SUG:...

Click to read more »
Template:Taxonomy/Sauvagesieae
Rabu, 2023-03-22 02:45:56

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Strfind short/sandbox
Sabtu, 2014-07-26 19:09:29

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:NYCS 3-tracked express station
Rabu, 2026-04-29 21:29:33

|color-gradient1 = Nassau |color-gradient2 = R |extra1 = udSTR\uvÜST |extra2 = uvÜST\udSTR }} v t e Track layout Legend to Essex Street to Fulton Street...

Click to read more »
Template:M-Bahn
Rabu, 2019-05-22 12:14:58

M-Bahn Kemperplatz Bernburger Str old Line U2 Gleisdreieck This diagram: view talk edit...

Click to read more »
Template:WikiProjectbasename/doc
Minggu, 2023-05-21 06:55:39

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title year/doc
Senin, 2025-05-26 18:41:01

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:CBB roster/Footer
Selasa, 2024-06-04 03:37:55

Assistant coach(es) {{{asst_coach}}} Strength and conditioning coach(es) {{{str_cond}}} Athletic trainer(s) {{{ath_train}}} Legend (C) Team captain (S) Suspended...

Click to read more »
Template:Code/doc
Senin, 2026-05-11 01:06:30

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Last word/doc
Minggu, 2023-09-10 03:47:01

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title disambig text/doc
Minggu, 2023-05-21 06:54:51

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Pipe escape/doc
Sabtu, 2024-06-22 12:13:20

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title disambig text/sandbox
Rabu, 2021-05-26 19:46:30

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title year range/doc
Rabu, 2023-12-27 06:44:15

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:String split/doc
Minggu, 2023-05-21 07:20:11

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Remove first word/sandbox
Rabu, 2013-02-27 03:27:20

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Strfind short/doc
Minggu, 2023-05-21 06:47:46

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:First word/doc
Senin, 2024-09-23 18:39:36

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Trim brackets/doc
Selasa, 2023-05-23 03:07:45

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title century/doc
Minggu, 2021-08-29 23:21:39

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:Deprecated code/doc
Minggu, 2025-02-23 08:12:05

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Row numbers/sandbox
Sabtu, 2021-11-06 10:52:13

|_row_count || {{Str left|{{Lorem ipsum span}}|123}} |- |_row_count || {{Str left|{{Lorem ipsum span}}|27}} |- |_row_count || {{Str left|{{Lorem ipsum...

Click to read more »
Template:Mono/doc
Sabtu, 2026-01-24 21:27:12

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Godoya
Rabu, 2023-03-22 03:17:55

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Pre/doc
Senin, 2026-04-06 15:37:08

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Euthemis
Rabu, 2023-03-22 03:17:07

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Template link expanded/sandbox
Jumat, 2025-09-05 03:36:54

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Key press/sandbox
Selasa, 2018-04-17 10:42:49

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Code/sandbox
Senin, 2025-04-07 08:46:35

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Key press/doc
Senin, 2026-04-27 04:21:18

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Opegrapha
Sabtu, 2021-10-16 01:35:25

rank) Taxonomic references: http://www.speciesfungorum.org/Names/Names.asp?strGenus=Opegrapha Parent's taxonomic references: Ertz, Damien; Tehler, Anders;...

Click to read more »
Template:Taxonomy/Brackenridgea
Rabu, 2023-03-22 02:39:59

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Lophira
Rabu, 2023-03-22 02:18:54

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:In string/doc
Sabtu, 2024-10-19 09:45:51

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Bonn Stadtbahn route diagram
Minggu, 2025-09-21 07:15:51

Süd/Römlinghoven Oberdollendorf Nord Oberdollendorf Longenburg Königswinter Cl.-August-Str. Königswinter Fähre Königswinter Denkmal Rhöndorf (SWB) Am Spitzenbach Bad...

Click to read more »
Template:Century name from title decade/doc
Kamis, 2023-02-09 07:56:03

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Taxonomy/Campylospermum
Rabu, 2023-03-22 02:40:44

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Title number/doc
Senin, 2025-05-26 18:34:49

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title monthname/doc
Senin, 2025-05-26 18:39:43

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Remove last word/doc
Minggu, 2023-05-21 07:03:58

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title decade/doc
Senin, 2025-05-26 18:36:03

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title year+1/doc
Minggu, 2021-08-29 23:16:00

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Trim leading/doc
Selasa, 2026-04-07 20:31:55

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Find country/doc
Rabu, 2023-12-27 02:06:07

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Tag/doc
Jumat, 2026-06-05 00:57:20

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:F1R2023
Sabtu, 2025-04-19 05:35:45

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SAR Logan Sargeant STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen ZHO Zhou Guanyu Three-letter...

Click to read more »
Template:Taxonomy/Nipponoluciola
Selasa, 2026-02-10 19:05:14

having aquatic larvae (Coleoptera, Lampyridae) and a definition of Luciola s. str". European Journal of Taxonomy. 855. Museum National D'Histoire Naturelle...

Click to read more »
Template:Title year2range+1/doc
Minggu, 2021-08-29 23:30:15

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title year2range-1/doc
Minggu, 2021-08-29 23:30:25

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title year-1/doc
Minggu, 2021-08-29 23:16:16

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Em/doc
Selasa, 2025-12-23 05:08:27

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Parameter/doc
Senin, 2026-04-20 21:03:03

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Title year2range/doc
Sabtu, 2026-04-18 10:39:05

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Block indent/doc
Selasa, 2025-09-09 07:55:07

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Century name from title year/doc
Minggu, 2021-08-29 23:21:55

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Find demonym/doc
Jumat, 2025-08-22 04:55:27

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:To EUR/doc
Senin, 2026-04-06 21:25:26

\))/g, (match, numberStr) => { const num = parseFloat(numberStr); let sigFigs; if (numberStr.includes('.')) { sigFigs = numberStr.replace(/^0+|\.|0+$/g...

Click to read more »
Template:To EUR/sandbox
Senin, 2021-05-03 09:59:32

\))/g, (match, numberStr) => { const num = parseFloat(numberStr); let sigFigs; if (numberStr.includes('.')) { sigFigs = numberStr.replace(/^0+|\.|0+$/g...

Click to read more »
Template:F1R2020/sandbox
Sabtu, 2024-05-18 19:38:37

Kimi Räikkönen RIC Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. STR Lance Stroll VER Max Verstappen VET Sebastian Vettel Three letter code Race...

Click to read more »
Template:Array/doc
Senin, 2025-02-03 02:28:51

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Taxonomy/Froesia
Rabu, 2023-03-22 04:03:01

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:F1R2022/doc
Sabtu, 2022-09-10 21:49:08

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SCH Mick Schumacher STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen VET Sebastian Vettel ZHO...

Click to read more »
Template:Taxonomy/Sauvagesia
Rabu, 2023-03-22 03:28:00

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Parameter/sandbox
Senin, 2026-04-20 21:07:34

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Strong/doc
Senin, 2025-09-08 05:28:44

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Pre/sandbox
Jumat, 2026-06-05 06:17:56

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Quiinoideae
Rabu, 2023-03-22 04:03:09

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:PBA roster footer
Kamis, 2024-10-17 07:11:03

Athletic trainer(s) {{{ath_train}}} Strength and conditioning coach(es) {{{str_cond}}} Legend (C) Team captain (CI) Commissioner's Cup Import (GI) Governors'...

Click to read more »
Template:Lorem ipsum/testcases
Selasa, 2024-12-17 23:21:12

is truncatable with string functions: Live Sandbox {{Str left|{{Lorem ipsum|join=yes}}|123}} {{Str left|{{Lorem ipsum/sandbox|join=yes}}|123}} Lorem ipsum...

Click to read more »
Template:Var/sandbox
Jumat, 2015-08-07 11:07:53

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Coelomera
Senin, 2021-05-31 12:44:05

Bezděk, J.; Yang, X-K (2017). "How many genera and species of Galerucinae s. str. do we know? Updated statistics (Coleoptera, Chrysomelidae). In: Chaboo CS...

Click to read more »
Template:Tag/sandbox
Selasa, 2026-03-17 08:52:18

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Ensiforma
Senin, 2022-01-03 02:02:30

Bezděk, J.; Yang, X-K (2017). "How many genera and species of Galerucinae s. str. do we know? Updated statistics (Coleoptera, Chrysomelidae). In: Chaboo CS...

Click to read more »
Template:F1stat/doc
Jumat, 2026-03-06 09:21:36

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SAR Logan Sargeant STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen ZHO Zhou Guanyu Field Description...

Click to read more »
Template:Template link general/sandbox
Minggu, 2025-05-04 23:04:21

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Block indent/sandbox
Jumat, 2025-02-21 04:57:05

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Strongbad/doc
Kamis, 2025-10-30 00:55:27

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Em/sandbox
Senin, 2021-03-15 15:14:09

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:F1R2020/doc
Jumat, 2020-12-18 01:27:35

Kimi Räikkönen RIC Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. STR Lance Stroll VER Max Verstappen VET Sebastian Vettel Three letter code Race...

Click to read more »
Template:F1R2021/sandbox
Minggu, 2021-09-12 07:54:55

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SCH Mick Schumacher STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen VET Sebastian Vettel Three-letter...

Click to read more »
Template:Var serif/doc
Senin, 2025-09-08 05:29:12

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Mono/sandbox
Rabu, 2023-04-05 04:45:31

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:F1R2021/doc
Jumat, 2021-10-01 02:16:46

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SCH Mick Schumacher STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen VET Sebastian Vettel Three-letter...

Click to read more »
Template:Taxonomy/Medusagyne
Rabu, 2023-03-22 04:02:13

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Var/doc
Kamis, 2026-02-26 03:57:58

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Adenarake
Rabu, 2023-03-22 02:45:26

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:United States topic/administrative categories
Sabtu, 2022-02-26 00:59:59

if it has not been supplied as a parameter. Example: |below={{United States topic/administrative categories|{{{1|{{str right|{{PAGENAME}}|27}}}}} }}...

Click to read more »
Template:Taxonomy/Krukoviella
Rabu, 2023-03-22 03:22:36

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:2022–23 Champions Hockey League group tables
Kamis, 2025-12-04 05:40:06

Pos Team Pld W OTW OTL L GF GA GD Pts Qualification STR FBK CRA VSV 1 Straubing Tigers 6 5 0 0 1 24 11 +13 15 Advance to Playoffs — 5–2 3–2 8–0 2 Färjestad...

Click to read more »
Template:United States topic/geographical categories
Minggu, 2022-02-27 20:53:50

name if it has not been supplied as a parameter. Example: |below={{United States topic/geographical categories|{{{1|{{str right|{{PAGENAME}}|12}}}}}}}...

Click to read more »
Template:F1R2022/sandbox
Senin, 2022-03-28 02:37:37

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SCH Mick Schumacher STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen VET Sebastian Vettel ZHO...

Click to read more »
Template:Taxonomy/Schuurmansiella
Rabu, 2023-03-22 03:29:39

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Philacra
Rabu, 2023-03-22 02:33:35

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Tarichium
Jumat, 2022-12-30 04:48:18

rank) Taxonomic references: http://www.speciesfungorum.org/Names/Names.asp?strGenus=Tarichium Parent's taxonomic references: "Entomophthorales". Catalogue...

Click to read more »
Template:Taxonomy/Blastemanthus
Rabu, 2023-03-22 02:46:34

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Schuurmansia
Rabu, 2023-03-22 03:28:33

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Fleurydora
Rabu, 2023-03-22 03:17:36

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Lacunaria
Rabu, 2023-03-22 04:03:28

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Touroulia
Rabu, 2023-03-22 04:03:53

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Poecilandra
Rabu, 2023-03-22 03:23:30

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Tyleria
Rabu, 2023-03-22 03:31:04

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Luxemburgia
Rabu, 2023-03-22 02:33:01

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Cespedesia
Rabu, 2023-03-22 03:15:44

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Rhytidanthera
Rabu, 2023-03-22 03:24:15

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Indosinia
Rabu, 2023-03-22 03:18:44

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:United States topic/geographical categories/doc
Minggu, 2022-02-27 21:53:44

name if it has not been supplied as a parameter. Example: |below={{United States topic/geographical categories|{{{1|{{str right|{{PAGENAME}}|12}}}}}}}...

Click to read more »
Template:Taxonomy/Afrocrania
Sabtu, 2021-11-27 02:30:08

Bezděk, J.; Yang, X-K (2017). "How many genera and species of Galerucinae s. str. do we know? Updated statistics (Coleoptera, Chrysomelidae). In: Chaboo CS...

Click to read more »
Template:Array/sandbox
Sabtu, 2024-07-27 04:30:29

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Title number/sandbox
Selasa, 2024-12-24 01:58:33

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Taxonomy/Perissocarpa
Rabu, 2023-03-22 02:38:56

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:String count in page
Senin, 2026-03-09 22:41:41

string by its position) {{str sub new}} Select a substring based on starting and ending index counted in either direction. {{str left}} Keep the first N...

Click to read more »
Template:String count in page/doc
Senin, 2026-03-09 22:40:50

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:United States topic/administrative categories/doc
Jumat, 2022-02-25 21:03:20

if it has not been supplied as a parameter. Example: |below={{United States topic/administrative categories|{{{1|{{str right|{{PAGENAME}}|27}}}}} }}...

Click to read more »
Template:Title year range/sandbox
Jumat, 2024-01-12 02:59:35

characters. {{str crop}} Return all but the last N characters of a string. {{str index}} Return the N-th character of a string. {{str right}} Return...

Click to read more »
Template:Button/sandbox
Sabtu, 2025-09-06 16:30:23

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Button/doc
Senin, 2025-01-20 23:40:33

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Codenowiki/doc
Sabtu, 2025-12-27 12:42:24

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Kbd/doc
Senin, 2025-09-08 05:27:51

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Samp/doc
Senin, 2025-09-08 05:28:24

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Kbdnowiki/doc
Selasa, 2024-05-28 17:53:53

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Trams in Würzburg
Rabu, 2025-12-03 04:10:43

Trams in Würzburg Legend Robert Koch Str. Uni-Klinikum 1 2 5 Pestallozistr. Snefelderstr. Josefskirche Felix-Fechenbach- Haus Brücknerstr. Wagnerplatz...

Click to read more »
Template:Strong/sandbox
Sabtu, 2017-09-16 10:09:42

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:F1stat/sandbox
Rabu, 2016-10-12 18:57:01

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SAR Logan Sargeant STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen ZHO Zhou Guanyu Field Description...

Click to read more »
Template:Param value/doc
Sabtu, 2026-01-24 21:27:19

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Bach's compositions (scoring)
Kamis, 2023-03-30 12:17:33

clarino trumpet) Strings and keyboard (bold = soloist) Bc Hc Kb Lu Lw Org Str Va Vc Vdg Vl Vne basso continuo: Vdg, Hc, Vc, Bas, Org, Vne and/or Lu harpsichord...

Click to read more »
Template:Taxonomy/Rhabdophyllum
Rabu, 2023-03-22 02:44:35

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Ochninae
Minggu, 2022-09-04 04:51:21

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Medusagynoideae
Rabu, 2023-03-22 04:02:21

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Idertia
Rabu, 2023-03-22 02:41:29

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Template link expanded with subst/sandbox
Rabu, 2024-12-25 02:30:32

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Template link code/sandbox
Minggu, 2025-05-04 22:54:43

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:F1R2023/doc
Sabtu, 2023-08-26 00:24:25

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SAR Logan Sargeant STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen ZHO Zhou Guanyu Three-letter...

Click to read more »
Template:CBB roster/Footer/sandbox
Selasa, 2024-06-04 03:37:33

Assistant coach(es) {{{asst_coach}}} Strength and conditioning coach(es) {{{str_cond}}} Athletic trainer(s) {{{ath_train}}} Legend (C) Team captain (S) Suspended...

Click to read more »
Template:Syntaxhighlight/sandbox
Senin, 2026-05-18 08:35:53

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Syntaxhighlight/doc
Sabtu, 2026-05-16 23:19:53

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Strongbad/sandbox
Minggu, 2025-10-19 01:52:00

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Source parameter/doc
Minggu, 2026-04-12 20:46:53

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Param value/sandbox
Senin, 2025-10-20 15:47:18

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:NewDYKnomination/guide/doc
Sabtu, 2021-06-26 14:36:25

with the following template: {{subst:NewDYKnomination | article = {{subst:str right|{{subst:PAGENAME}}|25}} | article2 = | status = new / expanded / mainspace...

Click to read more »
Template:Kbd/sandbox
Senin, 2024-06-03 20:15:53

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Codett/doc
Senin, 2025-09-08 05:27:09

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Key top/doc
Kamis, 2025-12-11 01:49:54

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Stronggood/doc
Minggu, 2025-04-13 01:19:14

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Taxonomy/Strongwellsea
Rabu, 2022-12-28 23:40:55

rank) Taxonomic references: http://www.speciesfungorum.org/Names/Names.asp?strGenus=Strongwellsea Parent's taxonomic references: "Entomophthorales". Catalogue...

Click to read more »
Template:User sitar
Senin, 2026-05-04 17:33:54

str This user plays the sitar....

Click to read more »
Template:User sitar-1
Senin, 2026-05-04 17:34:03

str-1 This user is a novice sitar player....

Click to read more »
Template:Taxonomy/Tuckneraria
Minggu, 2022-11-27 00:08:58

rank) Taxonomic references: http://www.speciesfungorum.org/Names/Names.asp?strGenus=Tuckneraria Parent's taxonomic references: https://www.catalogueoflife...

Click to read more »
Template:Taxonomy/Shackletonia
Rabu, 2022-10-26 01:26:59

rank) Taxonomic references: http://www.speciesfungorum.org/Names/Names.asp?strGenus=Shackletonia Parent's taxonomic references: "Teloschistaceae". Catalogue...

Click to read more »
Template:Taxonomy/Elvasiinae
Rabu, 2023-03-22 02:36:22

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Testulea
Rabu, 2023-03-22 02:30:29

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Testuleeae
Rabu, 2023-03-22 02:30:19

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Lophirinae
Rabu, 2023-03-22 02:20:03

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Elvasia
Rabu, 2023-03-22 02:36:31

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Taxonomy/Luxemburgieae
Rabu, 2023-03-22 02:32:52

classification of the pantropical Ochnaceae (Medusagynaceae, Ochnaceae s.str., Quiinaceae) based on five DNA regions". Molecular Phylogenetics and Evolution...

Click to read more »
Template:Panvel–Karjat–Pune line
Sabtu, 2026-01-31 12:38:29

border Start of Bhor Ghat 000 000 Bhor Ghat Tunnels (Nos. 1-28) \vSTR\tSTRa \vSTR\tSTRe 1 in 37 Gradient (Push-Pull Ops) Thakurwadi Tunnels Banker Detachment...

Click to read more »
Template:F1R2026
Senin, 2026-05-25 04:59:14

PER Sergio Pérez PIA Oscar Piastri RUS George Russell SAI Carlos Sainz Jr. STR Lance Stroll VER Max Verstappen Three-letter code Race AUS 2026 Australian...

Click to read more »
Template:F1R2025/doc
Minggu, 2025-12-07 06:02:55

OCO Esteban Ocon PIA Oscar Piastri RUS George Russell SAI Carlos Sainz Jr. STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen Three-letter code Race AUS...

Click to read more »
Template:F1R2025
Senin, 2025-12-08 18:35:45

OCO Esteban Ocon PIA Oscar Piastri RUS George Russell SAI Carlos Sainz Jr. STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen Three-letter code Race AUS...

Click to read more »
Template:F1R2026/doc
Minggu, 2026-03-15 22:07:19

PER Sergio Pérez PIA Oscar Piastri RUS George Russell SAI Carlos Sainz Jr. STR Lance Stroll VER Max Verstappen Three-letter code Race AUS 2026 Australian...

Click to read more »
Template:F1R2024
Selasa, 2026-03-17 05:38:49

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SAR Logan Sargeant STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen ZHO Zhou Guanyu Three-letter...

Click to read more »
Template:F1R2024/doc
Rabu, 2024-12-04 21:30:12

Daniel Ricciardo RUS George Russell SAI Carlos Sainz Jr. SAR Logan Sargeant STR Lance Stroll TSU Yuki Tsunoda VER Max Verstappen ZHO Zhou Guanyu Three-letter...

Click to read more »
Template:Linienverlauf VRS
Jumat, 2026-01-30 22:59:50

nur sonn- und feiertags von April bis Oktober): Kall Bf – Kall Gemünder Str – Anstois – Gemünd – Herhahn – Dreiborn – Wahlerscheid – Höfen – Monschau...

Click to read more »
Template:Linienverlauf VRS/doc
Minggu, 2026-02-01 04:52:12

nur sonn- und feiertags von April bis Oktober): Kall Bf – Kall Gemünder Str – Anstois – Gemünd – Herhahn – Dreiborn – Wahlerscheid – Höfen – Monschau...

Click to read more »
Template:PreCode
Senin, 2025-10-13 16:03:06

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Samp/sandbox
Senin, 2024-06-03 20:47:02

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:PreCode/doc
Sabtu, 2026-01-24 21:27:23

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:PLG roster footer
Sabtu, 2023-07-08 03:06:47

Assistant coach(es) {{{asst_coach}}} Strength & conditioning coach(es) {{{str_cond}}} Athletic trainer(s) {{{ath_train}}} Team manager {{{team_man}}} Legend...

Click to read more »
Template:NYCS 3-tracked terminal station
Kamis, 2025-07-03 03:21:44

|ss = y |code = BMT Nassau Street Line |color = Nassau |extra = udSTR\udENDEe\udSTR }} v t e Track layout Legend to Essex Street to Fulton Street {{NYCS...

Click to read more »
Template:JavaScript code/doc
Selasa, 2025-02-04 04:25:34

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Wikitext code
Selasa, 2025-02-04 04:22:28

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:Wikitext code/doc
Selasa, 2025-02-04 04:39:00

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:JavaScript code
Selasa, 2025-02-04 04:13:12

typographical italicization like for book titles or foreign terms) {{var}} strPrefix To indicate text is a variable name. Use for any variable names except...

Click to read more »
Template:2023 Copa Libertadores group tables
Kamis, 2025-12-04 05:41:29

Pos Team Pld W D L GF GA GD Pts Qualification FLU RIV CRI STR 1 Fluminense 6 3 1 2 10 6 +4 10 Advance to round of 16 — 5–1 1–1 1–0 2 River Plate 6 3 1...

Click to read more »
Template:2024 Copa Libertadores group tables
Kamis, 2025-12-04 05:42:33

Pos Team Pld W D L GF GA GD Pts Qualification STR GRE HUA EST 1 The Strongest 6 3 1 2 8 6 +2 10 Advance to round of 16 — 2–0 4–0 1–0 2 Grêmio 6 3 1 2...

Click to read more »