Changes between Version 3 and Version 4 of WikiMacros
- Timestamp:
- Aug 20, 2024, 2:02:54 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiMacros
v3 v4 11 11 {{{ 12 12 {{{#!wiki-processor-name 13 ... 13 ... 14 14 }}} 15 15 }}} … … 43 43 == Contributed macros 44 44 45 The [http ://trac-hacks.org/ Trac Hacks] site provides a large collection of macros and other Trac [TracPlugins plugins] contributed by the Trac community. If you are looking for new macros, or have written one that you would like to share, please visit that site.45 The [https://trac-hacks.org/ Trac Hacks] site provides a large collection of macros and other Trac [TracPlugins plugins] contributed by the Trac community. If you are looking for new macros, or have written one that you would like to share, please visit that site. 46 46 47 47 == Developing Custom Macros 48 48 49 Macros, like Trac itself, are written in the [http ://python.org/ Python programming language] and are a type of [TracPlugins plugin].49 Macros, like Trac itself, are written in the [https://python.org/ Python programming language] and are a type of [TracPlugins plugin]. 50 50 51 Here are 2 simple examples showing how to create a Macro. For more information about developing macros, see the [trac:TracDev development resources] and [trac:browser:branches/1. 2-stable/sample-plugins sample-plugins].51 Here are 2 simple examples showing how to create a Macro. For more information about developing macros, see the [trac:TracDev development resources] and [trac:browser:branches/1.4-stable/sample-plugins sample-plugins]. 52 52 53 53 === Macro without arguments