<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AOutdent%2Fdoc</id>
	<title>Template:Outdent/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AOutdent%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Outdent/doc&amp;action=history"/>
	<updated>2026-04-16T20:07:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:Outdent/doc&amp;diff=26066&amp;oldid=prev</id>
		<title>Wikipedia&gt;Andrybak: /* Parameters */ simplify explanation for integers</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Outdent/doc&amp;diff=26066&amp;oldid=prev"/>
		<updated>2021-12-17T03:35:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Parameters: &lt;/span&gt; simplify explanation for integers&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{nosubst}}&lt;br /&gt;
{{high-use}}&lt;br /&gt;
{{lua|Module:Outdent}}&lt;br /&gt;
{{Template shortcut|od|out}}&lt;br /&gt;
&amp;lt;!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see [[Wikipedia:Wikidata]])--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[WP:THREAD|Threading of replies on talk pages]] is done using indentation and lists. This template is used for &amp;#039;&amp;#039;out&amp;#039;&amp;#039;denting a reply on a talk page when indentation gets too deep.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tlx|od|&amp;lt;var&amp;gt;integer&amp;lt;/var&amp;gt;}} or {{tlx|od|&amp;lt;var&amp;gt;indentation wikitext&amp;lt;/var&amp;gt;}}. Integer examples: {{tlx|od|5}}, {{tlx|od|-15}}, {{tlx|od|11|r{{=}}y}}. Indentation examples: {{tlx|od|:::::}}, {{tlx|od|*::::::}}, {{tlx|od|**:::#}}.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
;{{para|1|&amp;lt;var&amp;gt;indent&amp;lt;/var&amp;gt;}}&lt;br /&gt;
: Supports two modes: literal indentation or an integer. In literal indentation mode the value may contain &amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt; (indents), &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt; (unnumbered list), and &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; (numbered list). It is recommended to copy the colons, asterisks, and hashes from the start of the previous message. In integer mode, the value is interpreted as number or indents (&amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;). Default value is &amp;lt;code&amp;gt;10&amp;lt;/code&amp;gt;. Supported range is from −40 to 40. A negative integer is the same as positive integer with {{para|reverse|y}}.&lt;br /&gt;
;{{para|2|y}}&lt;br /&gt;
: Set it to add a link to [[Wikipedia:Indentation#Outdenting]]. {{tlx|od|5|y}} produces:&lt;br /&gt;
{{od|5|y}}&lt;br /&gt;
;{{para|r|y}} (aliases {{para|reverse|y}}, {{para|indent|y}}, {{para|in|y}})&lt;br /&gt;
:Reverses the outdentation to become indentation and vice versa.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===With indentation wikitext===&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:thin navy solid; padding:8px; margin:4px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;::::Previous post, indented with four colons.&lt;br /&gt;
{{Outdent|::::}} New post.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;displays as&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
::::Previous post, indented with four colons.&lt;br /&gt;
{{Outdent|::::}} New post.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Positive integer ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:thin navy solid; padding:8px; margin:4px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;::::::Previous post, indented 6 levels.&lt;br /&gt;
{{Outdent|6}} New post.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;displays as&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
::::::Previous post, indented 6 levels.&lt;br /&gt;
{{Outdent|6}} New post.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== With separate indent ===&lt;br /&gt;
&lt;br /&gt;
To not outdent all the way to the left margin, indent the {{tl|outdent}} template itself using colons:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:thin navy solid; padding:8px; margin:4px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;::::::Previous post, indented 6 levels.&lt;br /&gt;
::{{Outdent|4}} New post.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;displays as&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
::::::Previous post, indented 6 levels.&lt;br /&gt;
::{{Outdent|4}} New post.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Indent ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:thin navy solid; padding:8px; margin:4px&amp;quot;&amp;gt;&lt;br /&gt;
Using {{para|reverse|y}}:&lt;br /&gt;
&amp;lt;pre&amp;gt;::::::Previous post, indented 6 levels.&lt;br /&gt;
::{{Outdent|4}} Start of a new post indented 2 levels using a bar of length 6−2=4.&lt;br /&gt;
::{{Outdent|5|reverse=yes}}&lt;br /&gt;
:::::::Indent to indentation level 7 using a reversed bar of length 7−2=5.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;displays as&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
::::::Previous post, indented 6 levels.&lt;br /&gt;
::{{Outdent|4}} Start of a new post indented 2 levels using a bar of length 6−2=4.&lt;br /&gt;
::{{Outdent|5|reverse=yes}}&lt;br /&gt;
:::::::Indent to indentation level 7 using a reversed bar of length 7−2=5.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or with a negative integer:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:thin navy solid; padding:8px; margin:4px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
::::::Original conversation.&lt;br /&gt;
::::::{{od|-3}}&lt;br /&gt;
:::::::::Afterthought.&lt;br /&gt;
:::::::{{od|2}}&lt;br /&gt;
:::::::Continuation of original conversation.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;displays as&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
::::::Original conversation.&lt;br /&gt;
::::::{{od|-3}}&lt;br /&gt;
:::::::::Afterthought.&lt;br /&gt;
:::::::{{od|2}}&lt;br /&gt;
:::::::Continuation of original conversation.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CSS and hide ==&lt;br /&gt;
This template is contained in the CSS class &amp;quot;outdent-template&amp;quot;. Users who would prefer not to see the template can add the following line to their custom CSS ([[Special:MyPage/common.css]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
.outdent-template { display: none; }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Outdent2}} — rather than a bar on the previous line, produces a bracketed arrow on the same line.&lt;br /&gt;
* [[Wikipedia:Indentation|Wikipedia:Indentation (WP:INDENT)]]&lt;br /&gt;
* [[Wikipedia:Talk page guidelines|Wikipedia:Talk page guidelines (WP:TALK)]]&lt;br /&gt;
&lt;br /&gt;
{{Inline talk templates}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!--Categories below this line, please; interwikis at Wikidata--&amp;gt;&lt;br /&gt;
[[Category:Inline talk templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Andrybak</name></author>
	</entry>
</feed>