قالب:NameList/Doc

The UESPWiki – Your source for The Elder Scrolls since 1995
اذهب إلى: تصفح، ابحث

Summary

This template is a variation on {{LinkList}}, which produces a list of automatically linked names for each entry, but only displays the first name (the first word prior to a ' ' character).

Parameters

NameList
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.)
(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

<pre style="width:; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word; ">{{NameList|ns_base=Skyrim|Arniel Gane|Clinton Lylvieve|Delvin Mallory}}

Arniel, Clinton, Delvin

<pre style="width:; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word; ">{{NameList|ns_base=Skyrim|Arniel Gane|Clinton Lylvieve|Delvin Mallory|sep=&#32;•&#32;}}

ArnielClintonDelvin

<pre style="width:; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word; ">{{NameList|ns_base=Skyrim|Arniel Gane|[[Skyrim:Legate Emmanuel Admand|Emmanuel]]|Willem|sep=<br>}}

Arniel
Emmanuel
Willem

See Also