Difference between revisions of "User:Aggelakis/NPC Text"
From Paragon Wiki Archive
m |
m |
||
Line 2: | Line 2: | ||
|content={{{text|'''Please supply text. See [[Template:NPC Text]] for usage.'''}}} | |content={{{text|'''Please supply text. See [[Template:NPC Text]] for usage.'''}}} | ||
|headercss = padding:1em; border-radius:1em; -moz-border-radius:1em; background: | |headercss = padding:1em; border-radius:1em; -moz-border-radius:1em; background: | ||
− | {{#switch: {{{type|}}} | hero=# | + | {{#switch: {{{type|}}} | hero=#C1D9FF | villain=#D0A0A1 | #default=#A0BFDF}}; |
border: solid 1px | border: solid 1px | ||
− | {{#switch: {{{type|}}} | hero=# | + | {{#switch: {{{type|}}} | hero=#424A9A | villain=#990000 | #default=#222299}}; |
|contentcss = padding:1em; border-radius:1em; -moz-border-radius:1em; border: solid 1px | |contentcss = padding:1em; border-radius:1em; -moz-border-radius:1em; border: solid 1px | ||
− | {{#switch: {{{type|}}} | hero=# | + | {{#switch: {{{type|}}} | hero=#424A9A | villain=#990000 | #default=#8DB2D9}};}}</includeonly><noinclude> |
NPC dialogue. Two required parameters, one technically optional: | NPC dialogue. Two required parameters, one technically optional: |
Revision as of 02:22, 30 September 2010
NPC dialogue. Two required parameters, one technically optional:
- title = description of who is talking. Required.
- text = dialogue. Required.
- type = takes values hero or villain; use 'villain' if it is all enemy text, use 'hero' if it is all ally text. Leave out if mixed (e.g. rescue/kidnap dialogue includes both enemy and ally text).
type=hero
NPC Text
type=villain
NPC Text
default
NPC Text