Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 07:43, 10 November 2025 by ReisuDesign (talk | contribs) (Created page with "{{Documentation/Header}} {{Lua|Formatting}} {{Main|Template:F}} This template creates a fake link in the form of how a link would be added in wikitext in source editor. ==Syntax== See Template Data for extra functions.<br> {{T|L|v1=Page Name|v2=Link Label}} ==Examples== ;No Link Label {{T|L|Mors|_Y_=1}} ;With Link Label {{T|L|Mors|Curator of the Omni-Gallery|_Y_=1}} ==Template Data== <templatedata> { "params": { "text": { "aliases": ["1"],...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is the documentation page for L.
It contains usage information, categories, and other content not part of the original template page.
This template uses Module:Formatting (edit | hist), a script written in Lua.

This template creates a fake link in the form of how a link would be added in wikitext in source editor.

Syntax edit

See Template Data for extra functions.
{{L|Page Name|Link Label}}

Examples edit

No Link Label

{{L|Mors}} yields: [[Mors]]

With Link Label

{{L|Mors|Curator of the Omni-Gallery}} yields: [[Mors|Curator of the Omni-Gallery]]

Template Data edit

Template for displaying fake inwiki links as they would show in source editor mode.

Template parameters

ParameterDescriptionTypeStatus
Texttext 1

Main input to display, represents the page to link in link format and the url to link to in external link format.

Stringrequired
Labellabel 2

Text to add as label in the link and external link formats.

Stringoptional
Boldbold b

Option for bold formatting.

Booleanoptional
Italicitalic i

Option for italic formatting.

Booleanoptional
Underlineunderline u

Option for underline formatting.

Booleanoptional
Ref Tagref r

Option for adding <ref></ref> tags.

Booleanoptional
NoWikinowiki nw

Option for adding <nowiki></nowiki> tags.

Booleanoptional