Template:Ln/doc
This is a documentation subpage for Template:Ln. It contains usage information, categories and other content that is not part of the original template page. |
This template may have no transclusions, because it is substituted by a tool or script, it is used as part of a short-term or less active Wikipedia process, or for some other reason. |
About
This template and the other related templates listed below produce a series of links for a specified page that is generally, though not always, of the form:
- Page (edit | talk | history | links | watch | logs)
The six links are:
edit
– edit the page;talk
/subject
– access its talk page (or if the target page is a talk page, its subject page);history
– access its edit history;links
– access the what links here feature;watch
– add the page to one's watchlist; andlog
– access its logs.
The major difference between the templates is the namespace of the page to which it is applied.
- General:
Usage
Namespace | Link to subject page | Link to talk page |
---|---|---|
General | {{pagelinks|FULL PAGE NAME}} |
Same as for subject page |
Article | {{la|ARTICLE}} | {{lat|ARTICLE}} |
Template | {{lt|TEMPLATE}} | {{ltt|TEMPLATE}} |
Category | {{lc|PAGE}} | {{lct|PAGE}} |
Module | {{lmd|MODULE}} | {{lmdt|MODULE}} |
Examples
Code | Result |
---|---|
{{pagelinks|Category:Stubs}} | Template:Pagelinks |
{{pagelinks|Category talk:Stubs}} | Template:Pagelinks |
{{la|Article}} | |
{{lt|Deprecated template}} | Template:Deprecated template (edit|talk|history|links|watch|logs) |
{{lc|Stubs}} | Stubs (edit · talk · history · links · watch · logs · delete) |
{{subst:ln|Category|Stubs}}
results (or resulted) in this code:
{{lx|1=:{{ucfirst:Category}}:|2={{ucfirst:Stubs}}|3=:Category talk|4=talk}}
Note the important colon in 1=:
, unnecessary (?) for other Lx namespaces.
Substituting both Lx and Ucfirst finally arrived at (line breaks added manually):
<syntaxhighlight lang="html" style="style=overflow: auto;">
</syntaxhighlight>
See also
- Template:Userlinks (edit talk links history) provides additional links to user's contributions history etc.
- Template:Lcs (edit talk links history) comparison categories
- Template:Lps (edit talk links history) comparison Wikipedia
- Template:Lts (edit talk links history) comparison templates
- Template:Ti (edit talk links history)
- Template:Tlsp (edit talk links history)
- Template:Tlx (edit talk links history) comparison parameters
|
|
TemplateData
TemplateData for Ln
<templatedata> { "params": { "1": { "description": "Name of the target page.", "type": "wiki-page-name", "required": true } }, "description": "Produces a series of links for a specified page." } </templatedata>