Skip to content

Commit 09c201e

Browse files
authored
chore(docs): add nexus page template (#13)
1 parent f467ef6 commit 09c201e

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

docs/nexus-page.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Nexus Mods Page Content
2+
3+
## Short Description
4+
5+
<!-- One or two sentences describing what the mod does -->
6+
7+
---
8+
9+
## Tags
10+
11+
- SKSE
12+
13+
---
14+
15+
## Long Description (BBCode)
16+
17+
```bbcode
18+
[center][size=5][b]ExampleMod[/b][/size]
19+
[i]Tagline here[/i][/center]
20+
21+
[line]
22+
23+
[size=4][b]Overview[/b][/size]
24+
25+
Describe what the mod does.
26+
27+
[line]
28+
29+
[size=4][b]Requirements[/b][/size]
30+
31+
[list]
32+
[*][url=https://skse.silverlock.org/]SKSE64[/url]
33+
[*][url=https://www.nexusmods.com/skyrimspecialedition/mods/32444]Address Library for SKSE Plugins[/url]
34+
[/list]
35+
36+
[line]
37+
38+
[size=4][b]Installation[/b][/size]
39+
40+
[b]Mod manager (recommended):[/b]
41+
[list=1]
42+
[*]Install the requirements above.
43+
[*]Install ExampleMod via your mod manager.
44+
[*]Launch Skyrim via SKSE.
45+
[/list]
46+
47+
[b]Manual:[/b]
48+
[list=1]
49+
[*]Install the requirements above.
50+
[*]Copy [font=Courier New]ExampleMod.dll[/font] to [font=Courier New]Data\SKSE\Plugins\[/font].
51+
[*]Launch Skyrim via SKSE.
52+
[/list]
53+
54+
[line]
55+
56+
[size=4][b]Compatibility[/b][/size]
57+
58+
[list]
59+
[*]Compatible with Skyrim SE and AE.
60+
[*]No ESP/ESL required.
61+
[/list]
62+
63+
[line]
64+
65+
[size=4][b]Credits[/b][/size]
66+
67+
[list]
68+
[*][url=https://skse.silverlock.org/]SKSE[/url] by the SKSE Team
69+
[*][url=https://www.nexusmods.com/skyrimspecialedition/mods/32444]Address Library for SKSE Plugins[/url] by [url=https://www.nexusmods.com/profile/meh321]meh321[/url]
70+
[*][url=https://github.com/alandtse/CommonLibVR/tree/ng]CommonLibSSE-NG[/url] by [url=https://github.com/alandtse]alandtse[/url] and contributors
71+
[/list]
72+
```

0 commit comments

Comments
 (0)