<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.telosrealms.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ASound%2Fdoc</id>
	<title>Template:Sound/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.telosrealms.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ASound%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.telosrealms.com/index.php?title=Template:Sound/doc&amp;action=history"/>
	<updated>2026-06-22T06:51:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.telosrealms.com/index.php?title=Template:Sound/doc&amp;diff=14997&amp;oldid=prev</id>
		<title>Willow: the mass documenting</title>
		<link rel="alternate" type="text/html" href="https://wiki.telosrealms.com/index.php?title=Template:Sound/doc&amp;diff=14997&amp;oldid=prev"/>
		<updated>2026-06-20T11:55:15Z</updated>

		<summary type="html">&lt;p&gt;the mass documenting&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;Sound&amp;lt;/code&amp;gt; places a small clickable volume icon that plays an uploaded audio file when clicked — used for boss voice lines and other in-game sounds.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
This template (powered by [[Module:Sound]]) outputs a little speaker icon (&amp;lt;code&amp;gt;Icon-Volume.png&amp;lt;/code&amp;gt;) that, when clicked, plays the audio file you name. It is used inline on dungeon/boss pages such as [[Anubis Lair]], [[Celestial&amp;#039;s Province: Part 1]], [[Freddy&amp;#039;s Pizzeria]] and [[Omnipotent&amp;#039;s Citadel]], typically right after a quoted voice line.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Required? !! What it does !! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; (first unnamed) || Required || The audio file name &amp;#039;&amp;#039;&amp;#039;with&amp;#039;&amp;#039;&amp;#039; extension to play (e.g. an uploaded &amp;lt;code&amp;gt;.ogg&amp;lt;/code&amp;gt;). If empty, the template shows a red &amp;quot;Error: No file specified&amp;quot;. || &amp;lt;code&amp;gt;VA-AnubisLair1.ogg&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; (second unnamed) || Optional || Display size of the volume icon. Defaults to &amp;lt;code&amp;gt;20px&amp;lt;/code&amp;gt;. || &amp;lt;code&amp;gt;30px&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
1. Upload the audio file to the wiki first (commonly &amp;lt;code&amp;gt;.ogg&amp;lt;/code&amp;gt;).&lt;br /&gt;
2. Put its full file name (with extension) as the first value: &amp;lt;code&amp;gt;{{Sound|VA-AnubisLair1.ogg}}&amp;lt;/code&amp;gt;.&lt;br /&gt;
3. The icon is inline, so place it right after the text it relates to — e.g. a quoted line. A &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; before it keeps it from wrapping onto its own.&lt;br /&gt;
4. Optionally pass a size as the second value to make the icon bigger or smaller: &amp;lt;code&amp;gt;{{Sound|VA-AnubisLair1.ogg|30px}}&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Copy this ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Sound|filename.ogg}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
[D...] &amp;quot;Kurvaros. You may now rest.&amp;quot;&amp;amp;nbsp;{{Sound|VA-AnubisLair1.ogg}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
[D...] &amp;quot;Kurvaros. You may now rest.&amp;quot;&amp;amp;nbsp;{{Sound|VA-AnubisLair1.ogg}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; notes ==&lt;br /&gt;
* Include the extension — the module looks up the file path of exactly the name you give it. &amp;lt;code&amp;gt;{{Sound|VA-AnubisLair1}}&amp;lt;/code&amp;gt; (no extension) will not find the file.&lt;br /&gt;
* The icon&amp;#039;s own link is disabled; clicking it triggers playback via the &amp;lt;code&amp;gt;sound-button&amp;lt;/code&amp;gt; script, not a navigation.&lt;br /&gt;
* The voice-line file naming convention seen on the wiki is &amp;lt;code&amp;gt;VA-&amp;amp;lt;Area&amp;amp;gt;&amp;amp;lt;n&amp;amp;gt;.ogg&amp;lt;/code&amp;gt; (e.g. &amp;lt;code&amp;gt;VA-AnubisLair2.ogg&amp;lt;/code&amp;gt;).&lt;br /&gt;
* Leaving the first parameter empty renders a visible red error message, which is a quick way to spot a missing file name.&lt;br /&gt;
* Related: {{tl|DLog}} (lore log lines these icons usually sit beside) and [[Module:Sound]] (the engine behind this template).&lt;/div&gt;</summary>
		<author><name>Willow</name></author>
	</entry>
</feed>