Template:StoryLine: Difference between revisions

m
no edit summary
m (Added line break.)
mNo edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
| style="width: 50px; text-align: center" | {{#if:{{{actor|}}}|[[{{{actor}}}]]|}}
{{#invoke:StoryLine|render}}<noinclude>
| {{{line}}}
|-
<noinclude>
<pre>
<pre>
{{StoryLine
{{StoryLine
   | actor =  
   | actor     =
   | line =  }}
  | actorNPC  =
  | actorAlias =
  | actorLink  =  
   | line       =  }}
</pre>
</pre>
<templatedata>
<templatedata>
Line 13: Line 13:
"actor": {
"actor": {
"type": "string"
"type": "string"
},
"actorNPC": {
"description": "Used for NPCs without pages."
},
"actorAlias": {
"description": "Used if the actor uses a different epithet.",
"example": "\"???\" or \"Mysterious Voice\"",
"type": "string"
},
"actorLink": {
"description": "Specify the page link if it actorAlias is used."
},
},
"line": {
"line": {
Line 18: Line 29:
}
}
},
},
"description": "This template is for creating lines in [[Template:Chapter]]."
"description": "This template is for creating lines in [[Template:Chapter]].",
"paramOrder": [
"actor",
"actorNPC",
"actorAlias",
"actorLink",
"line"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
contributors, delete_pages, Interface administrators
4,719

edits