Template:MC/Infobox condition/doc
More actions
Template:Documentation header This template provides a uniform infobox for all conditions, such as status effects in narrative media.
Usage
{{Infobox condition
|name=Example
|image=Example
|classification=Example
|also_known_as=Example
|affects=Example
|effects=Example
|sources=Example
|cures=Example
|diagnostic_method=Example
|first_appearance=Example
|latest_appearance=Example
}}
Parameters
<templatedata> { "params": { "name": { "label": "Name", "description": "Name of the condition.", "type": "string", "default": "MC/Infobox condition" }, "image": { "label": "Image", "type": "wiki-file-name", "suggested": true }, "classification": { "label": "Classification", "suggested": true,
"description": "Classification of the condition.",
"type": "string" }, "also_known_as": { "label": "Other names",
"suggested": true,
"description": "Other names of the condition.", "type": "string"
},
"affects": { "label": "Affects", "suggested": true, "description": "Species or characters vulnerable to the condition. Use Template:EntityLink or its variations.", "type": "content" }, "effects": { "label": "Signs and symptoms", "suggested": true, "description": "Effects caused by the condition.", "type": "string" }, "sources": { "label": "Causes", "suggested": true,
"description": "Source or creator of the condition.",
"type": "content" }, "cures": { "label": "Treatment", "type": "content",
"description": "Cures for the condition.",
"suggested": true }, "diagnostic_method": { "label": "Diagnostic method", "type": "string",
"description": "The methods of medical diagnosis for the condition.",
"suggested": true }, "first_appearance": { "label": "First appearance", "description": "First appearance of the condition", "type": "content", "suggested": true }, "latest_appearance": { "label": "Latest appearance", "description": "Latest appearance of the condition", "type": "content", "suggested": true
}
}, "paramOrder": [ "name", "image", "also_known_as", "classification", "effects", "affects", "sources",
"diagnostic_method",
"cures", "first_appearance", "latest_appearance" ], "description": "Infobox that describes conditions", "format": "block" } </templatedata>
See also