diff --git a/docs/BOSS Metadata Syntax.html b/docs/BOSS Metadata Syntax.html index 8a7626e9..dce0c477 100644 --- a/docs/BOSS Metadata Syntax.html +++ b/docs/BOSS Metadata Syntax.html @@ -128,22 +128,22 @@ h3{
Other keys may also be present, but are not processed by BOSS. The message and plugin data structures are detailed in the next section.
An example metadata file:
globals:
- - type: 'say'
+ - type: say
content: 'You are using the latest version of BOSS.'
condition: 'version("BOSS", "3.0.0.0", ==)'
plugins:
- name: 'Armamentarium.esm'
tag:
- - 'Relev'
+ - Relev
- name: 'ArmamentariumFran.esm'
tag:
- - 'Relev'
+ - Relev
- name: 'Beautiful People 2ch-Ed.esm'
tag:
- - 'Eyes'
- - 'Graphics'
- - 'Hair'
- - 'R.Relations'
+ - Eyes
+ - Graphics
+ - Hair
+ - R.Relations
@@ -163,9 +163,9 @@ plugins:
conditionExamples:
- Examples (translations by Google):
- Examples:
-'Relations'
+Relations
or
-name: '-Relations'
+name: -Relations
condition: 'file("Mart''s Monster Mod for OOO.esm") or file("FCOM_Convergence.esm")'
@@ -225,14 +225,14 @@ display: 'OBSE v18+'
type: 'say'
+type: say
condition: 'file("foo.esp")'
content:
- - lang: 'eng'
+ - lang: eng
str: 'An example link: <http://www.example.com>'
- - lang: 'rus'
+ - lang: rus
str: 'Это пример ссылки: <http://www.example.com>'
- - lang: 'ger'
+ - lang: ger
str: 'Ein Beispiel-Link: <http://www.example.com>'
would be displayed as
@@ -240,7 +240,7 @@ would be displayed as
отмечать: Это пример ссылки: http://www.example.com
if the current language was Russian and foo.esp was installed, while
-type: 'say'
+type: say
content: 'An alternative [example link](http://www.example.com), with no translations.'
would be displayed as
@@ -263,9 +263,9 @@ would be displayed as
verstring list ✓ A list of versions that can be found at the URL.
'http://skyrim.nexusmods.com/mods/19/'
+http://skyrim.nexusmods.com/mods/19/
or
-link: 'http://steamcommunity.com/sharedfiles/filedetails/?id=87144366'
+
link: http://steamcommunity.com/sharedfiles/filedetails/?id=87144366
ver:
- '1.3.2c'
@@ -314,16 +314,16 @@ req:
display: '[Example Mod](http://www.example.com)'
condition: 'version("Oscuro''s_Oblivion_Overhaul.esm", "15.0", ==)'
tag:
- - 'Actors.Spells'
- - 'Graphics'
- - 'Invent'
- - 'Relations'
- - 'Scripts'
- - 'Stats'
- - name: '-Relations'
+ - Actors.Spells
+ - Graphics
+ - Invent
+ - Relations
+ - Scripts
+ - Stats
+ - name: -Relations
condition: 'file("Mart''s Monster Mod for OOO.esm") or file("FCOM_Convergence.esm")'
msg:
- - type: 'say'
+ - type: say
content: 'Do not clean. "Dirty" edits are intentional and required for the mod to function.'