| 此模板文件被引用於約470,000個頁面,佔全部頁面的6%。 為了避免造成大規模的影響,所有對此模板文件的編輯應先於沙盒、測試樣例或您的沙盒上測試。 測試後無誤的版本可以一次性地加入此模板文件中,但是修改前請務必於討論頁發起討論。
模板引用數量會自動更新。 |
此模板返回當前{{PAGENAME}}
減去(括號中的文本)或返回多組括號中的最後一組。
例:{{PAGENAMEBASE}}
於IU (歌手)頁面返回IU
- 於Sweet Dreams (Are Made of This) (album) 返回Sweet Dreams (Are Made of This)
- 於Sweet Dreams (Are Made of This) 返回Sweet Dreams
- 於Stadion der Freundschaft (Frankfurt (Oder)) 返回Stadion der Freundschaft
也可以傳遞一個可選的頁面參數:
{{PAGENAMEBASE|foo (bar)}}
→ "foo"
{{PAGENAMEBASE|foo bar}}
→ "foo bar"
字符串處理模板 |
---|
|
---|
根據數量處理 | | {{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)的字元。 |
|
|
|
|
|
|