Template:KarteriaQuote/doc: Difference between revisions
From Karteria DWRP Wiki
Jump to navigationJump to search
Created page with " <templatedata> { "params": { "1": { "label": "Content", "description": "Marks text as a quote from the game text and formats it appropriately.", "type": "content", "required": true }, "2": { "label": "Source page link", "description": "The page the text was taken from. Formats as a reference.", "type": "url" } }, "paramOrder": [ "1", "2" ] } </templatedata>" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
"1": { | "1": { | ||
"label": "Content", | "label": "Content", | ||
"description": " | "description": "Text being quoted.", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
| Line 12: | Line 12: | ||
"label": "Source page link", | "label": "Source page link", | ||
"description": "The page the text was taken from. Formats as a reference.", | "description": "The page the text was taken from. Formats as a reference.", | ||
"type": "url" | "type": "url", | ||
"required": true | |||
}, | |||
"3": { | |||
"label": "Title", | |||
"description": "A title for the quote.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
"2" | "2", | ||
] | "3" | ||
], | |||
"description": "Marks text as a quote from the game text and formats it appropriately.", | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 06:33, 26 January 2026
Marks text as a quote from the game text and formats it appropriately.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Content | 1 | Text being quoted. | Content | required |
| Source page link | 2 | The page the text was taken from. Formats as a reference. | URL | required |
| Title | 3 | A title for the quote. | String | optional |