Jump to content

Template:((/doc

From Factory Town 2 Wiki
Template call
(m for magic word)
Output (delayed interpretation as wikimarkup) HTML alternative (never interpreted as wikimarkup) Why you might want to use this
{{!}} (m) | | or Script error: No such module "Template link". Displaying pipe characters inside of a parser function
{{=}} (m) = = Displaying equal signs inside of unnamed parameters (e.g. {{MyTemplate|1+1=2}} will assign 2 to {{{1+1|}}}; {{MyTemplate|1+1{{=}}2}} will do what you want)
Script error: No such module "Template link". || || Displaying a break between two table cells inside of a parser function
Script error: No such module "Template link". [ [ Displaying a bracket inside of an external link
Script error: No such module "Template link". ] ] Displaying a bracket inside of an external link
Script error: No such module "Template link". [[ [[ Displaying a bracket inside of a link
Script error: No such module "Template link". ]] ]] Displaying a bracket inside of a link
Script error: No such module "Template link". { { Escaping a single brace immediately next to a template or parser function to avoid turning it into a parameter
Script error: No such module "Template link". } } Escaping a single brace immediately next to a template or parser function to avoid turning it into a parameter
Script error: No such module "Template link". {{ {{ Displaying open braces for a template without actually transcluding that template
Script error: No such module "Template link". }} }} Displaying closed braces for a template without actually transcluding that template
Script error: No such module "Template link". {{{ {{{ Displaying a template parameter's open curly braces without actually using that variable
Script error: No such module "Template link". }}} }}} Displaying a template parameter's closed curly braces without actually using that variable
Script error: No such module "Template link". {| {| Starting a table inside of a parser function
Script error: No such module "Template link". |- |- Starting a new table row inside of a parser function
Script error: No such module "Template link". |} |} Closing a table inside of a parser function