<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.savez.net/history/Template:Media_table?feed=atom</id>
	<title>Template:Media table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.savez.net/history/Template:Media_table?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://www.savez.net/history/Template:Media_table"/>
	<updated>2026-05-06T17:55:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.savez.net/index.php?title=Template:Media_table&amp;diff=1269&amp;oldid=prev</id>
		<title>BalkanMapper: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.savez.net/index.php?title=Template:Media_table&amp;diff=1269&amp;oldid=prev"/>
		<updated>2023-07-17T02:17:47Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:17, 17 July 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>BalkanMapper</name></author>
	</entry>
	<entry>
		<id>https://www.savez.net/index.php?title=Template:Media_table&amp;diff=1268&amp;oldid=prev</id>
		<title>Template Media table&gt;Porplemontage: Changed protection settings for &quot;Template:Media table&quot;: High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://www.savez.net/index.php?title=Template:Media_table&amp;diff=1268&amp;oldid=prev"/>
		<updated>2023-02-22T18:09:51Z</updated>

		<summary type="html">&lt;p&gt;Changed protection settings for &amp;quot;&lt;a href=&quot;/view/Template:Media_table&quot; title=&quot;Template:Media table&quot;&gt;Template:Media table&lt;/a&gt;&amp;quot;: High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#forargs:file|key|value|{{media table/row|type={{{type{{#var:key}}|{{#switch:{{lc:{{#sub:{{#var:value}}|-4}}}}|.ogv|.mp4|webm=video}}}}}|file={{#var:value}}|title={{{title{{#var:key}}|}}}|description={{{description{{#var:key}}|}}}|length={{{length{{#var:key}}|}}}}}}}&lt;br /&gt;
:&amp;lt;small&amp;gt;[[Help:Media]] • [[wikipedia:Help:Media (audio and video)|Having trouble playing?]]&amp;lt;/small&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{media table&lt;br /&gt;
|file1=Example.ogv&lt;br /&gt;
|title1=Example Video&lt;br /&gt;
|description1=Showing an example video file.&lt;br /&gt;
|length1=0:12&lt;br /&gt;
|file2=Example.oga&lt;br /&gt;
|title2=Example Audio&lt;br /&gt;
|description2=Showing an example audio file.&lt;br /&gt;
|length2=0:03&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template is used for organizing media files on pages. The table above is produced by the following syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{media table&lt;br /&gt;
|file1=Example.ogv&lt;br /&gt;
|title1=Example Video&lt;br /&gt;
|description1=Showing an example video file.&lt;br /&gt;
|length1=0:12&lt;br /&gt;
|file2=Example.oga&lt;br /&gt;
|title2=Example Audio&lt;br /&gt;
|description2=Showing an example audio file.&lt;br /&gt;
|length2=0:03&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
The following parameters may be defined when using the template (replace &amp;lt;code&amp;gt;X&amp;lt;/code&amp;gt; with a number):&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;fileX&amp;lt;/code&amp;gt; - The filename, excluding the &amp;quot;File:&amp;quot; prefix. So for the file at &amp;quot;File:Example.oga&amp;quot;, this parameter would be defined as &amp;quot;Example.oga&amp;quot;.&lt;br /&gt;
*&amp;lt;code&amp;gt;titleX&amp;lt;/code&amp;gt; - The title of the file that will be used in the table; automatically appears in bold.&lt;br /&gt;
*&amp;lt;code&amp;gt;descriptionX&amp;lt;/code&amp;gt; - A short description of the file that will appear after the title.&lt;br /&gt;
*&amp;lt;code&amp;gt;lengthX&amp;lt;/code&amp;gt; - The file duration, in M:SS format.&lt;br /&gt;
&lt;br /&gt;
Note that for all the values, additional files can be added to the list by incrementing the parameter number.&lt;br /&gt;
&lt;br /&gt;
== Sub-template ==&lt;br /&gt;
*[[Template:Media table/row]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Media templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Template Media table&gt;Porplemontage</name></author>
	</entry>
</feed>