Template:Speech: Difference between revisions

From Chronicles of Eternia
Jump to navigation Jump to search
mNo edit summary
m fixing download link
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|cellspacing=0 cellpadding=10 width=600|
{|cellspacing=0 cellpadding=3 width=500|
|width=50|{{{image|[[File:Assistant.png|right]]}}} 
|width=50|{{{image|[[File:Biologist.png|right]]}}} 
|bgcolor="fcfbce"|'''{{{name|Genovefa}}} says:'''<br>''"{{{text|I don't want to die!}}}"''
|bgcolor="fcfbce"|'''{{{name|Genovefa}}} says:'''<br>''"{{{text|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 [https://chronicles-of-eternia.com/download/Setup_Esshar.exe game launcher] that we recommend using. The guide might occasionally reference a slash (/) command, which can be viewed on [https://chronicles-of-eternia.com/lore/index.php?title=Client_settings this page] or seen in-game via the blue crystal chat tab.}}}"''
|}<noinclude>
|}<noinclude>


Line 15: Line 15:
   <nowiki>{{Speech</nowiki>
   <nowiki>{{Speech</nowiki>
   <nowiki>|name=Genovefa</nowiki>
   <nowiki>|name=Genovefa</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=Hello. This is a default string of text to demonstrate the speech template.</nowiki>
 
   <nowiki>|image=[[File:Biologist.png|right]]</nowiki>
  <nowiki>text text text text text text text!</nowiki>
   <nowiki>|image=[[File:Clown.png|right]]</nowiki>
   <nowiki>}}</nowiki>
   <nowiki>}}</nowiki>


Line 25: Line 23:
{{Speech
{{Speech
|name=Genovefa
|name=Genovefa
|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=Hello. This is a default string of text to demonstrate the speech template.
 
|image=[[File:Biologist.png|50px|right]]
text text text text text text text!
|image=[[File:Clown.png|50px|right]]
}}
}}


Line 35: 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>

Latest revision as of 14:37, 30 July 2025

 
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[edit]

 {{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[edit]

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.