Template:Tb-notes: Difference between revisions
No edit summary |
m (update template (just format)) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 76: | Line 76: | ||
} | } | ||
}, | }, | ||
"description": "Template used to add table note definitions. \n\nIt should be added just below the related table.\n\n2 types of notes can be included:\n* ref notes = which are referenced from the table content (active reference/link). These notes are identified by a letter, A..Z (Caps is mandatory)\n* textual notes = just text, no link with a ref in the table\n\nSyntax:\n {{tb-notes\n |A=text of note A\n |B=text of note B\n ...\n |txn1=text of textual nota 1\n |txn2=text of textual nota 2\n ...\n }}\n\n" | "description": "Template used to add table note definitions. \n\nIt should be added just below the related table.\n\n2 types of notes can be included:\n* ref notes = which are referenced from the table content (active reference/link). These notes are identified by a letter, A..Z (Caps is mandatory)\n* textual notes = just text, no link with a ref in the table\n\nSyntax:\n {{tb-notes\n |A=text of note A\n |B=text of note B\n ...\n |txn1=text of textual nota 1\n |txn2=text of textual nota 2\n ...\n }}\n\n", | ||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 14:40, 10 November 2023
Template used to add table note definitions. It should be added just below the related table. 2 types of notes can be included:
- ref notes = which are referenced from the table content (active reference/link). These notes are identified by a letter, A..Z (Caps is mandatory)
- textual notes = just text, no link with a ref in the table
Parameter | Description | Type | Status | |
---|---|---|---|---|
text of table note [A] | A | This is the text of the table note [A]. Linked to ref [A] defined in the table content
| Unknown | suggested |
text of table note [B] | B | This is the text of the table note [B]. Linked to ref [B] defined in the table content
| Unknown | suggested |
... | ... | no description | Unknown | optional |
textual note 1 | txn1 | purely textual note. No active link with table content, just added below
| Unknown | suggested |
textual note 2 | txn2 | purely textual note. No active link with table content, just added below
| Unknown | suggested |