Update website for VR masterlist merges (#129)

This commit is contained in:
sibir
2025-11-30 22:26:23 -08:00
committed by GitHub
parent 38a2432691
commit 30e47d09cd
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ msg:
<pre><code>https://loot.github.io/search/?game=&lt;game&gt;&amp;search=&lt;search&gt;</code></pre>
<p>where <code>&lt;game&gt;</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>&lt;search&gt;</code> is the string you want to search for.</p>
<p>where <code>&lt;game&gt;</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>&lt;search&gt;</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
View File
@@ -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');