From d7693ebfd31bea186b17ce2bd0f5197f10e2c089 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 15 Jul 2015 18:12:14 +0100 Subject: [PATCH] Replaced the metadata syntax feature support table. With an easier-to-read version history list. --- docs/LOOT Metadata Syntax.html | 38 ++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html index ba691202..5a2c07ba 100644 --- a/docs/LOOT Metadata Syntax.html +++ b/docs/LOOT Metadata Syntax.html @@ -208,7 +208,7 @@ var {
  • Order Of Evaluation
  • Language Codes -
  • Version History & Feature Support +
  • Version History
  • License @@ -584,22 +584,30 @@ msg: Koreanko -

    Version History & Feature Support

    +

    Version History

    -

    As LOOT develops, so does its metadata format, and to keep things simple, they share the same version numbers. The table below summarises the evolution of the metadata format. +

    Each version of LOOT has a corresponding version of the metadata format, and its version history is given below. - - - -
    Feature Supported?v0.5v0.6v0.7v0.8 -
    GitHub Flavored Markdown message formattingOnly URL hyperlinking is supported, for file:, http: and https: URLs, using the [label](url) and <url> syntaxes.LOOT uses the Marked library (v0.3) to provide support for most of GitHub Flavored Markdown, minus the GitHub-specific features (like @mentions, issue/repo linking and emoji). -
    Message string substitution (ie. sub:)NoYes -
    YAML merge keys (ie. <<:)NoYes -
    Location ver keyYesNo -
    Location name keyNoYes -
    many("regex") condition functionNoYes -
    Regex plugin entriesMust end with \.esp or \.esm.Must contain any of :\*?| -
    +

    0.8

    + + +

    0.7

    + + +

    0.6

    +

    No changes.

    + +

    0.5

    +

    Initial release.

    License

    This document is part of the LOOT documentation.