Template:KarteriaQuote/doc: Difference between revisions

From Karteria DWRP Wiki
Jump to navigationJump to search
Icie (talk | contribs)
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>"
 
Icie (talk | contribs)
No edit summary
Line 5: Line 5:
"1": {
"1": {
"label": "Content",
"label": "Content",
"description": "Marks text as a quote from the game text and formats it appropriately.",
"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."
}
}
</templatedata>
</templatedata>

Revision as of 08:49, 25 January 2026

Marks text as a quote from the game text and formats it appropriately.

Template parameters

ParameterDescriptionTypeStatus
Content1

Text being quoted.

Contentrequired
Source page link2

The page the text was taken from. Formats as a reference.

URLrequired
Title3

A title for the quote.

Stringoptional