Update Masterlist-Editing.html

Fixes #65.
This commit is contained in:
Oliver Hamlet
2018-04-09 20:11:21 +01:00
committed by GitHub
parent 090eb0a8d4
commit deba7878b9
+2 -2
View File
@@ -9,7 +9,7 @@ title: Masterlist Editing
<ul>
<li>Look in the masterlists for examples, and see the <a href="https://loot-api.readthedocs.io/en/stable/metadata/introduction.html">Metadata Syntax documentation</a> for the details.</li>
<li>Only make edits/additions you're confident about - otherwise create an issue in the masterlist repository's issue tracker, or discuss in the BethSoft forum thread.</li>
<li>Only make edits/additions you're confident about - otherwise create an issue in the masterlist repository's issue tracker, or discuss in the official LOOT forum thread.</li>
<li>If you're using Notepad++, you can set it to use spaces instead of tabs when you press the tab key on your keyboard, avoiding YAML parsing errors. To do this, go to Settings &gt; Preferences &gt; Tab Settings &gt; Replace by space. A value of 4 is most common.</li>
<li>Make as many silent comments as you want within the masterlists - it doesn't hurt (within reason). However, make sure to put them <em>above</em> the line(s) that they refer to.</li>
<li>Use blank lines to separate mods that are grouped together or where it helps readability.</li>
@@ -79,7 +79,7 @@ url: [ 'http://oblivion.nexusmods.com/mods/15256' ]</code></pre>
<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>oblivion</code>, <code>skyrim</code>, <code>fallout3</code>, <code>falloutnv</code> or <code>fallout4</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>oblivion</code>, <code>skyrim</code>, <code>skyrimse</code>, <code>fallout3</code>, <code>falloutnv</code> or <code>fallout4</code>. <code>&lt;search&gt;</code> is the string you want to search for.</p>
<h3>Common Metadata</h3>