Editing Template:Navbox with columns/doc

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
 
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
{{Navbox suite}}
+
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
 
A navigation box that presents its content in columns. Originally intended to provide a relatively straightforward means to align links prefixed by flag icons, e.g. in templates offering links to country articles.
 
A navigation box that presents its content in columns. Originally intended to provide a relatively straightforward means to align links prefixed by flag icons, e.g. in templates offering links to country articles.
  
 
== Basic syntax ==
 
== Basic syntax ==
Only required parameters and ''colwidth'' included.
+
Only required parameters and ''width'' included.
 
 
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Navbox with columns
 
{{Navbox with columns
 
|name  = {{subst:PAGENAME}}
 
|name  = {{subst:PAGENAME}}
 
|title =  
 
|title =  
|colwidth =  <!--(to set a default width for each column,
+
|colwidth =  <!--(to set a default width for each column, preferably in a proportional unit such as 'em'*)-->
                  preferably in a proportional unit such as 'em'*)-->
 
 
|col1  =  
 
|col1  =  
 
|col2  =  
 
|col2  =  
 
}}
 
}}
 
</pre>
 
</pre>
<div style="line-height:1.35em; font-size:90%;">* See [[Em (typography)]]. Using proportional units means the template should still be displayed correctly across a range of browser font-sizes. If ''colwidth'' not specified, a default 10em is used.</div>
+
{{smaller|* See [[Em (typography)]]. Using proportional units means the template should still be displayed correctly across a range of browser font-sizes. If ''width'' not specified, a default 10em is used.}}
  
 
== Parameters ==
 
== Parameters ==
Required parameters in '''bold'''. Parameters marked with a cross'''<sup>†</sup>''' are parameters in common with the sister templates {{t1|Navbox}} and {{t1|Navbox with collapsible groups}}.  A much more complete description of those parameters is available at {{t1|Navbox}}.
+
Required parameters in '''bold'''.
 
+
{| class="wikitable" style="font-size:95%;"
===Setup parameters===
+
|style="width:6.5em;"| '''''name''''' || The name of the template. The name of this template, for example, is "Navigation with columns".</tr>
:;name<sup>†</sup>
+
| ''state''        || Possible values are <code>collapsed</code>, <code>uncollapsed</code>, and the default <code>autocollapse</code>.</tr>
::The name of the template. The name of this template, for example, is "Navbox with columns".
+
| ''titlestyle''   || [[Wikipedia:CSS|CSS]] style/s to apply to titlebar; usually <code>background:''color''</code> (background defaults to [[Wikipedia:NavFrame|NavHead]] default).</tr>
 
+
| '''''title''''' || The title of the template, displayed centered in the titlebar at the top of the template.</tr>
:;state<sup>†</sup>
+
| ''bodystyle''    || CSS style/s to apply to the template's body (i.e. including space not used by columns)</tr>
::Possible values are <code>collapsed</code>, <code>uncollapsed</code>, <code>plain</code>, <code>off</code>, and the default <code>autocollapse</code>. See {{t1|Navbox}} for more information.
+
| ''abovestyle''  || CSS style/s to apply to the ''above'' parameter.</tr>
 
+
| ''above''        || Text or other elements to appear above the columns.</tr>
:;''navbar''<sup>†</sup>
+
| ''image''       || Image to the right of all of the columns.</tr>
::Possible values are <code>plain</code>, <code>off</code>, and the default value of blank.  See {{t1|Navbox}} for more information.
+
| ''imageleft''   || Image to the left of all of the columns.</tr>
 
+
| ''width''        || Width, preferably in a proportional unit such as '[[Em (typography)|em]]', used for each column whose width not specified by ''colNwidth'' below. Defaults to 10em.</tr>
:;''border''<sup>†</sup>
+
| ''padding''     || Padding before first column, preferably in a proportional unit. Defaults to 5em.</tr>
::Possible values are <code>child</code>, <code>none</code>, and the default value of blank. Set to <code>child</code> if you wish to use the navbox inside of another navbox; with this option, the child navbox is borderless and fits snuggly inside of its parent navbox.  The parent navbox may be the list area of {{t1|Navbox}}, a columns of another {{t1|Navbox with columns}}, or a section of {{t1|Navbox with collapsible groups}}.  See {{t1|Navbox}} for more information and examples.
+
| ''colstyle''    || CSS style/s to apply across all columns; if used, usually <code>background:''color''</code> per ''titlestyle'' above.</tr>
 
+
| ''oddcolstyle''  || CSS style/s to apply to all odd-numbered columns (again, if used, usually <code>background:''color''</code>).</tr>
===Basic data parameters===
+
| ''evencolstyle'' || CSS style/s to apply to all even-numbered columns (ditto).</tr>
:;'''''title'''''<sup>†</sup>
+
| ''col1width''    || First column's width (overrides ''width'' above).</tr>
::The title of the template, displayed centered in the titlebar at the top of the template.
+
| ''col1style''    || CSS style/s to apply to the first column.</tr>
 
+
| '''''col1'''''   || First column's content.</tr>
:;''above''<sup>†</sup>
+
| ''col2width''    || Second column's width (overrides ''width'' above).</tr>
::Text or other elements to appear above the columns.
+
| ''col2style''    || CSS style/s to apply to the second column.</tr>
 
+
| '''''col2'''''   || Second column's content.</tr>
:;''image''<sup>†</sup>
+
| ''col3width''    || Third column's width (overrides ''width'' above).</tr>
::Image to the right of all of the columns.
+
| ''col3style''    || CSS style/s to apply to the third column.</tr>
 
+
| ''col3''         || Third column's content.</tr>
:;''imageleft''<sup>†</sup>
+
| ......          || ......</tr>
::Image to the left of all of the columns.
+
| ''col12width''  || Twelfth and final column's width (overrides ''width'' above).</tr>
 
+
| ''col12style''   || CSS style/s to apply to the twelfth and final column.</tr>
:;''below''<sup>†</sup>
+
| ''col12''        || Twelfth and final column's content.</tr>
::Text or other elements to appear below the columns.
+
| ''belowstyle''  || CSS style/s to apply to the ''below'' parameter.</tr>
 
+
| ''below''        || Text or other elements to appear below the columns.</tr>
===Style parameters===
+
| ''category''    || The category or categories to which a page including the template will become a member. Avoid using, as such categories not shown in the code of a page transcluding the template.</tr>
:;''bodystyle''<sup>†</sup>
+
|}
::CSS style/s to apply to the template's body (i.e. including space not used by columns)
 
 
 
:;''titlestyle''<sup></sup>
 
::[[Wikipedia:CSS|CSS]] style/s to apply to titlebar; usually <code>background:''color''</code> (background defaults to [[Wikipedia:NavFrame|NavHead]] default).
 
 
 
:;''abovestyle''<sup>†</sup>
 
:;''belowstyle''<sup>†</sup>
 
::CSS style/s to apply to the ''above'' and ''below'' parameters, respectively.
 
 
 
:;''basestyle''<sup>†</sup>
 
::CSS style/s to apply to the ''title'', ''above'', and ''below'', parameters, all at the same time.
 
 
 
:;''imagestyle''<sup>†</sup>
 
::CSS style/s to apply to the ''image'' parameter.
 
 
 
:;''imageleftstyle''<sup></sup>
 
::CSS style/s to apply to the ''imageleft'' parameter  
 
  
:;''colstyle''
+
== Example ==
::CSS style/s to apply across all columns; if used, usually <code>background:''color''</code> per ''titlestyle'' above.
+
===Code===
 
+
<pre>
:;''oddcolstyle''
 
:;''evencolstyle''
 
::CSS style/s to apply to all odd/even-numbered columns, respectively.
 
 
 
:;''col<sub>n</sub>style''
 
::CSS style/s to apply to the n<sup>th</sup> column only.
 
 
 
:;''colheaderstyle''
 
::CSS style/s to apply to all column headers.
 
 
 
:;''col<sub>n</sub>headerstyle''
 
::CSS style/s to apply to the n<sup>th</sup> column header.
 
 
 
:;''col<sub>n</sub>footerstyle''
 
::CSS style/s to apply to the n<sup>th</sup> column footer cell.
 
 
 
===Columns parameters===
 
:;''colwidth''
 
::Width, preferably in a proportional unit such as '[[Em (typography)|em]]', or as a percentage, used for each column whose width not specified by ''colNwidth'' below. Defaults to 10em.  Examples:
 
:::<code>colwidth = 15em</code>
 
:::<code>colwidth = 25%</code>
 
 
 
:;''fullwidth''
 
::If set to anything, then the total width of the columns are scaled linearly to make the sum of the widths 100%.  A rather advanced parameter, this usually need not be used and should be left blank.  If a colheader or colfooter is used, then fullwidth is used automatically.  Example:
 
:::<code>fullwidth = true</code>
 
 
 
:;''padding''
 
::Padding before first column, preferably in a proportional unit. Defaults to 5em.  Padding is disabled by setting it to 0 (or 0em, or 0%).
 
 
 
:;''col<sub>n</sub>width''
 
::The n<sup>th</sup> column's width (overrides ''colwidth'' above).
 
 
 
:;'''''col<sub>n</sub>'''''
 
::The content of the n<sup>th</sup> column.  If any columns are used, then <code>col1</code> is required.  There can be a maximum of 20 columns.
 
 
 
:;''col<sub>n</sub>header''
 
::A header cell for the n<sup>th</sup> column that appears above the column.  See below for examples.
 
 
 
:;''col<sub>n</sub>footer
 
::A footer cell that appears below the n<sup>th</sup> column.
 
 
 
:;''col<sub>n</sub>headercolspan
 
::A number specifying how many columns the n<sup>th</sup> column header should span.  It defaults to 1.  If it is greater than one, then do not specify column headers that it covers.  For example, if <code>col1headercolspan = 3</code>, then leave <code>col2header</code> and <code>col3header</code> blank.
 
 
 
:;''col<sub>n</sub>footercolspan
 
::A number specifying how many columns the n<sup>th</sup> column footer should span.  It defaults to 1.  If it is greater than one, then do not specify column footers that it covers.  For example, if <code>col1footercolspan = 3</code>, then leave <code>col2footer</code> and <code>col3footer</code> blank.
 
 
 
===Additional lists===
 
You may wish to add a few extra lists below the columns.  The following parameters are given to provide such functionality.  See {{t1|Navbox}} for a more complete description of how they work, and for more examples.  Groups are not allowed.
 
 
 
:;''list<sub>n</sub>''<sup>†</sup>
 
::Allows up to 6 additional lists below the columns.
 
 
 
:;''liststyle''<sup>†</sup>
 
::The general CSS style/s for the lists.
 
 
 
:;''list<sub>n</sub>style''<sup>†</sup>
 
::CSS style/s for the n<sup>th</sup> list parameter.
 
 
 
:;''listpadding''<sup>†</sup>
 
::Amount of padding to have in each list cell.
 
 
 
== Examples ==
 
===Basic example===
 
<pre style="overflow:scroll;">
 
 
{{Navbox with columns
 
{{Navbox with columns
 
|name    = East Asia Summit (EAS)
 
|name    = East Asia Summit (EAS)
Line 155: Line 71:
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
===Result===
 
{{Navbox with columns
 
{{Navbox with columns
 
|name    = East Asia Summit (EAS)
 
|name    = East Asia Summit (EAS)
|state  = uncollapsed
 
 
|title  = Member states of the [[East Asia Summit|East Asia Summit (EAS)]]
 
|title  = Member states of the [[East Asia Summit|East Asia Summit (EAS)]]
 
|width  = 18.25em
 
|width  = 18.25em
Line 171: Line 88:
  
 
|below = '''Potential future members'''{{spaces|6}}{{TLS}}{{spaces|3}}{{RUS}}
 
|below = '''Potential future members'''{{spaces|6}}{{TLS}}{{spaces|3}}{{RUS}}
}}
 
 
 
===Example with percentage widths===
 
<pre style="overflow:scroll;">
 
{{Navbox with columns
 
| name = Plastics
 
| title = [[Plastic]]s
 
| colwidth = 33%
 
| colstyle = text-align: center
 
| col1 = [[Polyethylene]] (PE)<br />[[Polyethylene terephthalate]] (PET or PETE)<br />[[Polyvinyl chloride]] (PVC)<br />[[Polyvinylidene chloride]] (PVDC)<br />[[Polylactic acid]] (PLA)
 
| col2 = [[Polypropylene]] (PP)<br />[[Polyamide]] (PA)<br />[[Polycarbonate]] (PC)<br />[[Polytetrafluoroethylene]] (PTFE)<br />[[Polyurethane]] (PU)
 
| col3 = [[Polystyrene]] (PS)<br /> [[Polyester]]<br /> [[Acrylonitrile butadiene styrene]] (ABS)<br /> [[Acrylic glass|Polymethyl methacrylate]] (PMMA)<br /> [[Polyoxymethylene]] (POM)
 
}}
 
</pre>
 
{{Navbox with columns
 
| name = Plastics
 
| title = [[Plastic]]s
 
| state = uncollapsed
 
| cols = 3
 
| colwidth = 33%
 
| colstyle = text-align: center
 
| col1 = [[Polyethylene]] (PE)<br />[[Polyethylene terephthalate]] (PET or PETE)<br />[[Polyvinyl chloride]] (PVC)<br />[[Polyvinylidene chloride]] (PVDC)<br />[[Polylactic acid]] (PLA)
 
| col2 = [[Polypropylene]] (PP)<br />[[Polyamide]] (PA)<br />[[Polycarbonate]] (PC)<br />[[Polytetrafluoroethylene]] (PTFE)<br />[[Polyurethane]] (PU)
 
| col3 = [[Polystyrene]] (PS)<br /> [[Polyester]]<br /> [[Acrylonitrile butadiene styrene]] (ABS)<br /> [[Acrylic glass|Polymethyl methacrylate]] (PMMA)<br /> [[Polyoxymethylene]] (POM)
 
}}
 
 
 
===Example with col<sub>n</sub>header and col<sub>n</sub>footer===
 
The gray background for the columns is added for illustration only.
 
{{Navbox with columns
 
|name = Navbox with columns/doc
 
|state = uncollapsed
 
|title = col<sub>n</sub>header and col<sub>n</sub>footer example
 
 
|colstyle = text-align:center;background:silver;
 
|colwidth = 25%
 
 
|col1header = col1header
 
|col2header = col2header
 
|col3header = col3header
 
|col4header = col4header
 
 
|col1 = col1
 
|col2 = col2
 
|col3 = col3
 
|col4 = col4
 
 
|col1footer = col1footer
 
|col2footer = col2footer
 
|col3footer = col3footer
 
|col4footer = col4footer
 
 
}}
 
 
===Example with col<sub>n</sub>header using col<sub>n</sub>headercolspan===
 
The gray background for the columns is added for illustration only.
 
{{Navbox with columns
 
|name = Navbox with columns/doc
 
|state = uncollapsed
 
|title = col<sub>n</sub>header with col<sub>n</sub>colspan example
 
 
|colstyle = text-align:center;background:silver;
 
 
|col1header = col1header
 
|col2header = col2header (colspan=2)
 
|col4header = col4header
 
|col5header = col5header (colspan=3)
 
 
|col2headercolspan = 2
 
|col5headercolspan = 3
 
 
|col1 = col1
 
|col2 = col2
 
|col3 = col3
 
|col4 = col4
 
|col5 = col5
 
|col6 = col6
 
|col7 = col7
 
}}
 
 
==Using child navboxes==
 
All three types of navbox templates, namely {{t1|Navbox}}, {{t1|Navbox with columns}}, and {{t1|Navbox with collapsible groups}}, can be nested inside of one another using the <code>border</code> parameter (which is common to all three).  For complex templates, it may be necessary to use nesting to achieve a desired look.
 
 
===Nesting Navbox with columns in itself===
 
This example shows how one can nest multiple {{t1|Navbox with columns}} templates to get the right look.  Edit this section to view the code.  There is a main {{t1|Navbox with columns}} and two additional {{t1|Navbox with columns}} templates, with the "child" option set (see code).
 
{{Navbox with columns
 
|name = Navbox with columns/doc
 
|state = uncollapsed
 
|title = Subgroups with nesting
 
|colstyle = text-align:center;background:silver;
 
 
|col1width = 33%
 
|col2width = 17%
 
|col3width = 33%
 
|col4width = 17%
 
 
|col1header = Col1Header
 
|col2header = Col2Header
 
|col3header = Col3Header
 
|col4header = Col4Header
 
 
|col1 = {{Navbox with columns|child
 
  |colwidth = 50%
 
  |colstyle = text-align:center;background:silver;
 
 
  |col1header = Col1.1Header
 
  |col2header = Col1.2Header
 
 
  |col1 = Col1.1
 
  |col2 = Col1.2
 
}}
 
 
|col2 = Col2
 
 
|col3 = {{Navbox with columns|child
 
  |colwidth = 33%
 
  |colstyle = text-align:center;background:silver;
 
 
  |col1header = Col3.1Header
 
  |col2header = Col3.2Header
 
  |col3header = Col3.3Header
 
 
  |col1 = Col3.1
 
  |col2 = Col3.2
 
  |col3 = Col3.3
 
}}
 
 
|col4 = Col4
 
}}
 
 
===Nesting other Navbox forms===
 
This example shows {{t1|Navbox}}, {{t1|Navbox with collapsible groups}} and {{t1|Navbox with columns}} all working together.  Press the edit button for the section to view the code.  Note that each of the child navboxes has the first parameter set to <code>child</code>
 
{{Navbox with collapsible groups
 
|name = Navbox with collapsible groups
 
|title = Navbox, Navbox with columns, and Navbox with collapsible groups together
 
|selected = {{{1|}}}
 
 
|group1 = [[:Category:Scouting|The Scouting Movement]]
 
|abbr1  = movement
 
|list1  = [[Scouting]]{{·}}''[[Scouting for Boys]]''{{·}}[[Scout method]]{{·}}[[Scout Law]]{{·}}[[Scout Promise]]{{·}}[[Scout Motto]]{{·}}[[Wood Badge]]{{·}}[[Age groups in Scouting and Guiding]]{{·}}[[Cub Scout]]{{·}}[[Boy Scout]]{{·}}[[Rover Scout]]{{·}}[[Brownie (Girl Guides)|Brownie]]{{·}}[[Girl Guiding and Girl Scouting]]{{·}}[[Ranger (Girl Guide)]]{{·}}[[Jamboree (Scouting)|Jamboree]]{{·}}[[Scout Leader]]{{·}}[[World Organization of the Scout Movement|WOSM]]{{·}}[[World Association of Girl Guides and Girl Scouts|WAGGGS]]{{·}}[[Non-aligned Scouting and Scout-like organisations|Non-aligned organisations]]{{·}}[[Scouting controversy and conflict]]{{·}}[[Scouting in popular culture]]{{·}}[[List of Scouts]]{{·}}[[List of highest awards in Scouting]]
 
 
|list2  = {{Navbox|child
 
|title      = [[French colonial empires|Former French colonies]] in [[Africa]] and the [[Indian Ocean]]
 
|titlestyle = background#
 
|groupstyle = background:lavender;
 
 
|group1 = [[Mahgreb]]
 
|list1  = [[French rule in Algeria|Algeria]]{{·}} [[French Morocco|Morocco]]&nbsp;<small>([[Arguin|Arguin Island]])</small>{{·}} [[History of Tunisia|Tunisia]]
 
 
|group2 = [[French West Africa]]
 
|list2  = [[History of Côte d'Ivoire#French Period|Côte d'Ivoire]]{{·}} [[French Dahomey|Dahomey]]{{·}} [[French Sudan]]{{·}} [[French Guinea|Guinea]]{{·}} [[History of Mauritania#French colonization and post-colonial history|Mauritania]]{{·}} [[History of Niger#Colonization|Niger]]{{·}} [[History of Senegal|Senegal]]{{·}} [[French Upper Volta|Upper Volta]]
 
 
|group3 = &nbsp;
 
|list3  = [[French Togoland]]{{·}} [[James Island (The Gambia)|James Island]]
 
 
|group4 = [[French Equatorial Africa]]
 
|list4  = [[Colonial Chad|Chad]]{{·}} [[History of Gabon|Gabon]]{{·}} [[History of the Republic of the Congo|Middle Congo]]{{·}} [[Oubangui-Chari]]
 
 
|group5 = [[Comoros]]
 
|list5  = [[Anjouan]]{{·}} [[Grande Comore]]{{·}} [[Mohéli]]
 
 
|group6 = &nbsp;
 
|list6  = [[History of Djibouti#French Interest|French Somaliland (Djibouti)]]{{·}} [[History of Madagascar#French Control|Madagascar]]{{·}} [[Mauritius|Ile de France]]{{·}} [[Seychelles]]
 
 
}}
 
 
|group3 = [[:Category:Scouting in the United Kingdom|Scouting in the United Kingdom]]
 
|abbr3  = Scouting
 
|list3  = [[The Scout Association]]{{·}}[[Girlguiding UK]]{{·}}[[Beaver Scouts]]{{·}}[[Cub Section (UK)]]{{·}}[[Venture Scout]]{{·}}[[Explorer Scouts]]{{·}}[[Brownie (Girl Guides)]]{{·}}[[Ranger (Girl Guide)]]{{·}}[[Rainbow (Girl Guides)]]{{·}}[[Scout Network]]{{·}}[[Chief Scout (United Kingdom)]]{{·}}[[Scout Counties]]{{·}}[[Scout District]]{{·}}[[Scout Section (UK)]]{{·}}[[Scout Activity Centre]]{{·}}[[Young Leaders (The Scout Association)|Young Leaders]]
 
 
|list4  = {{Navbox with columns|child
 
|title = Navbox with columns nested in itself
 
|colstyle = text-align:center;
 
 
|col1width = 33%
 
|col2width = 17%
 
|col3width = 33%
 
|col4width = 17%
 
 
|col1header = Col1Header
 
|col2header = Col2Header
 
|col3header = Col3Header
 
|col4header = Col4Header
 
 
|col1 = {{Navbox with columns|child
 
  |colwidth = 50%
 
  |colstyle = text-align:center;
 
 
  |col1header = Col1.1Header
 
  |col2header = Col1.2Header
 
 
  |col1 = Col1.1
 
  |col2 = Col1.2
 
}}
 
 
|col2 = Col2
 
 
|col3 = {{Navbox with columns|child
 
  |colwidth = 33%
 
  |colstyle = text-align:center;
 
 
  |col1header = Col3.1Header
 
  |col2header = Col3.2Header
 
  |col3header = Col3.3Header
 
 
  |col1 = Col3.1
 
  |col2 = Col3.2
 
  |col3 = Col3.3
 
}}
 
 
|col4 = Col4
 
}}
 
 
 
}}
 
}}
  
 
== See also ==
 
== See also ==
* {{t1|Navbox}} &ndash; Allows groups/lists instead of columns
 
* {{t1|Navbox with collapsible groups}} &ndash; Another variation.
 
 
 
{{Navigational templates}}
 
{{Navigational templates}}
  
Line 396: Line 96:
 
<includeonly>
 
<includeonly>
 
<!--Categories-->
 
<!--Categories-->
[[Category:Navbox (navigational) templates| ]]
+
[[Category:Navigational templates| ]]
  
 
<!--Other languages-->
 
<!--Other languages-->
[[fr:Modèle:Méta palette de navigation avec colonnes]]
 
 
[[ja:Template:Navbox with columns]]
 
[[ja:Template:Navbox with columns]]
 
[[mk:Шаблон:Navbox with columns]]
 
[[mk:Шаблон:Navbox with columns]]
[[pl:Szablon:Navbox z kolumnami]]
 
 
[[sl:Predloga:Navigacija s stolpci]]
 
[[sl:Predloga:Navigacija s stolpci]]
[[uk:Шаблон:Navbox with columns]]
 
 
</includeonly>
 
</includeonly>

Please note that all contributions to Ava Zinn Wiki are considered to be released under the a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License (see Ava Zinn Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)
Preview page with this template

Copy and paste: – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · §   Sign your posts on talk pages: ~~~~   Cite your sources: <ref></ref>


{{}}   {{{}}}   |   []   [[]]   [[Category:]]   #REDIRECT [[]]   &nbsp;   <s></s>   <sup></sup>   <sub></sub>   <code></code>   <pre></pre>   <blockquote></blockquote>   <ref></ref> <ref name="" />   {{Reflist}}   <references />   <includeonly></includeonly>   <noinclude></noinclude>   {{DEFAULTSORT:}}   <nowiki></nowiki>   <!-- -->   <span class="plainlinks"></span>


Symbols: ~ | ¡ ¿ † ‡ ↔ ↑ ↓ • ¶   # ∞   ‘ ’ “ ” ‹› «»   ¤ ₳ ฿ ₵ ¢ ₡ ₢ $ ₫ ₯ € ₠ ₣ ƒ ₴ ₭ ₤ ℳ ₥ ₦ № ₧ ₰ £ ៛ ₨ ₪ ৳ ₮ ₩ ¥   ♠ ♣ ♥ ♦   ♭ ♯ ♮   © ® ™
Latin: A a Á á À à  â Ä ä Ǎ ǎ Ă ă Ā ā à ã Å å Ą ą Æ æ Ǣ ǣ   B b   C c Ć ć Ċ ċ Ĉ ĉ Č č Ç ç   D d Ď ď Đ đ Ḍ ḍ Ð ð   E e É é È è Ė ė Ê ê Ë ë Ě ě Ĕ ĕ Ē ē Ẽ ẽ Ę ę Ẹ ẹ Ɛ ɛ Ǝ ǝ Ə ə   F f   G g Ġ ġ Ĝ ĝ Ğ ğ Ģ ģ   H h Ĥ ĥ Ħ ħ Ḥ ḥ   I i İ ı Í í Ì ì Î î Ï ï Ǐ ǐ Ĭ ĭ Ī ī Ĩ ĩ Į į Ị ị   J j Ĵ ĵ   K k Ķ ķ   L l Ĺ ĺ Ŀ ŀ Ľ ľ Ļ ļ Ł ł Ḷ ḷ Ḹ ḹ   M m Ṃ ṃ   N n Ń ń Ň ň Ñ ñ Ņ ņ Ṇ ṇ Ŋ ŋ   O o Ó ó Ò ò Ô ô Ö ö Ǒ ǒ Ŏ ŏ Ō ō Õ õ Ǫ ǫ Ọ ọ Ő ő Ø ø Œ œ   Ɔ ɔ   P p   Q q   R r Ŕ ŕ Ř ř Ŗ ŗ Ṛ ṛ Ṝ ṝ   S s Ś ś Ŝ ŝ Š š Ş ş Ș ș Ṣ ṣ ß   T t Ť ť Ţ ţ Ț ț Ṭ ṭ Þ þ   U u Ú ú Ù ù Û û Ü ü Ǔ ǔ Ŭ ŭ Ū ū Ũ ũ Ů ů Ų ų Ụ ụ Ű ű Ǘ ǘ Ǜ ǜ Ǚ ǚ Ǖ ǖ   V v   W w Ŵ ŵ   X x   Y y Ý ý Ŷ ŷ Ÿ ÿ Ỹ ỹ Ȳ ȳ   Z z Ź ź Ż ż Ž ž   ß Ð ð Þ þ Ŋ ŋ Ə ə
Greek: Ά ά Έ έ Ή ή Ί ί Ό ό Ύ ύ Ώ ώ   Α α Β β Γ γ Δ δ   Ε ε Ζ ζ Η η Θ θ   Ι ι Κ κ Λ λ Μ μ   Ν ν Ξ ξ Ο ο Π π   Ρ ρ Σ σ ς Τ τ Υ υ   Φ φ Χ χ Ψ ψ Ω ω   {{Polytonic|}}
Cyrillic: А а Б б В в Г г   Ґ ґ Ѓ ѓ Д д Ђ ђ   Е е Ё ё Є є Ж ж   З з Ѕ ѕ И и І і   Ї ї Й й Ј ј К к   Ќ ќ Л л Љ љ М м   Н н Њ њ О о П п   Р р С с Т т Ћ ћ   У у Ў ў Ф ф Х х   Ц ц Ч ч Џ џ Ш ш   Щ щ Ъ ъ Ы ы Ь ь   Э э Ю ю Я я   ́
IPA: t̪ d̪ ʈ ɖ ɟ ɡ ɢ ʡ ʔ   ɸ β θ ð ʃ ʒ ɕ ʑ ʂ ʐ ç ʝ ɣ χ ʁ ħ ʕ ʜ ʢ ɦ   ɱ ɳ ɲ ŋ ɴ   ʋ ɹ ɻ ɰ   ʙ ⱱ ʀ ɾ ɽ   ɫ ɬ ɮ ɺ ɭ ʎ ʟ   ɥ ʍ ɧ   ʼ   ɓ ɗ ʄ ɠ ʛ   ʘ ǀ ǃ ǂ ǁ   ɨ ʉ ɯ   ɪ ʏ ʊ   ø ɘ ɵ ɤ   ə ɚ   ɛ œ ɜ ɝ ɞ ʌ ɔ   æ   ɐ ɶ ɑ ɒ   ʰ ʱ ʷ ʲ ˠ ˤ ⁿ ˡ   ˈ ˌ ː ˑ ̪   {{IPA|}}