Template:ConvoCite/doc: Difference between revisions

Jump to navigation Jump to search
updated
mNo edit summary
Line 33: Line 33:
"params": {
"params": {
"hero1": {
"hero1": {
            "type": "string",
"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": {
"hero2": {
            "type": "string",
"type": "string",
            "description": "Name of the second hero",
"description": "Name of the second hero",
            "required": true
"required": true
        },
},
        "number": {
"number": {
            "type": "number",
"type": "string",
            "description": "Number of the conversation (1-3)",
"description": "Number of the conversation (1-3)",
            "required": false
"required": false
        },
},
        "hero_quote1": {
"hero_quote1": {
            "type": "string",
"type": "string",
            "description": "Hero that the quote belongs to",
"description": "Hero that the quote belongs to",
            "required": false
"required": false
        },
},
        "quote1": {
"quote1": {
            "type": "string",
"type": "string",
            "description": "Transcription of the relevant quote",
"description": "Transcription of the relevant quote",
            "required": false
"required": false
        },
},
        "hero_quote2": {
"hero_quote2": {
            "type": "string",
"type": "string",
            "description": "Hero that the 2nd quote belongs to",
"description": "Hero that the 2nd quote belongs to",
            "required": false
"required": false
        },
},
        "quote2": {
"quote2": {
            "type": "string",
"type": "string",
            "description": "Transcription of the 2nd relevant quote",
"description": "Transcription of the 2nd relevant quote",
            "required": false
"required": false
        }
}
},
},
"format": "inline",
"format": "inline",
    "paramOrder": [
"paramOrder": [
"hero1",
"hero1",
        "hero2",
"hero2",
        "number",
"number",
        "hero_quote1",
"hero_quote1",
        "quote1",
"quote1",
        "hero_quote2",
"hero_quote2",
        "quote2"
"quote2"
]
]
}
}
</templatedata><noinclude>[[Category:Template documentation]]</noinclude>
</templatedata><noinclude>[[Category:Template documentation]]</noinclude>