Template:StoryLine: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) m (Added more params.) |
FaeriMagic (talk | contribs) m (Updated TemplateData) |
||
Line 24: | Line 24: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"actorPlain": {}, | "actorPlain": { | ||
"actorAlias": {}, | "description": "Used for NPCs without pages." | ||
}, | |||
"actorAlias": { | |||
"description": "Used if the actor uses a different epithet.", | |||
"example": "\"???\" or \"Mysterious Voice\"", | |||
"type": "string" | |||
}, | |||
"actorLink": { | "actorLink": { | ||
"description": "Specify the page | "description": "Specify the page link if it actorAlias is used." | ||
}, | }, | ||
"line": { | |||
"type": "string" | "type": "string" | ||
} | |||
}, | }, | ||
"description": "This template is for creating lines in [[Template:Chapter]].", | "description": "This template is for creating lines in [[Template:Chapter]].", | ||
"paramOrder": [ | "paramOrder": [ | ||
"actor", | "actor", | ||
"actorPlain", | |||
"actorAlias", | "actorAlias", | ||
"actorLink", | "actorLink", |
Revision as of 00:32, 20 June 2025
| style="width: 50px; text-align: center;" |
| {{{line}}} |-
{{StoryLine | actor = | actorPlain = | actorAlias = | actorLink = | line = }}
This template is for creating lines in [[Template:Chapter]].
Parameter | Description | Type | Status | |
---|---|---|---|---|
actor | actor | no description | String | optional |
actorPlain | actorPlain | Used for NPCs without pages. | Unknown | optional |
actorAlias | actorAlias | Used if the actor uses a different epithet.
| String | optional |
actorLink | actorLink | Specify the page link if it actorAlias is used. | Unknown | optional |
line | line | no description | String | optional |