<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://secrets.warcraftwatch.com/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://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ADialogue%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Template:Dialogue/doc&amp;action=history"/>
	<updated>2026-05-07T01:49:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://secrets.warcraftwatch.com/w/index.php?title=Template:Dialogue/doc&amp;diff=1417&amp;oldid=prev</id>
		<title>imported&gt;Eithris: /* Syntax */</title>
		<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Template:Dialogue/doc&amp;diff=1417&amp;oldid=prev"/>
		<updated>2024-05-12T04:28:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Syntax&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A template for formatting dialogue.&lt;br /&gt;
&lt;br /&gt;
For dialogue with multiple conversation paths, wrap the branching text in {{t|Dialogue-child}}. Examples of this are shown [[#With Dialogue-child|below]].&lt;br /&gt;
__TOC__&lt;br /&gt;
==Syntax==&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Dialogue|title=&amp;lt;title&amp;gt;|class=&amp;lt;class&amp;gt;|&amp;lt;dialogue&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;1&lt;br /&gt;
:Required. The dialogue.&lt;br /&gt;
&lt;br /&gt;
;title&lt;br /&gt;
:Optional. Adds a title above the dialogue.&lt;br /&gt;
&lt;br /&gt;
;class&lt;br /&gt;
:Optional. Used to add additional CSS classes--for example, &amp;lt;code&amp;gt;plainlist&amp;lt;/code&amp;gt;, which causes a bulleted list to render without the bullets.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
;Code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Dialogue|title=Kalaen|&lt;br /&gt;
I can instruct you in jewelcrafting. Interested?&lt;br /&gt;
&lt;br /&gt;
{{Trainer|Train me.}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Buy|Let me browse your goods.}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
{{Dialogue|title=Kalaen|&lt;br /&gt;
I can instruct you in jewelcrafting. Interested?&lt;br /&gt;
&lt;br /&gt;
{{Trainer|Train me.}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Buy|Let me browse your goods.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
;Code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Dialogue|class=plainlist|&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Greetings! Please step into the basket... and prepare for the most educational balloon ride of your life.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Today we will be taking a scenic balloon tour over the ancient city of Suramar.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|But first, I will be taking attendance.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|&amp;lt;Name&amp;gt;? Is &amp;lt;name&amp;gt; here?}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Please, just say &amp;quot;here&amp;quot;.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Very well. Do we have a &amp;lt;name&amp;gt; in attendance today?}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|I see. And, last on the list is &amp;lt;name&amp;gt;. That must be you, correct?}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Quite the talkative bunch. On with the tour!}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
{{Dialogue|class=plainlist|&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Greetings! Please step into the basket... and prepare for the most educational balloon ride of your life.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Today we will be taking a scenic balloon tour over the ancient city of Suramar.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|But first, I will be taking attendance.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|&amp;lt;Name&amp;gt;? Is &amp;lt;name&amp;gt; here?}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Please, just say &amp;quot;here&amp;quot;.}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Very well. Do we have a &amp;lt;name&amp;gt; in attendance today?}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|I see. And, last on the list is &amp;lt;name&amp;gt;. That must be you, correct?}}&lt;br /&gt;
*{{text|say|Zang Cloudwalker|Quite the talkative bunch. On with the tour!}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===With Dialogue-child===&lt;br /&gt;
;Code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Dialogue|&lt;br /&gt;
Greetings, &amp;lt;class&amp;gt;. Can I interest you in some high quality equipment?&lt;br /&gt;
&lt;br /&gt;
{{Gossip|Remind me about professional equipment.}}&lt;br /&gt;
{{Dialogue-child|&lt;br /&gt;
Of course, &amp;lt;name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can equip professional tools and accessories next to your recipes.&lt;br /&gt;
&lt;br /&gt;
Professional equipment has benefits for you as a crafter or gatherer. You can inspect the equipment to find out more.&lt;br /&gt;
}}&lt;br /&gt;
{{Gossip|I would like to talk about my profession equipment.}}&lt;br /&gt;
{{Dialogue-child|&lt;br /&gt;
How may I help?&lt;br /&gt;
&lt;br /&gt;
{{Gossip|Limit how much I see my crafting equipment. Hide my accessories and only show my tool while crafting.}}&lt;br /&gt;
}}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
{{Dialogue|&lt;br /&gt;
Greetings, &amp;lt;class&amp;gt;. Can I interest you in some high quality equipment?&lt;br /&gt;
&lt;br /&gt;
{{Gossip|Remind me about professional equipment.}}&lt;br /&gt;
{{Dialogue-child|&lt;br /&gt;
Of course, &amp;lt;name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can equip professional tools and accessories next to your recipes.&lt;br /&gt;
&lt;br /&gt;
Professional equipment has benefits for you as a crafter or gatherer. You can inspect the equipment to find out more.&lt;br /&gt;
}}&lt;br /&gt;
{{Gossip|I would like to talk about my profession equipment.}}&lt;br /&gt;
{{Dialogue-child|&lt;br /&gt;
How may I help?&lt;br /&gt;
&lt;br /&gt;
{{Gossip|Limit how much I see my crafting equipment. Hide my accessories and only show my tool while crafting.}}&lt;br /&gt;
}}}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template documentation]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:General wiki templates]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Eithris</name></author>
	</entry>
</feed>