Template:Speech: Difference between revisions

From Galaxypedia
m (testing some changes WITHOUT modifying the galaxypedia's css this time (fail))
Tag: 2017 source edit
m (making some minor changes)
Tag: 2017 source edit
Line 1: Line 1:
<includeonly>
<includeonly>
<div class="TemplateRevision" style="margin-bottom: 18px; border: 2px solid #171818; border-radius: 10px">
<div class="TemplateRevision" style="margin-bottom: 18px; border: 2px solid #171818; border-radius: 10px">
<div class="container" style="display: block; border-radius: 10px; border: 2px solid var(--mainbordercolorS); border-color: {{{2|#0f1011}}}">
<div class="container" style="background-color: #0c0c0c; border: 2px solid var(--mainbordercolorS); border-color: {{{2|#0f1011}}}">
<p class="header1" style="text-align: center;">{{{3|}}}</h1>
<p class="header1" style="text-align: center;">{{{3|}}}</h1>
<p class="header3" style="text-align: center;">{{{1}}}</p>
<p class="header3" style="text-align: center;">{{{1}}}</p>

Revision as of 22:30, 25 May 2023


Hello World!

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Ut dictum odio nec ipsum suscipit, id accumsan neque eleifend.
Pellentesque et nisl non nisl facilisis finibus nec non ante.


This template inserts an NPC speech box into a page.

Template parameters

ParameterDescriptionTypeStatus
Text1

Whatever you want the speech box to display. Supports newlines, if used with the <br> HTML tag.

Example
Hello World!
Stringrequired
Border Color2

Determines the color of the border. Can be a hex color code or any of the suggested values.

Suggested values
red green blue
Default
#0f1011
Example
#eb4034
Stringoptional
Title3

Adds a title to the speech box.

Example
Lorem Ipsum
Stringoptional