Template:Text/doc

From CryptoWiki

< Template:Text

Revision as of 02:43, 27 April 2020 by wiki_crypto>Vanisaac (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template will display the text that is passed in as the first unnamed parameter. It is useful to obfuscate patterns that would otherwise be recognized by bots. As such, this template should obviously not be substituted or its purpose will be defeated.

Example
"{{text|Foo}}" results in "Foo"

To further obscure patterns, this template also supports an optional second unnamed parameter. If present, both parameters will be concatenated.

Example
"{{text|Fo|o}}" results in "Foo"

This effect could also be produced with "{{text|Fo}}o" or "{{text|Fo}}{{text|o}}" or several similar patterns, but placing the whole pattern in one template is somewhat more legible.

See also