| 9 | | Wiki page (AcronymDefinitions by default). |
|---|
| 10 | | |
|---|
| 11 | | Acronyms are in the form `<acronym>[<id>]` and are defined in a table with |
|---|
| 12 | | four columns: |
|---|
| 13 | | |
|---|
| 14 | | `Acronym, Description [, URL [, ID URL]]` |
|---|
| 15 | | |
|---|
| 16 | | Only the first two columns are required. |
|---|
| 17 | | |
|---|
| 18 | | If an `<id>` is provided, the ID URL is used and any occurrences of the symbol |
|---|
| 19 | | `$1` in the description and the ID URL are substituted with the `<id>`. |
|---|
| 20 | | |
|---|
| 21 | | Rows starting with `||'` are ignored. |
|---|
| 22 | | |
|---|
| 23 | | eg. The following acronym definition table: |
|---|
| 24 | | |
|---|
| 25 | | {{{ |
|---|
| 26 | | ||'''Acronym'''||'''Description'''||'''URL'''||'''ID URL'''|| |
|---|
| 27 | | ||RFC||Request For Comment $1||http://www.ietf.org/rfc.html||http://www.ietf.org/rfc/rfc$1.txt|| |
|---|
| 28 | | }}} |
|---|
| 29 | | |
|---|
| 30 | | Has the following effect: |
|---|
| 31 | | |
|---|
| 32 | | `RFC` becomes |
|---|
| 33 | | {{{ |
|---|
| 34 | | <a href="http://www.ietf.org/rfc.html"> |
|---|
| 35 | | <acronym title="Request For Comment"> |
|---|
| 36 | | RFC |
|---|
| 37 | | </acronym> |
|---|
| 38 | | </a> |
|---|
| 39 | | }}} |
|---|
| 40 | | |
|---|
| 41 | | `RFC2315` becomes |
|---|
| 42 | | {{{ |
|---|
| 43 | | <a href="http://www.ietf.org/rfc/rfc2315.txt"> |
|---|
| 44 | | <acronym title="Request For Comment 2315"> |
|---|
| 45 | | RFC 2315 |
|---|
| 46 | | </acronym> |
|---|
| 47 | | </a> |
|---|
| 48 | | }}} |
|---|
| 49 | | """ |
|---|
| | 9 | Wiki page (AcronymDefinitions by default). """ |
|---|