Template:Quote: Difference between revisions
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
text | text | Text of the quote itself | String | required |
author | author | Who tf said that!? | Line | required |