mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Update website for VR masterlist merges (#129)
This commit is contained in:
@@ -98,7 +98,7 @@ msg:
|
||||
|
||||
<pre><code>https://loot.github.io/search/?game=<game>&search=<search></code></pre>
|
||||
|
||||
<p>where <code><game></code> can be one of <code>starfield</code>, <code>morrowind</code>, <code>oblivion</code>, <code>skyrim</code>, <code>skyrimse</code>, <code>skyrimvr</code>, <code>fallout3</code>, <code>falloutnv</code>, <code>fallout4</code>, <code>fallout4vr</code> or <code>enderal</code>. <code><search></code> is the string you want to search for.</p>
|
||||
<p>where <code><game></code> can be one of <code>starfield</code>, <code>morrowind</code>, <code>oblivion</code>, <code>skyrim</code>, <code>skyrimse</code>, <code>fallout3</code>, <code>falloutnv</code>, <code>fallout4</code> or <code>enderal</code>. <code><search></code> is the string you want to search for.</p>
|
||||
|
||||
<h3>Common Metadata</h3>
|
||||
|
||||
|
||||
@@ -33,13 +33,11 @@ title: How To Report Issues Helpfully
|
||||
<li><a href="https://github.com/loot/morrowind/issues/new">Morrowind metadata</a></li>
|
||||
<li><a href="https://github.com/loot/oblivion/issues/new">Oblivion and Nehrim metadata</a></li>
|
||||
<li><a href="https://github.com/loot/skyrim/issues/new">Skyrim metadata</a></li>
|
||||
<li><a href="https://github.com/loot/skyrimse/issues/new">Skyrim Special Edition metadata</a></li>
|
||||
<li><a href="https://github.com/loot/skyrimvr/issues/new">Skyrim VR metadata</a></li>
|
||||
<li><a href="https://github.com/loot/skyrimse/issues/new">Skyrim Special Edition and Skyrim VR metadata</a></li>
|
||||
<li><a href="https://github.com/loot/enderal/issues/new">Enderal and Enderal Special Edition metadata</a></li>
|
||||
<li><a href="https://github.com/loot/fallout3/issues/new">Fallout 3 metadata</a></li>
|
||||
<li><a href="https://github.com/loot/falloutnv/issues/new">Fallout: New Vegas metadata</a></li>
|
||||
<li><a href="https://github.com/loot/fallout4/issues/new">Fallout 4 metadata</a></li>
|
||||
<li><a href="https://github.com/loot/fallout4vr/issues/new">Fallout 4 VR metadata</a></li>
|
||||
<li><a href="https://github.com/loot/fallout4/issues/new">Fallout 4 and Fallout 4 VR metadata</a></li>
|
||||
<li><a href="https://github.com/loot/loot/issues/new">LOOT application</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
+2
-2
@@ -13,12 +13,12 @@ const repos = [
|
||||
[ "Nehrim", "oblivion" ],
|
||||
[ "Skyrim", "skyrim" ],
|
||||
[ "Skyrim SE", "skyrimse" ],
|
||||
[ "Skyrim VR", "skyrimvr" ],
|
||||
[ "Skyrim VR", "skyrimse" ],
|
||||
[ "Enderal", "enderal" ],
|
||||
[ "Fallout 3", "fallout3" ],
|
||||
[ "Fallout: New Vegas", "falloutnv" ],
|
||||
[ "Fallout 4", "fallout4" ],
|
||||
[ "Fallout 4 VR", "fallout4vr" ],
|
||||
[ "Fallout 4 VR", "fallout4" ],
|
||||
]
|
||||
|
||||
const gameSelect = document.getElementById('gameSelectMenu');
|
||||
|
||||
Reference in New Issue
Block a user