<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANA%2Fdoc</id>
	<title>Template:NA/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANA%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:NA/doc&amp;action=history"/>
	<updated>2026-05-12T15:11:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Template:NA/doc&amp;diff=694&amp;oldid=prev</id>
		<title>Eq: Created page with &quot;{{Documentation}} This template displays a table cell with the provided text, or the letters &quot;N/A&quot; if no text is provided.  The contents of the cell will be center-aligned unless the optional &lt;code&gt;align&lt;/code&gt; parameter is used to specify otherwise. The styling can be further customised using the optional &lt;code&gt;style&lt;/code&gt; parameter. The optional &lt;code&gt;data-sort&lt;/code&gt; parameter can be used to provide a value used for sorting within the table.  ==Usage== This template...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:NA/doc&amp;diff=694&amp;oldid=prev"/>
		<updated>2024-10-12T15:08:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation}} This template displays a table cell with the provided text, or the letters &amp;quot;N/A&amp;quot; if no text is provided.  The contents of the cell will be center-aligned unless the optional &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt; parameter is used to specify otherwise. The styling can be further customised using the optional &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; parameter. The optional &amp;lt;code&amp;gt;data-sort&amp;lt;/code&amp;gt; parameter can be used to provide a value used for sorting within the table.  ==Usage== This template...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
This template displays a table cell with the provided text, or the letters &amp;quot;N/A&amp;quot; if no text is provided.&lt;br /&gt;
&lt;br /&gt;
The contents of the cell will be center-aligned unless the optional &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt; parameter is used to specify otherwise. The styling can be further customised using the optional &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; parameter. The optional &amp;lt;code&amp;gt;data-sort&amp;lt;/code&amp;gt; parameter can be used to provide a value used for sorting within the table.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
This template can be used by entering the following onto a relevant page, within a table cell.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{NA}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!{{NA}}&lt;br /&gt;
!Y&lt;br /&gt;
!N&lt;br /&gt;
|-&lt;br /&gt;
|Y||Y||Y&lt;br /&gt;
|-&lt;br /&gt;
|N||Y||{{NA}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===colspan===&lt;br /&gt;
Use this parameter to adjust the column width.&lt;br /&gt;
&lt;br /&gt;
===rowspan===&lt;br /&gt;
Use this parameter to adjust the row height.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{NA|colspan=2|rowspan=2}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Y&lt;br /&gt;
!{{NA}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |N&lt;br /&gt;
|-&lt;br /&gt;
|Y||Y||Y||Y&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |N||Y||{{NA|colspan=2|rowspan=2}}&lt;br /&gt;
|-&lt;br /&gt;
|Y&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===text===&lt;br /&gt;
Use may also change the text presented simply by doing the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{NA|Perhaps}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!{{NA}}&lt;br /&gt;
!Y&lt;br /&gt;
!N&lt;br /&gt;
|-&lt;br /&gt;
|Y||Y||Y&lt;br /&gt;
|-&lt;br /&gt;
|N||Y||{{NA|Perhaps}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===style===&lt;br /&gt;
Allows adding arbitrary inline CSS to the cell.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{NA|style=text-align:left;}} {{NA|style=text-align:right;}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Q wider&lt;br /&gt;
!Y wider&lt;br /&gt;
!N wider&lt;br /&gt;
|-&lt;br /&gt;
|Y||Y||Y&lt;br /&gt;
|-&lt;br /&gt;
|N||{{NA|style=text-align:left;}}||{{NA|style=text-align:right;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===data-sort===&lt;br /&gt;
Allows setting a specific sort value for the cell in sortable tables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{NA|data-sort=zz}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!{{NA}}&lt;br /&gt;
!Y&lt;br /&gt;
!N&lt;br /&gt;
|-&lt;br /&gt;
|Y||Y||Y&lt;br /&gt;
|-&lt;br /&gt;
|N||Y||{{NA|data-sort=zz}}&lt;br /&gt;
|-&lt;br /&gt;
|{{NA}}||N||N&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note how the NA in column 1 (which has no &amp;lt;code&amp;gt;data-sort&amp;lt;/code&amp;gt;) is sorted after N, while the NA in column 3 (with &amp;lt;code&amp;gt;data-sort=&amp;quot;zz&amp;quot;&amp;lt;/code&amp;gt;) is sorted after Y.&lt;br /&gt;
==See also==&lt;br /&gt;
* {{t|Okay}} and {{t|Not okay}}&lt;br /&gt;
* {{t|Yes}} and {{t|No}}&lt;br /&gt;
* {{t|NA}}&lt;br /&gt;
* {{t|NoBorder}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Formatting templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Eq</name></author>
	</entry>
</feed>