User:Ganaram inukshuk/Sandbox: Difference between revisions
Line 3: | Line 3: | ||
== Infobox usage (to copy to template page) == | == Infobox usage (to copy to template page) == | ||
=== Basic usage === | === Basic usage === | ||
Rows in an infobox can be added by adding parameters <code><nowiki>Header N</nowiki></code> and <code><nowiki>Row N</nowiki></code>. Up to 30 headers and rows can be added. | |||
<pre>{{Infobox | <pre>{{Infobox | ||
|Title=3/2 | |Title=3/2 | ||
Line 21: | Line 23: | ||
=== Left and right links === | === Left and right links === | ||
For articles regarding the same topic but with increasing or decreasing values, navigation can be added in the form of <code><nowiki>Left Link</nowiki></code> and <code><nowiki>Right Link</nowiki></code>. Links may be omitted, such as with border cases. | |||
Note that links are ''not'' automatically formatted. | |||
<pre>{{Infobox | <pre>{{Infobox | ||
|Title=12edo | |Title=12edo | ||
Line 43: | Line 49: | ||
=== Upper and lower links === | === Upper and lower links === | ||
For articles regarding the same topic but with two changing values, additional navigation can be added in the form of <code><nowiki>Upper Left Link</nowiki></code>, <code><nowiki>Upper Link</nowiki></code>, <code><nowiki>Upper Right Link</nowiki></code>, <code><nowiki>Lower Left Link</nowiki></code>, <code><nowiki>Lower Link</nowiki></code>, and <code><nowiki>Lower Right Link</nowiki></code>. As with the left and right links, links can be omitted. | |||
<pre>{{Infobox | <pre>{{Infobox | ||
|Title=5L 2s | |Title=5L 2s | ||
Line 69: | Line 77: | ||
=== Headerless rows === | === Headerless rows === | ||
A row that only contains a <code><nowiki>Data N</nowiki></code> entry and no corresponding <code><nowiki>Header N</nowiki></code> is interpreted as a headerless row. This can be used as separators for grouping related information or for information that does not require a header, such as external links. | |||
<pre>{{Infobox | <pre>{{Infobox | ||
|Title=5L 2s | |Title=5L 2s |