<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AIn5%2Fdoc</id>
	<title>Template:In5/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AIn5%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Template:In5/doc&amp;action=history"/>
	<updated>2026-04-11T05:08:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.tiffa.net/w/index.php?title=Template:In5/doc&amp;diff=1824&amp;oldid=prev</id>
		<title>imported&gt;Fire: ページの作成:「{{Documentation subpage}} {{Lua|Module:In5}} &lt;!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --&gt;  The indenter &#039;&#039;&#039;Template:in5&#039;&#039;&#039; indents text by 5…」</title>
		<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Template:In5/doc&amp;diff=1824&amp;oldid=prev"/>
		<updated>2022-07-17T05:17:35Z</updated>

		<summary type="html">&lt;p&gt;ページの作成:「{{Documentation subpage}} {{Lua|Module:In5}} &amp;lt;!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --&amp;gt;  The indenter &amp;#039;&amp;#039;&amp;#039;Template:in5&amp;#039;&amp;#039;&amp;#039; indents text by 5…」&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;
{{Lua|Module:In5}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The indenter &amp;#039;&amp;#039;&amp;#039;Template:in5&amp;#039;&amp;#039;&amp;#039; indents text by 5 spaces or&lt;br /&gt;
the count specified by&amp;lt;br&amp;gt;parameter 1 (range: 1 to 50 spaces).&amp;lt;br /&amp;gt;&lt;br /&gt;
{{in5}}Usage: &amp;amp;nbsp; {{tlx|in5}} {{in5|11}} &amp;lt;--indents by 5 spaces&amp;lt;br /&amp;gt;&lt;br /&gt;
{{in5}}Usage: &amp;amp;nbsp; {{tlx|in5|8}} {{in5|7}} &amp;lt;--indents by 8 spaces&amp;lt;br /&amp;gt;&lt;br /&gt;
{{in5}}Usage: &amp;amp;nbsp; {{tlx|in5|47}} {{in5}} &amp;lt;--indents by 47 spaces&lt;br /&gt;
&lt;br /&gt;
Spaces outside the double braces will add an extra space on either&lt;br /&gt;
side,&amp;lt;br /&amp;gt;such as the 12 spaces inserted by {{tlx|in5|10}}.&lt;br /&gt;
&lt;br /&gt;
It does not insert a newline (line break). To use on a series of lines, add &amp;lt;code&amp;gt;&amp;amp;lt;br /&amp;amp;gt;&amp;lt;/code&amp;gt; at the end of the line before (each) {{tnull|in5}}. You can also use a blank line before the {{tnull|in5}}, which will introduce a paragraph break.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The following are examples showing larger amounts of spacing:&amp;lt;br /&amp;gt;&lt;br /&gt;
{{in5}}Example 1: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;xx{{in5|10}}yy{{in5|10}}&amp;lt;/nowiki&amp;gt;zz&amp;lt;/code&amp;gt; produces: xx{{in5|10}}yy{{in5|10}}zz&amp;lt;br /&amp;gt;&lt;br /&gt;
{{in5}}Example 2: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;xx{{in5|10}}yy{{in5|15}}&amp;lt;/nowiki&amp;gt;zz&amp;lt;/code&amp;gt; produces: xx{{in5|10}}yy{{in5|15}}zz&amp;lt;br /&amp;gt;&lt;br /&gt;
{{in5}}Example 3: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;aa{{in5|20}}bb{{in5|20}}&amp;lt;/nowiki&amp;gt;cc&amp;lt;/code&amp;gt; produces: aa{{in5|20}}bb{{in5|20}}cc&amp;lt;br /&amp;gt;&lt;br /&gt;
{{in5}}Example 4: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;quot;32.0{{in5|7}}&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; produces: &amp;quot;32.0{{in5|7}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Example 4 shows the ability to put trailing spaces, such as spaces after a number in a [[Help:Table|wikitable]] column (coded as: &amp;lt;code&amp;gt;|&amp;amp;nbsp;32.0{{tnull|in5}}&amp;amp;nbsp;&amp;lt;/code&amp;gt;). Typical numbers (with &amp;lt;code&amp;gt;align=right&amp;lt;/code&amp;gt;), in a table column, often appear crowded at the right-hand side, so appending {{tnull|in5}} can improve readability, in tables with lines between columns.&lt;br /&gt;
&lt;br /&gt;
==Comparison with letter-spacing==&lt;br /&gt;
To insert spacing {{em|between each character}} of any text, then &amp;lt;code&amp;gt;&amp;amp;lt;span style=&amp;quot;letter-spacing:&amp;lt;var&amp;gt;value unit&amp;lt;/var&amp;gt;&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; can be used. For example, with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;letter-spacing:1.2em&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, spanning the text &amp;quot;example&amp;quot; (not including the quotation marks), it would look like: &amp;quot;&amp;lt;span style=&amp;quot;letter-spacing:1.2em&amp;quot;&amp;gt;example&amp;lt;/span&amp;gt;&amp;quot;. (Note that the spacing applies to the last character; the intended result might actually be to span the characters &amp;#039;&amp;#039;exampl&amp;#039;&amp;#039; only: &amp;quot;&amp;lt;span style=&amp;quot;letter-spacing:1.2em&amp;quot;&amp;gt;exampl&amp;lt;/span&amp;gt;e&amp;quot;.)  The spacing &amp;lt;var&amp;gt;value&amp;lt;/var&amp;gt; may express any number from 0 on; also fractions like &amp;lt;kbd&amp;gt;.45&amp;lt;/kbd&amp;gt; are possible, and the &amp;lt;var&amp;gt;unit&amp;lt;/var&amp;gt; may be &amp;lt;code&amp;gt;em&amp;lt;/code&amp;gt; or any other standard HTML/CSS measurement unit (&amp;lt;code&amp;gt;pt&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;px&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;cm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;in&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|block indent}}, to indent an entire block of content, similar to a [[Template:Quote|block quotation]] (uses {{tag|div|o}} and CSS margins)&lt;br /&gt;
{{Inline spacing templates}}&lt;br /&gt;
{{二次利用}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other|| &lt;br /&gt;
&amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Inline spacing templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Fire</name></author>
	</entry>
</feed>