Help: Wiki Macros
- Version 1
- by (unknown)
- Version 4
- by (unknown)
Deletions or items before changed
Additions or items after changed
1 | A macro inserts dynamic HTML data in any context supporting [Help:WikiFormatting Wiki Formatting]. | |||
---|---|---|---|---|
2 | ||||
3 | == Using Macros == | |||
4 | ||||
5 | Macro calls are enclosed in two ''square brackets''. | |||
6 | ||||
7 | === Examples === | |||
8 | ||||
9 | {{{ | |||
10 | [[Timestamp]] | |||
11 | }}} | |||
12 | + | |||
13 | Display: | |||
14 | [[Timestamp]] | |||
15 | ||||
16 | {{{ | |||
17 | - | [[Resource |
+ | [[Resource(100)]]
|
18 | }}} | |||
19 | + | |||
20 | Display: | |||
21 | - | [[Resource: |
+ | [[Resource(100)]]
|
22 | + | |||
23 | + | {{{
|
||
24 | + | [[Tag(heattransfer)]]
|
||
25 | + | }}}
|
||
26 | + | |||
27 | + | Display:
|
||
28 | + | [[Tag(heattransfer)]]
|
||
29 | + | |||
30 | + | {{{
|
||
31 | + | To add a footnote to text you use the footnote macro. [[FootNote(Footnotes are automatically linked)]] You use the same macro but with no text to display the accumulated list of footnotes. For example:
|
||
32 | + | |||
33 | + | [[FootNote]]
|
||
34 | + | }}}
|
||
35 | + | |||
36 | + | Display:
|
||
37 | + | To add a footnote to text you use the footnote macro. [[FootNote(Footnotes are automatically linked)]] You use the same macro but with no text to display the accumulated list of footnotes. For example:
|
||
38 | + | |||
39 | + | [[FootNote]]
|
||
40 | ||||
41 | == Available Macros == | |||
42 | ||||
43 | - | + | [[MacroList()]] |