Help: Wiki Macros
Search
- Version 2
- by (unknown)
- Version 3
- 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:
|
+ | Display: [[Timestamp]]
|
14 | - | [[Timestamp]]
|
+ | |
15 | ||||
16 | {{{ | |||
17 | [[Resource(100)]] | |||
18 | }}} | |||
19 | ||||
20 | - | Display:
|
+ | Display: [[Resource(100)]]
|
21 | - | [[Resource(100)]]
|
+ | |
22 | ||||
23 | {{{ | |||
24 | [[Tag(heattransfer)]] | |||
25 | }}} | |||
26 | ||||
27 | - | Display:
|
+ | Display: [[Tag(heattransfer)]]
|
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:
|
+ | Display: 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:
|
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()]] |
+ | [[MacroList()]]
|
44 | + | |||
45 | + | [https://stemedhub.org/wiki/HelpIndex Back to Wiki Help Page] |