Changes between Version 23 and Version 24 of IniGetMacro


Ignore:
Timestamp:
Jan 30, 2016, 6:48:58 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • IniGetMacro

    v23 v24  
    55== Description
    66
    7 Allows a Trac wiki author to insert the value of a {{{trac.ini}}} configuration option into a page.
     7This is a macro that allows a Trac wiki author to insert the value of a {{{trac.ini}}} configuration option into a page.
    88
    99The IniGetMacro package consists of two macros. The first, `IniGet`, returns as plain text the value of a [TracIni trac.ini] configuration option. The `trac.ini` file is a simple flat-file database of sections and option/value pairs:
     
    2222}}}
    2323
    24 Where `project.name` is dynamically inserted in the same manner as !IniGet. The example above is the default behavior. However, Welcome also supports from zero to two arguments that allow the user to specify the prefix and/or suffix strings. Both standard and dictionary keyword methods are supported. If using the standard method, order is important, if using the keyword method it is not. You cannot mix both methods.
     24In this example `project.name` is dynamically inserted in the same manner as !IniGet. The example above is the default behavior. However, Welcome also supports from zero to two arguments that allow the user to specify the prefix and/or suffix strings. Both standard and dictionary keyword methods are supported. When using the standard method, then the order is important, but when using the keyword method it is not. You cannot mix both methods.
    2525
    2626These macros are useful for WikiStart project templates.
     
    8080== Author/Contributors
    8181
    82  * '''Author''': [wiki:dwclifton] [[BR]]
    83  * '''Maintainer''': [[Maintainer]] [[BR]]
    84  * '''Contributors''':
     82'''Author''': [wiki:dwclifton] [[BR]]
     83'''Maintainer''': [[Maintainer]] [[BR]]
     84'''Contributors''':