Module:Link list/doc: Difference between revisions
From Kenshi Wiki
More actions
Redirected page to Template:Link list/doc Tag: New redirect |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
# | {{Documentation subpage}} | ||
{{Module other||{{Lua|Module:Link list}}}} | |||
== Usage == | |||
* <code>parent</code>: Parent page to link to subpages of | |||
* Positional parameters: Subpages to link to | |||
=== Example === | |||
; Link to diffs: | |||
: <code><nowiki>{{link list|parent=Special:Diff|</nowiki>''diff #1''|''diff #2''|''diff #3''|⋯|''diff #n''<nowiki>}}</nowiki></code> | |||
== End matter == | |||
=== TemplateData === | |||
<templatedata> | |||
{ | |||
"params": { | |||
"parent": { | |||
"label": "Parent page", | |||
"description": "Parent page to link to subpages of", | |||
"type": "wiki-page-name" | |||
} | |||
}, | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
=== Categories === | |||
<includeonly>{{sandbox other|| | |||
<!-- Categories below this line --> | |||
[[Category:Modules]] | |||
}}</includeonly> | |||
<noinclude> | |||
[[Category:Module documents]] | |||
</noinclude> |
Latest revision as of 02:19, 10 March 2025
This is a documentation subpage for Module:Link list. It may contain usage information, categories and other content that is not part of the original module page. |
Usage
parent
: Parent page to link to subpages of- Positional parameters: Subpages to link to
Example
- Link to diffs
{{link list|parent=Special:Diff|diff #1|diff #2|diff #3|⋯|diff #n}}
End matter
TemplateData
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Parent page | parent | Parent page to link to subpages of | Page name | optional |