<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt">
	<id>https://wiki.nivel-teorico.com/index.php?action=history&amp;feed=atom&amp;title=Predefini%C3%A7%C3%A3o%3AAligned_table%2Fdoc</id>
	<title>Predefinição:Aligned table/doc - Histórico de revisões</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nivel-teorico.com/index.php?action=history&amp;feed=atom&amp;title=Predefini%C3%A7%C3%A3o%3AAligned_table%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.nivel-teorico.com/index.php?title=Predefini%C3%A7%C3%A3o:Aligned_table/doc&amp;action=history"/>
	<updated>2026-09-25T08:24:10Z</updated>
	<subtitle>Histórico de edições para esta página nesta wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.nivel-teorico.com/index.php?title=Predefini%C3%A7%C3%A3o:Aligned_table/doc&amp;diff=9721&amp;oldid=prev</id>
		<title>Calimero0000: Criou a página com &quot;{{Subpágina de documentação}} {{lua|Módulo:Aligned table}} &lt;!-- Categorias no final desta página e links para outros idiomas no Wikidata --&gt; == Descrição ==  == Uso =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nivel-teorico.com/index.php?title=Predefini%C3%A7%C3%A3o:Aligned_table/doc&amp;diff=9721&amp;oldid=prev"/>
		<updated>2015-01-27T14:27:35Z</updated>

		<summary type="html">&lt;p&gt;Criou a página com &amp;quot;{{Subpágina de documentação}} {{lua|Módulo:Aligned table}} &amp;lt;!-- Categorias no final desta página e links para outros idiomas no Wikidata --&amp;gt; == Descrição ==  == Uso =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Subpágina de documentação}}&lt;br /&gt;
{{lua|Módulo:Aligned table}}&lt;br /&gt;
&amp;lt;!-- Categorias no final desta página e links para outros idiomas no Wikidata --&amp;gt;&lt;br /&gt;
== Descrição ==&lt;br /&gt;
&lt;br /&gt;
== Uso ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Aligned table&lt;br /&gt;
| cols = N&lt;br /&gt;
| class =&lt;br /&gt;
| style =&lt;br /&gt;
&lt;br /&gt;
| colalignX = &lt;br /&gt;
| colstyleX = &lt;br /&gt;
&lt;br /&gt;
| .. | ..&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;cols&amp;lt;/code&amp;gt; || The number of columns in the table (default is 2)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; || The class for the table (e.g., wikitable, infobox, sidebar, ...)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; || The style for the table (e.g., width:100%)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;fullwidth&amp;lt;/code&amp;gt; || Any nonblank value will remove border spacing and add width:100% to the style for the table&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colalignX&amp;lt;/code&amp;gt; || The alignment for the cells in column X (e.g., left, right, center)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colclassX&amp;lt;/code&amp;gt; || The class for the cells in column X (e.g., navbox-group)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colstyleX&amp;lt;/code&amp;gt; || The style for the cells in column X (e.g., white-space:nowrap)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;colnowrapX&amp;lt;/code&amp;gt; || Any nonblank value will add white-space:nowrap to the style for column X&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;rowclassY&amp;lt;/code&amp;gt; || The class for cells in row Y (e.g., navbox-abovebelow)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;rowstyleY&amp;lt;/code&amp;gt; || The style for cells in row Y (e.g., font-weight:bold)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;classY.X&amp;lt;/code&amp;gt; || The class for the cell in row Y and column X (e.g., navbox-group)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;styleY.X&amp;lt;/code&amp;gt; || The style for the cell in row Y and column X (e.g., white-space:nowrap)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;leftright&amp;lt;/code&amp;gt; || Any nonblank value will set align1 = left and align2 = right&lt;br /&gt;
|-&lt;br /&gt;
| Unnamed parameters || The remaining unnamed parameters are the entries for the table&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Exemplos ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Aligned table&lt;br /&gt;
|class=wikitable&lt;br /&gt;
|cols=2&lt;br /&gt;
| A | 1&lt;br /&gt;
| B | 2&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Aligned table&lt;br /&gt;
|class=wikitable&lt;br /&gt;
|cols=2&lt;br /&gt;
| A | 1&lt;br /&gt;
| B | 2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Aligned table&lt;br /&gt;
|colalign1=center&lt;br /&gt;
|colalign2=right&lt;br /&gt;
|class=wikitable&lt;br /&gt;
|cols=2&lt;br /&gt;
| AAA | 123&lt;br /&gt;
| B | 2&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Aligned table&lt;br /&gt;
|colalign1=center&lt;br /&gt;
|colalign2=right&lt;br /&gt;
|class=wikitable&lt;br /&gt;
|cols=2&lt;br /&gt;
| AAA | 123&lt;br /&gt;
| B | 2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Aligned table&lt;br /&gt;
|style=width:20em&lt;br /&gt;
|colalign1=center&lt;br /&gt;
|colalign2=right&lt;br /&gt;
|class=wikitable&lt;br /&gt;
|cols=2&lt;br /&gt;
| AAA | 123&lt;br /&gt;
| B | 2&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Aligned table&lt;br /&gt;
|style=width:20em&lt;br /&gt;
|colalign1=center&lt;br /&gt;
|colalign2=right&lt;br /&gt;
|class=wikitable&lt;br /&gt;
|cols=2&lt;br /&gt;
| AAA | 123&lt;br /&gt;
| B | 2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Ver também ==&lt;br /&gt;
* [[Módulo:Aligned table]], o [[Ajuda:Lua|módulo Lua]] que gera {{tlf|Aligned table}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categorias aqui e links para outros idiomas no Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Calimero0000</name></author>
	</entry>
</feed>