Template:Dialogue
Jump to navigation
Jump to search
Makasu: “I will beat you at tennis.”
Creates a Dialogue-styled text. This is mainly used for UnScripts.
Usage:
{{Dialogue|Speaker|Spoken}} produces:
Speaker: “Spoken”
Optionally you can set a colour for the line.
{{Dialogue|Speaker|Spoken|red}} produces:
Speaker: “Spoken”
You can also remove the line if you don't want it.
{{Dialogue|Speaker|Spoken|transparent}} produces:
Speaker: “Spoken”
To set the color of a specific character in bulk add this to the top of the page. It will even overide the colors set per-template.
{{Dialogue/bulkColor|Bulk Speaker Color 1|green}}{{Dialogue/bulkColor|Bulk Speaker Color 2|red}}{{Dialogue|Bulk Speaker Color 1|Spoken 1|blue}}{{Dialogue|Bulk Speaker Color 2|Spoken 2}}{{Dialogue|Bulk Speaker Color 1|Spoken 3}}
Bulk Speaker Color 1: “Spoken 1”
Bulk Speaker Color 2: “Spoken 2”
Bulk Speaker Color 1: “Spoken 3”