 | 此模板文档被引用于约866,000个页面,占全部页面的10%。 为了避免造成大规模的影响,所有对此模板文档的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板文档中,但是修改前请务必于讨论页发起讨论。
模板引用数量会自动更新。 |
该模板可以剪去字符串首尾的空格和换行(但不影响中间的)。字符串应作为第1个参数,如果其中包含半角等号=,则必须指定参数名|1=。
你可以替换引用该模板——即使用{{subst:trim}}时,结果是“干净”的。
{{trim|text}} = 移除text首尾的空格。
{{trim| abc}},效果为:abc
{{trim|xyz }},效果为:xyz
{{trim| abc xyz }},效果为:abc xyz
如果字符串开头有换行,而且第一个非空白字符是*、#、:、;,则会在开头保留一个换行,从而将其作为wikitext列表处理。wikitext表格同理。
字符串处理模板 |
|---|
|
|---|
| 根据数量处理 | | | | {{str right}} | 返回从左向右移除若干个字符后的字符串 | | {{str rightc}} | 返回从后向前指定数量的字符串,如果字符串为空则返回一个参数 | | {{str sub old}} | To trim down to a specified number, starting at a given number from the left. | | {{str sub new}} | Select a substr based on starting and ending index. | | {{str index}} | 返回字符串的第×个字符 |
|
|
|---|
| 根据条件处理 | |
|---|
| 专用于Wiki语法 | | | | {{WikiProjectbasename}} | Removes "WikiProject" from a pagename. | | {{remove unranked}} | Removes the string "unranked_" from the left of a string (taxonomy). | | {{ship prefix}} | Returns the length of a ship's name prefix, if listed (ship names). | | {{title year}} | Returns the 4-digit year from a pagename, if any. |
|
|
|---|
|
|
插入、替换、长度 |
|---|
| {{strloc insert}} | Inserts a string at character location strloc, or appends if strloc<=0. | | {{loop}} | 特定次数重复字符串。 | | {{replace}} | 在字符串中查找并全部替换某字符串后返回。 | | {{str rep}} | 在字符串中查找并替换首次出现的某字符串后返回。 | | {{digits}} | 移除字符串中不是数字(0~9)的字符。 |
|
|
|
|
|
|