Template:StoryLine: Difference between revisions

m
Changed actorPlain to actorNPC.
mNo edit summary
m (Changed actorPlain to actorNPC.)
Line 1: Line 1:
|-  
|-  
| style="width: 50px; text-align: center;" |
| style="width: 50px; text-align: center;" |
{{#if:{{{actorPlain|}}}
{{#if:{{{actorNPC|}}}
  | {{{actorPlain}}}
  | {{{actorNPC}}}
  | {{#if:{{{actorAlias|}}}
  | {{#if:{{{actorAlias|}}}
     | [[{{{actorLink|}}}|{{{actorAlias}}}]]
     | [[{{{actorLink|}}}|{{{actorAlias}}}]]
Line 13: Line 13:
{{StoryLine
{{StoryLine
   | actor      =  
   | actor      =  
   | actorPlain =
   | actorNPC  =
   | actorAlias =  
   | actorAlias =  
   | actorLink  =  
   | actorLink  =  
Line 24: Line 24:
"type": "string"
"type": "string"
},
},
"actorPlain": {
"actorNPC": {
"description": "Used for NPCs without pages."
"description": "Used for NPCs without pages."
},
},
Line 42: Line 42:
"paramOrder": [
"paramOrder": [
"actor",
"actor",
"actorPlain",
"actorNPC",
"actorAlias",
"actorAlias",
"actorLink",
"actorLink",
3,197

edits