[[PageOutline(2-5,Contents,pullout)]] = Replace keywords with their associated values == Description This plugin allows you to replace keywords with any wiki format from a table in a Wiki page (Default as KeywordReplace). It can be time consuming to input units, links, etc. where a mapping would be easier to use. This plugin makes typewriting simpler. For the following keyword definition table, the first column has defined keywords and the second column contains its associated values. Any wiki format could be input in the second column. {{{ ||= keywords =||= replace =|| ||CO2 ||CO,,2,, || ||m-2_s-1 ||m^-2^ s^-1^ || ||Google ||[http://www.google.com Google] || ||oC ||^o^C || ||m-2 ||m^-2^ || ||Wheat ||[wiki:Wheat Wheat] || ||wheat ||[wiki:Wheat wheat] || ||C3 ||C,,3,, || ||t_ha-1 ||t ha^-1^ || }}} The keywords in the first column would be replaced by the values in the second column. [[Image(keywords.png, width=150px, nolink)]] This plugin is based on the AcronymsPlugin. Furthermore, this plugin is an accompaniment to TagsPlugin. == Bugs/Feature Requests Existing bugs and feature requests for KeywordReplacePlugin are [report:9?COMPONENT=KeywordReplacePlugin here]. If you have any issues, create a [/newticket?component=KeywordReplacePlugin new ticket]. [[TicketQuery(component=KeywordReplacePlugin&group=type,format=progress)]] == Download Download the zipped source from [export:keywordreplaceplugin here]. == Source You can check out KeywordReplacePlugin from [/svn/keywordreplaceplugin here] using Subversion, or [source:keywordreplaceplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Configuration Create a Wiki page holding your keyword definitions (default as KeywordReplace). In your `trac.ini` add the following section to make the plugin aware of this storage page: {{{#!ini [replace] page = KeywordReplace }}} The storage page is KeywordReplace by default if not specified in `trac.ini`. == Recent Changes [[ChangeLog(keywordreplaceplugin, 3)]] == Author/Contributors '''Author:''' [wiki:helend] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''