contributors, delete_pages, Interface administrators
4,719
edits
| 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" | ||
| 	] | 	] | ||