close
Warning:
Can't synchronize with repository "(default)" (/hepforge/svn/blackhat does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 9, 2012, 9:15:14 AM (12 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
14 | 14 | The list of available macros and the full help can be obtained using the !MacroList macro, as seen [#AvailableMacros below]. |
15 | 15 | |
16 | | A brief list can be obtained via ![[MacroList(*)]] or ![[?]]. |
| 16 | A brief list can be obtained via `[[MacroList(*)]]` or `[[?]]`. |
17 | 17 | |
18 | | Detailed help on a specific macro can be obtained by passing it as an argument to !MacroList, e.g. ![[MacroList(MacroList)]], or, more conveniently, by appending a question mark (?) to the macro's name, like in ![[MacroList?]]. |
| 18 | Detailed help on a specific macro can be obtained by passing it as an argument to !MacroList, e.g. `[[MacroList(MacroList)]]`, or, more conveniently, by appending a question mark (`?`) to the macro's name, like in `[[MacroList?]]`. |
19 | 19 | |
20 | 20 | |
… |
… |
|
53 | 53 | <h3><code>[[Image]]</code></h3>Embed an image in wiki-formatted text. |
54 | 54 | |
55 | | The first argument is the file … |
| 55 | The first argument is the file … |
56 | 56 | <h3><code>[[InterTrac]]</code></h3>Provide a list of known <a class="wiki" href="/wiki/InterTrac">InterTrac</a> prefixes. |
57 | 57 | <h3><code>[[InterWiki]]</code></h3>Provide a description list for the known <a class="wiki" href="/wiki/InterWiki">InterWiki</a> prefixes. |
58 | 58 | <h3><code>[[KnownMimeTypes]]</code></h3>List all known mime-types which can be used as <a class="wiki" href="/wiki/WikiProcessors">WikiProcessors</a>. |
59 | | Can be …</div> |
| 59 | Can be …</div> |
60 | 60 | }}} |
61 | 61 | etc. |
… |
… |
|
148 | 148 | For example, when writing: |
149 | 149 | {{{ |
150 | | {{{#!HelloWorld style="polite" |
| 150 | {{{#!HelloWorld style="polite" -silent verbose |
151 | 151 | <Hello World!> |
152 | 152 | }}} |
… |
… |
|
160 | 160 | One should get: |
161 | 161 | {{{ |
162 | | Hello World, text = <Hello World!> , args = {'style': u'polite'} |
| 162 | Hello World, text = <Hello World!> , args = {'style': u'polite', 'silent': False, 'verbose': True} |
163 | 163 | Hello World, text = <Hello World!> , args = {} |
164 | 164 | Hello World, text = <Hello World!> , args = None |