Template:TESNexus
The UESPWiki – Your source for The Elder Scrolls since 1995
Summary[edit]
This template provides a quick way to create links to file pages on the various TES Nexus sites. By default, it will link to the appropriate site for the page you're editing, or the Oblivion site if not in gamespace.
Parameters[edit]
To avoid having to set ns_base
for large numbers of templates, you can use the {{Sandbox Space}} template or manually set {{#local:ns_base|namespace}}
before the first call to the template. Similarly, sse
can be set in advance by using {{#local:sse|1}}
Parameter | Scope | Description |
---|---|---|
1 | optional | The file ID number at the TES Nexus site. If not specified, a link to the site's main page will be created. |
2 | optional | The text to display for the link. If not specified, this defaults to "Game Nexus". |
sse | optional | If set to any value, the Skyrim Special Edition site will be used. If specified, you do not need to specify ns_base . |
ns_base | optional | The site to link to. Use the full name of the game (e.g., Morrowind, Oblivion, Skyrim). Outside of gamespace, this parameter is required. |
Examples[edit]
Example | Description |
---|---|
{{TESNexus|ns_base=Oblivion}} | This links to the main Oblivion Nexus page: Oblivion Nexus |
{{TESNexus|5296|Unofficial Oblivion Patch|sse=1}} | If used in the Oblivion namespace, this generates: Unofficial Skyrim Special Edition Patch |
{{TESNexus|266|Unofficial Skyrim Special Edition Patch|sse=1}} | Regardless of namespace, this generates: Unofficial Skyrim Special Edition Patch |
{{TESNexus|27588|Wrye Mash|ns_base=Morrowind}} | Regardless of namespace, this generates: Wrye Mash |