<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.cloudmodding.com/oot/Template:Compare/history?feed=atom</id>
		<title>Template:Compare - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.cloudmodding.com/oot/Template:Compare/history?feed=atom"/>
		<link rel="alternate" type="text/html" href="https://wiki.cloudmodding.com/oot/Template:Compare/history"/>
		<updated>2026-05-25T01:28:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.cloudmodding.com/woot/index.php?title=Template:Compare&amp;diff=2513&amp;oldid=prev</id>
		<title>Chpexo: Created page with &quot;&lt;includeonly&gt;&lt;table class=&quot;wikitable&quot; width=&quot;{{{width|}}}&quot; style=&quot;text-align: center; margin-left: auto; margin-right: auto;&quot;&gt; {{#if: {{{title|}}} | &lt;caption&gt;{{{title}}}&lt;/capt...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cloudmodding.com/woot/index.php?title=Template:Compare&amp;diff=2513&amp;oldid=prev"/>
				<updated>2014-08-22T21:07:34Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;&amp;lt;table class=&amp;quot;wikitable&amp;quot; width=&amp;quot;{{{width|}}}&amp;quot; style=&amp;quot;text-align: center; margin-left: auto; margin-right: auto;&amp;quot;&amp;gt; {{#if: {{{title|}}} | &amp;lt;caption&amp;gt;{{{title}}}&amp;lt;/capt...&amp;quot;&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;&amp;lt;table class=&amp;quot;wikitable&amp;quot; width=&amp;quot;{{{width|}}}&amp;quot; style=&amp;quot;text-align: center; margin-left: auto; margin-right: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if: {{{title|}}} | &amp;lt;caption&amp;gt;{{{title}}}&amp;lt;/caption&amp;gt; |  }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th {{#switch: {{{mode|horizontal}}} | vertical1 = | vertical2 = width=&amp;quot;20%&amp;quot; | #default = width=&amp;quot;50%&amp;quot;}} &amp;gt; {{#if: {{{leftt|}}} | {{{leftt}}} | Prototype }}&amp;lt;/th&amp;gt;&lt;br /&gt;
{{#switch: {{{mode|horizontal}}} | vertical1 =  &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt; }}{{#switch: {{{mode|horizontal}}} | horizontal = | #default = &amp;lt;td style=&amp;quot;text-align: {{{align|center}}};&amp;quot;&amp;gt;{{{left}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;}}&lt;br /&gt;
  &amp;lt;th {{#switch: {{{mode|horizontal}}} | vertical1 = | vertical2 = width=&amp;quot;20%&amp;quot; | #default = width=&amp;quot;50%&amp;quot;}} &amp;gt; {{#if: {{{rightt|}}} | {{{rightt}}} | Final }}&amp;lt;/th&amp;gt;&lt;br /&gt;
{{#switch: {{{mode|horizontal}}} | vertical2 = | #default = &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt; }} {{#switch: {{{mode|horizontal}}} | horizontal = &amp;lt;td style=&amp;quot;text-align: {{{align|center}}};vertical-align: {{{valign|middle}}};&amp;quot;&amp;gt;{{{left}}}&amp;lt;/td&amp;gt; }}&lt;br /&gt;
  &amp;lt;td style=&amp;quot;text-align: {{{align|center}}};vertical-align: {{{valign|middle}}};&amp;quot;&amp;gt;{{{right}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
''Compare'' is used for comparisons.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{compare&lt;br /&gt;
| width  = Specify the total width of the comparison table. &lt;br /&gt;
           Each side will use a different percentage of this based on the mode set.&lt;br /&gt;
| title  = Caption for the whole table (optional, defaults to blank)&lt;br /&gt;
| leftt  = Title of left column (this line is optional, defaults to &amp;quot;Prototype&amp;quot;)&lt;br /&gt;
| rightt = Title of right column (this is also optional, defaults to &amp;quot;Final&amp;quot;)&lt;br /&gt;
| left   = Content of the left box&lt;br /&gt;
| right  = Content of the right box&lt;br /&gt;
| mode   = ''mode'' can be set to the following:&lt;br /&gt;
           - ''horizontal'' for horizontal display. This is the standard display and ''mode''&lt;br /&gt;
               need not be set explicitly to this.&lt;br /&gt;
           - ''vertical1'' for vertical layout where Prototype is on top of Final version and&lt;br /&gt;
             the pictures below their description boxes.&lt;br /&gt;
           - ''vertical2'' for vertical layout where Prototype is on top of Final version and&lt;br /&gt;
             the pictures next to their description boxes.&lt;br /&gt;
| align  = If set, inline elements (text, img etc.) in content cells will be aligned to this value.&lt;br /&gt;
           It defaults to '''center''' if not set. Common values are '''left''' and '''right'''.&lt;br /&gt;
| valign = The same as align, but for aligning elements vertically. It defaults to '''middle''' if not set.&lt;br /&gt;
           Common values are '''top''' and '''bottom'''. Pointless with the vertical layout options.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
You can use &amp;lt;tt&amp;gt;leftt&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;rightt&amp;lt;/tt&amp;gt; to change the titles of the two boxes, &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; to give it a caption, and &amp;lt;tt&amp;gt;width&amp;lt;/tt&amp;gt; to specify the overall width.&lt;br /&gt;
&lt;br /&gt;
== Layout options ==&lt;br /&gt;
&lt;br /&gt;
Default horizontal layout ''horizontal'': (with and without caption, and with changed width respectively)&lt;br /&gt;
{{compare|title=Title}}&lt;br /&gt;
{{compare}}&lt;br /&gt;
{{compare|width=800}}&lt;br /&gt;
&lt;br /&gt;
Alternative vertical layout ''vertical1'': (with and without caption, and with changed width respectively)&lt;br /&gt;
{{compare|mode=vertical1|title=Title}}&lt;br /&gt;
{{compare|mode=vertical1}}&lt;br /&gt;
{{compare|mode=vertical1|width=800}}&lt;br /&gt;
&lt;br /&gt;
Alternative vertical layout ''vertical2'': (with and without caption, and with changed width respectively)&lt;br /&gt;
{{compare|mode=vertical2|title=Title}}&lt;br /&gt;
{{compare|mode=vertical2}}&lt;br /&gt;
{{compare|mode=vertical2|width=800}}&lt;br /&gt;
&lt;br /&gt;
== Alignment options ==&lt;br /&gt;
&lt;br /&gt;
''Left'' alignment:&lt;br /&gt;
{{compare|mode~horizontal|align=left}}&lt;br /&gt;
{{compare|mode=vertical1|align=left}}&lt;br /&gt;
{{compare|mode=vertical2|align=left}}&lt;br /&gt;
&lt;br /&gt;
''Right'' alignment:&lt;br /&gt;
{{compare|mode~horizontal|align=right}}&lt;br /&gt;
{{compare|mode=vertical1|align=right}}&lt;br /&gt;
{{compare|mode=vertical2|align=right}}&lt;br /&gt;
&lt;br /&gt;
Default ''center'' alignment:&lt;br /&gt;
{{compare|mode~horizontal|align=center}}&lt;br /&gt;
{{compare|mode=vertical1|align=center}}&lt;br /&gt;
{{compare|mode=vertical2|align=center}}&lt;br /&gt;
&lt;br /&gt;
''Top'' vertical alignment:&lt;br /&gt;
{{compare|valign=top|right=[[File:TWW_OutsetIsland1.png|240px]]}}&lt;br /&gt;
&lt;br /&gt;
''Bottom'' vertical alignment:&lt;br /&gt;
{{compare|valign=bottom|right=[[File:TWW_OutsetIsland1.png|240px]]}}&lt;br /&gt;
&lt;br /&gt;
Default ''middle'' vertical alignment:&lt;br /&gt;
{{compare|valign=middle|right=[[File:TWW_OutsetIsland1.png|240px]]}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chpexo</name></author>	</entry>

	</feed>