Template:Dialogue/doc: Difference between revisions
Hubianzhen (talk | contribs) No edit summary |
m i'll redo the documentation later |
||
| Line 123: | Line 123: | ||
} | } | ||
}, | }, | ||
"description": "Used to format a list of dialogue in for things such as BTD6 Quests, BATTD Adventures, and Bloons Pop! dialogue. Currently supports up to 10 lines per template.", | "description": "Used to format a list of dialogue in for things such as BTD6 Quests, BATTD Adventures, and Bloons Pop! dialogue. Currently supports up to 10 lines per template. (This documentation is outdated.)", | ||
"paramOrder": [ | "paramOrder": [ | ||
"1 left image", | "1 left image", | ||
| Line 149: | Line 149: | ||
==Example usage== | ==Example usage== | ||
<pre>{{dialogue | |||
|left image 1=BTD6 Patch idle.png | |||
|right image 1=BTD6 Scoop idle.png | |||
|right image 1 flip=y | |||
|name 1=Scoop | |||
|text 1 align=right | |||
|text 1=That must be the Party Bloon! It's got a great costume on, so it can't be all BAD... | |||
|left image 2=BTD6 Patch idle.png | |||
|right image 2=BTD6 Scoop idle.png | |||
|right image 2 flip=y | |||
|name 2=Patch | |||
|text 2=Seriously? | |||
|text 2 align=left | |||
|left image 3=BTD6 Patch idle.png | |||
|right image 3=BTD6 Scoop idle.png | |||
|right image 3 flip=y | |||
|name 3=Scoop | |||
|text 3=Highest form of humor... | |||
|text 3 align=right | |||
}}</pre> | |||
{{dialogue | {{dialogue | ||
| | |left image 1=BTD6 Patch idle.png | ||
| | |right image 1=BTD6 Scoop idle.png | ||
|right image 1 flip=y | |||
|1 | |name 1=Scoop | ||
|1 right | |text 1 align=right | ||
|1 | |text 1=That must be the Party Bloon! It's got a great costume on, so it can't be all BAD... | ||
| | |left image 2=BTD6 Patch idle.png | ||
| | |right image 2=BTD6 Scoop idle.png | ||
|right image 2 flip=y | |||
|2 | |name 2=Patch | ||
|2 | |text 2=Seriously? | ||
|2 | |text 2 align=left | ||
|2 | |||
| | |left image 3=BTD6 Patch idle.png | ||
| | |right image 3=BTD6 Scoop idle.png | ||
|right image 3 flip=y | |||
|3 | |name 3=Scoop | ||
|3 | |text 3=Highest form of humor... | ||
|3 | |text 3 align=right | ||
|3 | }}<includeonly>[[Category:Formatting templates]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | ||
}}<includeonly>[[Category:Formatting templates]]</includeonly> | |||