Template:Trim quotes

From imedwiki
Jump to navigation Jump to search

Script error: No such module "Trim quotes".

Template documentation[view] [edit] [history] [purge]

Lua error in Module:Lua_banner at line 113: attempt to index field 'edit' (a nil value).

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.

Usage

{{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 quotes removed.

Example

  • {{trim quotes|1= 'Play it, Sam.' }} produces Script error: No such module "Trim quotes"..
  • {{trim quotes|1= ""Jimmy's""}} produces Script error: No such module "Trim quotes".
  • {{trim quotes|1= Alex said "hello"}} produces Script error: No such module "Trim quotes". (since the quotes aren't at the beginning and end of the string)
  • {{trim quotes|1=''zut alors!''}} produces Script error: No such module "Trim quotes". (the double-apostrophe that would otherwise display the phrase in italics is removed)
  • {{trim quotes|1='''This place is not a place of honor'''}} produces Script error: No such module "Trim quotes". (the triple-apostrophe that would otherwise display the phrase in boldface is removed)
  • {{trim quotes|1="fish" and "chips"}} produces Script error: No such module "Trim quotes". (the quotes at the beginning and end are removed, those in the middle are unaffected)

Template data

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Trim quotes

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

Template parameters

ParameterDescriptionTypeStatus
String1

The string to be trimmed

Stringrequired

See also

This template is based (in parts) on the Template:Trim quotes from the free encyclopedia wikipedia and is licensed under GNU license for free documentation and the Creative Commons Attribution/Share Alike. On wikipedia there is a List of authors accessible. More about importing from wikipedia on page Imedwiki:Importing from wikipedia.