Template:Llp
From Iron Chariots Wiki
(Difference between revisions)
(+ sortkey) |
(doc moved to subpage) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
<tt><nowiki>[[</nowiki>[[{{{1}}}]]{{if| | <tt><nowiki>[[</nowiki>[[{{{1}}}]]{{if| | ||
− | + | test={{{2|}}}|then=<nowiki>|</nowiki>{{{2}}}| | |
− | + | else=<nowiki>|</nowiki>}}<nowiki>]]</nowiki></tt><noinclude>{{doc}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[Category:Wikicode templates|Llp]] | [[Category:Wikicode templates|Llp]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:47, 11 August 2008
[[[[{{{1}}}]]|]]
The documentation for this template is transcluded from Template:Llp/doc. Please edit that page if you want to change something in the documentation. Do not edit this page unless you know what you're doing. |
- Purpose
- This template, which should only be used in non-article pages, simplifies the formatting of example links containing a trailing "pipe" character (|) with no following "link text". That is, it displays (in a monospace font) the "double-brackets" wikicode that would form such a link, as well as actually providing a working link to the target article. See the examples below.
- Usage
- {{llp|Article title}}
- {{llp|Article title|link text}}
- Notes
- The one required parameter is the title of the article being linked to. If an optional second parameter is provided, it is used as the "link text" in a "piped link" (but note that Template:Lp is more appropriate in that case).
- If you don't need an actual live link on the article title, use Template:Lp instead. If you don't need a trailing pipe character (or, as mentioned, if you want to specify text to follow the pipe), use Template:Ll (linked version) or Template:L (non-linked version).
- Examples
- {{llp|Reason}} → [[Reason|]]
- {{llp|Reason|rational}} → [[Reason|rational]]
- {{llp|Wikipedia:Mathematics}} → [[Wikipedia:Mathematics|]]
- {{llp|Wikipedia:Mathematics|mathematician}} → [[Wikipedia:Mathematics|mathematician]]
- Mnemonic
- The name "llp" is short for "linked link with visible pipe".
- See also
- Template:L for links like: [[Reason]]
- Template:Ll for links like: [[Reason]]
- Template:Lp for links like: [[Reason|]]