8,856
editsAd placeholder
Template:Infobox character/doc: Difference between revisions
Jump to navigation
Jump to search
Template:Infobox character/doc (view source)
Revision as of 04:50, 31 December 2023
, 31 December 2023no edit summary
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
{ | { | ||
"params": { | "params": { | ||
"labelstyle": {}, | "labelstyle": { | ||
"datastyle": {}, | "description": "Add a custom CSS style to labels." | ||
}, | |||
"datastyle": { | |||
"description": "Add a custom CSS style to data." | |||
}, | |||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
Line 171: | Line 175: | ||
] | ] | ||
}, | }, | ||
"conditions": {}, | "conditions": { | ||
"conditions_balanced": {}, | "label": "Conditions", | ||
"conditions_tactician": {}, | "description": "Add the creature's conditions in the form of a bulleted list. These area always displaced." | ||
"conditions_honour": {}, | }, | ||
"passive_features": {}, | "conditions_balanced": { | ||
"passive_features_balanced": {}, | "description": "Add the creature's conditions in the form of a bulleted list. These will be collapsible and are collapsed by default." | ||
"passive_features_honour": {}, | }, | ||
"passive_features_tactician": {}, | "conditions_tactician": { | ||
"actions": {}, | "description": "Add the creature's conditions that it gains in Tactician mode, in the form of a bulleted list. These will be collapsible and are collapsed by default." | ||
"actions_balanced": {}, | }, | ||
"actions_honour": {}, | "conditions_honour": { | ||
"actions_tactician": {}, | "description": "Add the creature's conditions, that it gains in Honour mode, in the form of a bulleted list. These will be collapsible and are collapsed by default." | ||
}, | |||
"passive_features": { | |||
"description": "Add the creature's passive features in the form of a bulleted list. These will always be visible." | |||
}, | |||
"passive_features_balanced": { | |||
"description": "Add the creature's passive features in the form of a bulleted list. These will be collapsible and are collapsed by default." | |||
}, | |||
"passive_features_honour": { | |||
"description": "Add the creature's Honour mode passive features in the form of a bulleted list. These will be collapsible and are collapsed by default." | |||
}, | |||
"passive_features_tactician": { | |||
"description": "Add the creature's Tactician mode passive features in the form of a bulleted list. These will be collapsible and are collapsed by default." | |||
}, | |||
"actions": { | |||
"description": "Add the creature's actions in the form of a bulleted list. These will always be visible." | |||
}, | |||
"actions_balanced": { | |||
"description": "Add the creature's actions in the form of a bulleted list. These will be collapsible and are collapsed by default." | |||
}, | |||
"actions_honour": { | |||
"description": "Add the creature's Honour mode actions in the form of a bulleted list. These will be collapsible and are collapsed by default." | |||
}, | |||
"actions_tactician": { | |||
"description": "Add the creature's Tactician mode actions in the form of a bulleted list. These will be collapsible and are collapsed by default." | |||
}, | |||
"immune_balanced": {}, | "immune_balanced": {}, | ||
"resistant_balanced": {}, | "resistant_balanced": {}, | ||
Line 194: | Line 223: | ||
"expansion": {}, | "expansion": {}, | ||
"voice_actor_note": {}, | "voice_actor_note": {}, | ||
"hit_points": {}, | "hit_points": { | ||
"hit_points_tactician": {}, | "label": "Hit points", | ||
"hit_points_honour": {}, | "description": "The creature's hit points in Balanced mode." | ||
}, | |||
"hit_points_tactician": { | |||
"description": "The creature's hit points in Tactician mode." | |||
}, | |||
"hit_points_honour": { | |||
"description": "The creature's hit points in Honour mode." | |||
}, | |||
"armour_class": { | "armour_class": { | ||
"label": "The character's AC.", | "label": "The character's AC.", | ||
Line 221: | Line 257: | ||
}, | }, | ||
"voice_actor": { | "voice_actor": { | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Neil Newbon" | "Neil Newbon" | ||
] | ], | ||
"description": "The character's voice actor. Given in full name, no special formatting." | |||
}, | }, | ||
"below": {} | "below": {}, | ||
"immune_resistant": {}, | |||
"immune_vulnerable": {} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> |