模板:Trim quotes
外觀
| 使用Lua語言編寫: |
This template trims matched pairs of leading and trailing single (') and double (") quotes and whitespace from a string. The string should be passed as the first unnamed parameter or using |1= or |s= if your string contains any = signs.
參數及使用方法
[編輯]{{trim quotes|text}} = text with any leading or trailing quotes removed (as long as text doesn't contain any = signs).
{{trim quotes|1=text}} or {{trim quotes|s=text}} = text with any leading or trailing square brackets removed.
範例
[編輯]- <code>
{{trim quotes|1= 'abc' }}</code> producesabc.
- <code>
{{trim quotes|1= ""abc's""}}</code> producesabc's
- <code>
{{trim quotes|1= This is a "quote"}}</code> producesThis is a "quote"(since the quotes aren't at the beginning and end of the string)
模板編輯說明
[編輯]The template trims matched pairs of leading and trailing single and double quotes from a string.
| 參數 | 描述 | 類型 | 狀態 | |
|---|---|---|---|---|
| String | 1 | The string to be trimmed | 字串 | 必填 |
參見
[編輯]- {{trim}}
Template:String-handling templates
| 上述文檔嵌入自Template:Trim quotes/doc。 (編輯 | 歷史) 編者可以在本模板的沙盒 (創建 | 鏡像)和測試樣例 (創建)頁面進行實驗。 請在/doc子頁面中添加分類。 本模板的子頁面。 |