Template:Document Comments: Difference between revisions
Better formatting for 3+ comments |
m TemplateData |
||
| Line 71: | Line 71: | ||
"author2": { | "author2": { | ||
"label": "Author 2", | "label": "Author 2", | ||
"description": " | "description": "Optional. Check the boxes for Author 3 and Comment 3, etc., if the document has more than two comments.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 77: | Line 77: | ||
"comment2": { | "comment2": { | ||
"label": "Comment 2", | "label": "Comment 2", | ||
"description": " | "description": "Optional. Check the boxes for Author 3 and Comment 3, etc., if the document has more than two comments.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Revision as of 02:46, 23 November 2023
Comments
| {{{author1}}} |
| {{{comment1}}} |
Usage
Example with one comment:
Comments
| Dog |
| Hello |
Two comments:
Comments
| Dog |
| Hello |
| Cat |
| Bye |
Three comments:
Comments
| Dog |
| Hello |
| Cat |
| Bye |
| Human |
| What? |
The in-universe comments section on a TTP2 document, including the header. (Max 6 comments)
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Author 1 | author1 | Author of first comment. Sometimes this is text like "(failed to load profile)". For hex strings, use the format {{HexString|7468656d|them}}. | String | required |
| Comment 1 | comment1 | First comment. Sometimes this is text like "(failed to load comment)". For hex strings, use the format {{HexString|7468656d|them}}. | String | required |
| Author 2 | author2 | Optional. Check the boxes for Author 3 and Comment 3, etc., if the document has more than two comments. | String | suggested |
| Comment 2 | comment2 | Optional. Check the boxes for Author 3 and Comment 3, etc., if the document has more than two comments. | String | suggested |
| Author 3 | author3 | no description | String | optional |
| Comment 3 | comment3 | no description | String | optional |
| Author 4 | author4 | no description | String | optional |
| Comment 4 | comment4 | no description | String | optional |
| Author 5 | author5 | no description | String | optional |
| Comment 5 | comment5 | no description | String | optional |
| Author 6 | author6 | no description | String | optional |
| Comment 6 | comment6 | no description | String | optional |