Editing Template:ConvoCite/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 28: | Line 28: | ||
{{ConvoCite|hero1=Abrams|hero2=Dynamo|number=2|hero_quote1=Abrams|quote1=Stay close to me Professor, I'll keep you safe.|hero_quote2=Dynamo|quote2=Detective, I was about to say the same thing to you.}} | {{ConvoCite|hero1=Abrams|hero2=Dynamo|number=2|hero_quote1=Abrams|quote1=Stay close to me Professor, I'll keep you safe.|hero_quote2=Dynamo|quote2=Detective, I was about to say the same thing to you.}} | ||
<templatedata> | <templatedata> | ||
| Line 45: | Line 33: | ||
"params": { | "params": { | ||
"hero1": { | "hero1": { | ||
"type": "string", | |||
"description": "Name of the first hero and the one it will be linked to", | "description": "Name of the first hero and the one it will be linked to", | ||
"required": true | "required": true | ||
}, | }, | ||
"hero2": { | |||
"type": "string", | |||
"description": "Name of the second hero", | |||
"required": true | |||
}, | |||
"number": { | |||
"type": "number", | |||
"description": "Number of the conversation (1-3)", | |||
"required": false | |||
}, | |||
"hero_quote1": { | |||
"type": "string", | |||
"description": "Hero that the quote belongs to", | |||
"required": false | |||
}, | |||
"quote1": { | |||
"type": "string", | |||
"description": "Transcription of the relevant quote", | |||
"required": false | |||
}, | |||
"hero_quote2": { | |||
"type": "string", | |||
"description": "Hero that the 2nd quote belongs to", | |||
"required": false | |||
}, | |||
"quote2": { | |||
"type": "string", | |||
"description": "Transcription of the 2nd relevant quote", | |||
"required": false | |||
} | |||
}, | }, | ||
"format": "inline", | "format": "inline", | ||
"paramOrder": [ | |||
"hero1", | "hero1", | ||
"hero2", | |||
"number", | |||
"hero_quote1", | |||
"quote1", | |||
"hero_quote2", | |||
"quote2" | |||
] | ] | ||
} | } | ||
</templatedata><noinclude>[[Category:Template documentation]]</noinclude> | </templatedata><noinclude>[[Category:Template documentation]]</noinclude> | ||