Template:StoryLine: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) m (Aligned.) |
FaeriMagic (talk | contribs) m (Added more params.) |
||
Line 1: | Line 1: | ||
| style="width: 50px; text-align: center" | {{# | | style="width: 50px; text-align: center;" | | ||
{{#if:{{{actorPlain|}}} | |||
| {{{actorPlain}}} | |||
| {{#if:{{{actorAlias|}}} | |||
| [[{{{actorLink|}}}|{{{actorAlias}}}]] | |||
| {{#if:{{{actor|}}}|[[{{{actor}}}]]|}} | |||
}} | |||
}} | |||
| {{{line}}} | | {{{line}}} | ||
|- | |- | ||
Line 5: | Line 12: | ||
<pre> | <pre> | ||
{{StoryLine | {{StoryLine | ||
| actor | | actor = | ||
| | | actorPlain = | ||
| line | | actorAlias = | ||
| actorLink = | |||
| line = }} | |||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
Line 15: | Line 24: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"line": { | "actorPlain": {}, | ||
"actorAlias": {}, | |||
"actorLink": { | |||
"description": "Specify the page the url 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", | |||
"actorLink", | |||
"line" | "line" | ||
] | ] |
Revision as of 00:30, 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 | no description | Unknown | optional |
actorAlias | actorAlias | no description | Unknown | optional |
actorLink | actorLink | Specify the page the url if it actorAlias is used. | Unknown | optional |
line | line | no description | String | optional |