Template:Speech: Difference between revisions

From Chronicles of Eternia
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 31: Line 31:


'''name''' = The name of the speaker, defaults to "Genovefa"<br>
'''name''' = The name of the speaker, defaults to "Genovefa"<br>
'''text''' = The spoken text, defaults to "I don't want to die!"<br>
'''text''' = The spoken text, defaults to "Hello. This is a default string of text to demonstrate the speech template."<br>
'''image''' = The image of the speaker.
'''image''' = The image of the speaker.


[[Category:templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 20:14, 20 November 2023

 
Genovefa says:
"Welcome to Eternia, traveler! The purpose of this guide is to consolidate 'must know' information into one place. Reading this isn't necessary when first making a character, but is recommended. If you're not already aware, there's a game launcher that we recommend using. The guide might occasionally reference a slash (/) command, which can be viewed on this page or seen in-game via the blue crystal chat tab."


How to use

 {{Speech}}

yields

 
Genovefa says:
"Welcome to Eternia, traveler! The purpose of this guide is to consolidate 'must know' information into one place. Reading this isn't necessary when first making a character, but is recommended. If you're not already aware, there's a game launcher that we recommend using. The guide might occasionally reference a slash (/) command, which can be viewed on this page or seen in-game via the blue crystal chat tab."
 {{Speech
 |name=Genovefa
 |text=Hello. This is a default string of text to demonstrate the speech template.
 |image=[[File:Biologist.png|right]]
 }}

yields...

 
Genovefa says:
"Hello. This is a default string of text to demonstrate the speech template."


Meaning of variables

name = The name of the speaker, defaults to "Genovefa"
text = The spoken text, defaults to "Hello. This is a default string of text to demonstrate the speech template."
image = The image of the speaker.