Note problems if an embedded = sign
One way to mitigate problems with = embedded within a template parameter is to use named parameters (and if the template was not written to use named parameters, you can use numbers to indicate the parameter position, i.e. 1=, 2=, etc.)
{{Objectives|1=This is how to use an = (without quoting by using the special = template) in a template parameter.|Title=Use = in templates}}
This is how to use an = (without quoting by using the special = template) in a template parameter. |
Without doing this, you need to use the {{=}} template to insert a quoted = in your parameter.
JimTittsler (talk)