<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AConditional_tables</id>
	<title>Help:Conditional tables - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AConditional_tables"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Conditional_tables&amp;action=history"/>
	<updated>2026-05-04T08:39:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help:Conditional_tables&amp;diff=22715&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Conditional_tables&amp;diff=22715&amp;oldid=prev"/>
		<updated>2022-01-02T17:20:33Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:20, 2 January 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key uk_vapewiki:diff:1.41:old-22714:rev-22715 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help:Conditional_tables&amp;diff=22714&amp;oldid=prev</id>
		<title>Wikipedia&gt;Mrjulesd: Undid revision 994243520 by 70.125.198.156 (talk)</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Conditional_tables&amp;diff=22714&amp;oldid=prev"/>
		<updated>2020-12-14T19:37:08Z</updated>

		<summary type="html">&lt;p&gt;Undid revision 994243520 by &lt;a href=&quot;/mediawiki/index.php/Special:Contributions/70.125.198.156&quot; title=&quot;Special:Contributions/70.125.198.156&quot;&gt;70.125.198.156&lt;/a&gt; (&lt;a href=&quot;/mediawiki/index.php?title=User_talk:70.125.198.156&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:70.125.198.156 (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Wikipedia how to|WP:CTB}}&lt;br /&gt;
&lt;br /&gt;
[[mw:Help:Extension:ParserFunctions|ParserFunctions]] allow for the conditional display of table rows, columns or cells (and really, just about anything else). But Parser functions have some limits.&lt;br /&gt;
&lt;br /&gt;
==Basic use==&lt;br /&gt;
{{ombox | text =Make sure that the [https://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] plugin is enabled before continuing.}}&lt;br /&gt;
&lt;br /&gt;
The following example shows a basic use for &amp;lt;code&amp;gt;#if&amp;lt;/code&amp;gt; that is available from the extension [[mw:Help:Extension:ParserFunctions|ParserFunctions]]:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
 {{#if:{{{variable_foo|}}}&lt;br /&gt;
 |foo is set to &amp;#039;&amp;#039;&amp;#039;{{{variable_foo}}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 |foo is &amp;#039;&amp;#039;blank&amp;#039;&amp;#039;}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Here, &amp;lt;code&amp;gt;{{{variable_foo}}}&amp;lt;/code&amp;gt; is checked to see if it is defined with a non-blank value. The table below shows the output from a template call (we&amp;#039;ll call the template {{tlx|Conditional tables/example 1}}) with different values for &amp;lt;code&amp;gt;{{{variable_foo}}}&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;!-- NOTES:&lt;br /&gt;
&amp;amp;#61;  is an equal sign (=)&lt;br /&gt;
&amp;amp;#124; is a pipe symbol (|)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Template call&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1}}&lt;br /&gt;
| {{Conditional tables/example 1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1|variable_foo&amp;amp;#61;}}&lt;br /&gt;
| {{Conditional tables/example 1|variable_foo=}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1|variable_foo&amp;amp;#61;value}}&lt;br /&gt;
| {{Conditional tables/example 1|variable_foo=value}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Positional parameters &amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt; etc. work like named parameters:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;&lt;br /&gt;
 {{#if:{{{1|}}}&lt;br /&gt;
 |1st parameter is &amp;#039;&amp;#039;&amp;#039;{{{1}}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 |1st parameter is &amp;#039;&amp;#039;blank&amp;#039;&amp;#039;}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Template call&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1b| &amp;amp;#124;bar}}&lt;br /&gt;
| {{Conditional tables/example 1b| |bar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1b|foo&amp;amp;#124;bar}}&lt;br /&gt;
| {{Conditional tables/example 1b|foo|bar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1b|[&amp;amp;#91;m:&amp;amp;#124;not empty&amp;amp;#93;]}}&lt;br /&gt;
| {{Conditional tables/example 1b|[[m:|not empty]]}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1b|bad&amp;amp;#61;idea}}&lt;br /&gt;
| {{Conditional tables/example 1b|bad=idea}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 1b|1&amp;amp;#61;ok&amp;amp;#61;yes}}&lt;br /&gt;
| {{Conditional tables/example 1b|1=ok=yes}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note how the &amp;#039;&amp;#039;pipe symbol&amp;#039;&amp;#039; (vertical bar) in the link works as is, it&amp;#039;s not quite that easy within Wiki tables, see below.&lt;br /&gt;
&lt;br /&gt;
==Hiding rows entirely==&lt;br /&gt;
It&amp;#039;s also possible to hide rows of data within a table, however, there are issues you should be aware of.&lt;br /&gt;
&lt;br /&gt;
===Incorrect usage===&lt;br /&gt;
Unfortunately &amp;lt;code&amp;gt;#if&amp;lt;/code&amp;gt; and the MediaWiki table syntax do not work together well. For example, the following, {{tl|Conditional tables/example 2}} is &amp;#039;&amp;#039;&amp;#039;invalid&amp;#039;&amp;#039;&amp;#039; and will not work:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{| class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
{{#if:{{{variable_foo|}}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! Foo&lt;br /&gt;
| {{{variable_foo}}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
! Bar&lt;br /&gt;
| {{{variable_bar}}}&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The table below demonstrates the effect when {{tl|Conditional tables/example 2}} is used:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Template call&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| {{tl|Conditional tables/example 2}}&lt;br /&gt;
| {{Conditional tables/example 2}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2|variable_foo&amp;amp;#61;}}&lt;br /&gt;
| {{Conditional tables/example 2|variable_foo=}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2|variable_foo&amp;amp;#61;&amp;amp;#124;variable_bar&amp;amp;#61;bar}}&lt;br /&gt;
| {{Conditional tables/example 2|variable_foo=|variable_bar=bar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2|variable_foo&amp;amp;#61;value}}&lt;br /&gt;
| {{Conditional tables/example 2|variable_foo=value}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2|variable_foo&amp;amp;#61;value&amp;amp;#124;variable_bar&amp;amp;#61;bar}}&lt;br /&gt;
| {{Conditional tables/example 2|variable_foo=value|variable_bar=bar}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The problem is with the usage of the pipe character (&amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt;). This character, in template calls, is used to separate parameters and so is invalid.&lt;br /&gt;
&lt;br /&gt;
===Correct usage===&lt;br /&gt;
====Plan A====&lt;br /&gt;
&lt;br /&gt;
One method of hiding rows in tables (or other structures within tables) uses HTML directly.&amp;lt;ref name=&amp;quot;not_portable&amp;quot;&amp;gt;Using HTML table code in templates can make them non-portable to other [[MediaWiki]] [[wiki]]s. This is because Wikipedia and other Wikimedia Foundation wikis process wikitext through [[HTML Tidy]]; most other wikis do not have the same setup, and the HTML table tags do not render. See [[Wikipedia:WikiProject Transwiki#Special templates]].&amp;lt;/ref&amp;gt; HTML is more complicated than MediaWiki table syntax, but not much more so. In general, there are only a handful of HTML tags you need to be aware of&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; - this tag creates a new row (similar to &amp;lt;code&amp;gt;|-&amp;lt;/code&amp;gt; in MediaWiki table syntax)&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;th&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; - this tag creates a new header cell within a row (similar to &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; in MediaWiki table syntax)&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; - this tag creates a new cell within a row (similar to &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; in MediaWiki table syntax)&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;caption&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; - this tag creates a caption (similar to &amp;lt;code&amp;gt;|+&amp;lt;/code&amp;gt; in MediaWiki table syntax)&lt;br /&gt;
&lt;br /&gt;
Working from the invalid template example above, by switching to HTML we end up with the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;{| class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
{{#if:{{{variable_foo|}}}&lt;br /&gt;
|&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Foo&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;{{{variable_foo}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
! Bar&lt;br /&gt;
| {{{variable_bar}}}&lt;br /&gt;
|}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The code above is in {{tl|Conditional tables/example 2a}}. As before, the table below demonstrates the effect when it&amp;#039;s used:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Template call&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| {{tl|Conditional tables/example 2a}}&lt;br /&gt;
| {{Conditional tables/example 2a}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2a|variable_foo&amp;amp;#61;}}&lt;br /&gt;
| {{Conditional tables/example 2a|variable_foo=}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2a|variable_foo&amp;amp;#61;&amp;amp;#124;variable_bar&amp;amp;#61;bar}}&lt;br /&gt;
| {{Conditional tables/example 2a|variable_foo=|variable_bar=bar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2a|variable_foo&amp;amp;#61;value}}&lt;br /&gt;
| {{Conditional tables/example 2a|variable_foo=value}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlp|Conditional tables/example 2a|variable_foo&amp;amp;#61;value&amp;amp;#124;variable_bar&amp;amp;#61;bar}}&lt;br /&gt;
| {{Conditional tables/example 2a|variable_foo=value|variable_bar=bar}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Plan B====&lt;br /&gt;
As noted above the only problem is the vertical bar or&lt;br /&gt;
&amp;#039;&amp;#039;pipe symbol&amp;#039;&amp;#039; within a template. Often it&amp;#039;s good enough to&lt;br /&gt;
replace problematic characters by numeric references, &lt;br /&gt;
e.g. &amp;quot;{&amp;quot; by &amp;lt;kbd&amp;gt;&amp;amp;amp;#123;&amp;lt;/kbd&amp;gt;, &amp;quot;|&amp;quot; by &lt;br /&gt;
&amp;lt;kbd&amp;gt;&amp;amp;amp;#124;&amp;lt;/kbd&amp;gt;, and &amp;quot;}&amp;quot; by &amp;lt;kbd&amp;gt;&amp;amp;amp;#125;&amp;lt;/kbd&amp;gt;.&lt;br /&gt;
But for Wiki tables a real &amp;quot;|&amp;quot; delimiter is required &amp;amp;mdash;&lt;br /&gt;
using &amp;lt;kbd&amp;gt;&amp;amp;amp;#124;&amp;lt;/kbd&amp;gt; doesn&amp;#039;t work as delimiter.&lt;br /&gt;
&lt;br /&gt;
A simple trick allows to protect the &amp;quot;|&amp;quot; in template &lt;br /&gt;
parameter values while still arriving as real &amp;quot;|&amp;quot; &lt;br /&gt;
delimiter in the Wiki table, see the [[mw:Help:Magic_words#Other|magic word &amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;]]. Note that&lt;br /&gt;
&amp;quot;!&amp;quot; (exclamation mark) has no problems with templates,&lt;br /&gt;
it&amp;#039;s the other delimiter used in Wiki tables.&lt;br /&gt;
Here&amp;#039;s the code for plan B:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{| class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
{{#if:{{{foo|}}}|&lt;br /&gt;
{{!}}-&lt;br /&gt;
! Foo&lt;br /&gt;
{{!}} {{{foo}}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
! Bar&lt;br /&gt;
| {{{bar}}}&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The code above is in {{tl|Conditional tables/example 2b}}. As before, &lt;br /&gt;
the table below demonstrates the effect when it&amp;#039;s used:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Template call&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2b|bar&amp;amp;#61;nobar}}&lt;br /&gt;
| {{Conditional tables/example 2b|bar=nobar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2b|foo&amp;amp;#61;|bar&amp;amp;#61;vbar}}&lt;br /&gt;
| {{Conditional tables/example 2b|foo=|bar=vbar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2b|foo&amp;amp;#61;value}}&lt;br /&gt;
| {{Conditional tables/example 2b|foo=value}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2b|foo&amp;amp;#61;value|bar&amp;amp;#61;vbar}}&lt;br /&gt;
| {{Conditional tables/example 2b|foo=value|bar=vbar}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Plan C====&lt;br /&gt;
&lt;br /&gt;
Perhaps the simplest option is to use the conditional with the CSS &amp;quot;display: none&amp;quot; property as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{| class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
|- {{#if: {{{variable_foo|}}} | | style=&amp;quot;display: none;&amp;quot; }}&lt;br /&gt;
! Foo&lt;br /&gt;
| {{{variable_foo}}}&lt;br /&gt;
|-&lt;br /&gt;
! Bar&lt;br /&gt;
| {{{variable_bar}}}&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this way there is no need for the wikitables pipe character to appear in the #if conditional. However, sources and notes referred to in the muted cells won&amp;#039;t get suppressed with the other contents, to the effect that they continue to be listed at the end of an article without any references to them occurring in the article&amp;#039;s text. Also, this method only works with browsers supporting CSS.&lt;br /&gt;
&lt;br /&gt;
The code above is in {{tl|Conditional tables/example 2c}}. As before, &lt;br /&gt;
the table below demonstrates the effect when it&amp;#039;s used:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Template call&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2c|variable_bar&amp;amp;#61;bar}}&lt;br /&gt;
| {{Conditional tables/example 2c|variable_bar=bar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2c|variable_foo&amp;amp;#61;|variable_bar&amp;amp;#61;bar}}&lt;br /&gt;
| {{Conditional tables/example 2c|variable_foo=|variable_bar=bar}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2c|variable_foo&amp;amp;#61;foo}}&lt;br /&gt;
| {{Conditional tables/example 2c|variable_foo=foo}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|Conditional tables/example 2c|variable_foo&amp;amp;#61;foo|variable_bar&amp;amp;#61;bar}}&lt;br /&gt;
| {{Conditional tables/example 2c|variable_foo=foo|variable_bar=bar}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Getting help==&lt;br /&gt;
If you find yourself unable to get a template to behave how you like, you can try asking on [[Wikipedia:Village pump (technical)|Village pump]], placing a request at [[Wikipedia:Requested templates|Requested templates]], or contacting an editor via [[WP:IRC|IRC]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
For avoiding blank rows in the case of successive optional rows, see [[m:Help:Table#Conditional table row]].&lt;br /&gt;
&lt;br /&gt;
For more information on &amp;lt;code&amp;gt;#if&amp;lt;/code&amp;gt; (and other # functions), see:&lt;br /&gt;
&lt;br /&gt;
:* [[mw:Help:Extension:ParserFunctions]]&lt;br /&gt;
&lt;br /&gt;
The following help topics deal with templates:&lt;br /&gt;
&lt;br /&gt;
:* [[m:Help:Template]]&lt;br /&gt;
:* [[m:Help:Advanced templates]]&lt;br /&gt;
&lt;br /&gt;
This help topic deals with table design (since most templates use tables, this may be useful):&lt;br /&gt;
&lt;br /&gt;
:* [[Help:Table]]&lt;br /&gt;
&lt;br /&gt;
And finally:&lt;br /&gt;
&lt;br /&gt;
:* [[Template:Infobox]] - a &amp;quot;generic&amp;quot; infobox template which demonstrates these methods.&lt;br /&gt;
:* [[Help:Conditional expressions]]&lt;br /&gt;
&lt;br /&gt;
==Notes and references ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
{{Wikipedia technical help|collapsed}}&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Mrjulesd</name></author>
	</entry>
</feed>