Difference between revisions of "Template:=/doc"

From Summertime Saga Wiki
Jump to: navigation, search
m (Usage)
m
Line 9: Line 9:
 
You can also use named parameters to bypass the restriction:
 
You can also use named parameters to bypass the restriction:
 
*<code><nowiki>{{Font color|black|yellow|3= 2 + 2 = 4}}</nowiki></code> produces: {{Font color|black|yellow|3= 2 + 2 = 4}}
 
*<code><nowiki>{{Font color|black|yellow|3= 2 + 2 = 4}}</nowiki></code> produces: {{Font color|black|yellow|3= 2 + 2 = 4}}
 
== See also ==
 
 
* {{tl|((}}, which produces: {{((}}
 
* {{tl|))}}, which produces: {{))}}
 
* {{tl|!}}, which produces: {{!}}
 
* {{tl|ifequal}}
 
  
 
[[Category:Documentation subpages]]
 
[[Category:Documentation subpages]]

Revision as of 09:56, 6 June 2019

Usage

This template allows "=" to be used in unnamed template parameters. It inserts the one-character equals-sign ("=") into the text. However, the Unicode form "&#61;" could be used instead, where a literal "=" is not wanted during formatting of a title

Example

  • {{Font color|black|yellow|2 + 2 {{=}} 4}} produces: 2 + 2 = 4

You can also use named parameters to bypass the restriction:

  • {{Font color|black|yellow|3= 2 + 2 = 4}} produces: 2 + 2 = 4