Template:Trim quotes

文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

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's""}}</code> produces abc's
  • <code>{{trim quotes|1= This is a "quote"}}</code> produces This is a "quote" (since the quotes aren't at the beginning and end of the string)

模板編輯說明 编辑

这是用于新版可视化编辑器及其他工具的模板数据文档。

Trim quotes模板数据

The template trims matched pairs of leading and trailing single and double quotes from a string.

模板参数[编辑模板数据]

参数描述类型状态
String1

The string to be trimmed

字符串必需

參見 编辑


Template:String-handling templates