Template:LinkList
The UESPWiki – Your source for The Elder Scrolls since 1995
Summary[edit]
This template quickly produces a list of linked items using the {{Autolink}} template for each entry.
Parameters[edit]
Parameter | Scope | Description |
---|---|---|
ns_base | optional | Namespace to use for links. |
sep | optional | Separator between items. (This parameter can be inherited in cases where there are numerous LinkLists on a page.) |
showempty | optional | If a value is specified, empty values will always be displayed along with a separator; otherwise, they will be ignored. |
explode | optional | Split this text rather than using anonymous parameters. |
(others) | optional | The text of each item to be linked. Can include a mix of plain text and links when name overriding is necessary. |
Examples[edit]
{{LinkList|Cabbage|Red Apple|Salt Pile|ns_base=Skyrim}}
{{LinkList|Defense of Whiterun|A False Front (Imperial)|sep= • |ns_base=Skyrim}}
Defense of Whiterun • A False Front
{{LinkList|Defense of Whiterun|[[Skyrim:A False Front (Imperial)|A False Front (Imperial)]] |[[Skyrim:A False Front (Stormcloaks)|A False Front (Stormcloaks)]]|sep=<br>|ns_base=Skyrim}}
Defense of Whiterun
A False Front (Imperial)
A False Front (Stormcloaks)