Template:Speech: Difference between revisions
no edit summary
imported>Jordie0608 (Created page with "<div align="center"> {| width=80% style="float:top; background-color:#ffeeee; text-align:center;" | <font size='3'>'''THIS PAGE NEEDS REVISING!'''</font> |- |The following pag...") |
imported>Jordie0608 No edit summary |
||
Line 1: | Line 1: | ||
{|cellspacing=0 cellpadding=10 width=600| | |||
|width=50|{{{image|[[File:Assistant.png|right]]}}} | |||
| | |bgcolor="fcfbce"|'''{{{name|Assistant}}} says:'''<br>''"{{{text|I don't want to die!}}}"'' | ||
|}<noinclude> | |||
< | |||
== | == How to use == | ||
<nowiki>{{Speech}}</nowiki> | |||
yields | |||
{{Speech}} | |||
{| | <nowiki>{{Speech</nowiki> | ||
<nowiki>|name=Urist McDorf</nowiki> | |||
<nowiki>|text=Hello. Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</nowiki> | |||
<nowiki>text text text text text text text!</nowiki> | |||
[[Category: | <nowiki>|image=[[File:Clown.png|right]]</nowiki> | ||
<nowiki>}}</nowiki> | |||
yields... | |||
{{Speech | |||
|name=Urist McDorf | |||
|text=Hello. Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text | |||
text text text text text text text! | |||
|image=[[File:Clown.png|50px|right]] | |||
}} | |||
== Meaning of variables == | |||
'''name''' = The name of the speaker, defaults to "Assistant"<br> | |||
'''text''' = The spoken text, defaults to "I don't want to die!"<br> | |||
'''image''' = The image of the speaker. Defaults to Assistant.png [[File:Assistant.png]] | |||
[[Category:templates]] | |||
</noinclude> | </noinclude> |