<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>http://wiki.todai.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UTaisaku</id>
		<title>東大Wiki - 利用者の投稿記録 [ja]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.todai.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UTaisaku"/>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/w/%E7%89%B9%E5%88%A5:%E6%8A%95%E7%A8%BF%E8%A8%98%E9%8C%B2/UTaisaku"/>
		<updated>2026-06-01T00:56:29Z</updated>
		<subtitle>利用者の投稿記録</subtitle>
		<generator>MediaWiki 1.26.4</generator>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Infobox/doc&amp;diff=102</id>
		<title>テンプレート:Infobox/doc</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Infobox/doc&amp;diff=102"/>
				<updated>2019-05-14T14:11:18Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{distinguish|Template:Userbox}}&lt;br /&gt;
{{Documentation subpage}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|old ||{{High-use|3,000,000+}}{{Lua|Module:Infobox}}}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{{Parameter names example&lt;br /&gt;
 |name={{PAGENAME}} &amp;lt;!--|child |subbox |decat--&amp;gt; |title |above |subheader |subheader1 |subheader2={{{subheader2}}}&amp;lt;br/&amp;gt;......&lt;br /&gt;
 |image|caption |image1|caption1 |image2|caption2={{{caption2}}}&amp;lt;br/&amp;gt;......&lt;br /&gt;
 |header1=&amp;lt;div style=&amp;quot;border-top:1px dashed #ccc;&amp;quot;&amp;gt;{{{header1}}}&amp;lt;br/&amp;gt;{{nobold|( ''or'' )}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |label2={{{label1}}} |data2={{{data1}}}&lt;br /&gt;
 |data3=( ''or'' ) |data4=&amp;lt;div style=&amp;quot;padding-bottom:0.25em;border-bottom:1px dashed #ccc;&amp;quot;&amp;gt;{{{data1}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |header5={{{header2}}}&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;padding:0.75em 0 0.5em;&amp;quot;&amp;gt;{{nobold|( ''or'' )}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |label6={{{label2}}} |data6={{{data2}}}&lt;br /&gt;
 |data7=( ''or'' ) |data8=&amp;lt;div style=&amp;quot;padding-bottom:0.25em;border-bottom:1px dashed #ccc;&amp;quot;&amp;gt;{{{data2}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |data9=&amp;lt;div style=&amp;quot;padding:0.75em 0 0.5em;&amp;quot;&amp;gt;( ''etc'' )&amp;lt;/div&amp;gt;&lt;br /&gt;
 |below&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This template is intended as a meta template: a template used for constructing other templates. '''Note''': In general, it is not meant for use directly in an article, but can be used on a one-off basis if required. [[Help:Infobox]] contains an introduction about the recommended content and design of infoboxes; [[Wikipedia:Manual of Style/Infoboxes]] contains additional style guidelines. See [[WP:List of infoboxes]] and [[:Category:Infobox templates]] for lists of prepared topic-specific infoboxes.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tlf|Infobox}} is a meta-template: used to organise an actual &amp;lt;nowiki&amp;gt;{{Infobox sometopic}}&amp;lt;/nowiki&amp;gt; template (like {{tl|Infobox building}}). &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Template:Infobox sometopic]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, template code then looks like this, simplified:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| name     = {{{name|{{PAGENAME}}}}}&lt;br /&gt;
| image    = {{{image|}}}&lt;br /&gt;
| caption1 = {{{caption|}}}}}}&lt;br /&gt;
&lt;br /&gt;
| label1   = Former names&lt;br /&gt;
|  data1   = {{{former_names|}}}&lt;br /&gt;
&lt;br /&gt;
| header2  = General information&lt;br /&gt;
&lt;br /&gt;
| label3   = Status&lt;br /&gt;
|  data3   = {{{status|}}}&lt;br /&gt;
... &amp;lt;!-- etc. --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Optional control parameters ==&lt;br /&gt;
; name : If this parameter is present, &amp;quot;view/discuss/edit&amp;quot; links will be added to the bottom of the infobox, pointing to the named page. You may use the value &amp;lt;nowiki&amp;gt;{{subst:PAGENAME}}&amp;lt;/nowiki&amp;gt;; however this is rarely what you want, because it will send users clicking these links in an infobox in an article to the template code rather than the data in the infobox that they probably want to change.&lt;br /&gt;
; child :  See the [[#Embedding|Embedding]] section for details. If this is set to &amp;quot;yes&amp;quot;, this child infobox should be titled but have no name parameter. This parameter is empty by default, set it to &amp;quot;yes&amp;quot; to activate it.&lt;br /&gt;
; subbox :  See the [[#Subboxes|Subboxes]] section for details. If this is set to &amp;quot;yes&amp;quot;, this subbox should be titled but have no name parameter. This parameter is empty by default, set to &amp;quot;yes&amp;quot; to activate it. It has no effect if the '''child''' parameter is also set to &amp;quot;yes&amp;quot;.&lt;br /&gt;
; decat : If this is set to &amp;quot;yes&amp;quot;, the current page will not be autocategorized in a maintenance category when the generated infobox has some problems or no visible data section. Leave empty by default or set to &amp;quot;yes&amp;quot; to activate it.&lt;br /&gt;
&lt;br /&gt;
== Content parameters ==&lt;br /&gt;
&lt;br /&gt;
=== Title ===&lt;br /&gt;
There are two different ways to put a title on an infobox. One contains the title inside the infobox's border in the uppermost cell of the table, the other puts as a caption it on top of the table. You can use both of them together if you like, or just one or the other, or even neither (though this is not recommended):&lt;br /&gt;
&lt;br /&gt;
; title : Text to put in the caption over the top of the table (or as section header before the whole content of this table, if this is a child infobox). For [[Wikipedia:Manual of Style/Accessibility#Tables|accessibility reasons]], this is the most recommended alternative.&lt;br /&gt;
; above : Text to put within the uppermost cell of the table.&lt;br /&gt;
; subheader(n) : additional title fields which fit below {{{title}}} and {{{above}}}, but before images.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = Infobox/doc&lt;br /&gt;
 | title      = Text in caption over infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = {{subst:PAGENAME}}&lt;br /&gt;
 | title      = Text in caption over infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = Infobox/doc&lt;br /&gt;
 | above      = Text in uppermost cell of infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | subheader2 = Second subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = {{subst:PAGENAME}}&lt;br /&gt;
 | above      = Text in uppermost cell of infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | subheader2 = Second subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Illustration images ===&lt;br /&gt;
; image(n) : images to display at the top of the template. Use full image syntax, for example &amp;lt;nowiki&amp;gt;[[File:example.png|200px|alt=Example alt text]]&amp;lt;/nowiki&amp;gt;. Image is centered by default. See [[WP:ALT]] for more on alt text.&lt;br /&gt;
; caption(n) : Text to put underneath the images.&lt;br /&gt;
&lt;br /&gt;
=== Main data ===&lt;br /&gt;
; header(n) : Text to use as a header in row n.&lt;br /&gt;
; label(n) : Text to use as a label in row n.&lt;br /&gt;
; data(n) : Text to display as data in row n.&lt;br /&gt;
&lt;br /&gt;
Note: for any given value for (n), not all combinations of parameters are permitted. The presence of a {{para|header''(n)''}} will cause the corresponding {{para|data''(n)''}} (and {{para|rowclass''(n)''}} {{para|label''(n)''}}, see below) to be ignored; the absence of a {{para|data''(n)''}} will cause the corresponding {{para|label''(n)''}} to be ignored. Valid combinations for any single row are:&lt;br /&gt;
&lt;br /&gt;
* {{para|class''(n)''}} {{para|header''(n)''}}&lt;br /&gt;
* {{para|rowclass''(n)''}} {{para|class''(n)''}} {{para|data''(n)''}}&lt;br /&gt;
* {{para|rowclass''(n)''}} {{para|label''(n)''}} {{para|class''(n)''}} {{para|data''(n)''}}&lt;br /&gt;
&lt;br /&gt;
See the rendering of header4, label4, and data4 in the [[#Examples|Examples]] section below.&lt;br /&gt;
&lt;br /&gt;
==== Number ranges ====&lt;br /&gt;
To allow flexibility when the layout of an infobox is changed, it may be helpful when developing an infobox to use non-contiguous numbers for header and label/data rows. Parameters for new rows can then be inserted in future without having to renumber existing parameters. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 | header3  = Section 1&lt;br /&gt;
 |  label5  = Label A&lt;br /&gt;
 |   data5  = Data A&lt;br /&gt;
 |  label7  = Label C&lt;br /&gt;
 |   data7  = Data C&lt;br /&gt;
 | header10 = Section 2&lt;br /&gt;
 |  label12 = Label D&lt;br /&gt;
 |   data12 = Data D&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
It is also possible to automatically renumber parameter names by using [[User:Frietjes/infoboxgap.js]] or [[Module:IncrementParams]].&lt;br /&gt;
&lt;br /&gt;
==== Making data fields optional ====&lt;br /&gt;
A row with a label but no data is not displayed. This allows for the easy creation of optional infobox content rows. To make a row optional use a parameter that defaults to an empty string, like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 |  label5 = Population&lt;br /&gt;
 |   data5 = {{{population|}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
This way if an article doesn't define the population parameter in its infobox the row won't be displayed.&lt;br /&gt;
&lt;br /&gt;
For more complex fields with pre-formatted contents that would still be present even if the parameter wasn't set, you can wrap it all in an &amp;quot;#if&amp;quot; statement to make the whole thing vanish when the parameter is not used. For instance, the &amp;quot;#if&amp;quot; statement in the following example reads &amp;quot;#if:the parameter ''mass'' has been supplied |then display it, followed by 'kg'&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 |  label6 = Mass&lt;br /&gt;
 |   data6 = {{ #if: {{{mass|}}} | {{{mass}}} kg }}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
For more on #if, see [[meta:ParserFunctions##if:|here]].&lt;br /&gt;
&lt;br /&gt;
==== Hiding headers when all data fields are hidden ====&lt;br /&gt;
You can also make headers optional in a similar way. Consider this example:&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an undesirable header&lt;br /&gt;
 | header1 = Undesirable header&lt;br /&gt;
 |  label2 = Item 1      |   data2 =&lt;br /&gt;
 |  label3 = Item 2      |   data3 =&lt;br /&gt;
 |  label4 = Item 3      |   data4 =&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an undesirable header&lt;br /&gt;
 | header1 = Undesirable header&lt;br /&gt;
 |  label2 = Item 1      |   data2 =&lt;br /&gt;
 |  label3 = Item 2      |   data3 =&lt;br /&gt;
 |  label4 = Item 3      |   data4 =&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
If you want the first header to appear only if one or more of the data fields that fall under it are filled, one could use the following pattern as an example of how to do it:&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an optional header&lt;br /&gt;
 | header1 = {{ #if: {{{item1|}}}{{{item2|}}}{{{item3|}}} | Optional header }}&lt;br /&gt;
 |  label2 = Item 1      |   data2 = {{{item1|}}}&lt;br /&gt;
 |  label3 = Item 2      |   data3 = {{{item2|}}}&lt;br /&gt;
 |  label4 = Item 3      |   data4 = {{{item3|}}}&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an optional header&lt;br /&gt;
 | header1 = {{ #if: {{{item1|}}}{{{item2|}}}{{{item3|}}} | Optional header }}&lt;br /&gt;
 |  label2 = Item 1      |   data2 = {{{item1|}}}&lt;br /&gt;
 |  label3 = Item 2      |   data3 = {{{item2|}}}&lt;br /&gt;
 |  label4 = Item 3      |   data4 = {{{item3|}}}&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
header1 will be shown if any of item1, item2, or item3 is defined. If none of the three parameters are defined the header won't be shown and no empty row appears before the next static content. The trick to this is that the &amp;quot;#if&amp;quot; returns false only if there is nothing whatsoever in the conditional section, so only if all three of item1, item2 and item3 are undefined will the if statement fail.&lt;br /&gt;
&lt;br /&gt;
Note that such trick may be sometimes very complex to test if there are many data items whose value depends on complex tests (or when a data row is generated by a recursive invokation of this template as a [[#Subboxes|subbox]]). Ideally, the Lua module supporting this template should now support a new way to make each header row autohideable by detecting if there is at least one non-empty data row after that header row (a parameter like &amp;quot;autohide header1 = yes&amp;quot;, for example, would remove the need to perform the &amp;quot;#if&amp;quot; test so that we can just to define &amp;quot;header1 = Optional header&amp;quot;),&lt;br /&gt;
&lt;br /&gt;
=== Footer ===&lt;br /&gt;
; below : Text to put in the bottom cell. The bottom cell is intended for footnotes, see-also, and other such information.&lt;br /&gt;
&lt;br /&gt;
== Presentation parameters ==&lt;br /&gt;
&lt;br /&gt;
=== Italic titles ===&lt;br /&gt;
Titles of articles with infoboxes may be made italic, in line with [[WP:ITALICTITLE]], by passing the &amp;lt;code&amp;gt;italic title&amp;lt;/code&amp;gt; parameter.&lt;br /&gt;
&lt;br /&gt;
* Turn on italic titles by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|}}}&amp;lt;/nowiki&amp;gt;}} from the infobox.&lt;br /&gt;
* Turn off by default (notably because only Latin script may be safely rendered in this style and italic may be needed to distinguish foreign language from local English language only in that script, but would be difficult to read for other scripts) but allow some instances to be made italic by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|no}}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
* Do not make any titles italic by not passing the parameter at all.&lt;br /&gt;
&lt;br /&gt;
=== CSS styling ===&lt;br /&gt;
; bodystyle : Applies to the infobox table as a whole&lt;br /&gt;
; titlestyle : Applies only to the title caption. Adding a background color is usually inadvisable since the text is rendered &amp;quot;outside&amp;quot; the infobox.&lt;br /&gt;
; abovestyle : Applies only to the &amp;quot;above&amp;quot; cell at the top. The default style has font-size:125%; since this cell is usually used for a title, if you want to use the above cell for regular-sized text include &amp;quot;font-size:100%;&amp;quot; in the abovestyle.&lt;br /&gt;
; imagestyle : Applies to the cell the image is in. This includes the text of the image caption, but you should set text properties with captionstyle instead of imagestyle in case the caption is moved out of this cell in the future.&lt;br /&gt;
; captionstyle : Applies to the text of the image caption.&lt;br /&gt;
; rowstyle(n) : This parameter is inserted into the &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; attribute for the specified row.&lt;br /&gt;
; headerstyle : Applies to all header cells&lt;br /&gt;
; labelstyle : Applies to all label cells&lt;br /&gt;
; datastyle : Applies to all data cells&lt;br /&gt;
; belowstyle : Applies only to the below cell&lt;br /&gt;
&lt;br /&gt;
=== HTML classes and microformats ===&lt;br /&gt;
; bodyclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the infobox as a whole.&lt;br /&gt;
; titleclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the infobox's '''title''' caption.&lt;br /&gt;
&amp;lt;!-- currently not implemented in Lua module&lt;br /&gt;
; aboverowclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the complete table row the '''above''' cell is on.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
; aboveclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the infobox's '''above''' cell.&lt;br /&gt;
; subheaderrowclass(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the complete table row the '''subheader''' is on.&lt;br /&gt;
; subheaderclass(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the infobox's '''subheader'''.&lt;br /&gt;
; imagerowclass(n) : These parameters are inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the complete table row their respective '''image''' is on.&lt;br /&gt;
; imageclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the '''image'''.&lt;br /&gt;
; rowclass(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the specified row including the '''label''' and '''data''' cells.&lt;br /&gt;
; class(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the '''data''' cell of the specified row. If there's no '''data''' cell it has no effect.&lt;br /&gt;
&amp;lt;!-- currently not implemented in Lua module&lt;br /&gt;
; belowrowclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the complete table row the '''below''' cell is on.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
; belowclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute for the infobox's '''below''' cell.&lt;br /&gt;
&lt;br /&gt;
This template supports the addition of microformat information. This is done by adding &amp;quot;class&amp;quot; attributes to various data cells, indicating what kind of information is contained within. Multiple class names may be specified, separated by spaces, some of them being used as selectors for custom styling according to a project policy or to the skin selected in user preferences, others beig used for microformats.&lt;br /&gt;
&lt;br /&gt;
To flag an infobox as containing [[hCard]] information, for example, add the following parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 | bodyclass = vcard&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
And for each row containing a data cell that's part of the vcard, add a corresponding class parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 | class1 = fn&lt;br /&gt;
 | class2 = org&lt;br /&gt;
 | class3 = tel&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
...and so forth. &amp;quot;above&amp;quot; and &amp;quot;title&amp;quot; can also be given classes, since these are usually used to display the name of the subject of the infobox.&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [[microformat]] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Notice how the row doesn't appear in the displayed infobox when a '''label''' is defined without an accompanying '''data''' cell, and how all of them are displayed when a '''header''' is defined on the same row as a '''data''' cell. Also notice that '''subheaders''' are not bold by default like the '''headers''' used to split the main data section, because this role is meant to be for the '''above''' cell :&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name         = Infobox/doc&lt;br /&gt;
 |bodystyle    = &lt;br /&gt;
&lt;br /&gt;
 |titlestyle   = &lt;br /&gt;
 |abovestyle = background:#cfc;&lt;br /&gt;
 |subheaderstyle =&lt;br /&gt;
 |title        = Test Infobox&lt;br /&gt;
 |above        = Above text&lt;br /&gt;
 |subheader    = Subheader above image&lt;br /&gt;
 |subheader2   = Second subheader&lt;br /&gt;
&lt;br /&gt;
 |imagestyle   = &lt;br /&gt;
 |captionstyle = &lt;br /&gt;
 |image        = [[File:Example-serious.jpg|200px|alt=Example alt text]]&lt;br /&gt;
 |caption      = Caption displayed below File:Example-serious.jpg&lt;br /&gt;
&lt;br /&gt;
 |headerstyle  = background:#ccf;&lt;br /&gt;
 |labelstyle   = background:#ddf;&lt;br /&gt;
 |datastyle    = &lt;br /&gt;
&lt;br /&gt;
 |header1 = Header defined alone&lt;br /&gt;
 | label1 = &lt;br /&gt;
 |  data1 = &lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
 |  data2 = &lt;br /&gt;
 |header3 =&lt;br /&gt;
 | label3 = &lt;br /&gt;
 |  data3 = Data defined alone&lt;br /&gt;
 |header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
 | label4 = does not display (same number as a header)&lt;br /&gt;
 |  data4 = does not display (same number as a header)&lt;br /&gt;
 |header5 =&lt;br /&gt;
 | label5 = Label and data defined (label)&lt;br /&gt;
 |  data5 = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = background:#ddf;&lt;br /&gt;
 |below      = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name         = {{subst:PAGENAME}}&lt;br /&gt;
 |bodystyle    = &lt;br /&gt;
&lt;br /&gt;
 |titlestyle   = &lt;br /&gt;
 |abovestyle = background:#cfc;&lt;br /&gt;
 |subheaderstyle =&lt;br /&gt;
 |title        = Test Infobox&lt;br /&gt;
 |above        = Above text&lt;br /&gt;
 |subheader    = Subheader above image&lt;br /&gt;
 |subheader2   = Second subheader&lt;br /&gt;
&lt;br /&gt;
 |imagestyle   = &lt;br /&gt;
 |captionstyle = &lt;br /&gt;
 |  image      = [[File:Example-serious.jpg|200px|alt=Example alt text]]&lt;br /&gt;
 |caption      = Caption displayed below Example-serious.jpg&lt;br /&gt;
&lt;br /&gt;
 |headerstyle  = background:#ccf;&lt;br /&gt;
 |labelstyle   = background:#ddf;&lt;br /&gt;
 |datastyle    = &lt;br /&gt;
&lt;br /&gt;
 |header1 = Header defined alone&lt;br /&gt;
 | label1 = &lt;br /&gt;
 |  data1 = &lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
 |  data2 = &lt;br /&gt;
 |header3 =&lt;br /&gt;
 | label3 = &lt;br /&gt;
 |  data3 = Data defined alone&lt;br /&gt;
 |header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
 | label4 = does not display (same number as a header)&lt;br /&gt;
 |  data4 = does not display (same number as a header)&lt;br /&gt;
 |header5 =&lt;br /&gt;
 | label5 = Label and data defined (label)&lt;br /&gt;
 |  data5 = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = background:#ddf;&lt;br /&gt;
 |below      = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
For this example, the '''bodystyle''' and '''labelstyle''' parameters are used to adjust the infobox width and define a default width for the column of labels:&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name        = Infobox/doc&lt;br /&gt;
 |bodystyle   = width:20em&lt;br /&gt;
&lt;br /&gt;
 |titlestyle  = &lt;br /&gt;
 |title       = Test Infobox&lt;br /&gt;
&lt;br /&gt;
 |headerstyle = &lt;br /&gt;
 |labelstyle  = width:33%&lt;br /&gt;
 |datastyle   = &lt;br /&gt;
&lt;br /&gt;
 |header1 = &lt;br /&gt;
 | label1 = Label 1&lt;br /&gt;
 |  data1 = Data 1&lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label 2&lt;br /&gt;
 |  data2 = Data 2&lt;br /&gt;
 |header3 = &lt;br /&gt;
 | label3 = Label 3&lt;br /&gt;
 |  data3 = Data 3&lt;br /&gt;
 |header4 = Header 4&lt;br /&gt;
 | label4 = &lt;br /&gt;
 |  data4 = &lt;br /&gt;
 |header5 = &lt;br /&gt;
 | label5 = Label 5&lt;br /&gt;
 |  data5 = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = &lt;br /&gt;
 |below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sass&amp;quot; highlight=&amp;quot;3,9&amp;quot; style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name        = {{subst:PAGENAME}}&lt;br /&gt;
 |bodystyle   = width:20em&lt;br /&gt;
&lt;br /&gt;
 |titlestyle  = &lt;br /&gt;
 |title       = Test Infobox&lt;br /&gt;
&lt;br /&gt;
 |headerstyle = &lt;br /&gt;
 |labelstyle  = width:33%&lt;br /&gt;
 |datastyle   = &lt;br /&gt;
&lt;br /&gt;
 |header1 = &lt;br /&gt;
 | label1 = Label 1&lt;br /&gt;
 |  data1 = Data 1&lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label 2&lt;br /&gt;
 |  data2 = Data 2&lt;br /&gt;
 |header3 = &lt;br /&gt;
 | label3 = Label 3&lt;br /&gt;
 |  data3 = Data 3&lt;br /&gt;
 |header4 = Header 4&lt;br /&gt;
 | label4 = &lt;br /&gt;
 |  data4 = &lt;br /&gt;
 |header5 = &lt;br /&gt;
 | label5 = Label 5&lt;br /&gt;
 |  data5 = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = &lt;br /&gt;
 |below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/source&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Embedding ==&lt;br /&gt;
&amp;lt;!--Linked from [[Template:Subinfobox bodystyle/doc]]--&amp;gt;&lt;br /&gt;
One infobox template can be embedded into another using the {{para|child}} parameter or the {{para|embed}} parameter. This feature can be used to create a modular infobox, or to create better-defined logical sections. Long ago, it was necessary to use embedding in order to create infoboxes with more than 99 rows; but nowadays there's no limit to the number of rows that can be defined in a single instance of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{infobox}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | data1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | data2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
  |title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
  }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | data1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | data2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
  |title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
  }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Note, in the examples above, the child infobox is placed in a &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; field, not a &amp;lt;code&amp;gt;header&amp;lt;/code&amp;gt; field.  Notice that the section subheadings are not in bold font if bolding is not explicitly specified. To obtain bold section headings, place the child infobox in a '''header''' field (but not in a '''label''' field because it would not be displayed!), either using&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = Second subsection&lt;br /&gt;
    | label1= Label 2.1&lt;br /&gt;
    | data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = Second subsection&lt;br /&gt;
    | label1= Label 2.1&lt;br /&gt;
    | data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
or,&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = First subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 1.1&lt;br /&gt;
    |   data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = Second subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 2.1&lt;br /&gt;
    |  data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = First subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 1.1&lt;br /&gt;
    |   data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = Second subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 2.1&lt;br /&gt;
    |  data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Note that omitting the {{para|title}} parameter, and not including any text preceding the embedded infobox, may result in spurious blank table rows, creating gaps in the visual presentation.&lt;br /&gt;
&lt;br /&gt;
[[Wikipedia:WikiProject Infoboxes/embed]] includes some links to Wikipedia articles which include infoboxes embedded within other infoboxes.&lt;br /&gt;
&lt;br /&gt;
== Subboxes ==&lt;br /&gt;
An alternative method for embedding is to use {{para|subbox|yes}}, which removes the outer border from the infobox, but preserves the interior structure.  One feature of this approach is that the parent and child boxes need not have the same structure, and the label and data fields are not aligned between the parent and child boxes because they are not in the same parent table.&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | headerstyle = background-color:#eee;&lt;br /&gt;
 | labelstyle  = background-color:#eee;&lt;br /&gt;
 | header1 = Main 1&lt;br /&gt;
 | header2 = Main 2&lt;br /&gt;
 |   data3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle  = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3    |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 |   data4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle  = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1    |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 |  label5 = Label 5 |   data5 = Data 5&lt;br /&gt;
 | header6 = Main 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sass&amp;quot; style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | headerstyle = background-color:#eee;&lt;br /&gt;
 | labelstyle  = background-color:#eee;&lt;br /&gt;
 | header1 = Main 1&lt;br /&gt;
 | header2 = Main 2&lt;br /&gt;
 |   data3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle  = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3    |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 |   data4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle  = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1    |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 |  label5 = Label 5 |   data5 = Data 5&lt;br /&gt;
 | header6 = Main 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/source&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Similar embedding techniques may be used within content parameters of some other templates generating tables (such as [[:Template:Sidebar|Sidebar]]) :&lt;br /&gt;
&lt;br /&gt;
{{Sidebar&lt;br /&gt;
 | navbar = off&lt;br /&gt;
 | headingstyle = background-color:#eee;&lt;br /&gt;
 | heading1 = Heading 1&lt;br /&gt;
 | heading2 = Heading 2&lt;br /&gt;
 | content3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3 |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 | content4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1 |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 | heading5 = Heading 5&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sass&amp;quot; style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Sidebar&lt;br /&gt;
 | navbar = off&lt;br /&gt;
 | headingstyle = background-color:#eee;&lt;br /&gt;
 | heading1 = Heading 1&lt;br /&gt;
 | heading2 = Heading 2&lt;br /&gt;
 | content3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3 |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 | content4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1 |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 | heading5 = Heading 5&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/source&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Note that the default padding of the parent data cell containing each subbox is still visible, so the subboxes are slightly narrower than the parent box and there's a higher vertical spacing between standard cells of the parent box than between cells of distinct subboxes.&lt;br /&gt;
&lt;br /&gt;
== Controlling line-breaking in embedded bulletless lists ==&lt;br /&gt;
Template {{tlx|nbsp}} may be used with {{tlx|wbr}} and {{tlx|nowrap}} to control line-breaking in bulletless lists embedded in infoboxes (e.g. cast list in {{tlx|Infobox film}}), to prevent wrapped long entries from being confused with multiple entries. See [[Template:Wbr/doc#Controlling line-breaking in infoboxes]] for details.&lt;br /&gt;
&lt;br /&gt;
== Full blank syntax ==&lt;br /&gt;
(Note: there is no limit to the number of possible rows; only 20 are given below since infoboxes larger than that will be relatively rare. Just extend the numbering as needed. The microformat &amp;quot;class&amp;quot; parameters are also omitted as they are not commonly used.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| name           = {{subst:PAGENAME}}&lt;br /&gt;
| child          = {{{child|}}}&lt;br /&gt;
| subbox         = {{{subbox|}}}&lt;br /&gt;
| italic title   = {{{italic title|no}}}&lt;br /&gt;
| bodystyle      = &lt;br /&gt;
&lt;br /&gt;
| titlestyle     = &lt;br /&gt;
| abovestyle     = &lt;br /&gt;
| subheaderstyle = &lt;br /&gt;
| title          = &lt;br /&gt;
| above          = &lt;br /&gt;
| subheader      = &lt;br /&gt;
&lt;br /&gt;
|   imagestyle   = &lt;br /&gt;
| captionstyle   = &lt;br /&gt;
|   image        = &lt;br /&gt;
| caption        = &lt;br /&gt;
|   image2       = &lt;br /&gt;
| caption2       = &lt;br /&gt;
&lt;br /&gt;
| headerstyle    = &lt;br /&gt;
|  labelstyle    = &lt;br /&gt;
|   datastyle    = &lt;br /&gt;
| header1  = &lt;br /&gt;
|  label1  = &lt;br /&gt;
|   data1  = &lt;br /&gt;
| header2  = &lt;br /&gt;
|  label2  = &lt;br /&gt;
|   data2  = &lt;br /&gt;
| header3  = &lt;br /&gt;
|  label3  = &lt;br /&gt;
|   data3  = &lt;br /&gt;
| header4  = &lt;br /&gt;
|  label4  = &lt;br /&gt;
|   data4  = &lt;br /&gt;
| header5  = &lt;br /&gt;
|  label5  = &lt;br /&gt;
|   data5  = &lt;br /&gt;
| header6  = &lt;br /&gt;
|  label6  = &lt;br /&gt;
|   data6  = &lt;br /&gt;
| header7  = &lt;br /&gt;
|  label7  = &lt;br /&gt;
|   data7  = &lt;br /&gt;
| header8  = &lt;br /&gt;
|  label8  = &lt;br /&gt;
|   data8  = &lt;br /&gt;
| header9  = &lt;br /&gt;
|  label9  = &lt;br /&gt;
|   data9  = &lt;br /&gt;
| header10 = &lt;br /&gt;
|  label10 = &lt;br /&gt;
|   data10 = &lt;br /&gt;
| header11 = &lt;br /&gt;
|  label11 = &lt;br /&gt;
|   data11 = &lt;br /&gt;
| header12 = &lt;br /&gt;
|  label12 = &lt;br /&gt;
|   data12 = &lt;br /&gt;
| header13 = &lt;br /&gt;
|  label13 = &lt;br /&gt;
|   data13 = &lt;br /&gt;
| header14 = &lt;br /&gt;
|  label14 = &lt;br /&gt;
|   data14 = &lt;br /&gt;
| header15 = &lt;br /&gt;
|  label15 = &lt;br /&gt;
|   data15 = &lt;br /&gt;
| header16 = &lt;br /&gt;
|  label16 = &lt;br /&gt;
|   data16 = &lt;br /&gt;
| header17 = &lt;br /&gt;
|  label17 = &lt;br /&gt;
|   data17 = &lt;br /&gt;
| header18 = &lt;br /&gt;
|  label18 = &lt;br /&gt;
|   data18 = &lt;br /&gt;
| header19 = &lt;br /&gt;
|  label19 = &lt;br /&gt;
|   data19 = &lt;br /&gt;
| header20 = &lt;br /&gt;
|  label20 = &lt;br /&gt;
|   data20 = &lt;br /&gt;
&lt;br /&gt;
| belowstyle     = &lt;br /&gt;
| below          = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
{{Help:Infobox/user style}}&lt;br /&gt;
&lt;br /&gt;
== Porting to other MediaWikis ==&lt;br /&gt;
The infobox template requires the [[:mw:Extension:Scribunto|Scribunto]] extension and [[mw:Manual:Using content from Wikipedia#HTMLTidy|HTMLTidy]] to be installed. It may not work with other MediaWikis. [[Wikipedia:WikiProject Transwiki|WikiProject Transwiki]] has a version of this template that has been modified to work on other MediaWikis.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Module:Infobox]], the [[WP:LUA|Lua]] module on which this template is based&lt;br /&gt;
* [[Special:Permalink/558855956|Template:Infobox/old]], the previous ParserFunctions implementation&lt;br /&gt;
* {{tl|Infobox3cols}}&lt;br /&gt;
* {{tl|Navbox}} and {{tl|Sidebar}}&lt;br /&gt;
* [[Wikipedia:List of infoboxes|List of infoboxes]]&lt;br /&gt;
* [[:Module:InfoboxImage]]&lt;br /&gt;
* Maintenance categories:&lt;br /&gt;
** [[:Category:Articles which use infobox templates with no data rows]] ({{PAGESINCATEGORY:Articles which use infobox templates with no data rows|pages}})&lt;br /&gt;
** [[:Category:Pages which use embedded infobox templates with the title parameter]] ({{PAGESINCATEGORY:Pages which use embedded infobox templates with the title parameter|pages}})&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
[[Category:Infobox templates| ]]&lt;br /&gt;
[[Category:Wikipedia metatemplates|Infobox]]&lt;br /&gt;
[[Category:Templates generating microformats]]&lt;br /&gt;
[[Category:Lua-based infobox templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tracking categories==&lt;br /&gt;
* {{clc|Articles with missing Wikidata information}}&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Nobold&amp;diff=104</id>
		<title>テンプレート:Nobold</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Nobold&amp;diff=104"/>
				<updated>2019-05-14T14:11:18Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;templatestyles src=&amp;quot;Nobold/styles.css&amp;quot;/&amp;gt;&amp;lt;span class=&amp;quot;nobold&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Infobox&amp;diff=94</id>
		<title>テンプレート:Infobox</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Infobox&amp;diff=94"/>
				<updated>2019-05-14T14:11:17Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Infobox|infobox}}&amp;lt;includeonly&amp;gt;{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Category_link_with_count&amp;diff=96</id>
		<title>テンプレート:Category link with count</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Category_link_with_count&amp;diff=96"/>
				<updated>2019-05-14T14:11:17Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:{{#ifeq:{{str left|{{{1}}}|9}}|Category:|{{str right|{{{1}}}|9}}|{{{1}}}}}|&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{name|}}}|{{{name}}}|Category:{{#ifeq:{{str left|{{{1}}}|9}}|Category:|{{str right|{{{1}}}|9}}|{{{1}}}}}}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;]]&amp;amp;nbsp;({{PAGESINCATEGORY:{{#ifeq:{{str left|{{{1}}}|9}}|Category:|{{str right|{{{1}}}|9}}|{{{1}}}}}|{{{2|all}}}}})&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation|Template:Clc/doc}}&lt;br /&gt;
[[Category:Internal category-link templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Clc&amp;diff=98</id>
		<title>テンプレート:Clc</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Clc&amp;diff=98"/>
				<updated>2019-05-14T14:11:17Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Category link with count]]&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Distinguish&amp;diff=100</id>
		<title>テンプレート:Distinguish</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Distinguish&amp;diff=100"/>
				<updated>2019-05-14T14:11:17Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Distinguish|distinguish}}&amp;lt;noinclude&amp;gt;&amp;lt;!-- splitting these lines causes {{Documentation}} template to terminate green shading when Distinguish is used in /doc pages. --&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage and interwikis to Wikidata, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tl&amp;diff=88</id>
		<title>テンプレート:Tl</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tl&amp;diff=88"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;amp;#123;&amp;amp;#123;[[Template:{{{1}}}|{{{1}}}]]&amp;amp;#125;&amp;amp;#125;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tlf&amp;diff=90</id>
		<title>テンプレート:Tlf</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tlf&amp;diff=90"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;gt;&amp;amp;#123;&amp;amp;#123;{{#if:{{{1|}}}|{{{1}}}| tlf&amp;amp;#124;...}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{2|x}}}|{{{2|}}}| &amp;amp;#124;{{{2}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{3|x}}}|{{{3|}}}| &amp;amp;#124;{{{3}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{4|x}}}|{{{4|}}}| &amp;amp;#124;{{{4}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{5|x}}}|{{{5|}}}| &amp;amp;#124;{{{5}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{6|x}}}|{{{6|}}}| &amp;amp;#124;{{{6}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{7|x}}}|{{{7|}}}| &amp;amp;#124;{{{7}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{8|x}}}|{{{8|}}}| &amp;amp;#124;{{{8}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{9|x}}}|{{{9|}}}| &amp;amp;#124;{{{9}}} | }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;amp;#125;&amp;amp;#125;&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc sub-page, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tlx&amp;diff=92</id>
		<title>テンプレート:Tlx</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tlx&amp;diff=92"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
    --&amp;gt;&amp;lt;code&amp;gt;&amp;lt;!--&lt;br /&gt;
        --&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;{{#if:{{{subst|}}} |[[Help:Substitution|subst]]:}}&amp;lt;!--&lt;br /&gt;
                     --&amp;gt;[[{{{LANG|}}}{{{SISTER|}}}{{ns:Template}}:{{{1|}}}|{{{1|}}}]]&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{2|}}}  |&amp;amp;#124;{{{2}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{3|}}}  |&amp;amp;#124;{{{3}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{4|}}}  |&amp;amp;#124;{{{4}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{5|}}}  |&amp;amp;#124;{{{5}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{6|}}}  |&amp;amp;#124;{{{6}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{7|}}}  |&amp;amp;#124;{{{7}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{8|}}}  |&amp;amp;#124;{{{8}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{9|}}}  |&amp;amp;#124;{{{9}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{10|}}} |&amp;amp;#124;{{{10}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{11|}}} |&amp;amp;#124;{{{11}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{12|}}} |&amp;amp;#124;{{{12}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{13|}}} |&amp;amp;#124;{{{13}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{14|}}} |&amp;amp;#124;{{{14}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{15|}}} |&amp;amp;#124;{{{15}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{16|}}} |&amp;amp;#124;{{{16}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{17|}}} |&amp;amp;#124;{{{17}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{18|}}} |&amp;amp;#124;{{{18}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{19|}}} |&amp;amp;#124;{{{19}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{20|}}} |&amp;amp;#124;{{{20}}}}}&amp;lt;!--&lt;br /&gt;
                          --&amp;gt;{{#if:{{{21|}}} |&amp;amp;#124;''...''}}&amp;lt;!--&lt;br /&gt;
        --&amp;gt;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;!--&lt;br /&gt;
    --&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Ns_has_subpages&amp;diff=56</id>
		<title>テンプレート:Ns has subpages</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Ns_has_subpages&amp;diff=56"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{&amp;lt;includeonly&amp;gt;safesubst:&amp;lt;/includeonly&amp;gt;#invoke:Ns has subpages|main}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Oldid&amp;diff=58</id>
		<title>テンプレート:Oldid</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Oldid&amp;diff=58"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{fullurl:{{{page|{{{1|Main Page}}}}}}|oldid={{{oldid|{{{2|}}}}}}}} {{{label|{{{title|{{{3|{{#if:{{{oldid|{{{2|}}}}}}|Old revision|Current version}} of {{#if:{{{page|{{{1|}}}}}}|'''{{{page|{{{1}}}}}}'''|a page}}}}}}}}}}}]&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Ombox&amp;diff=60</id>
		<title>テンプレート:Ombox</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Ombox&amp;diff=60"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Message box|ombox}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Order_of_magnitude&amp;diff=62</id>
		<title>テンプレート:Order of magnitude</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Order_of_magnitude&amp;diff=62"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{{{{|safesubst:}}}#ifexpr:{{{1|0}}}=0&lt;br /&gt;
   |{{{{{|safesubst:}}}#ifexpr:abs{{{1|0}}}1=1&lt;br /&gt;
      |0&lt;br /&gt;
      |{{{{{|safesubst:}}}#expr:floor((ln(abs{{{1}}}1)/ln10)+1)}}&lt;br /&gt;
    }}&lt;br /&gt;
   |{{#expr:floor((ln(abs({{{1|0}}}) )/ln 10)+1E((abs{{{1|0}}}&amp;gt;1E100 or abs{{{1|0}}}&amp;lt;1E-100)-14))}}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:PAGENAMETDOC&amp;diff=64</id>
		<title>テンプレート:PAGENAMETDOC</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:PAGENAMETDOC&amp;diff=64"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{#invoke:String|find|{{FULLPAGENAME}}|/sandbox%d*$|plain=false}}|0|{{{{#if:{{{1|}}}||FULL}}BASEPAGENAME}}|{{{{#if:{{{1|}}}||FULL}}PAGENAME}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation|content=&lt;br /&gt;
This template returns the current {{Tlx|FULLBASEPAGENAME}}, unless the title ends in &amp;lt;code&amp;gt;/sandbox&amp;lt;/code&amp;gt; plus any number of digits, in which case it returns the {{tlx|FULLPAGENAME}}. It is primarily meant for demonstrating the sandbox version of templates in their documentation.&lt;br /&gt;
&lt;br /&gt;
This template takes one numbered parameter (&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;); if anything is in this parameter then it will return &amp;lt;code&amp;gt;&amp;amp;#123;&amp;amp;#123;BASEPAGENAME&amp;amp;#125;&amp;amp;#125;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;#123;&amp;amp;#123;PAGENAME&amp;amp;#125;&amp;amp;#125;&amp;lt;/code&amp;gt;, which have no namespace prefix.&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Wikipedia variable-like templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Para&amp;diff=66</id>
		<title>テンプレート:Para</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Para&amp;diff=66"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code class=&amp;quot;nowrap&amp;quot; {{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{plain|}}}|style=&amp;quot;border:none;background-color:inherit;color:inherit;&amp;quot;}}&amp;gt;&amp;amp;#124;{{SAFESUBST:&amp;lt;noinclude /&amp;gt;#if:{{{1|}}}|{{{1}}}&amp;amp;#61;}}{{{2|}}}&amp;lt;/code&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!--Categories and interwikis go near the bottom of the /doc subpage.--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Rnd&amp;diff=68</id>
		<title>テンプレート:Rnd</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Rnd&amp;diff=68"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Round]]&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Round&amp;diff=70</id>
		<title>テンプレート:Round</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Round&amp;diff=70"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Being deleted|2018 December 14|Template:Rnd|merge=Template:Decimals}}&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#iferror:{{#expr:{{{2|0}}}}} |&lt;br /&gt;
  [[Category:Pages with bad rounding precision]]{{hid|Bad rounding here}}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#invoke:Math|precision_format| {{{1}}} | 1-{{order of magnitude|{{{1}}}}} }}|&lt;br /&gt;
  {{#invoke:Math|precision_format| {{{1}}} | {{{2|0}}}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Selfref&amp;diff=72</id>
		<title>テンプレート:Selfref</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Selfref&amp;diff=72"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:{{{2|NONE}}}&lt;br /&gt;
|NONE|hatnote|hat={{Hatnote|1=&amp;lt;div style=&amp;quot;display:inline;&amp;quot; class=&amp;quot;plainlinks selfreference noprint&amp;quot;&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;}}&lt;br /&gt;
|inline=&amp;lt;div class=&amp;quot;plainlinks selfreference&amp;quot; style=&amp;quot;display:inline; font-style: italic;&amp;quot;&amp;gt;&amp;lt;!--Same style as class hatnote.--&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;!--Matching the empty string here for unprintworthy content is for backwards compatibility with the 2006-2008 version. Do not depend on it!--&amp;gt;=&amp;lt;div style=&amp;quot;display:inline;&amp;quot;  class=&amp;quot;plainlinks selfreference noprint&amp;quot;&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|#default={{error|Second parameter must be &amp;lt;code&amp;gt;hatnote&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hat&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;inline&amp;lt;/code&amp;gt;}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES THE /doc SUBPAGE, AND INTERWIKIS TO WIKIDATA, THANKS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Sigfig&amp;diff=74</id>
		<title>テンプレート:Sigfig</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Sigfig&amp;diff=74"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Significant figures]]&lt;br /&gt;
&lt;br /&gt;
{{Redirect category shell|&lt;br /&gt;
{{R from move}}&lt;br /&gt;
{{R from template shortcut}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Significant_figures&amp;diff=76</id>
		<title>テンプレート:Significant figures</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Significant_figures&amp;diff=76"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{1&amp;lt;noinclude&amp;gt;|0&amp;lt;/noinclude&amp;gt;}}}|0&lt;br /&gt;
 |0&lt;br /&gt;
 |{{significant figures/{{#if:{{{2|}}}&lt;br /&gt;
   |rnd&lt;br /&gt;
   |sum&lt;br /&gt;
  }}&lt;br /&gt;
  |1={{formatnum:{{{1}}}|R}}&lt;br /&gt;
  |2={{{2}}}&lt;br /&gt;
  |3={{Order of magnitude|{{formatnum:{{{1}}}|R}}}}&lt;br /&gt;
 }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Significant_figures/rnd&amp;diff=78</id>
		<title>テンプレート:Significant figures/rnd</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Significant_figures/rnd&amp;diff=78"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{rnd|{{{1}}}|{{{2}}}-{{{3}}}-1}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{doc|content=&lt;br /&gt;
A rounding subtemplate, it calls {{tl|rnd}}.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||7|||2}}&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||6|||2}}&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||5|||2}}&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||4|||2}}&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||3|||2}}&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||2|||2}}&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||1|||2}}&lt;br /&gt;
*{{xpd5op3p3p3c|d=||||||sigfig/rnd|123.456|||0|||2}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Subtemplates of template sigfig|rnd]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Spaces&amp;diff=80</id>
		<title>テンプレート:Spaces</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Spaces&amp;diff=80"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;gt;{{#iferror:{{#expr:{{{1|1}}}}}&lt;br /&gt;
  |{{#switch:{{{1}}}&lt;br /&gt;
     |fig=&amp;amp;#8199;&lt;br /&gt;
     |en=&amp;amp;ensp;&lt;br /&gt;
     |em=&amp;amp;emsp;&lt;br /&gt;
     |thin=&amp;amp;thinsp;&lt;br /&gt;
     |hair=&amp;amp;#8202;&lt;br /&gt;
     |&amp;amp;nbsp;&lt;br /&gt;
   }}&lt;br /&gt;
  |{{#invoke:String|rep|{{#switch:{{{2}}}&lt;br /&gt;
     |fig=&amp;amp;#8199;&lt;br /&gt;
     |en=&amp;amp;ensp;&lt;br /&gt;
     |em=&amp;amp;emsp;&lt;br /&gt;
     |thin=&amp;amp;thinsp;&lt;br /&gt;
     |hair=&amp;amp;#8202;&lt;br /&gt;
     |&amp;amp;nbsp;&lt;br /&gt;
   }}|{{{1|1}}}}}&lt;br /&gt;
}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Str_endswith&amp;diff=82</id>
		<title>テンプレート:Str endswith</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Str_endswith&amp;diff=82"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Str endswith|main}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tag&amp;diff=84</id>
		<title>テンプレート:Tag</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Tag&amp;diff=84"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code class=&amp;quot;{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}&amp;quot; style=&amp;quot;{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
 Opening tag&lt;br /&gt;
--&amp;gt;{{#switch:{{{2|pair}}}&lt;br /&gt;
  |c|close =&lt;br /&gt;
  |e|empty|s|single|v|void&lt;br /&gt;
  |o|open&lt;br /&gt;
  |p|pair = &amp;amp;lt;{{#if:{{{link|}}}|[[HTML element#{{{1|tag}}}|{{{1|tag}}}]]|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}|&amp;amp;#32;{{{params|{{{attribs}}}}}}}}&lt;br /&gt;
 }}&amp;lt;!--&lt;br /&gt;
 Content between tags&lt;br /&gt;
--&amp;gt;{{#switch:{{{2|pair}}}&lt;br /&gt;
  |c|close = {{{content|}}}&lt;br /&gt;
  |e|empty|s|single|v|void = &amp;amp;#32;&amp;amp;#47;&amp;amp;gt;&lt;br /&gt;
  |o|open = &amp;amp;gt;{{{content|}}}&lt;br /&gt;
  |p|pair = {{#ifeq:{{{1|tag}}}|!--||&amp;amp;gt;}}{{{content|...}}}&lt;br /&gt;
 }}&amp;lt;!--&lt;br /&gt;
 Closing tag&lt;br /&gt;
--&amp;gt;{{#switch:{{{2|pair}}}&lt;br /&gt;
  |e|empty|s|single|v|void&lt;br /&gt;
  |o|open =&lt;br /&gt;
  |c|close&lt;br /&gt;
  |p|pair = {{#ifeq:{{{1|tag}}}|!--|--&amp;amp;gt;|&amp;amp;lt;&amp;amp;#47;{{{1|tag}}}&amp;amp;gt;}}&lt;br /&gt;
 }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Template_display&amp;diff=86</id>
		<title>テンプレート:Template display</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Template_display&amp;diff=86"/>
				<updated>2019-05-14T14:10:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq: {{{1}}}| adaptive |&amp;lt;table class=&amp;quot;plainlinks advert&amp;quot; role=&amp;quot;presentation&amp;quot; style=&amp;quot;margin: 0 10%; border: 1px solid #aaa; border-left: 10px solid #1e90ff; background: #fbfbfb;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;mbox-image&amp;quot; style=&amp;quot;width:71px;padding:3px;&amp;quot;&amp;gt;[[File:Different devices simple.svg|65x65px|link=|alt=]]&amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;mbox-text&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mbox-text-span&amp;quot;&amp;gt;This template is [[Adaptive web design|adaptive]] and &amp;lt;strong&amp;gt;displays differently in mobile and desktop view&amp;lt;/strong&amp;gt;. Read the documentation for an explanation of the differences and why they exist.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; | {{#ifeq: {{{1}}} | nomobile|&amp;lt;table class=&amp;quot;plainlinks advert&amp;quot; role=&amp;quot;presentation&amp;quot; style=&amp;quot;margin: 0 10%; border: 1px solid #aaa; border-left: 10px solid #1e90ff; background: #fbfbfb;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;mbox-image&amp;quot; style=&amp;quot;width:55px&amp;quot;&amp;gt;[[File:Handheld devices no.svg|55px|link=|alt=]]&amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;mbox-text&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mbox-text-span&amp;quot;&amp;gt;This template does not display in the mobile view of Wikipedia; it is &amp;lt;strong&amp;gt;desktop only&amp;lt;/strong&amp;gt;. Read the documentation for an explanation.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;|{{#ifeq: {{{1}}} | nodesktop |&amp;lt;table class=&amp;quot;plainlinks advert&amp;quot; role=&amp;quot;presentation&amp;quot; style=&amp;quot;margin: 0 10%; border: 1px solid #aaa; border-left: 10px solid #1e90ff; background: #fbfbfb;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;mbox-image&amp;quot; style=&amp;quot;width:55px&amp;quot;&amp;gt;[[File:Desktop devices no.svg|55px|link=|alt=]]&amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;mbox-text&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;mbox-text-span&amp;quot;&amp;gt;This template does not display in the desktop view of Wikipedia; it is &amp;lt;strong&amp;gt;mobile only&amp;lt;/strong&amp;gt;. Read the documentation for an explanation.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;| }}|  }}| }}&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:For&amp;diff=28</id>
		<title>テンプレート:For</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:For&amp;diff=28"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:For|For}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Hatnote&amp;diff=30</id>
		<title>テンプレート:Hatnote</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Hatnote&amp;diff=30"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Hatnote|hatnote}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-risk&amp;diff=32</id>
		<title>テンプレート:High-risk</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-risk&amp;diff=32"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:High-use]]&lt;br /&gt;
&lt;br /&gt;
{{Rcat shell|&lt;br /&gt;
{{Wikidata redirect}}&lt;br /&gt;
{{R from merge}}&lt;br /&gt;
{{R from template shortcut}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use&amp;diff=34</id>
		<title>テンプレート:High-use</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use&amp;diff=34"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:{{{form|}}}&lt;br /&gt;
 |editnotice = {{editnotice&lt;br /&gt;
  | image = {{#ifeq:{{high-use/risk|{{{1|}}}}}|risk|[[File:Ambox warning orange.svg|40px|alt=Warning|link=]]|[[File:Ambox warning yellow.svg|40px|alt=Warning|link=]]}}&lt;br /&gt;
  | text  = {{High-use/text|1={{{1|}}}|2={{{2|}}}|all-pages={{{all-pages|}}}|info={{{info|}}}}}&lt;br /&gt;
  | expiry= {{{expiry|}}}&lt;br /&gt;
 }}&lt;br /&gt;
 |#default = {{Ombox&lt;br /&gt;
  | type  = {{#ifeq:{{high-use/risk|{{{1|}}}}}|risk|content|style}}&lt;br /&gt;
  | image = {{#ifeq:{{high-use/risk|{{{1|}}}}}|risk|[[File:Ambox warning orange.svg|40px|alt=Warning|link=]]|[[File:Ambox warning yellow.svg|40px|alt=Warning|link=]]}}&lt;br /&gt;
  | text  = {{High-use/text|1={{{1|}}}|2={{{2|}}}|all-pages={{{all-pages|}}}|info={{{info|}}}}}&lt;br /&gt;
 }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use/num&amp;diff=36</id>
		<title>テンプレート:High-use/num</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use/num&amp;diff=36"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#iferror:{{#expr:0+{{{1}}}*1}}|{{#ifeq:{{{1|}}}|risk|a very large number of|many}}|{{#ifeq:{{{2|}}}|yes||approximately&amp;amp;#x20;}}{{#ifeq:{{#expr:{{#invoke:String|len|{{{1}}}}} &amp;lt; 8}}|1|{{sigfig|{{{1}}}|2}}|{{sigfig|{{{1|}}}|3}}}}{{#ifeq:{{{2|}}}|yes|+}}{{#if:{{{all-pages|}}}|&amp;amp;#x20;pages, which is ≈{{#expr:({{{1|}}}*100/{{NUMBEROFPAGES:R}}) round 0}}% of all}}}}&amp;lt;noinclude&amp;gt;{{Documentation|content=&lt;br /&gt;
; Examples&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/num|risk}}&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/num|2450}}&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/num|2549|yes}}&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/num|2450|all-pages=yes}}&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/num|2549|yes|all-pages=yes}}&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use/risk&amp;diff=38</id>
		<title>テンプレート:High-use/risk</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use/risk&amp;diff=38"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{1|}}}|risk|risk|{{#ifexpr:{{formatnum:{{#invoke:String|match|{{{1|0}}}|[%d,]+|plain=false}}|R}}&amp;gt;=100000|risk}}}}&amp;lt;noinclude&amp;gt;{{Documentation|content=&lt;br /&gt;
; Examples&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/risk|risk}}&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/risk|100000}}&lt;br /&gt;
: {{#invoke:DemoTemplate|High-use/risk|99999}}&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use/text&amp;diff=40</id>
		<title>テンプレート:High-use/text</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:High-use/text&amp;diff=40"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This {{#switch:{{NAMESPACE}}|Module=Lua module|#default=template}} is used on [https://tools.wmflabs.org/templatecount/index.php?lang=en&amp;amp;namespace={{NAMESPACENUMBER:{{FULLPAGENAME}}}}&amp;amp;name={{urlencode:{{#switch:{{SUBPAGENAME}}&lt;br /&gt;
 | doc | sandbox = {{BASEPAGENAME}}&lt;br /&gt;
 | #default      = {{PAGENAME}}&lt;br /&gt;
}}}} {{High-use/num&lt;br /&gt;
 |1 = {{#ifeq:{{{1|}}}|risk|risk|{{formatnum:{{#invoke:String|match|{{{1|}}}|[%d,]+|plain=false}}|R}}&lt;br /&gt;
 }}&lt;br /&gt;
 |2 = {{str endswith|{{{1|}}}|+}}&lt;br /&gt;
 |all-pages = {{{all-pages|}}}&lt;br /&gt;
}} pages]'''{{#ifeq:{{high-use/risk|{{{1|}}}}}|risk|.{{#if:{{{info|}}}|&amp;lt;br /&amp;gt;{{{info}}}}}&amp;lt;br /&amp;gt; To avoid large-scale disruption and unnecessary server load, any changes to it should first be tested |, so changes to it will be widely noticed. Please test any changes}} in the {{#switch:{{NAMESPACE}}|Module=module's|#default=template's}} [[{{#switch: {{SUBPAGENAME}}&lt;br /&gt;
 | doc | sandbox = {{SUBJECTSPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
 | #default =      {{SUBJECTPAGENAME}}&lt;br /&gt;
}}/sandbox|/sandbox]] or [[{{#switch: {{SUBPAGENAME}}&lt;br /&gt;
 | doc | sandbox = {{SUBJECTSPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
 | #default =      {{SUBJECTPAGENAME}}&lt;br /&gt;
}}/testcases|/testcases]] subpages{{#switch:{{NAMESPACE}}|Module=.|#default=, or in your own [[Wikipedia:Subpages#How to create user subpages|user subpage]].}} {{#ifeq:{{high-use/risk|{{{1|}}}}}|risk|The tested changes can then be added to this page in a single edit.&amp;amp;#x20;}}Please consider discussing changes {{#if:{{{2|}}}|at [[{{{2}}}]]|on the [[{{#switch: {{SUBPAGENAME}}&lt;br /&gt;
 | doc | sandbox = {{TALKSPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
 | #default =      {{TALKPAGENAME}}&lt;br /&gt;
}}|talk page]]}} before implementing them.&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Lua&amp;diff=42</id>
		<title>テンプレート:Lua</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Lua&amp;diff=42"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Lua banner|main}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Lua|Module:Lua banner}}&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Main&amp;diff=44</id>
		<title>テンプレート:Main</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Main&amp;diff=44"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:main|main}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbar&amp;diff=46</id>
		<title>テンプレート:Navbar</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbar&amp;diff=46"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Navbar|navbar}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox/doc&amp;diff=48</id>
		<title>テンプレート:Navbox/doc</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox/doc&amp;diff=48"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). --&amp;gt;&lt;br /&gt;
{{for|vertically-aligned navigation|Template:Sidebar}}&lt;br /&gt;
{{#ifeq:{{FULLPAGENAME}}|Template:Navbox|{{high-risk| approximately 2600000 }}}}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{lua|Module:Navbox}}{{Template display|nomobile}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{{Navbox suite}}&lt;br /&gt;
&lt;br /&gt;
This template allows a [[Wikipedia:Navigation template|navigational template]] to be set up relatively quickly by supplying it with one or more lists of links.  It comes equipped with default styles that should work for most navigational templates. Changing the default styles is possible, but not recommended.  Using this template, or one of its &amp;quot;Navbox suite&amp;quot; sister templates, is highly recommended for standardization of navigational templates, and for ease of use.&lt;br /&gt;
&lt;br /&gt;
{{Navbox visibility}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Please remove the parameters that are left blank.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;{{Navbox&lt;br /&gt;
| name       = {{subst:PAGENAME}}{{subst:void|Don't change anything on this line. It will change itself when you save.}}&lt;br /&gt;
| title      =&lt;br /&gt;
| listclass  = hlist&lt;br /&gt;
| state      = {{{state|}}}&lt;br /&gt;
&lt;br /&gt;
| above      =&lt;br /&gt;
| image      =&lt;br /&gt;
&lt;br /&gt;
| group1     =&lt;br /&gt;
| list1      =&lt;br /&gt;
&lt;br /&gt;
| group2     =&lt;br /&gt;
| list2      =&lt;br /&gt;
&lt;br /&gt;
| group3     =&lt;br /&gt;
| list3      =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ... --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| below      =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameter list ==&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name   = Navbox/doc&lt;br /&gt;
| state  = uncollapsed&lt;br /&gt;
| title  = {{{title}}}&lt;br /&gt;
| above  = {{{above}}}&lt;br /&gt;
| image  = {{{image}}}&lt;br /&gt;
| group1 = {{{group1}}}&lt;br /&gt;
| list1  = {{{list1}}}&lt;br /&gt;
| group2 = {{{group2}}}&lt;br /&gt;
| list2  = {{{list2}}}&lt;br /&gt;
| list3  = {{{list3}}} ''without {{{group3}}}''&lt;br /&gt;
| group4 = {{{group4}}}&lt;br /&gt;
| list4  = {{{list4}}}&lt;br /&gt;
| below  = {{{below}}} &amp;lt;br /&amp;gt; See alternate navbox formats under: [[#Layout of table|''Layout of table'']]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The navbox uses lowercase parameter names, as shown in the box (''above''). The required ''name'' and ''title'' will create a one-line box if other parameters are omitted.&lt;br /&gt;
&lt;br /&gt;
Notice &amp;quot;group1&amp;quot; (etc.) is optional, as are sections named &amp;quot;above/below&amp;quot;.&lt;br /&gt;
{{clear}}&lt;br /&gt;
The basic and most common parameters are as follows (see [[#Parameter descriptions|below]] for the full list):&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; – the name of the template.&lt;br /&gt;
: &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; – text in the title bar, such as: &amp;lt;nowiki&amp;gt;[[Widget stuff]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
: &amp;lt;code&amp;gt;listclass&amp;lt;/code&amp;gt; – a CSS class for the list cells, usually &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; for horizontal lists. Alternatively, use bodyclass for the whole box.&lt;br /&gt;
: &amp;lt;code&amp;gt;state&amp;lt;/code&amp;gt; – controls when a navbox is expanded or collapsed.&lt;br /&gt;
: &amp;lt;code&amp;gt;titlestyle&amp;lt;/code&amp;gt; – a CSS style for the title-bar, such as: &amp;lt;code&amp;gt;background: gray;&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;groupstyle&amp;lt;/code&amp;gt; – a CSS style for the group-cells, such as: &amp;lt;code&amp;gt;background: #eee;&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;above&amp;lt;/code&amp;gt; – text to appear above the group/list section (could be a list of overall wikilinks).&lt;br /&gt;
: &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; – an optional right-side image, coded as the whole image. Typically it is purely decorative, so it should be coded as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:&amp;lt;/nowiki&amp;gt;&amp;lt;var&amp;gt;XX&amp;lt;/var&amp;gt;&amp;lt;nowiki&amp;gt;.jpg|80px|link=|alt=]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
: &amp;lt;code&amp;gt;imageleft&amp;lt;/code&amp;gt; – an optional left-side image (code the same as the &amp;quot;image&amp;quot; parameter).&lt;br /&gt;
: &amp;lt;code&amp;gt;group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt; – the left-side text before list-n (if group-n omitted, list-n starts at left of box).&lt;br /&gt;
: &amp;lt;code&amp;gt;list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt; – text listing wikilinks using a [[Help:Lists|wikilist]] format.&lt;br /&gt;
: &amp;lt;code&amp;gt;below&amp;lt;/code&amp;gt; – optional text to appear below the group/list section.&lt;br /&gt;
&lt;br /&gt;
== Parameter descriptions ==&lt;br /&gt;
The following is a complete list of parameters for using {{tl|Navbox}}.  In most cases, the only required parameters are &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;list1&amp;lt;/code&amp;gt;, though [[Template:Navbox/doc#Child navboxes|child navboxes]] do not even require those to be set.&lt;br /&gt;
&lt;br /&gt;
{{tl|Navbox}} shares numerous common parameter names with its sister templates, {{tl|Navbox with columns}} and {{tl|Navbox with collapsible groups}}, for consistency and ease of use.  Parameters marked with an asterisk (*) are common to all three master templates.&lt;br /&gt;
&lt;br /&gt;
=== Setup parameters ===&lt;br /&gt;
:; ''name''*&lt;br /&gt;
:: The name of the template, which is needed for the &amp;quot;V&amp;amp;nbsp;• T&amp;amp;nbsp;• E&amp;quot; (&amp;quot;View&amp;amp;nbsp;• Talk&amp;amp;nbsp;• Edit&amp;quot;) links to work properly on all pages where the template is used. You can enter &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:PAGENAME}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; for this value as a shortcut.  The name parameter is only mandatory if a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; is specified, and the &amp;lt;code&amp;gt;border&amp;lt;/code&amp;gt; parameter is not set, and the &amp;lt;code&amp;gt;navbar&amp;lt;/code&amp;gt; parameter is not used to disable the navbar.&lt;br /&gt;
:; ''state''* &amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;[&amp;lt;code&amp;gt;autocollapse, collapsed, expanded, plain, off&amp;lt;/code&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Defaults to &amp;lt;code&amp;gt;autocollapse&amp;lt;/code&amp;gt;. A navbox with &amp;lt;code&amp;gt;autocollapse&amp;lt;/code&amp;gt; will start out collapsed if there are two or more tables on the same page that use other collapsible tables. Otherwise, the navbox will be expanded. For the technically minded, see [[MediaWiki:Common.js]].&lt;br /&gt;
:* If set to &amp;lt;code&amp;gt;collapsed&amp;lt;/code&amp;gt;, the navbox will always start out in a collapsed state.&lt;br /&gt;
:* If set to &amp;lt;code&amp;gt;expanded&amp;lt;/code&amp;gt;, the navbox will always start out in an expanded state.&lt;br /&gt;
:* If set to &amp;lt;code&amp;gt;plain&amp;lt;/code&amp;gt;, the navbox will always be expanded with no [hide] link on the right, and the title will remain centered (by using padding to offset the &amp;lt;small&amp;gt;V&amp;amp;nbsp;• T&amp;amp;nbsp;• E&amp;lt;/small&amp;gt; links).&lt;br /&gt;
:* If set to &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;, the navbox will always be expanded with no [hide] link on the right, but no padding will be used to keep the title centered.  This is for advanced use only; the &amp;quot;plain&amp;quot; option should suffice for most applications where the [show]/[hide] button needs to be hidden.&lt;br /&gt;
: To show the box when standalone (non-included) but then auto-hide contents when in an article, put &amp;quot;expanded&amp;quot; inside {{tag|noinclude|p}} tags. This setting will force the box visible when standalone (even when followed by other boxes), displaying &amp;quot;[hide]&amp;quot;, but then it will auto-collapse the box when stacked inside an article:&lt;br /&gt;
:: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;| state =&amp;amp;nbsp;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;{{tag|noinclude|content=expanded}}&lt;br /&gt;
: Often times, editors will want a default initial state for a navbox, which may be overridden in an article. Here is the trick to do this:&lt;br /&gt;
:* In your intermediate template, create a parameter also named &amp;quot;state&amp;quot; as a pass-through like this:&lt;br /&gt;
:: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;| state = {{{state&amp;lt;includeonly&amp;gt;|your_desired_initial_state&amp;lt;/includeonly&amp;gt;}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:* The {{tag|includeonly|o}}&amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; will make the template expanded when viewing the template page by itself.&lt;br /&gt;
::* Example 1: {{tl|Peso}} with ''autocollapse'' as the default initial state. [[Catalan peseta]] transcludes it and has only one navbox; thus, the peso navbox shows. [[Chilean peso]] has more than two navboxes; thus, the peso navbox collapses.&lt;br /&gt;
::* Example 2: {{tl|Historical currencies of Hungary}} with ''expanded'' as the default initial state, as such:&lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;| state = {{{state&amp;lt;includeonly&amp;gt;|expanded&amp;lt;/includeonly&amp;gt;}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::All transcluding articles show the content by default, unless there is a hypothetical article that specifies &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{templatename|state=collapsed}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; when transcluding.&lt;br /&gt;
&lt;br /&gt;
::* Example 3: {{tl|Tourism}} with ''collapsed'' as the default initial state, as such:&lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;| state = {{{state&amp;lt;includeonly&amp;gt;|collapsed&amp;lt;/includeonly&amp;gt;}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::All transcluding articles will show the template as collapsed by default, but the template will still be uncollapsed when displayed on its own page.&lt;br /&gt;
:* The template {{tl|Collapsible option}} explains how to use the &amp;lt;code&amp;gt;state&amp;lt;/code&amp;gt; parameter. It can be added to a {{tag|noinclude|p}} section after the template definition or to the instructions on the {{tl|documentation subpage}}.&lt;br /&gt;
:; ''navbar''*&lt;br /&gt;
:: If set to &amp;lt;code&amp;gt;plain&amp;lt;/code&amp;gt;, the &amp;lt;span style=&amp;quot;font-size: 88%;&amp;quot;&amp;gt;V&amp;amp;nbsp;• T&amp;amp;nbsp;• E&amp;lt;/span&amp;gt; links on the left side of the titlebar will not be displayed, and padding will be automatically used to keep the title centered.  Use &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt; to remove the &amp;lt;span style=&amp;quot;font-size: 88%;&amp;quot;&amp;gt;V&amp;amp;nbsp;• T&amp;amp;nbsp;• E&amp;lt;/span&amp;gt; links, but not apply padding (this is for advanced use only; the &amp;quot;plain&amp;quot; option should suffice for most applications where a navbar is not desired). It is highly recommended that one not hide the navbar, in order to make it easier for users to edit the template, and to keep a standard style across pages.&lt;br /&gt;
:; ''border''*&lt;br /&gt;
:: ''See later section on [[#Child navboxes|using navboxes within one another]] for examples and a more complete description.'' If set to &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;subgroup&amp;lt;/code&amp;gt;, then the navbox can be used as a borderless child that fits snugly in another navbox.  The border is hidden and there is no padding on the sides of the table, so it fits into the ''list'' area of its parent navbox. If set to &amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;, then the border is hidden and padding is removed, and the navbox may be used as a child of another container (do not use the &amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt; option inside of another navbox; similarly, only use the &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;subgroup&amp;lt;/code&amp;gt; option inside of another navbox). If set to anything else (default), then a regular navbox is displayed with a 1px border. An alternate way to specify the border to be a subgroup style is like this (i.e. use the first unnamed parameter instead of the named ''border'' parameter):&lt;br /&gt;
::: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox|child&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::: &amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cells ===&lt;br /&gt;
:; ''title''*&lt;br /&gt;
:: Text that appears centered in the top row of the table. It is usually the template's topic, i.e. a succinct description of the body contents. This should be a single line, but if a second line is needed, use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{-}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to ensure proper centering.  This parameter is technically not mandatory, but using {{tl|Navbox}} is rather pointless without a title.&lt;br /&gt;
:; ''above''*&lt;br /&gt;
:: A full-width cell displayed between the titlebar and first group/list, i.e. ''above'' the template's body (groups, lists and image). In a template without an image, ''above'' behaves in the same way as the ''list1'' parameter without the ''group1'' parameter.&lt;br /&gt;
:; ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''*&lt;br /&gt;
:: (i.e. ''group1'', ''group2'', etc.) If specified, text appears in a header cell displayed to the left of ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''. If omitted, ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' uses the full width of the table.&lt;br /&gt;
:; ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''*&lt;br /&gt;
::  (i.e. ''list1'', ''list2'', etc.) The body of the template, usually a list of links. Format is inline, although the text can be entered on separate lines if the entire list is enclosed within &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt; &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.  At least one ''list'' parameter is required; each additional ''list'' is displayed in a separate row of the table.  Each ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' may be preceded by a corresponding ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameter, if provided (see below).&lt;br /&gt;
::Entries should be separated using a [[newline]] and an [[asterisk]] (*). If instead two asterisks are used, it provides [[Nesting (computing)|nesting]] within the previous entry by enclosing the entry with brackets. Increasing the number of asterisks used increases the number of brackets around entries.&lt;br /&gt;
:; ''image''*&lt;br /&gt;
:: An image to be displayed in a cell below the title and to the right of the body (the groups/lists). For the image to display properly, the ''list1'' parameter must be specified. The ''image'' parameter accepts standard wikicode for displaying an image, ''e.g.'':&lt;br /&gt;
::: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:&amp;lt;/nowiki&amp;gt;&amp;lt;var&amp;gt;XX&amp;lt;/var&amp;gt;&amp;lt;nowiki&amp;gt;.jpg|80px|link=|alt=]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::: nb: including &amp;quot;|right&amp;quot; will produce the usual left margin to provide separation from the list items and [[Zebra striping (computer graphics)|zebra striping]].&lt;br /&gt;
:; ''imageleft''*&lt;br /&gt;
:: An image to be displayed in a cell below the title and to the left of the body (lists). For the image to display properly, the ''list1'' parameter must be specified and no groups can be specified. It accepts the same sort of parameter that ''image'' accepts.&lt;br /&gt;
:; ''below''*&lt;br /&gt;
:: A full-width cell displayed ''below'' the template's body (groups, lists and image). In a template without an image, ''below'' behaves in the same way as the template's final ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameter without a ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameter. For an example of the ''below'' parameter in use, see {{oldid|Main Page|352612160|this}} version of {{tl|Lists of the provinces and territories of Canada}}.&lt;br /&gt;
&lt;br /&gt;
=== Style parameters ===&lt;br /&gt;
Styles are generally advised against, to maintain consistency among templates and pages in Wikipedia; but the option to modify styles is given.&lt;br /&gt;
&lt;br /&gt;
:; ''bodystyle''*&lt;br /&gt;
:: Specifies [[Cascading Style Sheets|CSS]] styles to apply to the template body.  This option should be used sparingly as it can lead to visual inconsistencies. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;bodystyle = background: #''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;bodystyle = width: ''N''&amp;amp;nbsp;[em/%/px or width: auto];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;bodystyle = float: [''left/right/none''];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;bodystyle = clear: [''right/left/both/none''];&amp;lt;/code&amp;gt;&lt;br /&gt;
:; ''basestyle''*&lt;br /&gt;
:: CSS styles to apply to the ''title'', ''above'', ''below'', and ''group'' cells all at once.  The styles are not applied to ''list'' cells.  This is convenient for easily changing the basic color of the navbox without having to repeat the style specifications for the different parts of the navbox.  Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;basestyle = background: lightskyblue;&amp;lt;/code&amp;gt;&lt;br /&gt;
:; ''titlestyle''*&lt;br /&gt;
:: [[Cascading Style Sheets|CSS]] styles to apply to ''title'', most often the titlebar's background color:&lt;br /&gt;
::: &amp;lt;code&amp;gt;titlestyle = background: ''#nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;titlestyle = background: ''name'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;titlestyle = background: none;&amp;lt;/code&amp;gt; — for no background color&lt;br /&gt;
:; ''groupstyle''*&lt;br /&gt;
:: CSS styles to apply to the ''groupN'' cells. This option overrides any styles that are applied to the entire table. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupstyle = background: #''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupstyle = text-align: [''left/center/right''];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupstyle = vertical-align: [''top/middle/bottom''];&amp;lt;/code&amp;gt;&lt;br /&gt;
:; ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;style''*&lt;br /&gt;
:: CSS styles to apply to a specific group, in addition to any styles specified by the ''groupstyle'' parameter.  This parameter should only be used when absolutely necessary in order to maintain standardization and simplicity.  Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;group3style = background: red; color: white;&amp;lt;/code&amp;gt;&lt;br /&gt;
:; ''groupwidth''&lt;br /&gt;
:: A number and unit specifying a uniform width for the group cells, in cases where little content in the list cells may cause group cells to be too wide. No default. However, may be overridden by the ''group(n)style'' parameter. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupwidth = 9em&amp;lt;/code&amp;gt;&lt;br /&gt;
:; ''liststyle''*&lt;br /&gt;
:: CSS styles to apply to all lists. Overruled by the ''oddstyle'' and ''evenstyle'' parameters (if specified) hereafter. When using backgound colors in the navbox, see the [[#Intricacies|note hereafter]].&lt;br /&gt;
:; ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;style''*&lt;br /&gt;
:: CSS styles to apply to a specific list, in addition to any styles specified by the ''liststyle'' parameter. This parameter should only be used when absolutely necessary in order to maintain standardization and simplicity. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;list5style = background: #ddddff;&amp;lt;/code&amp;gt;&lt;br /&gt;
:; ''listpadding''*&lt;br /&gt;
:: A number and unit specifying the padding in each ''list'' cell. The ''list'' cells come equipped with a default padding of 0.25em on the left and right, and 0 on the top and bottom. Due to complex technical reasons, simply setting &amp;quot;liststyle = padding: 0.5em;&amp;quot; (or any other padding setting) will not work. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;listpadding = 0.5em 0;&amp;lt;/code&amp;gt; (sets 0.5em padding for the top/bottom, and 0 padding for the left/right.)&lt;br /&gt;
::: &amp;lt;code&amp;gt;listpadding = 0;&amp;lt;/code&amp;gt; (removes all list padding.)&lt;br /&gt;
:; ''oddstyle''&lt;br /&gt;
:; ''evenstyle''&lt;br /&gt;
:: Applies to odd/even list numbers. Overrules styles defined by ''liststyle''. The default behavior is to add striped colors (white and gray) to odd/even rows, respectively, in order to improve readability. These should not be changed except in extraordinary circumstances.&lt;br /&gt;
:; ''evenodd'' &amp;lt;span style=&amp;quot;font-weight: normal;&amp;quot;&amp;gt;&amp;lt;code&amp;gt;[swap, even, odd, off]&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:: If set to &amp;lt;code&amp;gt;swap&amp;lt;/code&amp;gt;, then the automatic striping of even and odd rows is reversed.  Normally, even rows get a light gray background for striping; when this parameter is used, the odd rows receive the gray striping instead of the even rows. Setting to &amp;lt;code&amp;gt;even&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;odd&amp;lt;/code&amp;gt; sets all rows to have that striping color. Setting to &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt; disables automatic row striping.&lt;br /&gt;
:; ''abovestyle''*&lt;br /&gt;
:; ''belowstyle''*&lt;br /&gt;
:: CSS styles to apply to the top cell (specified via the ''above'' parameter) and bottom cell (specified via the ''below'' parameter). Typically used to set background color or text alignment:&lt;br /&gt;
::: &amp;lt;code&amp;gt;abovestyle = background: #''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;abovestyle = text-align: [''left/center/right''];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;belowstyle = background: #''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;belowstyle = text-align: [''left/center/right''];&amp;lt;/code&amp;gt;&lt;br /&gt;
:; ''imagestyle''*&lt;br /&gt;
:; ''imageleftstyle''*&lt;br /&gt;
:: CSS styles to apply to the cells where the image/imageleft sits. These styles should only be used in exceptional circumstances, usually to fix width problems if the width of groups is set and the width of the image cell grows too large. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;imagestyle = width:5em;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Default styles =====&lt;br /&gt;
The style settings listed here are those that editors using the navbox change most often. The other more complex style settings were left out of this list to keep it simple. Most styles are set in [[MediaWiki:Common.css]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
bodystyle = background: #fdfdfd; width: 100%; vertical-align: middle;&lt;br /&gt;
titlestyle = background: #ccccff; padding-left: 1em; padding-right: 1em; text-align: center;&lt;br /&gt;
abovestyle = background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: center;&lt;br /&gt;
belowstyle = background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: center;&lt;br /&gt;
groupstyle = background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: right;&lt;br /&gt;
liststyle = background: transparent; text-align: left/center;&lt;br /&gt;
oddstyle = background: transparent;&lt;br /&gt;
evenstyle = background: #f7f7f7;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Since ''liststyle'' and ''oddstyle'' are transparent, odd lists have the color of the ''bodystyle'', which defaults to #fdfdfd (white with a hint of gray). A list defaults to &amp;lt;code&amp;gt;text-align: left;&amp;lt;/code&amp;gt; if it has a group, if not it defaults to &amp;lt;code&amp;gt;text-align: center;&amp;lt;/code&amp;gt;. Since only ''bodystyle'' has a vertical-align all the others inherit its &amp;lt;code&amp;gt;vertical-align: middle;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Advanced parameters ===&lt;br /&gt;
:; ''bodyclass''&lt;br /&gt;
:; ''aboveclass''&lt;br /&gt;
:; ''groupclass''&lt;br /&gt;
:; ''listclass''&lt;br /&gt;
:; ''belowclass''&lt;br /&gt;
:: This enables attaching a CSS class to group or list cells. The most common use for ''listclass'' is to give it the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class that will cause lists to render horizontally. All these parameters accept the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class, but if more than one parameter is used for &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt;, use {{para|bodyclass|hlist}} instead.&lt;br /&gt;
:; ''titlegroup''&lt;br /&gt;
:: This puts a group in the title area, with the same default styles as ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''. It should be used only in exceptional circumstances (usually advanced meta-templates) and its use requires some knowledge of the internal code of {{tl|Navbox}}; you should be ready to manually set up CSS styles to get everything to work properly if you wish to use it. If you think you have an application for this parameter, it might be best to change your mind, or consult the talk page first.&lt;br /&gt;
:; ''titlegroupstyle''&lt;br /&gt;
:: The styles for the titlegroup cell.&lt;br /&gt;
:; ''innerstyle''&lt;br /&gt;
:: A very advanced parameter to be used ''only'' for advanced meta-templates employing the navbox. Internally, the navbox uses an outer table to draw the border, and then an inner table for everything else (title/above/groups/lists/below/images, etc.). The ''style''/''bodystyle'' parameter sets the style for the outer table, which the inner  table inherits, but in advanced cases (meta-templates) it may be necessary to directly set the style for the inner table. This parameter provides access to that inner table so styles can be applied. Use at your own risk.&lt;br /&gt;
:; ''nowrapitems''&lt;br /&gt;
:: Setting &amp;lt;code&amp;gt;|nowrapitems=yes&amp;lt;/code&amp;gt; applies nowrap to each line in a list item, and to any &amp;lt;code&amp;gt;above&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;below&amp;lt;/code&amp;gt; item.&lt;br /&gt;
:; ''orphan''&lt;br /&gt;
:: Setting &amp;lt;code&amp;gt;|orphan=yes&amp;lt;/code&amp;gt; in a child navbox fixes odd/even striping and removes [[:Category:Navbox orphans]].&lt;br /&gt;
&lt;br /&gt;
==== Microformats ====&lt;br /&gt;
:; ''bodyclass''&lt;br /&gt;
:: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the navbox as a whole.&lt;br /&gt;
:; ''titleclass''&lt;br /&gt;
:: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the navbox's title caption.&lt;br /&gt;
&lt;br /&gt;
This template supports the addition of microformat information. This is done by adding &amp;quot;class&amp;quot; attributes to various data cells, indicating what kind of information is contained within. To flag a navbox as containing [[hCard]] information about a person, for example, add the following parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| bodyclass = vcard&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''and''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| titleclass = fn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''or'' (for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
| title = The books of &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[Iain Banks]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...and so forth.&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [[microformat]] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
== Layout of table ==&lt;br /&gt;
===Without image, above and below===&lt;br /&gt;
Table generated by {{tl|Navbox}} '''without''' ''image'', ''above'' and ''below'' parameters (gray list background color added for illustration only):&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name = Navbox/doc&lt;br /&gt;
| state = uncollapsed&lt;br /&gt;
| liststyle = background: silver;&lt;br /&gt;
| title  = {{{title}}}&lt;br /&gt;
| group1 = {{{group1}}}&lt;br /&gt;
| list1  = {{{list1}}}&lt;br /&gt;
| group2 = {{{group2}}}&lt;br /&gt;
| list2  = {{{list2}}}&lt;br /&gt;
| list3  = {{{list3}}} ''without {{{group3}}}''&lt;br /&gt;
| group4 = {{{group4}}}&lt;br /&gt;
| list4  = {{{list4}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===With image, above and below===&lt;br /&gt;
Table generated by {{tl|Navbox}} '''with''' ''image'', ''above'' and ''below'' parameters (gray list background color added for illustration only):&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name = Navbox/doc&lt;br /&gt;
| state = uncollapsed&lt;br /&gt;
| liststyle = background: silver;&lt;br /&gt;
| image  = {{{image}}}&lt;br /&gt;
| title  = {{{title}}}&lt;br /&gt;
| above  = {{{above}}}&lt;br /&gt;
| group1 = {{{group1}}}&lt;br /&gt;
| list1  = {{{list1}}}&lt;br /&gt;
| group2 = {{{group2}}}&lt;br /&gt;
| list2  = {{{list2}}}&lt;br /&gt;
| list3  = {{{list3}}} ''without {{{group3}}}''&lt;br /&gt;
| group4 = {{{group4}}}&lt;br /&gt;
| list4  = {{{list4}}}&lt;br /&gt;
| below  = {{{below}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===With image and without groups===&lt;br /&gt;
Table generated by {{tl|Navbox}} '''with''' ''image'', ''imageleft'', ''lists'', and '''without''' ''groups'', ''above'', ''below'' (gray list background color added for illustration only):&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name = Navbox/doc&lt;br /&gt;
| state = uncollapsed&lt;br /&gt;
| liststyle = background: silver;&lt;br /&gt;
| image = {{{image}}}&lt;br /&gt;
| imageleft = {{{imageleft}}}&lt;br /&gt;
| title = {{{title}}}&lt;br /&gt;
| list1 = {{{list1}}}&lt;br /&gt;
| list2 = {{{list2}}}&lt;br /&gt;
| list3 = {{{list3}}}&lt;br /&gt;
| list4 = {{{list4}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;!-- Please do not encourage folks to use &amp;lt;div&amp;gt; within Navboxes as (unless handled carefully) they can negate liststyles/groupstyles/etc. settings. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== No image ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;moin&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
 {{Navbox&lt;br /&gt;
 | name  = Navbox/doc&lt;br /&gt;
 | title = [[MSC Malaysia]]&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
&lt;br /&gt;
 | group1 = Centre&lt;br /&gt;
 | list1  =&lt;br /&gt;
 * [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
 | group2 = Area&lt;br /&gt;
 | list2  =&lt;br /&gt;
 * [[Klang Valley]]&lt;br /&gt;
&lt;br /&gt;
 | group3 = Major landmarks&lt;br /&gt;
 | list3  =&lt;br /&gt;
 * [[Petronas Twin Towers]]&lt;br /&gt;
 * [[Kuala Lumpur Tower]]&lt;br /&gt;
 * [[Kuala Lumpur Sentral]]&lt;br /&gt;
 * [[Technology Park Malaysia]]&lt;br /&gt;
 * [[Putrajaya]]&lt;br /&gt;
 * [[Cyberjaya]]&lt;br /&gt;
 * [[Kuala Lumpur International Airport]]&lt;br /&gt;
&lt;br /&gt;
 | group4 = Infrastructure&lt;br /&gt;
 | list4  =&lt;br /&gt;
 * [[Express Rail Link]]&lt;br /&gt;
 * [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
 | group5 = Prime applications&lt;br /&gt;
 | list5  =&lt;br /&gt;
 * [[E-Government]]&lt;br /&gt;
 * [[MyKad]]&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name   = Navbox/doc&lt;br /&gt;
| state  = uncollapsed&lt;br /&gt;
| title  = [[MSC Malaysia]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| group1 = Centre&lt;br /&gt;
| list1  =&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
| group2 = Area&lt;br /&gt;
| list2  =&lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
| group3 = Major landmarks&lt;br /&gt;
| list3  =&lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
* [[Kuala Lumpur International Airport]]&lt;br /&gt;
| group4 = Infrastructure&lt;br /&gt;
| list4  =&lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
| group5 = Prime applications&lt;br /&gt;
| list5  =&lt;br /&gt;
* [[E-Government]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== With image, without groups ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;moin&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
 {{Navbox&lt;br /&gt;
 | name  = Navbox/doc&lt;br /&gt;
 | title = [[MSC Malaysia]]&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
 | image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
&lt;br /&gt;
 | list1 =&lt;br /&gt;
 * [[Petronas Twin Towers]]&lt;br /&gt;
 * [[Kuala Lumpur Tower]]&lt;br /&gt;
 * [[Kuala Lumpur Sentral]]&lt;br /&gt;
 * [[Technology Park Malaysia]]&lt;br /&gt;
 * [[Putrajaya]]&lt;br /&gt;
 * [[Cyberjaya]]&lt;br /&gt;
 * [[Kuala Lumpur International Airport]]&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[MSC Malaysia]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| list1 =&lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
* [[Kuala Lumpur International Airport]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== With two images, without groups, multiple lists ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;moin&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
 {{Navbox&lt;br /&gt;
 | name  = Navbox/doc&lt;br /&gt;
 | title = [[MSC Malaysia]]&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
 | image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
 | imageleft = [[File:Flag of Malaysia.svg|80px]]&lt;br /&gt;
&lt;br /&gt;
 | list1 =&lt;br /&gt;
 * [[Petronas Twin Towers]]&lt;br /&gt;
 * [[Kuala Lumpur Tower]]&lt;br /&gt;
 * [[Kuala Lumpur Sentral]]&lt;br /&gt;
&lt;br /&gt;
 | list2 =&lt;br /&gt;
 * [[Express Rail Link]]&lt;br /&gt;
 * [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
 | list3 =&lt;br /&gt;
 * [[E-Government]]&lt;br /&gt;
 * [[MyKad]]&lt;br /&gt;
&lt;br /&gt;
 | list4 =&lt;br /&gt;
 * [[Klang Valley]]&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[MSC Malaysia]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| imageleft = [[File:Flag of Malaysia.svg|80px]]&lt;br /&gt;
| list1 =&lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
| list2 =&lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
| list3 =&lt;br /&gt;
* [[E-Government]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
| list4 =&lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== With image, groups, above, below ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;moin&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
 {{Navbox&lt;br /&gt;
 | name  = Navbox/doc&lt;br /&gt;
 | title = [[MSC Malaysia]]&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
 | above = Above text goes here&lt;br /&gt;
 | image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
&lt;br /&gt;
 | group1 = Centre&lt;br /&gt;
 | list1  =&lt;br /&gt;
 * [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
 | group2 = Area&lt;br /&gt;
 | list2  =&lt;br /&gt;
 * [[Klang Valley]]&lt;br /&gt;
&lt;br /&gt;
 | group3 = Major landmarks&lt;br /&gt;
 | list3  =&lt;br /&gt;
 * [[Petronas Twin Towers]]&lt;br /&gt;
 * [[Kuala Lumpur Tower]]&lt;br /&gt;
 * [[Kuala Lumpur Sentral]]&lt;br /&gt;
 * [[Technology Park Malaysia]]&lt;br /&gt;
 * [[Putrajaya]]&lt;br /&gt;
 * [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
 | group4 = Infrastructure&lt;br /&gt;
 | list4  =&lt;br /&gt;
 * [[Express Rail Link]]&lt;br /&gt;
 * [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
 | group5 = Prime applications&lt;br /&gt;
 | list5  =&lt;br /&gt;
 * [[E-Government]]&lt;br /&gt;
 * [[MyKad]]&lt;br /&gt;
&lt;br /&gt;
 | below  = Below text goes here&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[MSC Malaysia]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| above = Above text goes here&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| group1 = Centre&lt;br /&gt;
| list1  =&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
| group2 = Area&lt;br /&gt;
| list2  =&lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
| group3 = Major landmarks&lt;br /&gt;
| list3  =&lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
| group4 = Infrastructure&lt;br /&gt;
| list4  =&lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
| group5 = Prime applications&lt;br /&gt;
| list5  =&lt;br /&gt;
* [[E-Government]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
| below  = Below text goes here&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Child navboxes ==&lt;br /&gt;
{{Selfref|For additional examples, see the [[Template:Navbox/testcases|Navbox testcases page]].}}&lt;br /&gt;
&lt;br /&gt;
It is possible to place multiple navboxes within a single border by using &amp;quot;child&amp;quot; as the first parameter, or by setting the ''border'' parameter. The basic code for doing this is as follows (which adds a subgroup for the first group/list area):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name = {{subst:PAGENAME}}&lt;br /&gt;
| title = Title&lt;br /&gt;
&lt;br /&gt;
| group1 = [optional]&lt;br /&gt;
| list1  = {{Navbox|child&lt;br /&gt;
   ...child navbox parameters...&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Subgroups example ===&lt;br /&gt;
This example shows two subgroups created using &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt; as the first unnamed parameter. The striping is alternated automatically. To remove the striping altogether, you can set &amp;lt;code&amp;gt;liststyle = background:transparent;&amp;lt;/code&amp;gt; in each of the navboxes.&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name = Navbox/doc&lt;br /&gt;
| image = [[File:Flag of the United States.svg|100px|link=|alt=]]&lt;br /&gt;
| state = uncollapsed&lt;br /&gt;
| title = Multiple subgroup example&lt;br /&gt;
| above = Above&lt;br /&gt;
| below = Below&lt;br /&gt;
| group1 = Group1&lt;br /&gt;
| list1  = List1&lt;br /&gt;
| group2 = Group2&lt;br /&gt;
| list2  =&lt;br /&gt;
 {{{{PAGENAMETDOC}}|child&lt;br /&gt;
  | group1 = Group2.1&lt;br /&gt;
  | list1  = List1&lt;br /&gt;
  | group2 = Group2.2&lt;br /&gt;
  | list2  = List2&lt;br /&gt;
  | group3 = Group2.3&lt;br /&gt;
  | list3  = List3&lt;br /&gt;
 }}&lt;br /&gt;
| group3 = Group3&lt;br /&gt;
| list3 = List3&lt;br /&gt;
| group4 = Group4&lt;br /&gt;
| list4 =&lt;br /&gt;
 {{{{PAGENAMETDOC}}|child&lt;br /&gt;
  | group1 = Group4.1&lt;br /&gt;
  | list1  = List1&lt;br /&gt;
  | group2 = Group4.2&lt;br /&gt;
  | list2  = List2&lt;br /&gt;
  | group3 = Group4.3&lt;br /&gt;
  | list3  = List3&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Multiple show/hides in a single container ===&lt;br /&gt;
{{main|Template:Navbox with collapsible groups}}&lt;br /&gt;
&lt;br /&gt;
The example below is generated using a regular navbox for the main container, then its list1, list2, and list3 parameters each contain another navbox, with &amp;lt;code&amp;gt;1 = child&amp;lt;/code&amp;gt; set. The view (v), discuss (d), edit (e) navbar links are hidden using &amp;lt;code&amp;gt;navbar = plain&amp;lt;/code&amp;gt; for each of them, or could be suppressed by just leaving out the ''name'' parameter (child navboxes do not require the name parameter to be set, unlike regular navboxes).&lt;br /&gt;
&lt;br /&gt;
{{{{PAGENAMETDOC}}&lt;br /&gt;
| name = Navbox/doc&lt;br /&gt;
| title = [[File:Blason France moderne.svg|x17px|link=|alt=]] [[File:Flag of France.svg|x17px|link=|alt=]] [[French colonial empire|Former French overseas empire]]&lt;br /&gt;
| state = uncollapsed&lt;br /&gt;
| list1 = {{{{PAGENAMETDOC}}|child&lt;br /&gt;
 | navbar    = plain&lt;br /&gt;
 | title     = [[French colonial empire|Former French colonies]] in [[Africa]] and the [[Indian Ocean]]&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
 | group1 = [[Mahgreb]]&lt;br /&gt;
 | list1  =&lt;br /&gt;
* [[French rule in Algeria|Algeria]]&lt;br /&gt;
* [[French Morocco|Morocco]] &amp;lt;small&amp;gt;([[Arguin|Arguin Island]])&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[History of Tunisia|Tunisia]]&lt;br /&gt;
 | group2 = [[French West Africa]]&lt;br /&gt;
 | list2  =&lt;br /&gt;
* [[History of Côte d'Ivoire#French Period|Côte d'Ivoire]]&lt;br /&gt;
* [[French Dahomey|Dahomey]]&lt;br /&gt;
* [[French Sudan]]&lt;br /&gt;
* [[French Guinea|Guinea]]&lt;br /&gt;
* [[History of Mauritania#French colonization and post-colonial history|Mauritania]]&lt;br /&gt;
* [[History of Niger#Colonization|Niger]]&lt;br /&gt;
* [[History of Senegal|Senegal]]&lt;br /&gt;
* [[French Upper Volta|Upper Volta]]&lt;br /&gt;
* [[French Togoland]]&lt;br /&gt;
* [[James Island (The Gambia)|James Island]]&lt;br /&gt;
| group3 = [[French Equatorial Africa]]&lt;br /&gt;
 | list3  =&lt;br /&gt;
* [[Colonial Chad|Chad]]&lt;br /&gt;
* [[History of Gabon|Gabon]]&lt;br /&gt;
* [[History of the Republic of the Congo|Middle Congo]]&lt;br /&gt;
* [[Oubangui-Chari]]&lt;br /&gt;
| group4 = [[Comoros]]&lt;br /&gt;
 | list4  =&lt;br /&gt;
* [[Anjouan]]&lt;br /&gt;
* [[Grande Comore]]&lt;br /&gt;
* [[Mohéli]]&lt;br /&gt;
* [[History of Djibouti#French Interest|French Somaliland (Djibouti)]]&lt;br /&gt;
* [[History of Madagascar#French control|Madagascar]]&lt;br /&gt;
* [[Mauritius|Ile de France]]&lt;br /&gt;
* [[Seychelles]]&lt;br /&gt;
}}&lt;br /&gt;
| list2 = {{{{PAGENAMETDOC}}|child&lt;br /&gt;
 | navbar    = plain&lt;br /&gt;
 | title     = [[French colonial empire|Former French colonies]] in the [[Americas]]&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
| list1 =&lt;br /&gt;
* [[New France]]{{spaces|2}}&amp;lt;small&amp;gt;([[Acadia]], [[Louisiana (New France)|Louisiana]], [[Canada, New France|Canada]], [[Newfoundland (island)|Terre Neuve]]) 1655–1763 &amp;lt;/small&amp;gt;&lt;br /&gt;
| list2 =&lt;br /&gt;
* [[Inini]]&lt;br /&gt;
* [[Berbice]]&lt;br /&gt;
* [[Saint-Domingue]]&lt;br /&gt;
* &amp;lt;small&amp;gt;[[Haiti]]&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Tobago]]&lt;br /&gt;
* [[History of the British Virgin Islands|Virgin Islands]]&lt;br /&gt;
* [[France Antarctique]]&lt;br /&gt;
* [[France Équinoxiale]]&lt;br /&gt;
| below      = [[French West India Company]]&lt;br /&gt;
}}&lt;br /&gt;
| list3 = {{{{PAGENAMETDOC}}|child&lt;br /&gt;
 | navbar     = plain&lt;br /&gt;
 | title      = [[French colonial empire|Former French colonies]] in [[Asia]] and [[Oceania]]&lt;br /&gt;
 | listclass  = hlist&lt;br /&gt;
| group1 = [[French India]]&lt;br /&gt;
 | list1  =&lt;br /&gt;
* [[Chandernagor]]&lt;br /&gt;
* [[Coromandel Coast]]&lt;br /&gt;
* [[History of Chennai|Madras]]&lt;br /&gt;
* [[Mahé, India|Mahé]]&lt;br /&gt;
* [[History of Pondicherry|Pondichéry]]&lt;br /&gt;
* [[Karaikal]]&lt;br /&gt;
* [[Yanam (India)|Yanaon]]&lt;br /&gt;
| group2 = [[French Indochina]]&lt;br /&gt;
 | list2  =&lt;br /&gt;
* [[Colonial Cambodia|Cambodia]]&lt;br /&gt;
* [[History of Laos to 1945#French Laos|Laos]]&lt;br /&gt;
* [[French Indochina|Vietnam]] &amp;lt;small&amp;gt;([[Annam (French colony)|Annam]], [[Cochinchina]], [[Tonkin]])&amp;lt;/small&amp;gt;&lt;br /&gt;
| group3 = Other Asian&lt;br /&gt;
 | list3  =&lt;br /&gt;
* [[Alawite State|Alaouites]]&lt;br /&gt;
* [[Republic of Hatay|Alexandretta-Hatay]]&lt;br /&gt;
* [[Sri Lanka|Ceylon]]&lt;br /&gt;
* [[Kwangchowan]]&lt;br /&gt;
| group4 = [[Oceania]]&lt;br /&gt;
 | list4  =&lt;br /&gt;
* [[New Hebrides]]&lt;br /&gt;
** [[History of Vanuatu|Vanuatu]]&lt;br /&gt;
| below      = [[French East India Company]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Relationship with other Navbox templates ==&lt;br /&gt;
This navbox template is specifically designed to work in conjunction with two other sister templates: {{tl|Navbox with columns}} and {{tl|Navbox with collapsible groups}}. All three of these templates share common parameters for consistency and ease of use (such parameters are marked with an asterisk (*) in the [[#Parameter descriptions|parameter descriptions]] list hereinbefore). Most importantly, each template can be used as a child of one another (by using the {{para|border|child}} parameter, or by specifying the first unnamed parameter to be &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt;. For example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox|child ...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox with columns|child ...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox with collapsible groups|child ...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
== Technical details ==&lt;br /&gt;
* This template uses CSS classes for most of its looks, thus it is fully skinnable.&lt;br /&gt;
* Internally this meta template uses HTML markup instead of wiki markup for the table code. That is the usual way we make meta templates since wiki markup has several drawbacks. For instance it makes it harder to use [[m:Help:ParserFunctions|parser functions]] and special characters in parameters.&lt;br /&gt;
* For more technical details see the [[{{TALKPAGENAME}}|talk page]], the CSS classes in [[MediaWiki:Common.css]] and the collapsible table used to hide the box in [[MediaWiki:Common.js]].&lt;br /&gt;
&lt;br /&gt;
=== Intricacies ===&lt;br /&gt;
* The 2px wide border between groups and lists is drawn using the border-left property of the list cell. Thus, if you wish to change the background color of the template (for example &amp;lt;code&amp;gt;bodystyle = background:purple;&amp;lt;/code&amp;gt;), then you'll need to make the border-left-color match the background color (i.e. &amp;lt;code&amp;gt;liststyle = border-left-color: purple;&amp;lt;/code&amp;gt;). If you wish to have a border around each list cell, then the 2px border between the list cells and group cells will disappear; you'll have to come up with your own solution.&lt;br /&gt;
* The list cell width is initially set to 100%. Thus, if you wish to manually set the width of group cells, you'll need to also specify the liststyle to have width: auto. If you wish to set the group width and use images, it's up to you to figure out the CSS in the groupstyle, liststyle, imagestyle, and imageleftstyle parameters to get everything to work correctly. Example of setting group width:&lt;br /&gt;
:: &amp;lt;code&amp;gt;groupstyle = width: 10em;&amp;lt;/code&amp;gt;&lt;br /&gt;
:: &amp;lt;code&amp;gt;liststyle = width: auto;&amp;lt;/code&amp;gt;&lt;br /&gt;
* Adjacent navboxes have only a 1 pixel border between them (except in IE 6, which doesn't support the necessary CSS). If you set the top or bottom margin of &amp;lt;code&amp;gt;style/bodystyle&amp;lt;/code&amp;gt;, then this will not work.&lt;br /&gt;
* The default margin-left and margin-right of the outer navbox table are set to &amp;quot;auto;&amp;quot;. If you wish to use navbox as a float, you need to manually set the margin-left and margin-right values, because the auto margins interfere with the float option. For example, add the following code to use the navbox as a float:&lt;br /&gt;
::&amp;lt;code&amp;gt;bodystyle = width: 22em; float: right; margin-left: 1em; margin-right: 0;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Copying to other projects or wikis? ===&lt;br /&gt;
More detailed information on copying {{tlf|Navbox}} to other wikis can be found on the [[Template talk:Navbox|talk page]].&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
# If the heading of the navbox spans more than one line, the second line will be displayed to the right of center. This can be avoided by hard-coding linebreaks with {{tag|br|single|params=clear=&amp;quot;all&amp;quot;}}.&lt;br /&gt;
# In Internet Explorer 8 and 9, there is a bug when using &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt;; navbox will fail to wrap the list to the next line if the list items start with an image, causing navbox to extend its width outside the screen. This can be fixed by adding &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; in front of the images.&lt;br /&gt;
# Excessive use of the '''unsubstituted''' {{tlx|•}} template as a delimiter, can in extreme cases cause the wiki page rendering to fail&amp;amp;nbsp;— there is a limit to the number of templates that can be used on a page (example [[Ketamine]] where the inclusion of eleven Navboxes with hundreds of bullets caused the page load not to complete, only the substitution of the bullets in those navboxes cured the problem). Use of the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class avoids the delimiter transclusion issue altogether, as the delimiters are rendered via CSS.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Navboxes}} — groups several navigation boxes together.&lt;br /&gt;
* {{tl|Otherarticles}} — a small navbox based on an existing category&lt;br /&gt;
* {{tl|Navbar}} — Used for the navigation links in navbox.&lt;br /&gt;
* {{tl|Nobold}} — To display text at normal font-weight within a context where the default font-weight is bold, e.g. header cells in tables.&lt;br /&gt;
* {{tl|Sidebar}} — Vertically-aligned navigation templates.&lt;br /&gt;
* [[Template:Navbox/testcases]] — For additional examples of template code.&lt;br /&gt;
* [[Wikipedia:Line-break handling]] — The how-to guide about how to handle word wraps (line breaks) on Wikipedia, such as the wrapping of the link lists used in navboxes.&lt;br /&gt;
* [[Wikipedia:Template documentation]] — Guideline to creating the accompanying documentation&lt;br /&gt;
* {{tl|Nowrap begin}}, {{tl|·}} and {{tl|•}} are '''deprecated''' in favor of the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class for formatting lists. See [[Template:Flatlist#Technical details|Flatlist]] for a technical explanation of how &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; works.&lt;br /&gt;
&lt;br /&gt;
{{Navigation templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!-- Categories go below this line, please; interwikis go to Wikidata, thank you! --&amp;gt;&lt;br /&gt;
[[Category:Navigational boxes| ]]&lt;br /&gt;
[[Category:Templates generating microformats]]&lt;br /&gt;
[[Category:Wikipedia metatemplates]]&lt;br /&gt;
[[Category:Exclude in print]]&lt;br /&gt;
[[Category:Templates that are not mobile friendly]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox_suite&amp;diff=50</id>
		<title>テンプレート:Navbox suite</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox_suite&amp;diff=50"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;{{#invoke:sidebar|sidebar&lt;br /&gt;
| width = auto&lt;br /&gt;
| bodystyle = border-spacing:0;background:#f7f7f7;padding:2px;&lt;br /&gt;
| titleclass = navbox-title&lt;br /&gt;
| title = Navbox suite&lt;br /&gt;
| contentclass = plainlist&lt;br /&gt;
| contentstyle = padding:0.25em;background:#fdfdfd;&lt;br /&gt;
&lt;br /&gt;
| content1 =&lt;br /&gt;
*{{tl|Navbox}}&lt;br /&gt;
*{{tl|Navbox with collapsible groups}}&lt;br /&gt;
*{{tl|Navbox with columns}}&lt;br /&gt;
*{{tl|Navboxes}}&lt;br /&gt;
&lt;br /&gt;
| navbarstyle = background:#fdfdfd;padding:0 5px&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
  NOTE: A template MUST support all of the parameters marked with a cross in Template:Navbox/doc in order to be Navbox suite compliant.&lt;br /&gt;
        In particular, the name, state, border, and navbar parameters are especially important.  &lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation|content=&lt;br /&gt;
[[Category:Navigational boxes| ]]&lt;br /&gt;
[[Category:Documentation shared content templates]]&lt;br /&gt;
[[Category:Wikipedia-internal navigational templates]]&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox_visibility&amp;diff=52</id>
		<title>テンプレート:Navbox visibility</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox_visibility&amp;diff=52"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Navboxes and other templates using the &amp;lt;code&amp;gt;navbox&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;vertical-navbox&amp;lt;/code&amp;gt; attributes are not displayed on the [https://en.m.wikipedia.org/ mobile web site for Wikipedia], which accounts for approximately 55% of readers.&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
[[Category:Notice and warning templates]]&lt;br /&gt;
[[Category:Navigational meta-templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navigation_templates&amp;diff=54</id>
		<title>テンプレート:Navigation templates</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navigation_templates&amp;diff=54"/>
				<updated>2019-05-14T14:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable hlist&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; width: auto; text-align: center; font-size: 90%;&amp;quot;&lt;br /&gt;
|+ &amp;lt;span style=&amp;quot;font-size: 130%;&amp;quot;&amp;gt;Navigation templates comparison&amp;lt;/span&amp;gt;&lt;br /&gt;
|- style=&amp;quot;line-height: 10pt;&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; padding-left: 4px; font-size: 111%;&amp;quot; | {{Navbar|Navigation templates|plain=1}}&lt;br /&gt;
! Collapsible !! Header color&lt;br /&gt;
! Image !! Groups !! Style (body) &amp;lt;br /&amp;gt; parameter/s !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | {{tl|Navbox}}&lt;br /&gt;
| collapsible || style=&amp;quot;background: #ccf;&amp;quot; | navbox&lt;br /&gt;
| Left/right of body || Yes || Yes ||&lt;br /&gt;
* {{tl|Solar System}}&lt;br /&gt;
* {{tl|Governance of Greater London}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | {{tl|Navbox with collapsible groups}}&lt;br /&gt;
| collapsible || style=&amp;quot;background: #ccf;&amp;quot; | navbox&lt;br /&gt;
| Left/right of body and/or in each list || Yes || Yes ||&lt;br /&gt;
* {{tl|Scouting}}&lt;br /&gt;
* {{tl|University of Michigan}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | {{tl|Navbox with columns}}&lt;br /&gt;
| collapsible || style=&amp;quot;background: #ccf;&amp;quot; | navbox&lt;br /&gt;
| Left/right of columns || No || Yes ||&lt;br /&gt;
* {{tl|Current U.S. Senators}}&lt;br /&gt;
* {{tl|Historical regions of the Czech Republic}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; width: auto; text-align: center; font-size: 90%;&amp;quot;&lt;br /&gt;
|+ &amp;lt;span style=&amp;quot;font-size: 130%;&amp;quot;&amp;gt;Collapsible attributes&amp;lt;/span&amp;gt;&lt;br /&gt;
|- style=&amp;quot;line-height: 10pt;&amp;quot;&lt;br /&gt;
! Type !! CSS classes !! JavaScript !! Collapses when !! Custom &amp;lt;br /&amp;gt; initial&amp;amp;nbsp;state !! Nesting&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Help:Collapsing|Collapsible tables]]&lt;br /&gt;
| collapsible&lt;br /&gt;
| Defined in [[MediaWiki:Common.js|Common.js]]&lt;br /&gt;
| 2 or more autocollapse on page || Yes || Yes&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
[[Category:Navigational boxes| ]]&lt;br /&gt;
[[Category:Documentation shared content templates]]&lt;br /&gt;
{{convert to use Navbox}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox&amp;diff=18</id>
		<title>テンプレート:Navbox</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Navbox&amp;diff=18"/>
				<updated>2019-05-14T14:10:35Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Navbox|navbox}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Clear&amp;diff=20</id>
		<title>テンプレート:Clear</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Clear&amp;diff=20"/>
				<updated>2019-05-14T14:10:35Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;clear:{{{1|both}}};&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation&amp;diff=22</id>
		<title>テンプレート:Documentation</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation&amp;diff=22"/>
				<updated>2019-05-14T14:10:35Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation_subpage&amp;diff=24</id>
		<title>テンプレート:Documentation subpage</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation_subpage&amp;diff=24"/>
				<updated>2019-05-14T14:10:35Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}}&lt;br /&gt;
     | &amp;lt;!--(this template has been transcluded on a /doc or /{{{override}}} page)--&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{#ifeq:{{{doc-notice|show}}} |show&lt;br /&gt;
          | {{Mbox&lt;br /&gt;
             | type = notice&lt;br /&gt;
             | style = margin-bottom:1.0em;&lt;br /&gt;
             | image = [[File:Edit-copy green.svg|40px|alt=|link=]]&lt;br /&gt;
             | text =&lt;br /&gt;
'''This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}'''.&amp;lt;br /&amp;gt;It contains usage information, [[Wikipedia:Categorization|categories]] and other content that is not part of the original {{#if:{{{text2|}}} |{{{text2}}} |{{#if:{{{text1|}}} |{{{text1}}} |{{#ifeq:{{SUBJECTSPACE}} |{{ns:User}} |{{lc:{{SUBJECTSPACE}}}} template page |{{#if:{{SUBJECTSPACE}} |{{lc:{{SUBJECTSPACE}}}} page|article}}}}}}}}. &lt;br /&gt;
            }}&lt;br /&gt;
         }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{#if:{{{inhibit|}}} |&amp;lt;!--(don't categorize)--&amp;gt;&lt;br /&gt;
          |   &amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
               --&amp;gt;{{#ifexist:{{NAMESPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
                   | [[Category:{{#switch:{{SUBJECTSPACE}} |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]&lt;br /&gt;
                   | [[Category:Documentation subpages without corresponding pages]]&lt;br /&gt;
                  }}&amp;lt;!--&lt;br /&gt;
           --&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
         }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
(completing initial #ifeq: at start of template:)&lt;br /&gt;
--&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
     | &amp;lt;!--(this template has not been transcluded on a /doc or /{{{override}}} page)--&amp;gt;&lt;br /&gt;
    }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:FULLBASEPAGENAME&amp;diff=26</id>
		<title>テンプレート:FULLBASEPAGENAME</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:FULLBASEPAGENAME&amp;diff=26"/>
				<updated>2019-05-14T14:10:35Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: 1版 をインポートしました&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if: {{Ns has subpages | {{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}} }} &lt;br /&gt;
  | {{#if: {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}}&lt;br /&gt;
    | {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}}&lt;br /&gt;
    | {{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}&lt;br /&gt;
    }}&lt;br /&gt;
  | {{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation&amp;diff=16</id>
		<title>テンプレート:Documentation</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation&amp;diff=16"/>
				<updated>2019-05-13T16:22:52Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: ページの白紙化&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation&amp;diff=15</id>
		<title>テンプレート:Documentation</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Documentation&amp;diff=15"/>
				<updated>2019-05-13T16:18:53Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: ページの作成:「{{#invoke: documentation | page }}」&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke: documentation | page }}&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E9%80%B2%E5%AD%A6%E9%81%B8%E6%8A%9E&amp;diff=14</id>
		<title>進学選択</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E9%80%B2%E5%AD%A6%E9%81%B8%E6%8A%9E&amp;diff=14"/>
				<updated>2019-05-12T15:04:26Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;進学選択&amp;lt;/strong&amp;gt;（しんがくせんたく）制度とは、東大において3年生からの進学先を決める制度のこと。&lt;br /&gt;
&lt;br /&gt;
旧制度「&amp;lt;strong&amp;gt;進学振分け&amp;lt;/strong&amp;gt;（しんがくふりわけ）制度」の名残から、通称「&amp;lt;strong&amp;gt;進振り&amp;lt;/strong&amp;gt;（しんふり）」と呼ばれる他、[[神]]からの託宣、つまり「神託」という皮肉を込めて「&amp;lt;strong&amp;gt;進択&amp;lt;/strong&amp;gt;（しんたく）」とも呼ばれる。&lt;br /&gt;
&lt;br /&gt;
== 制度概要 ==&lt;br /&gt;
&lt;br /&gt;
=== 第一段階 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 第二段階 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 第三段階 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 進学先一覧 ==&lt;br /&gt;
&lt;br /&gt;
*[[法学部#進振り|法学部]]&lt;br /&gt;
*経済学部&lt;br /&gt;
*文学部&lt;br /&gt;
**人文学科&lt;br /&gt;
***A群（思想文化）&lt;br /&gt;
***B群（歴史文化日本史学）&lt;br /&gt;
***C群（歴史文化東洋史学）&lt;br /&gt;
***D群（歴史文化西洋史学）&lt;br /&gt;
***E群（歴史文化考古学）&lt;br /&gt;
***F群（歴史文化美術史学）&lt;br /&gt;
***G群（言語文化）&lt;br /&gt;
***H群（心理学）&lt;br /&gt;
***I群（社会心理学）&lt;br /&gt;
***J群（社会学）&lt;br /&gt;
*教育学部&lt;br /&gt;
**総合教育科学科&lt;br /&gt;
***基礎教育学&lt;br /&gt;
***比較教育社会学&lt;br /&gt;
***教育実践・政策学&lt;br /&gt;
***教育心理学&lt;br /&gt;
***身体教育学&lt;br /&gt;
*教養学部&lt;br /&gt;
**教養学科&lt;br /&gt;
***超域文化科学分科&lt;br /&gt;
***地域文化研究分科&lt;br /&gt;
***総合社会科学分科&lt;br /&gt;
**統合自然科学科&lt;br /&gt;
***数理自然科学コース&lt;br /&gt;
***物質基礎科学コース&lt;br /&gt;
***統合生命科学コース&lt;br /&gt;
***認知行動科学コース&lt;br /&gt;
**学際科学科&lt;br /&gt;
***A群（科学技術論、地理・空間）&lt;br /&gt;
***B群（総合情報学、地球システム・エネルギー）&lt;br /&gt;
*教養PEAK（教養学部英語コース）&lt;br /&gt;
**教養学科&lt;br /&gt;
***国際日本研究コース&lt;br /&gt;
**学際科学科&lt;br /&gt;
***国際環境学コース&lt;br /&gt;
*工学部&lt;br /&gt;
**社会基盤学科&lt;br /&gt;
***社会基盤学A（設計・技術戦略）&lt;br /&gt;
***社会基盤学B（政策・計画）&lt;br /&gt;
***社会基盤学C（国際プロジェクト）&lt;br /&gt;
**建築学科&lt;br /&gt;
**都市工学科&lt;br /&gt;
***都市環境工学&lt;br /&gt;
***都市計画&lt;br /&gt;
**機械系&lt;br /&gt;
***機械工学A（機械工学科）&lt;br /&gt;
***機械工学B（機械情報工学科）&lt;br /&gt;
**航空宇宙工学科&lt;br /&gt;
**精密工学科&lt;br /&gt;
**電子・情報系&lt;br /&gt;
***電子情報工学科&lt;br /&gt;
***電気電子工学科&lt;br /&gt;
**応用物理系&lt;br /&gt;
***応用物理・物理工学（物理工学科）&lt;br /&gt;
***計数工学・数理／システム情報（計数工学科）&lt;br /&gt;
**マテリアル工学科&lt;br /&gt;
***マテリアル工学A（バイオマテリアル）&lt;br /&gt;
***マテリアル工学B（環境・基盤マテリアル）&lt;br /&gt;
***マテリアル工学C（ナノマテリアル）&lt;br /&gt;
**化学・生命系&lt;br /&gt;
***応用化学科&lt;br /&gt;
***化学システム工学科&lt;br /&gt;
***化学生命工学科&lt;br /&gt;
**システム創成学科&lt;br /&gt;
***システム創成A（環境・エネルギーシステム）&lt;br /&gt;
***システム創成B（システムデザイン＆マネジメント）&lt;br /&gt;
***システム創成C（知能社会システム）&lt;br /&gt;
*理学部&lt;br /&gt;
**数学科&lt;br /&gt;
**情報科学科&lt;br /&gt;
**物理学科&lt;br /&gt;
**宇宙・地球科学系&lt;br /&gt;
***天文学科&lt;br /&gt;
***地球惑星物理学科&lt;br /&gt;
***地球惑星環境学科&lt;br /&gt;
**化学科&lt;br /&gt;
**生物化学・生物情報科学系&lt;br /&gt;
***生物化学科&lt;br /&gt;
***生物情報科学科&lt;br /&gt;
**生物学科&lt;br /&gt;
*農学部&lt;br /&gt;
**応用生命科学課程&lt;br /&gt;
***生命化学・工学専修&lt;br /&gt;
***応用生物学専修&lt;br /&gt;
***森林生物科学専修&lt;br /&gt;
***水圏生物科学専修&lt;br /&gt;
***動物生命システム科学専修&lt;br /&gt;
***生物素材化学専修&lt;br /&gt;
**環境資源科学課程&lt;br /&gt;
***緑地生物学専修&lt;br /&gt;
***森林環境資源科学専修&lt;br /&gt;
***木質構造科学専修&lt;br /&gt;
***生物・環境工学専修&lt;br /&gt;
***農業・資源経済学専修&lt;br /&gt;
***フィールド科学専修&lt;br /&gt;
***国際開発農学専修&lt;br /&gt;
**獣医学課程&lt;br /&gt;
***獣医学専修&lt;br /&gt;
*薬学部&lt;br /&gt;
*医学部&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E6%B3%95%E5%AD%A6%E9%83%A8&amp;diff=13</id>
		<title>法学部</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E6%B3%95%E5%AD%A6%E9%83%A8&amp;diff=13"/>
				<updated>2019-05-12T15:01:45Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: pe-zi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''法学部'''とは、砂漠のこと。&lt;br /&gt;
&lt;br /&gt;
== 学部概要 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 進振り ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+法学部進振り定数&lt;br /&gt;
!rowspan=&amp;quot;3&amp;quot;|年度&lt;br /&gt;
!rowspan=&amp;quot;3&amp;quot;|定数&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|第一段階&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|第二段階&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|指定科類&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|全科類&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|指定科類&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|全科類&lt;br /&gt;
|-&lt;br /&gt;
!|文一&lt;br /&gt;
!|理科&lt;br /&gt;
!|文一&lt;br /&gt;
!|文二三&lt;br /&gt;
!|理科&lt;br /&gt;
|-&lt;br /&gt;
!2020&lt;br /&gt;
||420&lt;br /&gt;
||277&lt;br /&gt;
||4&lt;br /&gt;
||12&lt;br /&gt;
||88&lt;br /&gt;
||2&lt;br /&gt;
||2&lt;br /&gt;
||35&lt;br /&gt;
|-&lt;br /&gt;
!2019&lt;br /&gt;
||420&lt;br /&gt;
||277&lt;br /&gt;
||4&lt;br /&gt;
||12&lt;br /&gt;
||88&lt;br /&gt;
||2&lt;br /&gt;
||2&lt;br /&gt;
||35&lt;br /&gt;
|-&lt;br /&gt;
!2018&lt;br /&gt;
||415&lt;br /&gt;
||277&lt;br /&gt;
||4&lt;br /&gt;
||12&lt;br /&gt;
||118&lt;br /&gt;
||2&lt;br /&gt;
||2&lt;br /&gt;
||-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E9%80%B2%E5%AD%A6%E9%81%B8%E6%8A%9E&amp;diff=12</id>
		<title>進学選択</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E9%80%B2%E5%AD%A6%E9%81%B8%E6%8A%9E&amp;diff=12"/>
				<updated>2019-05-12T14:34:37Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;進学選択&amp;lt;/strong&amp;gt;（しんがくせんたく）制度とは、東大において3年生からの進学先を決める制度のこと。&lt;br /&gt;
&lt;br /&gt;
旧制度「&amp;lt;strong&amp;gt;進学振分け&amp;lt;/strong&amp;gt;（しんがくふりわけ）制度」の名残から、通称「&amp;lt;strong&amp;gt;進振り&amp;lt;/strong&amp;gt;（しんふり）」と呼ばれる他、[[神]]からの託宣、つまり「神託」という皮肉を込めて「&amp;lt;strong&amp;gt;進択&amp;lt;/strong&amp;gt;（しんたく）」とも呼ばれる。&lt;br /&gt;
&lt;br /&gt;
== 制度概要 ==&lt;br /&gt;
&lt;br /&gt;
=== 第一段階 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 第二段階 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 第三段階 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 進学先一覧 ==&lt;br /&gt;
&lt;br /&gt;
*法学部&lt;br /&gt;
*経済学部&lt;br /&gt;
*文学部&lt;br /&gt;
**人文学科&lt;br /&gt;
***A群（思想文化）&lt;br /&gt;
***B群（歴史文化日本史学）&lt;br /&gt;
***C群（歴史文化東洋史学）&lt;br /&gt;
***D群（歴史文化西洋史学）&lt;br /&gt;
***E群（歴史文化考古学）&lt;br /&gt;
***F群（歴史文化美術史学）&lt;br /&gt;
***G群（言語文化）&lt;br /&gt;
***H群（心理学）&lt;br /&gt;
***I群（社会心理学）&lt;br /&gt;
***J群（社会学）&lt;br /&gt;
*教育学部&lt;br /&gt;
**総合教育科学科&lt;br /&gt;
***基礎教育学&lt;br /&gt;
***比較教育社会学&lt;br /&gt;
***教育実践・政策学&lt;br /&gt;
***教育心理学&lt;br /&gt;
***身体教育学&lt;br /&gt;
*教養学部&lt;br /&gt;
**教養学科&lt;br /&gt;
***超域文化科学分科&lt;br /&gt;
***地域文化研究分科&lt;br /&gt;
***総合社会科学分科&lt;br /&gt;
**統合自然科学科&lt;br /&gt;
***数理自然科学コース&lt;br /&gt;
***物質基礎科学コース&lt;br /&gt;
***統合生命科学コース&lt;br /&gt;
***認知行動科学コース&lt;br /&gt;
**学際科学科&lt;br /&gt;
***A群（科学技術論、地理・空間）&lt;br /&gt;
***B群（総合情報学、地球システム・エネルギー）&lt;br /&gt;
*教養PEAK（教養学部英語コース）&lt;br /&gt;
**教養学科&lt;br /&gt;
***国際日本研究コース&lt;br /&gt;
**学際科学科&lt;br /&gt;
***国際環境学コース&lt;br /&gt;
*工学部&lt;br /&gt;
**社会基盤学科&lt;br /&gt;
***社会基盤学A（設計・技術戦略）&lt;br /&gt;
***社会基盤学B（政策・計画）&lt;br /&gt;
***社会基盤学C（国際プロジェクト）&lt;br /&gt;
**建築学科&lt;br /&gt;
**都市工学科&lt;br /&gt;
***都市環境工学&lt;br /&gt;
***都市計画&lt;br /&gt;
**機械系&lt;br /&gt;
***機械工学A（機械工学科）&lt;br /&gt;
***機械工学B（機械情報工学科）&lt;br /&gt;
**航空宇宙工学科&lt;br /&gt;
**精密工学科&lt;br /&gt;
**電子・情報系&lt;br /&gt;
***電子情報工学科&lt;br /&gt;
***電気電子工学科&lt;br /&gt;
**応用物理系&lt;br /&gt;
***応用物理・物理工学（物理工学科）&lt;br /&gt;
***計数工学・数理／システム情報（計数工学科）&lt;br /&gt;
**マテリアル工学科&lt;br /&gt;
***マテリアル工学A（バイオマテリアル）&lt;br /&gt;
***マテリアル工学B（環境・基盤マテリアル）&lt;br /&gt;
***マテリアル工学C（ナノマテリアル）&lt;br /&gt;
**化学・生命系&lt;br /&gt;
***応用化学科&lt;br /&gt;
***化学システム工学科&lt;br /&gt;
***化学生命工学科&lt;br /&gt;
**システム創成学科&lt;br /&gt;
***システム創成A（環境・エネルギーシステム）&lt;br /&gt;
***システム創成B（システムデザイン＆マネジメント）&lt;br /&gt;
***システム創成C（知能社会システム）&lt;br /&gt;
*理学部&lt;br /&gt;
**数学科&lt;br /&gt;
**情報科学科&lt;br /&gt;
**物理学科&lt;br /&gt;
**宇宙・地球科学系&lt;br /&gt;
***天文学科&lt;br /&gt;
***地球惑星物理学科&lt;br /&gt;
***地球惑星環境学科&lt;br /&gt;
**化学科&lt;br /&gt;
**生物化学・生物情報科学系&lt;br /&gt;
***生物化学科&lt;br /&gt;
***生物情報科学科&lt;br /&gt;
**生物学科&lt;br /&gt;
*農学部&lt;br /&gt;
**応用生命科学課程&lt;br /&gt;
***生命化学・工学専修&lt;br /&gt;
***応用生物学専修&lt;br /&gt;
***森林生物科学専修&lt;br /&gt;
***水圏生物科学専修&lt;br /&gt;
***動物生命システム科学専修&lt;br /&gt;
***生物素材化学専修&lt;br /&gt;
**環境資源科学課程&lt;br /&gt;
***緑地生物学専修&lt;br /&gt;
***森林環境資源科学専修&lt;br /&gt;
***木質構造科学専修&lt;br /&gt;
***生物・環境工学専修&lt;br /&gt;
***農業・資源経済学専修&lt;br /&gt;
***フィールド科学専修&lt;br /&gt;
***国際開発農学専修&lt;br /&gt;
**獣医学課程&lt;br /&gt;
***獣医学専修&lt;br /&gt;
*薬学部&lt;br /&gt;
*医学部&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	<entry>
		<id>http://wiki.todai.info/index.php?title=%E7%A5%9E&amp;diff=11</id>
		<title>神</title>
		<link rel="alternate" type="text/html" href="http://wiki.todai.info/index.php?title=%E7%A5%9E&amp;diff=11"/>
				<updated>2019-05-12T13:57:27Z</updated>
		
		<summary type="html">&lt;p&gt;UTaisaku: ページの作成:「'''神'''（かみ）とは、崇め奉るべき存在のこと。東京大学においては、以下の存在を指す。  *第30代東京大学総長「五神真...」&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''神'''（かみ）とは、崇め奉るべき存在のこと。東京大学においては、以下の存在を指す。&lt;br /&gt;
&lt;br /&gt;
*第30代東京大学総長「[[五神真]]」のこと。迷える東大生に「[[進学選択|神託]]」を与える。&lt;br /&gt;
&lt;br /&gt;
*極めて少ない労力で[[100優]]等の優れた成績を授ける教員のこと。[[逆評定]]を参照。&lt;/div&gt;</summary>
		<author><name>UTaisaku</name></author>	</entry>

	</feed>