該模板返回第一個參數的第一個單詞。使用|1=
用於第一參數,如果該字符串可以含有等號(=)。默認情況下,單詞以空格分隔,但是可選參數|sep=
可以將分隔符設置為任何字符。
一個參數(以空格作為分隔符):
{{First word|字符串}}
{{First word|1=字符串}}
兩個參數(用戶定義的字符作為分隔符):
{{First word|字符串|sep=字符}}
{{First word|1=字符串|sep=字符}}
代碼 |
結果
|
{{First word|張三 李四 王五}} |
張三
|
{{First word|張三}} |
張三
|
{{First word|張三-李四-王五}} |
張三-李四-王五
|
- {{first word|張三-李四-王五|sep=- }} → 張三
- {{first word|34,000,500|sep=, }} → 34
- {{first word|1=長度 = 甲+乙 |sep== }} → 長度
- {{first word|聽到了,用戶 |sep=, }} → 聽到了,用戶
字符串處理模板 |
---|
| |
---|
| 根據數量處理 | | {{str right}} | 返回從左向右移除若干個字符後的字符串 | {{str rightc}} | 返回從後向前指定數量的字符串,如果字符串為空則返回一個參數 | {{str rightmost}} | To trim down to the last specified number of characters. | {{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)的字元。 |
|
|
|
| | | | |
|