From 62eb7330a398fba4ea299193bbccc18da5a464e5 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 4 Nov 2013 17:23:49 +0000 Subject: [PATCH] Applied new masterlist style to examples in syntax doc. Also, last commit also included new hyperlinking code by accident, it's incomplete and crashes. --- docs/BOSS Metadata Syntax.html | 48 +++++++++++++++++----------------- 1 file changed, 24 insertions(+), 24 deletions(-) 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: condition✗A condition string that is evaluated to determine whether this Bash Tag should be suggested: if it evaluates to true, the Tag is suggested, otherwise it is ignored. See Condition Strings for details.

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+'

Examples (translations by Google): -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.

Examples: -'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.'