Template:Quote: Difference between revisions

From <3 wiki
No edit summary
Tag: 2017 source edit
mark text and author required
Tag: 2017 source edit
Line 14: Line 14:
"text": {
"text": {
"description": "Text of the quote itself",
"description": "Text of the quote itself",
"type": "string"
"type": "string",
"required": true
},
},
"author": {
"author": {
"description": "Who tf said that!?",
"description": "Who tf said that!?",
"type": "line"
"type": "line",
"required": true
}
}
}
}
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Revision as of 11:53, 22 December 2024


Example:

text displayed

— Author name


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
texttext

Text of the quote itself

Stringrequired
authorauthor

Who tf said that!?

Linerequired