]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/ikiwiki/directive/ymlfront.mdwn
one of those two docker images has disappeared, link to just the remaining one
[git.ikiwiki.info.git] / doc / plugins / contrib / ikiwiki / directive / ymlfront.mdwn
1 The `ymlfront` directive is supplied by the [[!iki plugins/contrib/ymlfront desc=ymlfront]] plugin.
3 This directive allows the user to define arbitrary meta-data in YAML format.
5     \[[!ymlfront data="""
6      foo: fooness
7      bar: The Royal Pigeon
8      baz: 2
9      """]]
11 There is one argument to this directive.
13 * **data:**
14   The YAML-format data.  This should be enclosed inside triple-quotes to preserve the data correctly.
16 If more than one ymlfront directive is given per page, the result is undefined.
17 Likewise, it is inadvisable to try to mix the non-directive ymlfront format with the directive form of the data.