Difference between revisions of "Template:!"

From Synfig Studio :: Documentation
Jump to: navigation, search
(Created page with '|<noinclude>This is an auxiliary template allowing one to encode "<code>|</code>" within template and parser function parameters. To get the symbol in final output this template …')
 
Line 1: Line 1:
|<noinclude>This is an auxiliary template allowing one to encode "<code>|</code>"
+
|<noinclude>
 +
 
 +
This is an auxiliary template allowing one to encode "<code>|</code>"
 
within template and parser function parameters. To get the symbol in final output this template is unnecessary, better use "<code>&amp;#124;</code>" which is rendered the same. Use this template in parameter values of [[help:template|template]]s and [[help:parser function|parser function]]s of which the result is used in [[help:table|table]] syntax, since this requires the "real" pipe character.  
 
within template and parser function parameters. To get the symbol in final output this template is unnecessary, better use "<code>&amp;#124;</code>" which is rendered the same. Use this template in parameter values of [[help:template|template]]s and [[help:parser function|parser function]]s of which the result is used in [[help:table|table]] syntax, since this requires the "real" pipe character.  
  
Line 6: Line 8:
 
Note that the table syntax code "<code>!</code>" (exclamation mark) can be used directly in parameter values, so for that a template like this is not needed.
 
Note that the table syntax code "<code>!</code>" (exclamation mark) can be used directly in parameter values, so for that a template like this is not needed.
  
This is a '''high risk template'''.</noinclude>
+
This is a '''high risk template'''.
 +
 
 +
</noinclude>

Revision as of 11:58, 10 February 2010

|

This is an auxiliary template allowing one to encode "|" within template and parser function parameters. To get the symbol in final output this template is unnecessary, better use "&#124;" which is rendered the same. Use this template in parameter values of templates and parser functions of which the result is used in table syntax, since this requires the "real" pipe character.

This template cannot be used for putting the character as text in a wiki table; in that case, again, "&#124;" can be used.

Note that the table syntax code "!" (exclamation mark) can be used directly in parameter values, so for that a template like this is not needed.

This is a high risk template.