<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://horizonffxi.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ADialogue%2Fdoc</id>
	<title>Template:Dialogue/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://horizonffxi.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ADialogue%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Template:Dialogue/doc&amp;action=history"/>
	<updated>2026-04-06T14:26:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://horizonffxi.wiki/w/index.php?title=Template:Dialogue/doc&amp;diff=66&amp;oldid=prev</id>
		<title>FANDOM (Fandom) at 20:44, 22 June 2022</title>
		<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Template:Dialogue/doc&amp;diff=66&amp;oldid=prev"/>
		<updated>2022-06-22T20:44:24Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{t|Dialogue}} facilitates the writing of dialogue in a standard format.  The template can handle most standard formats of writing dialogue, and can be indented, bulleted or numbered. &amp;#039;&amp;#039;&amp;#039;This template &amp;#039;&amp;#039;cannot&amp;#039;&amp;#039; be &amp;lt;code&amp;gt;subst:&amp;lt;/code&amp;gt;&amp;#039;d&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
This template uses the [[w:Help:Lua|Lua templating language]], and more information can be found [[w:c:dev:Global_Lua_Modules/Dialogue|on the Global Lua Module page]]. &amp;#039;&amp;#039;&amp;#039;For a traditional wikitext version of this template, see [[w:c:templates:Template:Dialogue/wikitext|Dialogue on Templates Wiki]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
This is how to write the template in [[w:Help:wikitext|wikitext]] onto your article:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{dialogue&lt;br /&gt;
|short=full&lt;br /&gt;
|short=full&lt;br /&gt;
|short=full&lt;br /&gt;
...&lt;br /&gt;
|Character|Speech&lt;br /&gt;
|Character|Speech&lt;br /&gt;
|Character|Speech&lt;br /&gt;
...&lt;br /&gt;
|cite = dialogue description&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These parameters are explained more fully below.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Named parameters specify name shortcuts. They are all optional.&amp;#039;&amp;#039;&amp;#039; They are placed at the top of the template call, like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{dialogue&lt;br /&gt;
|short=full&lt;br /&gt;
|short=full&lt;br /&gt;
|short=full&lt;br /&gt;
...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Name shortcuts apply to your main dialogue text. If you use a shortcut specified here for a character name, then the full name will be replaced for it.&lt;br /&gt;
&lt;br /&gt;
Named parameters of the form &amp;quot;&amp;lt;code&amp;gt;mood1&amp;lt;/code&amp;gt;&amp;quot;, &amp;quot;&amp;lt;code&amp;gt;mood2&amp;lt;/code&amp;gt;&amp;quot;, &amp;quot;&amp;lt;code&amp;gt;mood3&amp;lt;/code&amp;gt;&amp;quot;, etc., up to &amp;quot;&amp;lt;code&amp;gt;mood10&amp;lt;/code&amp;gt;&amp;quot;, specify moods for the corresponding line number (e.g. &amp;quot;&amp;lt;code&amp;gt;mood1&amp;lt;/code&amp;gt;&amp;quot; specifies line 1). They are placed in a line like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;...&lt;br /&gt;
|Character|Speech|mood1=angry&lt;br /&gt;
|Character|Speech|mood2=quiet&lt;br /&gt;
|Character|Speech|mood3=ecstatic&lt;br /&gt;
...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Positional parameters form the text of the dialogue (i.e. any line not containing an &amp;quot;&amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;&amp;quot; will be construed as part of the dialogue.&lt;br /&gt;
&lt;br /&gt;
:;&amp;lt;code&amp;gt;Parameter 1&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(required)&amp;#039;&amp;#039; : Character name speaking&lt;br /&gt;
:;&amp;lt;code&amp;gt;Parameter 2&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039; : Line to speak&lt;br /&gt;
:;&amp;lt;code&amp;gt;Parameter 3&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039; : Next character&lt;br /&gt;
:;&amp;lt;code&amp;gt;Parameter 4&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039; : Next line&lt;br /&gt;
:;&amp;lt;code&amp;gt;Parameter 5&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039; : Next character&lt;br /&gt;
:;&amp;lt;code&amp;gt;Parameter 6&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039; : Next line&lt;br /&gt;
:;&amp;lt;code&amp;gt;Parameter 7&amp;lt;/code&amp;gt; &amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039; : so on...&lt;br /&gt;
&lt;br /&gt;
Note: if any character is called &amp;quot;&amp;lt;code&amp;gt;action&amp;lt;/code&amp;gt;&amp;quot; then that line will be construed as an action line. It still counts as a &amp;#039;&amp;#039;line&amp;#039;&amp;#039; nonetheless.&lt;br /&gt;
&lt;br /&gt;
To write a dialogue description/source, use &amp;lt;code&amp;gt;cite =&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
Here is an example of a full template usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{dialogue&lt;br /&gt;
|harry=Harry Enfield&lt;br /&gt;
|bryan=Bryan Adams&lt;br /&gt;
&lt;br /&gt;
|harry|Hello!                |mood1=happy&lt;br /&gt;
|bryan|Oh hello there        |mood2=surprised&lt;br /&gt;
|harry|How are you?          |mood3=inquisitive&lt;br /&gt;
|bryan|Quite fine thank you. |mood4=reserved&lt;br /&gt;
|harry|Oh that&amp;#039;s spiffing.   |mood5=spiffed&lt;br /&gt;
|bryan|It is, isn&amp;#039;t it?!     |mood6=multo-spiffed&lt;br /&gt;
|harry|Quite so.             |mood7=bored&lt;br /&gt;
|bryan|Well, I&amp;#039;m off!        |mood8=joyous&lt;br /&gt;
|harry|Ta-ta!                |mood9=relieved&lt;br /&gt;
|bryan|Au revoir!            |mood10=sarcastic&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above would generate:&lt;br /&gt;
&lt;br /&gt;
{{dialogue&lt;br /&gt;
|harry=Harry Enfield&lt;br /&gt;
|bryan=Bryan Adams&lt;br /&gt;
&lt;br /&gt;
|harry|Hello!                |mood1=happy&lt;br /&gt;
|bryan|Oh hello there        |mood2=surprised&lt;br /&gt;
|harry|How are you?          |mood3=inquisitive&lt;br /&gt;
|bryan|Quite fine thank you. |mood4=reserved&lt;br /&gt;
|harry|Oh that&amp;#039;s spiffing.   |mood5=spiffed&lt;br /&gt;
|bryan|It is, isn&amp;#039;t it?!     |mood6=multo-spiffed&lt;br /&gt;
|harry|Quite so.             |mood7=bored&lt;br /&gt;
|bryan|Well, I&amp;#039;m off!        |mood8=joyous&lt;br /&gt;
|harry|Ta-ta!                |mood9=relieved&lt;br /&gt;
|bryan|Au revoir!            |mood10=sarcastic&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The below code demonstrates examples of extended use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{dialogue&lt;br /&gt;
|george=Georgie Boy&lt;br /&gt;
|rachel=Rachel&lt;br /&gt;
&lt;br /&gt;
|action|Enter: George and Rachel&lt;br /&gt;
|george|Good morrow dearest Rachel!|mood2=happy&lt;br /&gt;
|action|Rachel turns to see him&lt;br /&gt;
|rachel|Oh, George, it&amp;#039;s you!&lt;br /&gt;
|george|...&lt;br /&gt;
|rachel|Why won&amp;#039;t you say anything?!|mood6=worried&lt;br /&gt;
|action|Enter: Guards&lt;br /&gt;
|Guards|We are announcing George&amp;#039;s arrest!&lt;br /&gt;
|rachel|Oh my!|mood9=horrified&lt;br /&gt;
|action|George is dragged away.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above would generate:&lt;br /&gt;
&lt;br /&gt;
{{dialogue&lt;br /&gt;
|george=Georgie Boy&lt;br /&gt;
|rachel=Rachel&lt;br /&gt;
&lt;br /&gt;
|action|Enter: George and Rachel&lt;br /&gt;
|george|Good morrow dearest Rachel!|mood2=happy&lt;br /&gt;
|action|Rachel turns to see him&lt;br /&gt;
|rachel|Oh, George, it&amp;#039;s you!&lt;br /&gt;
|george|...&lt;br /&gt;
|rachel|Why won&amp;#039;t you say anything?!|mood6=worried&lt;br /&gt;
|action|Enter: Guards&lt;br /&gt;
|Guards|We are announcing George&amp;#039;s arrest!&lt;br /&gt;
|rachel|Oh my!|mood9=horrified&lt;br /&gt;
|action|George is dragged away.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
&lt;br /&gt;
You can number, bullet or indent your dialogue:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;:{{dialogue|Me|Hello|You|Howdido!}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:{{dialogue|Me|Hello|You|Howdido!}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#{{dialogue|Me|Hello|You|Howdido!}}&lt;br /&gt;
#{{dialogue|Them|Good afternoon|Us|What a load of rubbish!}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#{{dialogue|Me|Hello|You|Howdido!}}&lt;br /&gt;
#{{dialogue|Them|Good afternoon|Us|What a load of rubbish!}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;*{{dialogue&lt;br /&gt;
|angel=Fortitude&lt;br /&gt;
|angel|I am an angel!|Crowd|We don&amp;#039;t believe you!}}&lt;br /&gt;
*{{dialogue&lt;br /&gt;
|angel=Fortitude&lt;br /&gt;
|angel|But I&amp;#039;m being quite serious!|Crowd|Too bad for you then!}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*{{dialogue&lt;br /&gt;
|angel=Fortitude&lt;br /&gt;
|angel|I am an angel!|Crowd|We don&amp;#039;t believe you!}}&lt;br /&gt;
*{{dialogue&lt;br /&gt;
|angel=Fortitude&lt;br /&gt;
|angel|But I&amp;#039;m being quite serious!|Crowd|Too bad for you then!}}&lt;br /&gt;
&lt;br /&gt;
You will get the odd spacing error (e.g. &amp;quot;Speech&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;space&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;quot;) if you lay out your dialogue on multiple lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Quote templates]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Template documentation]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>FANDOM (Fandom)</name></author>
	</entry>
</feed>