contributors, Interface administrators
3,132
edits
FaeriMagic (talk | contribs) m (Added more params.) |
FaeriMagic (talk | contribs) mNo edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#invoke:StoryLine|render}}<noinclude> | |||
<noinclude> | |||
<pre> | <pre> | ||
{{StoryLine | {{StoryLine | ||
| actor = | | actor = | ||
| | | actorNPC = | ||
| actorAlias = | | actorAlias = | ||
| actorLink = | | actorLink = | ||
Line 24: | Line 14: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "actorNPC": { | ||
"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", | ||
"actorNPC", | |||
"actorAlias", | "actorAlias", | ||
"actorLink", | "actorLink", |