Template:!: Difference between revisions

From LGPedia
Jump to navigationJump to search
Twjaniak (talk | contribs)
m Protected "Template:!": system template [edit=sysop:move=sysop]
mNo edit summary
Line 6: Line 6:
for this purpose. However the "<code>|</code>" delimiter for a
for this purpose. However the "<code>|</code>" delimiter for a
Wiki table has to be escaped by a template if it is used
Wiki table has to be escaped by a template if it is used
in a [[parser function]].
in a {{wikipedia|Help:Parser_function|parser function}}.


Note that there's no such problem with "<code>!</code>" (exclamation mark), it
Note that there's no such problem with "<code>!</code>" (exclamation mark), it

Revision as of 22:36, 13 May 2007

|


This is an auxiliary template allowing to encode "|" within template parameters. It is unnecessary to get a "|" in these cases, better use "&#124;" for this purpose. However the "|" delimiter for a Wiki table has to be escaped by a template if it is used in a parser function.

Note that there's no such problem with "!" (exclamation mark), it only affects "|" (vertical bar) within tables.

For obvious reasons this is a high risk template.