Template:!

Revision as of 16:54, 28 June 2026 by Archivist (talk | contribs) (Created page with "|<noinclude> == Usage == Use {{tl|!}} to display a vertical bar character inside a template parameter. This is useful when a template parameter needs to contain a pipe character without MediaWiki interpreting it as the start of a new parameter. == Basic usage == <pre> {{!}} </pre> Produces: :{{!}} == Example == If a template parameter needs to contain text such as <code>A | B</code>, write: <pre> A {{!}} B </pre> This prevents the vertical bar from breaking th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

|

Usage

Use {{!}} to display a vertical bar character inside a template parameter.

This is useful when a template parameter needs to contain a pipe character without MediaWiki interpreting it as the start of a new parameter.

Basic usage

{{!}}

Produces:

|

Example

If a template parameter needs to contain text such as A | B, write:

A {{!}} B

This prevents the vertical bar from breaking the template.

Common use

This template is useful inside templates such as {{Scripture quote}}, {{Slim scripture quote}}, {{Smallcaps}}, and other formatting templates when quoted or displayed text contains a vertical bar.

Categories added

None

Template type

This template is a:

⚙️ General utility template