ဝီႇၶီႇၽီးတီးယႃး
shnwiki
https://shn.wikipedia.org/wiki/%E1%81%BC%E1%82%83%E1%82%88%E1%82%81%E1%80%B0%E1%80%9D%E1%80%BA%E1%82%81%E1%82%85%E1%81%B5%E1%80%BA%E1%82%88
MediaWiki 1.44.0-wmf.8
first-letter
သိုဝ်ႇၶၢဝ်ႇ
ၶိုၵ်ႉတွၼ်း
ဢုပ်ႇၵုမ်
ၽူႈၸႂ်ႉတိုဝ်း
ဢုပ်ႇၵုမ် ၽူႈၸႂ်ႉတိုဝ်း
ဝီႇၶီႇၽီးတီးယႃး
ဢုပ်ႇၵုမ် ဝီႇၶီႇၽီးတီးယႃး
ၾၢႆႇ
ဢုပ်ႇၵုမ် ၾၢႆႇ
မီႇတီႇယႃႇဝီႇၶီႇ
ဢုပ်ႇၵုမ် မီႇတီႇယႃႇဝီႇၶီႇ
ထႅမ်းပလဵတ်ႉ
ဢုပ်ႇၵုမ် ထႅမ်းပလဵတ်ႉ
လွင်ႈၸွႆႈထႅမ်
ဢုပ်ႇၵုမ် လွင်ႈၸွႆႈထႅမ်
ပိူင်ထၢၼ်ႈ
ဢုပ်ႇၵုမ် ပိူင်ထၢၼ်ႈ
ၵိူၼ်ႇတူ
တွၼ်ႈဢုပ်ႇ ၵိူၼ်ႇတူ
TimedText
TimedText talk
မေႃႇၵျူး
ဢုပ်ႇၵုမ် မေႃႇၵျူး
မီႇတီႇယႃႇဝီႇၶီႇ:Common.css
8
17
65789
65757
2024-12-23T15:07:14Z
Saimawnkham
5
65789
css
text/css
/*
* This is the CSS common to all desktop skins on en.Wikipedia.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/
/* Reset italic styling set by user agent */
cite,
dfn {
font-style: inherit;
}
/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
/* Consistent size for <small>, <sub> and <sup> */
small {
font-size: 85%;
}
.mw-body-content sub,
.mw-body-content sup {
font-size: 80%;
}
/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
margin-top: 0.4em;
margin-bottom: 0.4em;
}
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
/* Avoid FOUC/reflows on collapsed elements. */
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}
/* Different margin on references */
.references {
margin-bottom: 0.5em;
}
/* Cite customizations for Parsoid
* Once everything uses the one true parser these are just customizations
*/
span[ rel="mw:referencedBy" ] {
counter-reset: mw-ref-linkback 0;
}
span[ rel='mw:referencedBy' ] > a::before {
content: counter( mw-ref-linkback, lower-alpha );
font-size: 80%;
font-weight: bold;
font-style: italic;
}
a[ rel="mw:referencedBy" ]::before {
font-weight: bold;
content: "^";
}
span[ rel="mw:referencedBy" ]::before {
content: "^ ";
}
/* These blocks need review after [[phab:T371839]] or related are complete */
.mw-ref > a[style~="mw-Ref"][data-mw-group=lower-alpha]::after {
content: '[' counter( mw-Ref, lower-alpha ) ']';
}
.mw-ref > a[style~="mw-Ref"][data-mw-group=upper-alpha]::after {
content: '[' counter( mw-Ref, upper-alpha ) ']';
}
.mw-ref > a[style~="mw-Ref"][data-mw-group=decimal]::after {
content: '[' counter( mw-Ref, decimal ) ']';
}
.mw-ref > a[style~="mw-Ref"][data-mw-group=lower-roman]::after {
content: '[' counter( mw-Ref, lower-roman ) ']';
}
.mw-ref > a[style~="mw-Ref"][data-mw-group=upper-roman]::after {
content: '[' counter( mw-Ref, upper-roman ) ']';
}
.mw-ref > a[style~="mw-Ref"][data-mw-group=lower-greek]::after {
content: '[' counter( mw-Ref, lower-greek ) ']';
}
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
font-weight: normal;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
}
/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
/* Change the external link icon to a PDF icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
/* @noflip */
padding: 8px 18px 8px 0;
}
/* System messages styled similarly to fmbox */
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
* the edit-protected notice and the special:Contribs for blocked users
* The latter has specificity of 3 classes so we have to triple up here.
*/
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: var(--background-color-error-subtle, #ffdbdb);
padding: 0.25em 0.9em;
box-sizing: border-box;
}
/* default colors for partial block message */
/* gotta get over the hump introduced by the triple class above */
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
border-color: #fc3;
background-color: var(--background-color-warning-subtle, #fef6e7);
}
/* Minimum thumb width */
@media (min-width: 640px) {
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
min-width: 100px;
}
}
/* Prevent floating boxes from overlapping any category listings,
file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
/* Hide stuff meant for accounts with special permissions. Made visible again in
[[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
[[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
[[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
[[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
/* Hide the redlink generated by {{Editnotice}},
this overrides the ".sysop-show { display: none; }" above that applies
to the same link as well. See [[phab:T45013]]
Hide the images in editnotices to keep them readable in VE view.
Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors {
margin: 0;
}
ul.permissions-errors > li {
list-style: none;
}
/* larger inline math */
span.mwe-math-mathml-inline {
font-size: 118%;
}
/* Make <math display="block"> be left aligned with one space indent for
* compatibility with style conventions
*/
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
.mwe-math-mathml-display math {
display: inline;
}
@media screen {
/* Put a chequered background behind images, only visible if they have transparency,
* except on main, user, and portal namespaces
*/
body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
do not apply to print mode */
#siteSub {
display: block;
}
/* Make the list of references smaller
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/
.references {
font-size: 90%;
}
}
/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
display: none;
}
/*
* BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
* SEE [[MediaWiki talk:Common.css/to do]]
* CSS is separated by component (which is why media queries are not joined)
*/
/* Infoboxes */
.infobox {
border: 1px solid #a2a9b1;
color: black;
padding: 0.2em;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
}
@media screen {
.infobox {
background-color: #f8f9fa;
}
}
@media (max-width: 640px) {
.infobox {
width: 100%;
}
.infobox .nowrap {
white-space: normal;
}
}
@media (min-width: 640px) {
.infobox {
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
vertical-align: top;
}
.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
padding: 0.2em;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
font-weight: normal;
/* @noflip */
text-align: left;
}
/* Remove underlines from certain links */
.nounderlines a,
.IPA a:link,
.IPA a:visited {
text-decoration: none !important;
}
/* Prevent line breaks in silly places where desired (nowrap)
and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
white-space: nowrap;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
white-space: normal;
}
/* texhtml class for inline math (based on generic times-serif class) */
/* remove spans when this is TemplateStyled */
span.texhtml {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
/* Force tabular and lining display for texhtml */
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}
span.texhtml span.texhtml {
font-size: 100%;
}
@media (min-width: 640px) {
span.texhtml {
white-space: nowrap;
}
}
/* Prevent flags in tables from collapsing: Fix for T116318
* TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins
*/
@media (max-width: 640px) {
.flagicon a > img,
.flagicon noscript > img {
max-width: none !important;
}
}
@media screen {
.nochecker .gallerybox .thumb img {
background-image: none;
}
}
/*
* Put anything you mean to be a sitewide addition above the TemplateStyles
* comment above.
*/
m5vffiuhidwij0fzwjirzfk2lyau2nf
တူၼ်ႈတီး
0
319
65832
64163
2024-12-24T00:29:40Z
Saimawnkham
5
65832
wikitext
text/x-wiki
{{Infobox settlement
|name = ဝဵင်းတူၼ်ႈတီး
|settlement_type = [[ဝဵင်းၼႂ်းမိူင်းမျၢၼ်ႇမႃႇ|ဝဵင်းၼႂ်းမိူင်းတႆး]]
|pushpin_label_position = bottom
|pushpin_map = မိူင်းမၢၼ်ႊ
|pushpin_map_caption = ဢွင်ႈတီႈ ၼႂ်းမိူင်းမျၢၼ်ႇမႃႇ
|image_skyline =Shwe Bone Pwint Pagoda, Taunggyi,Shan.jpg
|imagesize = 300px
|image_caption =
|image_map =
|map_caption =
|subdivision_type = မိူင်း
|subdivision_name = [[ၾၢႆႇ:Flag of Myanmar.svg|25px]] [[မိူင်းမၢၼ်ႊ|မိူင်းမျၢၼ်ႇမႃႇ]]
|subdivision_type1 = [[ၼႃႈလိၼ်ၽွင်းငမ်းဢုပ်ႉပိူင်ႇ မိူင်းမျၢၼ်ႇမႃႇ|ၸႄႈမိူင်း]]
|subdivision_name1 = [[ၾၢႆႇ:Flag of Shan.png|25px]] [[မိူင်းတႆး|ၸႄႈမိူင်းတႆး]]
|subdivision_type2 = [[ၸႄႈတွၼ်ႈၸိူဝ်းမီးၼႂ်း မိူင်းမျၢၼ်ႇမႃႇ|ၸႄႈတွၼ်ႈ]]
|subdivision_name2 = [[တူၼ်ႈတီး၊ ၸႄႈတွၼ်ႈ|ၸႄႈတွၼ်ႈတူၼ်ႈတီး]]
|subdivision_type3 = [[ၸႄႈဝဵင်းၸိူဝ်းမီးၼႂ်း မိူင်းမျၢၼ်ႇမႃႇ|ၸႄႈဝဵင်း]]
|subdivision_name3 = [[တူၼ်ႈတီး၊ ၸႄႈဝဵင်း|ၸႄႈဝဵင်းတူၼ်ႈတီး]]
|unit_pref = Imperial
|area_total_km2 =
|population =
|population_total = ၃၈၁,၆၃၉
|population_urban = ၂၆၄,၈၀၄
|population_rural = ၁၁၆,၈၃၅
|population_as_of = 2014
|population_footnotes = <ref name="census-2014">{{Cite book|title=သန်းခေါင်စာရင်း အစီရင်ခံစာ|publisher=လူဝင်မှုကြီးကြပ်ရေးနှင့် ပြည်သူ့အင်အား ဝန်ကြီးဌာန|location=နေပြည်တော်|date=မေ ၂၀၁၅|series=၂၀၁၄ ခုနှစ် လူဦးရေနှင့် အိမ်ထောင်စု သန်းခေါင်စာရင်း အစီရင်ခံစာ|volume=အတွဲ-၂|pages=၆၆|url=https://drive.google.com/file/d/0B067GBtstE5TeUlIVjRjSjVzWlk/view}}</ref>
|population_blank1_title = Ethnicities
|population_blank2 = [[ထေရဝႃတ|ပုတ်ႉထၽႃႇသႃႇ]]
|population_blank2_title = သႃႇသၼႃႇ
|population_density_km2 = auto
|coordinates = {{Coord|20.77477|97.03598|region:MM|format=dms|display=inline, title}}
|leader_title =
|elevation_ft = 4,679
|elevation_m =
|timezone = [[လၵ်းၸဵင်ၶၢဝ်းယၢမ်းမျၢၼ်ႇမႃႇ|MST]]
|utc_offset = +6.30
|website =
|postal_code_type = မၢႆသူင်ႇလိၵ်ႈ
|postal_code = 06011
}}
'''ဝဵင်းတူၼ်ႈတီး''' ({{IPA-shn|to᷆n tí|IPA}}), ({{Lang-my|တောင်ကြီးမြို့}}), ({{Lang-en|Taunggyi}}), ({{IPA-shn|Tonti|pron}}) ၼႆႉ မီးၼႂ်း [[တူၼ်ႈတီး၊ ၸႄႈဝဵင်း|ၸေႊဝဵင်းတူၼ်ႈတီး]]၊ [[တူၼ်ႈတီး၊ ၸႄႈတွၼ်ႈ|ၸေႊတွၼ်ႈတူၼ်ႈတီး]]၊ [[မိူင်းတႆး|ၸေႊမိူင်းတႆး]]၊ [[မိူင်းမၢၼ်ႊ|မိူင်းမျၢၼ်ႇမႃႇ]]သေ ပဵၼ်ဝဵင်းပၵ်းလုမ်း ၸႄႈမိူင်းတႆး ၶႃႈဢေႃႈ။<br>
{{my|'''ဝဵင်းတူၼ်ႈတီး'''ၼႆႉ ပဵၼ်ဝဵင်းငဝ်ႈၸိုင်ႈ [[မိူင်းတႆး|မိူင်းတႆး]]သေ မီးတီႈ မိူင်းတႆးပွတ်းၸၢၼ်း။ မီးၼိူဝ်သဵၼ်ႈတၢင်း တႃႇၸီႇလႄႈ ၵဵင်းတုင်၊ မီးၽၢႆႇႁွင်ႇ ဝဵင်းၺွင်ႇသူၺ်ႇလႄႈ ၼွင်ႁၢႆးယႃး (ၼွင်ဢၢင်းလေး)။ <ref> "Taunggyi | Myanmar". Encyclopedia Britannica. Retrieved 2017-10-22.</ref> ပီႊ 2014 ႁူဝ်ၵူၼ်း ဝဵင်းတူၼ်ႈတီး မီး380,665 ၵေႃႉ။ <ref> http://data.un.org/Data.aspx?d=POP&f=tableCode%3A240. Missing or empty |title= (help)</ref> ၼွၵ်ႈသေ ဝဵင်းတႃႈၵုင်ႈ၊ ဝဵင်းလိူဝ်ႇ၊ ဝဵင်းမေႃႇလမႅင်ႇၸိူဝ်းၼၼ်ႉ ၼႂ်းမိူင်းမၢၼ်ႊၼႆႉ ပဵၼ်ဢၼ်ယႂ်ႇသေပိူၼ်ႈ ထီႉႁႃႈ။ တူၼ်ႈတီးၼႆႉ မီးတီႈတၢင်ႉသုင် 4712 ထတ်း။ ဝဵင်းတူၼ်ႈတီးၼႆႉ ၸိုဝ်ႈသဵင်ယႂ်ႇလူၺ်ႈ ပွႆးလိူၼ်သိပ်းသွင်မူၼ်း ဢၼ်ပွႆႇႁူင်းၾႆးမိၼ်ၼၼ်ႉယဝ်ႉ။ <ref> "Taunggyi's fire balloon festival". The Myanmar Times. Retrieved 2017-10-22.</ref> ႁူမ်ႈဝႃႈ ပဵၼ်ဝဵင်းငဝ်ႈၸိုင်ႈမိူင်းတႆးသေတႃႉ ၵူၼ်းယူႇသဝ်းတီႈတူၼ်ႈတီး ၵမ်ႈၼမ်ၼႆႉ ဢမ်ႇၸႂ်ႈတႆး။ ၼွၵ်ႈသေတႆး မီးထႅင်ႈ မၢၼ်ႊ၊ ဢၢင်းသႃး လႄႈ ပဢူဝ်း ၶဝ်ၵေႃႈ ယူႇသဝ်း ၶူၼ်းၶဝ်းလေႃးလႄးၵၼ်ဝႆႉ။ ၸင်ႇၼႆႉတႄႉ လႆႈႁၼ် ၸၢဝ်းၶိူဝ်းၶႄႇၶဝ်ၵေႃႈ ၶဝ်ႈမႃးယူႇသဝ်းတင်းၼမ်။}}
==သၢႆပိုၼ်း==
မိူဝ်ႈဢင်းၵိတ်ႉၶဝ် ပႆႇၶဝ်ႈမိူင်းၼၼ်ႉ တူၼ်ႈတီးၼႆႉ တိုၵ်ႉပဵၼ်ဝၢၼ်ႈဢွၼ်ႇ မီးႁိူၼ်းသုမ်ႉဢွၼ်ႇ လၢႆလင်ၼၼ်ႉၵွၺ်း။ ထိုင်ပၢၼ်ဢင်းၵိတ်ႉ ဢုပ်ႉမိူင်းၼၼ်ႉၸင်ႇ တူၼ်ႈတီးၼႆႉ ပဵၼ်ဝဵင်းပၵ်းလုမ်း လူင်ပွင်ၸိုင်ႈ တႃႇမိူင်းတႆးပွတ်းၸၢၼ်း။ မိူဝ်ႈ ပ.ၶ 1894 ၼၼ်ႉ ၵွပ်ႈပိူဝ်ႈ ၼမ်ႉလိၼ်ႁိၼ်ၽႃလႄႈသင်၊ ပၢႆးယူႇလီလႄႈသင် လူင်ပွင်ၸိုင်ႈဢင်းၵိတ်ႉၶဝ် တႅပ်းတတ်း တႃႇလုမ်းလူင်ပွင်ၸိုင်ႈ ၸိူဝ်းပၵ်းဝႆႉ တီႈမိူင်းသွၵ်ႇ ဢၼ်မီးတီႈၾင်ႇဝၼ်းဢွၵ်ႇ ၼွင်ႁၢႆးယႃႈၼၼ်ႉ ၶၢႆႉၸူး တူၼ်းတီး။ တႄႇပီႊၼၼ်ႉသေ ဝဵင်းတူၼ်ႈတီးၵေႃႈ ၶိုၼ်ႈယႂ်ႇမႂ်ႇသုင်မႃးတိၵ်းတိၵ်းယဝ်ႉ။
မိူဝ်ႈပီႊမိူင်း 1906 ၼၼ်ႉ မီးလင်ႁိူၼ်းႁဵင်ၼိူင်ႈ။ မိူဝ်ႈပီႊ 1900 ပၢႆးၸဝ်ႉၼၼ်ႉ ၵွပ်ႈပိူဝ်ႈတီႈမိူင်းတႆး ဢမ်ႇပႆႇငမ်းယဵၼ်လႄႈ ဝဵင်းတူၼ်ႈတီးၼႆႉ ပဵၼ်ပၢင်သဝ်း တပ်ႉသိုၵ်းဢင်းၵိတ်ႉၶဝ် ဢၼ်လမ်ႇလွင်ႈတီႈသုတ်း။ ပၢႆပဵၼ် ပၢင်သဝ်း ဢၼ်ၵမ်ႉၸွႆႈ ၶဝ်ႈၼမ်ႉတၢင်းၵိၼ် တႃႇတပ်ႉသိုၵ်းဢင်းၵိတ်ႉ ၼႂ်းမိူင်းတႆး။
==ၶိူဝ်းၵူၼ်းလႄႈ ၽႃႇသႃႇၵိူဝ်းယမ်==
==ယဵၼ်ႇငႄႈၾိင်ႈထုင်း==
ၢဝ်းၶိူဝ်းၵူၼ်း ၸိူဝ်းယူႇသဝ်းတီႈတူၼ်ႈတီးၸမ်း ပိူင်ယႂ်ႇမၼ်းပဵၼ် တႆး၊ မၢၼ်ႊ၊ ပဢူဝ်း၊ ဢၢင်းသႃး။ ၼွၵ်ႈသေ ၸၢဝ်းၶိူဝ်းပိုၼ်ႉတီႈ မီး ၶႄႇ လႄႈ ၵႃးလႃးမုသ်ႉလိမ်းၶဝ် ယူႇသဝ်း။ ၵူၼ်းဝဵင်းတူၼ်ႈတီးၶဝ်ၵမ်ႈၼမ်ၵေႃႈ ပဵၼ်ၸၢဝ်းပုတ်ႉ မိူၼ်ၼင်ႇ တၢင်ႇတီႈတၢင်လႅၼ်ႊ ၼႂ်းမိူင်းမၢၼ်ႊ။ မီးဝတ်ႉဝႃးၽႃသိူဝ်ႇ ၸၢဝ်းပုတ်ႉၶဝ် ၸွတ်ႇတူဝ်ႈဝဵင်း။
တီႈတူၼ်ႈတီးၼႆႉ မီးၸၢဝ်းၶရိတ်ႉၵမ်ႈၽွင်ႈယူႇသဝ်းသေ ပဵၼ် ၸၢဝ်းရူဝ်ႇမႅၼ်ႇၶႅတ်ႉလိၵ်ႉ လႄႈ ၸၢဝ်းပႅပ်ႉတိသ်ႉၶဝ်။ မီးပလီႇၸၢဝ်းမုသ်ႉၶဝ် သီႇလင်ေသၸၢဝ်းမုသ်ႉလိမ်းၶဝ်ၵမ်ႈၼမ် ၵႂႃႇဝႆႈတီႈ ပလီႇႁူဝ်ဝဵင်း၊ ပလီႇၵၢင်ဝဵင်း လႄႈ ပလီႇတၢင်းၸၢၼ်း။ ၶႄႇပၢၼ်းသေးၶဝ်တႄႉ ၵႂႃႇဝႆႈတီႈပလီႇပၢၼ်းသေးၶဝ်ၵွၺ်း။ ဝတ်ႉၶႄႇ ဢၼ်ၸၢဝ်းၶႄႇၶဝ် ၵႂႃႇဝႆႈၼၼ်ႉၵေႃႈ မီးယူႇၵမ်ႈၽွင်ႈ။
တူၼ်ႈတီးၼႆႉ ပဵၼ်ဝဵင်းဢၼ် ၵူၼ်းထွင်ႊလႄႇၶဝ် ႁိုၼ်ႇသူင်လႄႇလၢဝ်း။ မီးႁႃႈဝၼ်းၼိူင်ႈၵၢတ်ႇသေ ပေႃးဝၼ်းၵၢတ်ႇမႃး မီးၵူၼ်းဝၢၼ်ႈၼွၵ်ႈၼႃးပၢင်ႇ ႁိမ်းႁွမ်းတူၼ်ႈတီးၶဝ် မႃးၶဝ်ႈၵၢတ်ႇသေ ၵိုၼ်းဢိုၵ်ႉဢိုၵ်ႉဝႆႉ။ ၵူၺ်းၵႃႊ ၾၢင်ႁၢင်ႊဝဵင်းလူင် ပီႇလီမႃးယႂ်းယႂ်းလႄႈ ၾိင်ႈဝၼ်းၵၢတ်ႇၵေႃႈ ၶႂ်ႈဝွတ်ႈဝၢႆးႁၢႆမႃးလွႆးလွႆးယဝ်ႉ။ ၵႃႈတီႈဝၢၼ်ႈႁိမ်းႁွမ်းတူၼ်ႈတီးၼၼ်ႉတႄႉ တိုၵ်ႉလႆႈႁၼ် ၾိင်ႈဝၼ်းၵၢတ်ႇယူႇ။
တီႈထုင်ႉၼွင်ႁၢႆးယႃႈ ဢၼ်မီးၸမ် တူၼ်ႈတီးၼၼ်ႉၵေႃႈ တေလႆႈႁၼ် ၾိင်ႈထုင်းယဵၼ်ႇငႄႈ ဢၢင်းသႃးၶဝ်။ ပွႆးၽြႃးၸၢမ်ၵဝ်ႈတွၼ်ႊ (ၽွင်ႇတေႃႇဢူး) ဢၼ်ၸတ်းႁဵတ်း မိူဝ်ႈလိူၼ်ၵဝ်ႈၵူႊပီႊၼၼ်ႉၵေႃႈ ပဵၼ်ပွႆးလူင်ၶိုၵ်ႉၶၢႆး တႃႇမိူင်းတႆးဢၼ်ၼိူင်ႈယဝ်ႉ။ မူၺ်ႇတေႃႇၵၢတ်ႇၵူႇ ဢၼ်ၸမ်တင်းတူၼ်ႈတီးၼၼ်ႉ ပဵၼ်ၵွင်းမူးသႅမ်း ဢၼ်ၵေႃႇဝႆႉ ၸဵမ်မိူဝ်ႈႁူဝ်ပၢၵ်ႇပီႊသိပ်းႁူၵ်း။ ၼွၵ်ႈသေၼႆႉ မီးထႅင်ႈ ၵွင်းမူးသူၺ်ႇၽုင်းပုၼ်ႉ၊ လွႆမျႃႉၸဵင်း၊ ၽြႃးမုင်ႈမိူင်း၊ ထမ်ႈမုင်ႇတဝႃႉ ၸိူဝ်းၼၼ်ႉၵွၼ်ႇ။
ၵွပ်ႈပိူဝ်ႈ တူၼ်ႈတီးၼႆႉ ပဵၼ်ဝဵင်းငဝ်ႈၸိုင်ႈမိူင်းတႆးလႄႈ မီးလုမ်းလူင်ပွင်ၸိုင်ႈ ၸၼ်ႉၸေႊမိူင်း၊ ငဝ်ႈၸိုင်ႈတိူင်းသိုၵ်းပွတ်းဢွၵ်ႇ၊ ၸၼ်ႉၸွမ်တူၼ်ႈတီး၊ ၵေႃးလဵၵ်ႉပၢႆးႁူႉမေႃ၊ ႁူင်းၼႄယဵၼ်ႇငႄႈမိူင်းတႆး ၸိူဝ်းၼၼ်ႉ။
===ပွႆးပီႊမႂ်ႇတႆး တူၼ်ႈတီး===
ဝၼ်းထီႈ 21/09/2014 မီးၵၢၼ်ၸတ်းပၢင်ႁပ်ႉတွၼ်ႈ တုင်းၸၢတ်ႈတႆး တီႈႁူင်းႁေႃၵေႃလိၵ်ႈလၢႆးလႄႈ ၾိင်ႈငႄႈတႆး တီႈဝဵင်းတူၼ်ႈတီး ၸိုင်ႈတႆးပွတ်းၸၢၼ်း မီးၸုမ်းၼၢင်းယိင်းတႆး၊ ၸုမ်းၵူၼ်းၼုမ်ႇတႆးၸိူဝ်းၼႆႉ ၼုင်ႈသိူဝ်ႈၶူဝ်းတႆး၊ ႁူမ်တင်းႁႆႇၵွင်မွင်း ၼူၵ်ႉတူဝ်းသေ မႃးၶဝ်ႈႁူမ်ႈႁပ်ႉတွၼ်ႈၵိုၼ်းၶွၼ်ႈ ဢမ်ႇယွမ်းမွၵ်ႈ 400-500 ။
တုင်းၸၢတ်ႈတႆး ဢၼ်ၸတ်းပၢင်ႁပ်ႉတွၼ်ႈ ပွၵ်ႈၵမ်းၼႆႉ ယူႇတီႈပီႈၼွင်ႉတႆးဝဵင်းတူၼ်ႈတီး ၵႂႃႇႁပ်ႉဢဝ်မႃး တီႈဝဵင်း ၵဵင်းတုင် ၸိုင်ႈတႆးပွတ်းဢွၵ်ႇ။ ပဵၼ်တုင်းၸၢတ်ႈတႆး ၽိုၼ်ယႂ်ႇ ဢၼ်ပူၵ်း/တၢင်ႇ တီႈပၢင်ပွႆးပီႊမႂ်ႇတႆး ဝဵင်းၵဵင်းတုင် ဢၼ်ၸတ်းမိူဝ်ႈပီႊတႆး 2107 ပူၼ်ႉမႃး၊ ပဵၼ်ပၢင်ပွႆးပီႊမႂ်ႇတႆး ဢၼ်ၸတ်းယႂ်ႇသုတ်း ၼႂ်းၸိုင်ႈတႆး ပွၵ်ႈၵမ်းတီႈၼိုင်ႈ။ ၵမ်းတီႈသွင် တေၸတ်းတီႈ ဝဵင်းတူၼ်ႈတီး ပွၵ်ႈၵမ်းၼႃႈၼႆႉ။
ပၢင်ပွႆးပီႊမႂ်ႇတႆး ပီႊတႆး 2109 ၼီႈ (ပီႊလပ်းမဵတ်ႉ/လပ်းမူတ်ႉ-ပီႊပႄႉ)ၼႆႉ တေတူၵ်းမႅၼ်ႈဝၼ်းတီႈ 22/11/2014 ။ ပီႊၼႆႉ ငဝ်ႈငုၼ်းၵေႃလိၵ်ႈလၢႆးလႄႈၾိင်ႈငႄႈတႆး ဝဵင်းတူၼ်ႈတီး ဢွၼ်ႁူဝ်သေ ၵေႃလိၵ်ႈလၢႆးလႄႈ ၾိင်ႈငႄႈတႆး ၵူႈၸႄႈဝဵင်း ၼႂ်းၸိုင်ႈတႆးပတ်းပိုၼ်ႉ ႁူမ်ႈၵၼ်ၶိုင်ပွင်ႁဵတ်းသၢင်ႈလႄႈ တေမီးပႃးပၢင်ဢုပ်ႇဢူဝ်း (Seminar) လွင်ႈပိုၼ်းလႄႈ ၽိင်ႈငႄႈလိၵ်ႈလၢႆးၵူၼ်းၶိူဝ်းတႆး မိူၼ်မိူဝ်ႈၸတ်းတီႈၵဵင်းတုင်။
ပၢင်ပွႆးပီႊမႂ်ႇတႆး ဢၼ်ၸတ်းႁဵတ်း တင်ႈတႄႇဝၼ်းထီႈ 18-24/11/2014 ၼၼ်ႉ မိူဝ်ႈၼႆႉဝၼ်းထီႈ 18 ယၢမ်းပွတ်းၼႂ် လႆႈပိုတ်ႇပၢင်ပွႆးတီႈ ဝၢင်းဢဝေႇယႃႇ တီႈဝဵင်းတူၼ်ႈတီး ၸိုင်ႈတႆးပွတ်းၸၢၼ်း ယဝ်ႉတူဝ်ႈၵႂႃႇလီငၢမ်း။ တီႈပၢင်ၵႅဝ်ႈ ပိုတ်ႇပၢင်ပွႆးၼႆႉ မီးၸွမ်ၽွင်းလူင်ၸိုင်ႈတႆး ၸဝ်ႈဢွင်ႇမျၢတ်ႈ၊ ႁူဝ်ပဝ်ႈၵေႃႇမတီႇၵေႃပွင်ပဵၼ်ပၢင်ပွႆး ၸၢႆးထုၼ်းမျၢတ်ႈ၊ ႁူဝ်ပဝ်ႈသၽႃးမိူင်းတႆး ၸၢႆးလူင်းသႅင်၊ ၵႅမ်ႁူဝ်ပဝ်ႈ သြႃႇၸၢႆးၶမ်းမၢတ်ႈ၊ ၽွင်းလူင်ၾၢႆႇပႃႇမႆႉလႄႈ ႁိၼ်ႁႄႈ လုင်းၸၢႆးဢၢႆႈပဝ်း၊ သြႃႇၸၢႆးဢွင်ႇထုၼ်း၊ ၶူးၼၢင်းၶိူဝ်းသႅၼ်၊ ၻွၵ်ႇတႂ်ႇၸၢႆးသၢင်ႇၽေႇ ၸိူဝ်းၼႆႉၶိုၼ်ႈႁွတ်ႈၶဝ်ႈႁူမ်ႈ။<ref>{{Cite web |title=Archive copy |url=http://blog.taunggyicherryland.com/ |accessdate=2021-08-09 |archivedate=2020-08-14 |archiveurl=https://web.archive.org/web/20200814161246/http://blog.taunggyicherryland.com/ }}</ref>
==လၢႆးပၵ်းသဝ်းဢွင်ႈတီႈဝဵင်း==
==ပၢႆးမၢၵ်ႈမီးလႄႈၶူဝ်းၵုၼ်ႇၵႃႉၶၢႆ==
==ၵၼ်တေႃႉသူင်ႇလႄႈပၢႆးၵပ်းသိုပ်ႇ==
တႃႇတေၵႂႃႇထိုင်လႆႈ တူၼ်ႈတီးၼႆႉ မီးသဵၼ်ႈတၢင်းၵႃးလၢႆလၢႆၵွၺ်း။ မိူဝ်ႈ 1995 ၼၼ်ႉ သိူဝ်ႇသဵၼ်ႈတၢင်းလႅင်ၾႆး လတ်းၽၢၼ်ႇ တူၼ်ႈတီးၵႂႃႇသေတႃႉ လုၵ်ႉတီႈတူၼ်ႈတီး ဢမ်ႇၸၢင်ႊၶိုၼ်ႈၶီႇလႅင်ၾႆးလႆႈ။ ပေႃးၶႂ်ႈၶီႇလႅင်ၾႆးလႆႈၵႂႃႇၶီႇတီႈ ဝဵင်းသူၺ်ႇၺွင်ႇ ဢၼ်ၵႆတင်းတူၼ်ႈတီး 12 လၵ်းၼၼ်ႉ။ ၶူင်ႇလႅင်ဝိၼ် ဢၼ်ၸမ်သေပိူၼ်ႈၼၼ်ႉ မီးတီႈႁၢႆးဝူဝ်းသေ ၵႆၵၼ် 24 လၵ်း။
==ၸၼ်ႉၸွမ်လႄႈၶေႃးလဵၵ်ႉ==
==ဢွင်ႈလီၶဝ်ႈၸႂ်တီႈၼႂ်းဝဵင်း==
==ဢွင်ႈလီၶဝ်ႈၸႂ်ႁိမ်းႁွမ်းဝဵင်း==
==ၾိင်ႈၾႃႉ==
<div style="width:70%;">
{{Weather box
|metric first=y
|single line=y
|location = တူၼ်ႈတီး
|Jan high C = 21.9
|Feb high C = 24.1
|Mar high C = 27.2
|Apr high C = 28.8
|May high C = 26.7
|Jun high C = 24.4
|Jul high C = 23.7
|Aug high C = 23.4
|Sep high C = 24.2
|Oct high C = 24.0
|Nov high C = 22.8
|Dec high C = 20.8
|Jan low C = 7.4
|Feb low C = 9.1
|Mar low C = 12.6
|Apr low C = 15.8
|May low C = 17.1
|Jun low C = 17.3
|Jul low C = 17.0
|Aug low C = 17.1
|Sep low C = 16.7
|Oct low C = 15.9
|Nov low C = 12.2
|Dec low C = 8.2
|year high C= 24.3 |year low C= 13.9
|year high F =76.8 |year low F =57.0
|precipitation colour = green
|Jan precipitation mm = 5
|Feb precipitation mm = 5
|Mar precipitation mm = 7
|Apr precipitation mm = 51
|May precipitation mm = 166
|Jun precipitation mm = 217
|Jul precipitation mm = 230
|Aug precipitation mm = 303
|Sep precipitation mm = 281
|Oct precipitation mm = 200
|Nov precipitation mm = 76
|Dec precipitation mm = 11
|source 1 = HKO (1961–1990)<ref>{{Cite web
|url = http://www.hko.gov.hk/wxinfo/climat/world/eng/asia/se_asia/taunggyi_e.htm
|title = Climatological Information for Taunggyi, Myanmar
|publisher = [[Hong Kong Observatory|Hong Kong Observatory]]
|accessdate = January 12, 2013
|archivedate = September 23, 2012
|archiveurl = https://web.archive.org/web/20120923023222/http://www.hko.gov.hk/wxinfo/climat/world/eng/asia/se_asia/taunggyi_e.htm
}}</ref>
|date=January 2012}}
</div>
==ႁွင်ႈၼႄၶႅပ်းႁၢင်ႈ==
<gallery>
Taunggyicity.jpg|ၽၢင်ယဵမ်ႈ
University of Medicine, Taunggyi-2.jpg|ၸၼ်ႉၸွမ်ပၢႆးမေႃယႃ
Kakku Pagodas.jpg|ၵွင်းမူးၵၢတ်ႇၵူႇ
TU Taunggyi.jpg|ၸၼ်ႉၸွမ်ပၢႆးၸၢင်ႈ
University of Medicine, Taunggyi.jpg|ၸၼ်ႉၸွမ်ပၢႆးမေႃယႃ
Shwe Bone Pwint Pagoda, Taunggyi,Shan.jpg|ၵွင်းမူးသူၺ်ႇၽူင်းပႂိၼ်ႉ
3 Taunggyi (3).jpg| မိူဝ်ႈၵူႈပွၵ်ႈ
Taunggyi Chinese temple.jpg|ၵျွင်းၽြႃးၶႄႇ
Sulamani Pagoda - Taunggyi.jpg|ၵွင်းမူးၸူႇလႃႇမုၼိ ၵၢင်ၶမ်ႈ
Taunggyi Sulamuni Pagoda.jpg|ၵွင်းမူးၸူႇလႃႇမုၼိ
Taunggyi Temple.jpg|ႁူင်းထမ်း
Attaching Fireworks to Balloon, Taunggyi 2017.jpg|ပွႆးႁူင်းၾႆးမိၼ်
Beautiful Taunggyi.jpg|မုင်ႈယဵမ်ႈသႃႇ
Taunggyi Veluvana Shan Monastery.jpg|ဝေႇလုဝုၼ်ႇ ၵျွင်းတႆး
Taunggyi, Myanmar (Burma) - panoramio (84).jpg|မုင်ႈယဵမ်ႈသႃႇ
Thingyan Taunggyi.jpg|ပွႆးသွၼ်းၼမ်ႉ
St. Josephs Cathedral Taunggyi.jpeg|ၵျွင်းၽြႃးၶရိတ်ႉယၢၼ်ႇSt. Josephs Cathedral
Sikh Taunggyi.JPG|ၵျွင်းသဵၵ်ႉ
On the way from Inle lake to Heho airport - panoramio (1).jpg|တၢင်းလူတ်ႉလဵၼ်းလိုဝ်းလင်
Hot Air Balloon shaped as Auk-Chin bird.jpg|ပွႆးပွႆႇႁၢင်ႈၵူႈမဵဝ်းမဵဝ်း ၶိုၼ်ႈၾႃႉ
Baloon Festival - panoramio (5).jpg|ပွႆးႁူင်းၾႆးမိၼ်
Baloon Festival - panoramio (4).jpg|ပွႆးႁူင်းၾႆးမိၼ်
Balloon festival - panoramio.jpg|ပွႆးႁူင်းၾႆးမိၼ်
Balloon festival - panoramio (1).jpg|ပွႆးႁူင်းၾႆးမိၼ်
</gallery>
==ၽိုၼ်ဢိင်==
{{Reflist|
<ref>ပၢင်လူင်။ 2014 ။ ဢဝ်မႃးမိူဝ်ႈဝၼ်းထီႈ 20 လိူၼ်ထူၼ်ႈၼိူင်ႈ ပီႊ 2015 ၵႃႊတီႈ http://www.shan.panglong.org/news/culture/4032-2014-09-22-14-33-37.html</ref>
<ref>ပၢင်လူင်။ 2014 ။ ဢဝ်မႃးမိူဝ်ႈဝၼ်းထီႈ 20 လိူၼ်ထူၼ်ႈၼိူင်ႈ ပီႊ 2015 ၵႃႊတီႈ http://www.shan.panglong.org/news/culture/4162--2109-.html</ref>
<ref>ပၢင်လူင်။ 2014 ။ ဢဝ်မႃးမိူဝ်ႈဝၼ်းထီႈ 20 လိူၼ်ထူၼ်ႈၼိူင်ႈ ပီႊ 2015 ၵႃႊတီႈ http://www.shan.panglong.org/news/culture/4147--2109-.html</ref>
}}
{{ၸႄႈမိူင်းတႆး}}
[[ပိူင်ထၢၼ်ႈ:ဝဵင်းၼႂ်းမိူင်းတႆး]]
[[ပိူင်ထၢၼ်ႈ:မိူင်းတႆး]]
[[ပိူင်ထၢၼ်ႈ:ဝဵင်းၸိူဝ်းမီးၼႂ်း မိူင်းမျၢၼ်ႇမႃႇ]]
[[ပိူင်ထၢၼ်ႈ:!Main category]]
fd00n4s4hcs7r240lehp8wqfdanla2b
မိူင်းထႆး
0
556
65788
55853
2024-12-23T15:02:27Z
Saimawnkham
5
65788
wikitext
text/x-wiki
{{Infobox country
| conventional_long_name = မိူင်းႁေႃၶမ်းထႆး
| common_name = မိူင်းထႆး
| native_name = {{ubl|{{native name|th|ราชอาณาจักรไทย|italics=off}}|<small>ရၢꩡ်ႉဢႃးၼႃးၸၵ်ႇထႆး</small>}}
| image_flag = Flag of Thailand.svg
| image_coat = Garuda Emblem of Thailand.svg
| symbol_type = မိၵ်ႈမၢႆ
| national_anthem = {{lang|th|เพลงชาติไทย}}<br />{{transliteration|th|[[Thai National Anthem|Phleng Chat Thai]]}}<br />"ၽဵင်းၸိူဝ်ႉၸၢတ်ႈထႆး"{{parabr}}{{center|[[File:Thai National Anthem - US Navy Band.ogg]]}}
| royal_anthem = {{lang|th|สรรเสริญพระบารมี}}<br />{{transliteration|th|[[Sansoen Phra Barami]]}}<br />"Glorify His Prestige"{{parabr}}{{center|[[File:Thai Royal Anthem - US Navy Band.ogg]]}}
| image_map = {{Switcher|[[File:Thailand (orthographic projection).svg|upright=1.15|frameless]]|Show globe|[[File:Location Thailand ASEAN.svg|upright=1.15|frameless]]|Show map of ASEAN|default=1}}
| map_caption = {{map caption |location_color= သီၶဵဝ် |region= Asia |region_color= grey |subregion= [[ASEAN]]
| subregion_color = dark grey}}
| capital = [[Bangkok]]{{efn|Officially known in Thai as "Krung Thep Maha Nakhon"|group=infobox}}
| coordinates = {{Coord|13|48|N|100|33|E|region:TH-10_type:city(8,300,000)}}
| largest_city = ဝဵင်းလူင်
| official_languages = [[Thai language|Thai]]<!--Note: Central Thai is also the national language. --><ref name="CIA">[https://www.cia.gov/the-world-factbook/countries/thailand/ "Thailand"] {{Webarchive|url=https://web.archive.org/web/20210610164345/https://www.cia.gov/the-world-factbook/countries/thailand/|date=10 June 2021}}, ''The World Factbook''.</ref><!--Thai is the official language. English is a non-official secondary language.-->
| languages = [[Central Thai language|Central Thai]], [[Isan language|Isan]], [[Northern Thai language|Lanna (Northern Thai)]], [[Southern Thai language|Dambro (Southern Thai)]], [[Karenic languages|Karen]], [[Kelantan-Pattani Malay|Pattani Malay]], [[Bangkok Malay]], [[Teochew dialect|Teochew]], [[Hokkien]]
| languages_type = Spoken languages
| languages_sub = yes
| ethnic_groups = {{tree list}}
* 80% [[Thai people|Thai]]
** 37% Thai (Central Thai)
** 25% [[Isan people|Thai Lao (Northeastern Thai)]]
** 8% [[Northern Thai people|Lanna (Northern Thai)]]
** 8% [[Southern Thai language|Dambro (Southern Thai)]]
** 2% (Western Thai)
* 12% [[Thai Chinese]]
* 4% [[Khmer people|Khmer]]
* 4% [[Thai Malays|Malays]]
{{tree list/end}}
| religion = {{tree list}}
* 93.46% [[Buddhism in Thailand|Buddhism]]
* 5.37% [[Islam in Thailand|Islam]]
* 1.13% [[Christianity in Thailand|Christianity]]
* 0.03% [[Religion in Thailand|Other]]
{{tree list/end}}
| religion_ref = <ref name=":0"/>
| religion_year = 2018 census
| demonym = [[Thai people|Thai]]
| government_type = Unitary [[parliamentary constitutional monarchy]]
| leader_title1 = [[Monarchy of Thailand|Monarch]]
| leader_name1 = [[Vajiralongkorn]] (Rama X)
| leader_title2 = [[Prime Minister of Thailand|Prime Minister]]
| leader_name2 = [[Paetongtarn Shinawatra]]
| legislature = [[National Assembly of Thailand|National Assembly]]
| upper_house = [[Senate of Thailand|Senate]]
| lower_house = [[House of Representatives (Thailand)|House of Representatives]]
| sovereignty_type = [[History of Thailand|Formation]]
| established_event1 = [[Sukhothai Kingdom]]
| established_date1 = 1238–1438
| established_event2 = [[Ayutthaya Kingdom]]
| established_date2 = 1351–1767
| established_event3 = [[Thonburi Kingdom]]
| established_date3 = 1767–1782
| established_event4 = [[Rattanakosin Kingdom]]
| established_date4 = 6 April 1782
| established_event9 = {{nowrap|[[Siamese revolution of 1932|Constitutional monarchy]]}}
| established_date9 = 24 June 1932
| established_event10 = {{nowrap|[[Constitution of Thailand|Current constitution]]}}
| established_date10 = 6 April 2017
| area_km2 = 513,120
| area_rank = 50th
| area_sq_mi = 198,115 <!--Do not remove per [[WP:Manual of Style/Dates and numbers]]-->
| percent_water = {{nowrap|0.4 (2,230 km{{smallsup|2}})}}
| population_estimate = {{Increase}} 65,975,198<ref>{{cite web|title=Population statistics of the civil registration (monthly) |url=https://stat.bora.dopa.go.th/stat/statnew/statMONTH/statmonth/#/mainpage}}</ref>
| population_estimate_year = 2024
| population_estimate_rank = 22nd
| population_census = 64,785,909<ref>National Statistics Office, [http://popcensus.nso.go.th/doc/8-thailand%20census.doc "100th anniversary of population censuses in Thailand: Population and housing census 2010: 11th census of Thailand"]. {{in lang|th}} {{webarchive |url=https://web.archive.org/web/20120712002347/http://popcensus.nso.go.th/doc/8-thailand%20census.doc |date=12 July 2012}}. popcensus.nso.go.th.</ref>
| population_census_year = 2010
| population_census_rank = 21st
| population_density_km2 = 132.1
| population_density_sq_mi = 342 <!--Do remove per [[WP:Manual of Style/Dates and numbers]]-->
| population_density_rank = 88th
| GDP_PPP = {{increase}} $1.644 trillion<ref name="IMFWEO.TH">{{Cite web |url=https://www.imf.org/en/Publications/WEO/weo-database/2024/April/weo-report?c=578,&s=NGDPD,PPPGDP,NGDPDPC,PPPPC,&sy=2022&ey=2029&ssm=0&scsm=1&scc=0&ssd=1&ssc=0&sic=0&sort=country&ds=.&br=1 |title=World Economic Outlook Database, April 2024 Edition. (Thailand) |website=imf.org |publisher=[[International Monetary Fund]] |date=16 April 2024 |access-date=16 April 2024 |archive-date=16 April 2024 |archive-url=https://web.archive.org/web/20240416210435/https://www.imf.org/en/Publications/WEO/weo-database/2024/April/weo-report?c=578,&s=NGDPD,PPPGDP,NGDPDPC,PPPPC,&sy=2022&ey=2029&ssm=0&scsm=1&scc=0&ssd=1&ssc=0&sic=0&sort=country&ds=.&br=1 |url-status=live }}</ref>
| GDP_PPP_year = 2024
| GDP_PPP_rank = 23rd
| GDP_PPP_per_capita = {{increase}} $23,401<ref name="IMFWEO.TH" />
| GDP_PPP_per_capita_rank = 74th
| GDP_nominal = {{increase}} $548.890 billion<ref name="IMFWEO.TH" />
| GDP_nominal_year = 2024
| GDP_nominal_rank = 26th
| GDP_nominal_per_capita = {{increase}} $7,812<ref name="IMFWEO.TH" />
| GDP_nominal_per_capita_rank = 88th
| Gini = 35.1 <!--number only-->
| Gini_year = 2021
| Gini_change = increase <!--increase/decrease/steady-->
| Gini_ref = <ref>{{Cite web |title=Gini Index |url=https://data.worldbank.org/indicator/SI.POV.GINI/ |url-status=live |archive-url=https://web.archive.org/web/20180727172441/https://data.worldbank.org/indicator/SI.POV.GINI |archive-date=27 July 2018 |access-date=12 August 2021 |publisher=World Bank}}</ref>
| HDI = 0.803 <!--number only-->
| HDI_year = 2022<!-- Please use the year to which the data refers, not the publication year-->
| HDI_change = increase<!--increase/decrease/steady-->
| HDI_ref = <ref>{{Cite web |date=13 March 2024 |title=Human Development Report 2023/2024 |url=https://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf|url-status=live |archive-url=https://web.archive.org/web/20240313164319/https://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf |archive-date=13 March 2024 |access-date=13 March 2024 |publisher=[[United Nations Development Programme]]}}</ref>
| HDI_rank = 66th
| currency = [[Thai baht]] (฿)
| currency_code = THB
| time_zone = [[UTC+07:00|ICT]]
| utc_offset = +7
| date_format = dd/mm/yyyy ([[Thai solar calendar|BE]])
| drives_on = left
| calling_code = [[Telephone numbers in Thailand|+66]]
| cctld = {{hlist|[[.th]]|[[.ไทย]]}}
| footnotes = {{notelist}}
}}
{{Contains special characters|Thai|compact=yes}}
'''မိူင်းႁေႃၶမ်းထႆး''' ({{Lang-th|ราชอาณาจักรไทย}}) (''ရၢꩡ်ႉဢႃႇၼႃႇၸၵ်ႈထႆး'') ၼႆႉ ပဵၼ်မိူင်းၵွၼ်းၶေႃ မိူင်းၼိူင်ႈ ဢၼ်မီးဝႆႉ တီႈလမ်ႇလွင်ႈ ၼႂ်းတွၼ်ႈ [[ဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ|ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ ဢေးသျႃး]]။ ၾၢႆႇႁွင်ႇၼၼ်ႉမီး [[မိူင်းမၢၼ်ႈ]]လႄႈ [[မိူင်းလၢဝ်း]]၊ ၾၢႆႇဝၼ်းဢွၵ်ႇၼၼ်ႉ မီး မိူင်းလၢဝ်း လႄႈ [[မိူင်းၵမ်ႇပေႃးတီးယႃး]]၊ ၾၢႆႇၸၢၼ်းတႄႉမီး [[ၵိဝ်ႇၼမ်ႉထႆး]] လႄႈ [[မိူင်းမလေးသျႃး]]၊ ၾၢႆႇဝၼ်းတူၵ်းတႄႉ မီး [[ပၢင်ႇလၢႆႇဢႅတ်ႇမႅၼ်ႇ]] လႄႈ မိူင်းမၢၼ်ႈ ၶဝ်လွမ်ႉႁွပ်ႈ မိူင်းထႆးဝႆႉ။ လႅၼ်ႊၼမ်ႉမိူင်းထႆးၼႆႉ ၾၢႆႇၵိဝ်ႇၼမ်ႉထႆး ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼၼ်ႉ တိတ်းၸပ်းၵၼ်ဝႆႉတင်း လႅၼ်ႊၼမ်ႉ မိူင်းဝႅတ်ႉၼၢမ်း၊ ၾၢႆႇပၢင်ႇလၢႆႇဢႅတ်ႇမႅၼ်ႇ ၸဵင်ႇၸၢၼ်းဝၼ်းတူၵ်းၼၼ်ႉ တိတ်းၸပ်းၵၼ်ဝႆႉတင်း လႅၼ်ႊၼမ်ႉ မိူင်းဢိၼ်ႇတူဝ်ႇၼီးသျႃး လႄႈ မိူင်းဢိၼ်ႇတိယ ၶဝ်ယဝ်ႉ။ ၵုင်းထဵပ်ႈ (မိူင်းၵွၵ်ႇ) ၼႆႉ ပဵၼ်ဝဵင်းလူင်ငဝ်ႈၸိုင်ႈ မိူင်းထႆးသေဢမ်ႇၵႃး ပဵၼ်ဝဵင်းဢၼ်ယႂ်ႇသေပိူၼ်ႈ ၼႂ်းမိူင်းထႆး။ ၵုင်းထဵပ်ႈၼႆႉ ပဵၼ်ဝဵင်းငဝ်ႈငႃႇ တႃႇၵၢၼ်မိူင်း၊ ၵၢၼ်မၢၵ်ႈမီး၊ ၵၢၼ်ႁဵတ်းဢွၵ်ႇၶူဝ်းၵုၼ်ႇ လႄႈ ၵၢၼ်ၾၢႆႇၾိင်ႈထုင်းယဵၼ်ႇငႄႈ ၸိူဝ်းၼၼ်ႉ ဝဵင်းၼိူင်ႈယဝ်ႉ။}}
တၢင်းၵႂၢင်ႈမိူင်းထႆး မီး 198,000 လၵ်းပၼ်ႇမူၼ်း (513,000) ၵီႇလူဝ်ႇမီႇထိူဝ်ႇပၼ်ႇမူၼ်းသေ ပဵၼ်မိူင်းလုၵ်ႈယႂ်ႇ ၼႂ်းလူၵ်ႈ မၢႆ 51။ ပဵၼ်မိူင်း ဢၼ်ၵူၼ်းၼမ်သေပိူၼ်ႈၼႂ်းၵမ်ႇၽႃႇ မၢႆ 20 သေ ႁူဝ်ၼမ်ၵူၼ်း မီးယူႇ 66 လၢၼ်ႉ။ ငဝ်ႈၸိုင်ႈဝဵင်းလူင် ပဵၼ် [[မိူင်းၵွၵ်ႇ]] (Bangkok)။ ၵူၼ်း 75.95% ပဵၼ်ၵူၼ်းထႆးသေ ပိူင်လူင်မၼ်း မီးယူႇ 4 တွၼ်ႈသေ ပဵၼ်တွၼ်ႈၵၢင်၊ တွၼ်ႈၸဵင်ႇႁွင်ႇဝၼ်းဢွၵ်ႇ (ဢီႇသၢၼ်)၊ တွၼ်ႈပွတ်းႁွင်ႇ လႄႈ တွၼ်ႈပွတ်းၸၢၼ်းယဝ်ႉ။ ၸၢဝ်းၶႄႇထႆး မီးယူႇ 14%၊ ၸၢဝ်းထႆးၶႄႇ သမ်ႉတေမီးယူႇ 40% မွၵ်ႈၼၼ်ႉယူႇ။ ၸၢဝ်းထႆးမလေး မီးယူႇ 3% သေ ၸိူဝ်းဢၼ်ၵိုတ်းယူႇၸိူဝ်းၼၼ်ႉတႄႉ ပဵၼ်ၸၢဝ်းမွၼ်း၊ ၶမႃႇ လႄႈ ၸၢဝ်းၵူၼ်းယူႇ ႁူဝ်ႁူၺ်ႈႁၢဝ်းလွႆ။ ၶေႃႈၵႂၢမ်း ဢၼ်လၢတ်ႈဢၼ်ၸႂ်ႉ ၼႂ်းလုမ်းတႄႉ ပဵၼ်ၵႂၢမ်းထႆးသေ ၽႃႇသႃႇ ဢၼ်ၵိူဝ်းယမ်တႄႉ ပဵၼ်ၸၢဝ်းပုတ်ႉ (ထေႇရဝႃႇတ) မီး 95% ယဝ်ႉ။
တႄႇဢဝ် ပီ 1985 တေႃႇထိုင် 1996 ၼၼ်ႉ ၵၢၼ်ပၢႆးမၢၵ်ႈမီး မိူင်းထႆး ၶိုၼ်ႈယႂ်ႇမႂ်ႇသုင်မႃးသေ ပဵၼ်မိူင်းၶိုၼ်ႈယႂ်ႇ ဢၼ်ႁဵတ်းဢွၵ်ႇလႆႈ ၵုၼ်ႇၵႃႉတၢင်းၶၢႆ မိူင်းၼိုင်ႈ။ ၵၢၼ်ႁဵတ်းဢွၵ်ႇ ၶူဝ်းၶွင် သူင်ႇၶၢႆၼွၵ်ႈမိူင်း၊ ၵၢၼ်ၽၢႆႇၽုၵ်ႇသွမ်ႈ လႄႈ ၵၢၼ်ၽၢႆႇႁပ်ႉၶႅၵ်ႇ ဢႅဝ်ႇလႄႇၼၼ်ႉ ပဵၼ်ပၢၼ်ပၢႆးမၢၵ်ႈမီးလူင် ပုၼ်ႈတႃႇ မိူင်းထႆးယဝ်ႉ။ <ref> Thailand and the World Bank, World Bank on Thailand country overview.</ref> <ref>
The Guardian, Country profile: Thailand, 25 April 2009.</ref>
သၢမ် + သဵမ် + သယၢမ် + သၢမ်း ပဵၼ်ၸိုဝ်ႈ ဢၼ်ၵူၼ်းတၢင်ႇၶိူဝ်းၶဝ် ႁွင်ႉၸိုဝ်ႈတူၼ်းၶိူဝ်းတႆး ၵူၼ်းထႆး(တႆးမိူင်းထႆး)ၵေႃႈ ယၢမ်ႈတၢင်ႇၸိုဝ်ႈမိူင်းလႄႈ ႁွင်ႉၸိုဝ်ႈၸိူဝ်ႉၶိူဝ်းၶဝ်ဝႃႈ သယၢမ် (Siam)ၼႆမႃး၊ တေႃႇႁၢၼ်ႉၼႆႉ ၼႂ်းမိူင်းထႆး မၢင်ႇတီႈတီႈ ယင်းၸႂ်ႉၸိုဝ်ႈသယၢမ် - ၼႆယူႇ။ ၵပ်းၵၢႆႇလူၺ်ႈ လွင်ႈႁွင်ႉၸိုဝ်ႈထႆးၼႆႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 14 ၼၼ်ႉ ဢယုတ်ႉထယၼႆႉ ပဵၼ်ဢွင်ႈတီႈ လိုဝ်းႁူင် ယႂ်ႇလူင် ပုၼ်ႈတႃႇ ထႆးသေ ၶႄႇၶဝ်ႁွင်ႉထုင်ႉဢႃႇယုတ်ႉထယၼၼ်ႉ ႁွင်ႉဝႃႈ သျႅင်းၼႆယူႇ။ လုၵ်ႉတီႈၼၼ်ႈသေ ၸၢဝ်းပေႃႇတူႇၵီႇၶဝ် သမ်ႉႁွင်ႉဢွၵ်ႇသဵင်ဝႃႈ သယၢမ်ႇ Siam ၼႆၵေႃႈ ဝႃႈယဝ်ႉ။
တီႈၼႂ်းလၢႆးမိုဝ်း sign ၸဝ်ႈႁေႃၶမ်းမွင်းၵုတ်ႉ (1851 - 1868)ၼၼ်ႉ တႅမ်ႈလူင်လၢႆးမိုဝ်းဝႆႉဝႃႈ "SPPM (Somdet Phra Poramenthra Maha) ၸဝ်ႈႁေႃၶမ်းလူင်မွင်းၵုတ်ႉ ၸဝ်ႈသယၢမ်ၼႆလႄႈ ၸိုဝ်ႈဢၼ်ႁွင်ႉဝႃႈ သယၢမ်ၼႆႉ ၸႂ်ႉတိုဝ်းမႃး တေႃႇထိုင် 1939 လိူၼ်ၵျုၼ်ႇ 23 ဝၼ်းသေ ဝၢႆးလင်ၼၼ်ႉ ၸင်ႇၸႂ်ႉၸိုဝ်ႈဢၼ်ဝႃႈ Thailand ယဝ်ႉ။ ထိုင်မႃး ပီ 1945 ၵေႃႈ ၶိုၼ်းမႄးၸႂ်ႉၶိုၼ်း ၶေႃႈၵႂၢမ်းသယၢမ် ၼႆႉ တေႃႇထိုင် 1949 လိူၼ်မေႇ 11 ဝၼ်းသေ ဝၢႆးလင်ၼၼ်ႉ ၶိုၼ်းၸႂ်ႉ Thailand ယဝ်ႉ။ <ref> Thailand (Siam) History, CSMngt-Thai. Archived 24 ဧပြီ 2015 at the Wayback Machine </ref>
== တီႈပွင်ႇထႆး ==
တီႈပွင်ႇ ၶေႃႈၵႂၢမ်း ဢၼ်ဝႃႈ '''ထႆး''' ၼႆၼၼ်ႉ တီႈၼႂ်းလိၵ်ႈသဝ်ႁိၼ် သုၵ်ႉၶေႃထႆးၼၼ်ႉ ပိုတ်ႇတီႈပွင်ႇဝႆႉဝႃႈ '''လွတ်ႈလႅဝ်းသဝ်းၶေႃ''' ၼႆယဝ်ႉ။
တီႈပွင်ႇထႆးၼၼ်ႉ ၽူႈလဵပ်ႈႁဵၼ်းပိုၼ်းၶဝ် ဢွၼ်ၵၼ် သပ်းလႅင်းၼႄမႃးဝႃႈ
::ၵူၼ်းမီးမိူင်း ၵူၼ်းမီးၾိင်ႈ ၵူၼ်းမီးၵၢၼ်ၽွင်းငမ်းမႃး ႁင်းၶေႃ မီးၵၢၼ်ပၢႆးမၢၵ်ႈမီး ဢၼ်ၶိုၼ်ႈယႂ်ႇမႃး ႁင်းၶေႃ။
::ပွင်ႇဝႃႈ “ယႂ်ႇ”၊ ပဵၼ်ယႂ်ႇ၊ ပဵၼ်ၸဝ်ႈ၊ ဢမ်ႇပဵၼ်ၶႃႈၽႂ်၊ ပဵၼ်ၸိုဝ်ႈၸၼ်ႉၵူၼ်း။
::လွတ်ႈလႅဝ်းၵွၼ်းၶေႃ၊ ၸိုင်ႈမိူင်းၵွၼ်းၶေႃ၊ ပဵၼ်ၸိုဝ်ႈၸိူဝ်ႉၸၢတ်ႈလႄႈ ၸိုင်ႈမိူင်း။
::သဝ်းၶေႃထၢင်ႇႁၢင်ႈၼႆႉ ပဵၼ်တီႈပွင်ႇ ဢၼ်ႁွင်ႉဝႃႈ ထႆးၼႆၼၼ်ႉယဝ်ႉ။ ၼႆႉပဵၼ် ၶေႃႈမီႈတီႈပွင်ႇ ဢၼ်ၵိုင်ႇလႅပ်ႈၵၼ် တင်းလွင်ႈယူႇသဝ်းၵိၼ်သၢင်ႈ ၾိင်ႈထုင်းထႆးၼၼ်ႉတႄႉတႄႉ။ ၶေႃႈၵႂၢမ်းၸၼ်ႉသုင်ထႆးၶဝ် ၵႆႉၸႂ်ႉၵႆႉလၢတ်ႈဝႃႈ '''ပရထဵတ်ႉထႆး''' ဝႃႈၼႆသေတ ဢၼ်တင်းၼမ်လၢတ်ႈတႄႉ ၵူၺ်းႁွင်ႉဝႃႈ '''မိူင်းထႆး'''ၼႆၵူၺ်း။ ၶေႃႈၵႂၢမ်း ဢၼ်ဝႃႈ '''မိူင်း'''ၼႆၼၼ်ႉ တီႈပွင်ႇမၼ်း ဢွၵ်ႇဝႃႈ '''ဝၢၼ်ႈမိူင်းတိူင်းၵႃး'''ၼႆၵေႃႈၸိုဝ်ႈ၊ '''ဝဵင်းလူင်၊ ငဝ်ႈၸိုင်ႈဝဵင်းလူင်'''ၼႆၵေႃႈၸိုဝ်ႈယဝ်ႉ။ ၼႂ်းလိၵ်ႈတႄႉ မိူင်းထႆးၼၼ်ႉ တႅမ်ႈဝႆႉဝႃႈ ราชอาณาจักรไทย (မိူင်းဢႃႇၼႃႇၸၢၵ်ႈထႆး)ၼႆယူႇ။
==ပိုၼ်းမိူင်းထႆး ==
မိူင်းထႆးယၢမ်းလဵဝ်ၼႆႉ လွင်ႈဢၼ်မီးၵူၼ်းယူႇသဝ်းမႃးၼၼ်ႉ မီးမႃး ၸဵမ်မိူဝ်ႈပီပွင်း 40,000 ပီလိူဝ်ယူႇၼႆ တူၺ်းဢဝ် လၵ်းထၢၼ် ၶူဝ်းၶွင်ၵူၼ်းမိူဝ်ႈၵွၼ်ႇ ဢၼ်လႆႈမႃးတီႈ ထမ်ႈလွတ်ႇ ဢၼ်မီးတီႈ မႄႈႁွင်ႈသွၼ်ၼၼ်ႉၵေႃႈ ႁူႉလႆႈယူႇ။ တီႈၼႂ်း မိူင်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼႆႉ ၵမ်ႉပႃႈၼမ် ပဵၼ်မိူင်းဢၼ် လွင်ႈၽိင်ႈငႄႈၽႃႇသႃႇ ႁူမ်ႇငမ်းဝႆႉၼင်ႇၼၼ် မိူင်းထႆးၼႆႉၵေႃႈ လႆႈဝႃႈ ၽႃႇသႃႇဢိၼ်ႇတိယ ႁူမ်ႇငမ်းဝႆႉတင်းၼမ်သေ တႄႇဢဝ် မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 1 ၼၼ်ႉမႃး တေႃႇထိုင်ပၢၼ်ၶမႃႇ (ၶမဵၼ်)ၶဝ် ၼၼ်ႉယဝ်ႉ။ မိူဝ်ႈၸဝ်ႉၼၼ်ႉ မိူင်းထႆးၼႆႉ ပဵၼ်ၶမႃႇၶဝ် ဢုပ်ႉပိူင်ႇငမ်းၸိုင်ႈဝႆႉသေ ၽိင်ႈထုင်းႁိၼ်ႇတူႇ ႁူမ်ႇငမ်းမႃး တင်းႁိုင်လႄႈ တေႃႇထိုင်တီႈလဵဝ် တီႈၼႂ်းၽိင်ႈထုင်းထႆးၼၼ်ႉ ၽိင်ႈထုင်းႁိၼ်ႇတူႇ ယင်းတိုၵ်ႉ ႁူမ်ႇငမ်းဢဝ်တီႈယူႇဝႆႉ တင်းၼမ်ယူႇ။
လွင်ႈဢၼ် ၽိင်ႈငႄႈဢိၼ်ႇတိယ ႁူမ်ႇငမ်းၼိူဝ်ထႆးၼႆႉ ဢမ်ႇၸႂ်ႈလႄႈဝႃႈ ယွၼ်ႉၵူၼ်းဢိၼ်ႇတိယ မႃးယူႇသဝ်း တီႈမိူင်းထႆးသေ ႁူမ်ႇငမ်းၵႂႃႇၵေႃႈပႃး လိူဝ်သေၼၼ်ႉ လႆႈၵပ်းသိုပ်ႇ တိတ်းတေႃႇ မိူင်းပႃႇရႃႇဝတီႇ၊ မိူင်းသီႇရိဝိၸယ လႄႈ မိူင်းၵမ်ႇပေႃးတီးယႃး ဢၼ်တိုဝ်းၵမ်ၸွမ်း ၽိင်ႈထုင်း ဢိၼ်ႇတိယၼၼ်ႉၵေႃႈ ပႃးလူၺ်းယဝ်ႉ။
ဢီးဢေႇပေႃးရိတ်ႉတႄႉ ႁၼ်ထိုင်ဝႃႈ ပၢၼ်ၸဝ်ႈႁေႃၶမ်း ဢသေႃးၵ မိူင်းမေႃးရိယ (ဢိၼ်ႇတိယ)ၼၼ်ႉ ၽႃႇသႃႇပုတ်ႉထၸဝ်ႈ လုၵ်ႉဢိၼ်ႇတိယသေ ႁွတ်ႈထိုင်မႃး မိူင်းထႆး တေႃႇထိုင် ပီၶရိတ်ႉ ႁူဝ်ပၢၵ်ႇ 1 ၼၼ်ႉ ၼႆယဝ်ႉ။<ref>Some Aspects of Asian History and Culture by Upendra Thakur p.157</ref>
ဝၢႆးလင်ၼၼ်ႉ သၢႆသိုပ်ႇၶိူဝ်းၶုၼ်ပႃႇလႃႇပႃႇ မိူင်းဢိၼ်ႇတိယၶဝ် လႄႈ သၢႆၶိူဝ်းၶုၼ်ၵုပ်ႉပတႃးၶဝ် ႁူမ်ႇငမ်းထိုင် မိူင်းထႆးယဝ်ႉ။ ၽူႈလူင်ႉပိုၼ်း ၾရၢင်ႇသဵတ်ႈ ၵျွတ်ႉသျ်သီးတႅတ်ႉ ႁၼ်ထိုင်ဝႃး တီႈၼႂ်းလိၵ်ႈႁိၼ်ၶျၼ် (ၸမ်ႇပ)ၶဝ် ပီႁူဝ်ပၢၵ်ႇ 11 ၼၼ်ႉ လႆႈႁၼ်တႅမ်ႈမၢႆဝႆႉဝႃႈ ႁၢႆးသိုၵ်းထႆး (ၵူၼ်းသိုၵ်း ဢၼ်တိၺွပ်းလႆး ၼႂ်းသိုၵ်းသေ ဢဝ်ႁဵတ်းၶႃႈ)ၼၼ်ႉ ၼႆယဝ်ႉ။ တီႈၼႂ်းႁုၼ်ႇႁၢင်ႈႁိၼ်တွင်ႈ ဢင်းၵေႃးဝတ်ႉ မိူင်းၵမ်ႇပေႃးတီးယႃး ဢၼ်ၶႅၵ်းႁဵတ်းဝႆႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 12 ၼၼ်ႉၵေႃႈ လႆႈႁၼ်ပႃးဝႆႉ ၸုမ်းၵူၼ်းသိုၵ်းသယၢမ် ၼႆယဝ်ႉ။ လိူဝ်သေၼၼ်ႉ မိူဝ်ႈ 1253 လိူၼ်ၵျၼ်ႇၼဝရီႇ 7 ဝၼ်း ၽွင်းမိူဝ်ႈ သိုၵ်းမုင်ႇၵူဝ်းၶဝ် ၶဝ်ႈတိုၵ်း သိမ်းဢဝ်ပႅတ်ႈ တႃႇလီးယဝ်ႉသေ ၸၢဝ်းၶိူဝ်းထႆးၶဝ် ဢွၼ်ၵၼ် လူင်းမႃးၽၢႆႇတၢင်း ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇဢေးသျႃးသေ တႃႇတေမႃးတင်ႈဝၢၼ်ႈမိူင်း ၼႃႈတီႈဢၼ် ဢိၼ်ႇတယ ႁူမ်ႇငမ်းဝႆႉၼၼ်ႉ ဢမ်ႇယၢပ်ႇသင်လူင်လၢင်ၼႆယဝ်ႉ။ တမ်ႈတီႈ ထုင်ႉမႄႈၼၢမ်လႄႈ ၸႄႈတွၼ်ႈ ပႃႇရႃႇဝတီႇၼၼ်ႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 7 ပဵၼ်ၵူၼ်းၸၢဝ်းမွၼ်းၶဝ် မီးဝႆႉသေ ပီႁူဝ်ပၢၵ်ႇ 11 ၸမ်း ပဵၼ်ၼႃႈတီႈ ဢုပ်ႇပိူင်ႇ ၶမႃႇ(ၶမဵၼ်)ၶဝ်ယဝ်ႉ။ တီႈၼႂ်းပိုၼ်း သၢႆသိုပ်ႇၶိူဝ်းၶုၼ်ယႂၢၼ်ႇၼၼ်ႉ လႆႈႁၼ်တႅမ်ႈမၢႆဝႆႉဝႃႈ မိူဝ်ႈပီ 1282 ၼၼ်ႉ လႆႈမီးလုမ်းတၢင်မိူင်း မိူင်းသုၵ်ႉၶေႃထႆး ၼႆယဝ်ႉ။ 1287 ၽူႈဢွၼ်ႁူဝ်ထႆး သၢမ်ၸဝ်ႈ ဢၼ်ပဵၼ် ၸဝ်ႈမၢင်းရၢႆး၊ ၸဝ်ႈငၢၼ်မွင်း၊ ၸဝ်ႈရၢမ်ႈၶမ်းႁႅင်ၶဝ် သၢမ်ၸဝ်ႈ ႁူမ်ႈႁွမ်းၵၼ်သေ တင်ႈမိူင်းႁူမ်ႈတုမ်ယဝ်ႉ။
ပီႁူဝ်ပၢၵ်ႇ 13 ဝၢႆးသေ ဢႃႇၼႃႇၸၢၵ်ႈၶမႃႇ လူႉပင်းၵႂႃႇ ဝၢၼ်ႈမိူင်းတင်းၼမ်တင်းလၢႆ ဢွၵ်ႇမႃးသေ ပဵၼ်ၵူၼ်းထႆး၊ ၵူၼ်းမွၼ်း၊ ၵူၼ်းၶမႃႇ၊ ၵူၼ်းၸမ်ႇပ (ၶျၼ်) လႄႈ ၵူၼ်းမလေးၶဝ် တႄႇတင်ႈဝၢၼ်ႈမိူင်းၵႂႃႇၼႆ တူၺ်းႁၼ် ၼႃႈလိၼ်ၶူၼ်ႉၶႂႃႉပိုၼ်းၵဝ်ႇၼၼ်ႉသေ ႁူႉႁၼ်လႆႈၼင်ႇၼႆယဝ်ႉ။ မိူဝ်ႈပႆႇထိုင် ပီႁူဝ်ပၢၵ်ႇ 12 ၼၼ်ႉ မိူင်းထႆး မၢႆၼိုင်ႈၼႆႉ ပဵၼ်မိူင်းသုၵ်ႉၶေႃထႆးသေ တႄႇတင်ႈမိူဝ်ႈပီ 1238 ၼၼ်ႉယဝ်ႉ။
ပီႁူဝ်ပၢၵ်ႇ 13 လႄႈ 14 ၽွင်းမိူဝ်ႈ ဢႃႇၼႃႇၸၢၵ်ႈ ၶမႃႇၶဝ် ယူပ်ႈယွမ်းၵႂႃႇ လူႉပင်းၵႂႃႇယဝ်ႉၼၼ်ႉ မိူင်းသုၵ်ႉၶေႃထႆး၊ မိူင်းလၢၼ်ႉၼႃး လႄႈ မိူင်းလၢၼ်ႉၸၢင်ႉ ၶိုၼ်ႈယႂ်ႇ ႁိူဝ်ႈႁိူင်းမႃးယဝ်ႉ။ ဝၢႆးသေ ၸူဝ်ႈပၢၼ်ပီႁူဝ်ပၢၵ်ႇ 1 ၸူဝ်ႈယဝ်ႉၼၼ်ႉ ထိုင်မႃး ပီႁူဝ်ပၢၵ်ႇ 14 တူၵ်းၶိုင်ႈၼၼ်ႉၸိုင် ဢႃႇၼႃႇၸၢၵ်ႈ ဢႃႇယုတ်ႉထယ ၶိုၼ်းႁူမ်ႇငမ်းၸွမ်း သၢပ်ႇမႄႈၼမ်ႉ ၸဝ်ႈၽယႃး ဢိၵ်ႇလူၺ်ႈ ထုင်ႉမႄႈၼၢမ်ယဝ်ႉ။
ဢဝ်ၼမ်ႉမႄႈၼၢမ် ပဵင်ငဝ်ႈသေ မိူင်းဢယုတ်ႉထယ မႄႇၶႂၢၵ်ႈမိူင်းသေ တမ်ႈတီႈ ပွတ်းႁွင်ႇၼၼ်ႉတႄႉ ပဵၼ်မိူင်းလၢၼ်ႉၼႃး လႄႈ မိူင်းဢွၼ်ႇမိူင်းဢိတ်းၽႂ်မၼ်း ဢုပ်ႉၵွၼ်းၵႂႃႇယူႇ။ 1431 ဢယုတ်ႉထယ ၵႂႃႇတိုၵ်းသိမ်းဢဝ် ဝဵင်းဢင်းၵေႃးသေ ၶမႃႇၶဝ် လႆႈပၢႆႈဢွၵ်ႇ ဢင်းၵေႃးၵႂႃႇယဝ်ႉ။ <ref>Science news: What happened at Angkor Wat". The Washington Post. 13 April 2010.</ref>
ဝၢႆးၼၼ်ႉ ထႆးၶဝ် တိူဝ်းမီး လွင်ႈၵပ်းသိုပ်ႇ ၵႃႉၶၢႆလူၺ်ႈ မိူင်းႁိမ်းႁွမ်း ၸိူဝ်းပဵၼ် ၶႄႇ၊ ဢိၼ်ႇတိယ တေႃႇႁွတ်ႈထိုင် မိူင်းပႃႇသျႃး၊ မိူင်းဢႃႇရၢပ်ႉ ၸိူဝ်းၼၼ်ႉယဝ်ႉ။ တီႈၼႂ်းဢေးသျႃး ၽွင်းၼၼ်ႉ ဢယုထယ ပဵၼ်ဢွင်ႈတီႈလွၵ်းၵၢတ်ႇ ၵိုၼ်းသေပိူၼ်ႈဢၼ်ၼိုင်ႈယဝ်ႉ။ ၵူၼ်းၵႃႉ ယူးရူပ်ႉၶဝ်တႄႇၽဵဝ်မႃး မိူင်းထႆး မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 16 မိူဝ်ႈၸဝ်ႉၼၼ်ႉသေ ၵေႃႉဢၼ်ၽႅဝ်မႃး ဢွၼ်တၢင်းပိူၼ်ႈတႄႉ ပဵၼ်ၵိၼ်မိူင်းလူင်ပေႃႇတူႇၵိူဝ်ႇ ဢေႇၾုၼ်ႇသူဝ်ႇတီႇဢႄႇလ်ပႃႇၵႃႇၵီႇသေ မၼ်းႁွတ်ႈထိုင် မိူဝ်ႈ 1511 ယဝ်ႉ။ ဝၢႆးၼၼ်ႉ ၾရၢင်ႇသဵတ်ႈ၊ တၢတ်ႉၶျ်လႄႈ ဢဵင်းၵလဵတ်ႈၶဝ် ၸင်ႇၽႅဝ်မႃး။ 1765-67 ပၢၼ်ၵူင်းပွင် ၸဝ်ႈႁေႃၶမ်းမၢၼ်ႈ သျိၼ်ႇၽိဝ်ႇသျိၼ်ႇ မႃးတိုၵ်းလႄႈ မိူင်းဢယုတယ လႆႈလူႉလႅဝ်ၵႂႃႇယဝ်ႉ။
1767 ဝၢႆးသေ မိူင်းဢယုထယ တူၵ်းၵႂႃႇ ၼႂ်းမိုဝ်းမၢၼ်ႈယဝ်ႉ ၸဝ်ႈၽယႃးထၢၵ်ႈသိၼ် ၸင်ႇၶၢႆႉၵႂႃႇတင်ႈ ဝဵင်းလူင် တီႈတုၼ်းပူးရီး Thonburi မွၵ်ႈ 15 ပီ။ ထိုင်မႃး 1782 သၢႆသိုပ်ႇၶိူဝ်းၶုၼ် ၸၵ်ႉၵရီး မႁႃႇရႃႇမ 1 ၸင်ႇမႃးတင်ႈဝဵင်းလူင် တမ်ႈတီႈ မိူင်းၵွၵ်ႇယဝ်ႉ။
== ပီႁူဝ်ပၢၵ်ႇ 20 ==
ပီႁူဝ်ပၢၵ်ႇသၢဝ်းၼႆႉ ပိၵ်ႉသမ်ႉဝႃႈ မိူင်းယူးရူပ်ႉၶဝ် ႁိပ်ႇၼဵၵ်းတဵၵ်းတဵင် ၶႂၢၵ်ႈမိူင်းမႃးသေတ ၼႂ်းမိူင်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼၼ်ႉ မိူင်းထႆးမိူင်းလဵဝ်ၵူၺ်း ဢမ်ႇလႆႈပဵꧣ် ၶီႈၶႃႈမိူင်းလႂ်။ ဢၼ်ဢမ်ႇလႆးပဵၼ် မိူင်းၶီႈၶႃႈပိူႈၼ်ၼၼ်ႉတႄႉ တႄႇၸဵမ်မိူဝ်ႈ ပီႁူဝ်ပၢၵ်ႇ 17 ၼၼ်ႉ ၶုၼ်ႁေႃၶမ်းထႆးၶဝ် ပေႃးမေႃ ၵပ်းသိုပ်ႇတိတ်းတေႃႇ ႁဵတ်းဢူၺ်းလီၵၼ် ယူႇသဝ်း ႁႂ်ႈထုၵ်ႇမႅၼ်ႈ ၼႂ်းၵႄႈၵၢင် ၾရၢင်ႇသဵတ်ႈ လႄႈ ဢဵင်းၵလဵတ်ႈမႃးၼၼ်ႉယဝ်ႉ။ မိူဝ်ႈပီ 1896 ၼၼ်ႉ ပရိတ်ႉတဵင်ႇလႄႈ ၾရၢင်ႇသဵတ်ႈ လႆးလူင်းလၢႆးမိုဝ်းၵၼ်ဝႃႈ တေဢဝ် သၢပ်ႇမႄႈၼမ်ႉၸဝ်ႈၽယႃး ႁဵတ်းပဵၼ် ဢွင်ႈတီႈၶႅၼ်ႈမိူင်းၶဝ်ၶႂၢၵ်ႈၼႆသေ ၸင်ႇတေ ႁုပ်ႈသိမ်းဢဝ် မိူင်းဢေးသျႃး ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ တင်းသဵင်ႈယဝ်ႉ။
ယွၼ်ႉပိူဝ်ႈ မိူင်းဝၼ်းတူၵ်းၶဝ် မႃးႁူမ်ႇငမ်းလႄႈ ၼႂ်းပီႁူဝ်ပၢၵ်ႇ 19 ၼႆႉ မီးမႃးလွင်ႈလႅၵ်ႈလၢႆႈ တင်းၼမ်တင်းလၢႆသေ ပႅင်ႈၼင်ႇ ၽူႈၶႂၢၵ်ႈမိူင်းၶဝ် ယွၼ်းၼၼ်ႉ ဢၼ်လႆႈၸွမ်းပၼ် ၵၢင်ၸႂ်ၶဝ် ၶႂ်ႈလႆႈၶႂ်ႈပဵၼ်ၼၼ်ႉၵေႃး တေႃႈမီးတင်းၼမ်ယူႇ။ တီႈတႅၵ်ႈမၼ်း မိူၼ်ၼင်ႇ ၼႃႈလိၼ် ၸိူဝ်းဢၼ်မီး ၽၢႆႇဢွၵ်ႇ မႄႈၼမ်ႉၶွင်ၼၼ်ႉ လႆႈၼွပ်ႇဢၢပ်ႈပၼ် ၾရၢင်ႇသဵတ်ႈၵႂႃႇလႂ်၊ ၵုၼ်ယွၼ်ႇမလေးသျႃး တီႈဢၼ်ထႆးလႄႈ ယၢင်း(ၵယိၼ်ႇ)ၶဝ်ယူႇသဝ်းၼၼ်ႉ လႆႈပၼ်ၵႂႃႇ ၼႂ်းမိုဝ်း ဢဵင်းၵလဵတ်ႈၶဝ်လႂ်ၸိူဝ်းၼၼ်ႉယဝ်ႉ။ ၼင်ႇႁိုဝ် တေလႆႈ လွင်ႈၵမ်ႉထႅမ် တမ်ႈတီႈ ဢဵင်းၵလဵတ်ႈၶဝ်ၼၼ်ႉၸိုင် မိူဝ်ႈပီ 1909 လႆႈႁဵတ်း လိၵ်ႈႁူမ်ႈမၢႆ ဢိင်ႇၵလူဝ်ႇ-သယၢမ်မိၵ်ႉသေ လႆႈဢဝ်ၸႄႈမိူင်းသီႇဢၼ် ၽၢၵ်ႇတွၼ်ႈပၼ် ဢဵင်းၵလဵတ်ႈၶဝ်ၸိူဝ်းၼၼ်ႉလႂ်ယဝ်ႉ။ ၸႄႈမိူင်းသီႇဢၼ်ၼၼ်ႉ ပဵၼ်ၵလၢၼ်ႇထၢၼ်ႇ၊ တႄးရၢၼ်ႇၵႃႇၼူး၊ ၵတႃႇ လႄႈ ပႃႇလိတ်ႉၼၼ်ႉသေ ဝၢႆးလင်မႃး ပႃးၵႂႃႇၼႂ်းမိူင်း မလေးပွတ်းႁွင်ႇယဝ်ႉ။
1917 ၽွင်းမိူဝ်ႈ သိုၵ်းၵမ်ႇၽႃႇ ပွၵ်ႈၵမ်းၼိုင်ႈၼၼ်ႉ မိူင်းထႆး ဢၼ်ႁွင်ႉဝႃႈ သယၢမ် ၶဝ်ႈပႃးၼႂ်းၸုမ်း မႁႃႇမိတ်ႉသေ ပဵၼ်မိူင်းလုၵ်ႈၼိုင်ႈ ဢၼ်ၶဝ်ႈပႃးၼႂ်းသဵၼ်ႈမၢႆ ဢွင်ႇပႄႉသိုၵ်းယဝ်ႉ။ 1923 လႆႈပဵၼ် ပွႆးလုၵ်ႉၽိုၼ်ႉ လိူတ်ႈဢမ်ႇဢွၵ်ႇ Khana Ratsadon ၶၼရတ်ႉသတွၼ်းလႄႈ ၸဝ်ႈႁေႃၶမ်း ပရႃႇၸတိပူၵ်ႉ Prajadhipok ပၼ်ၶႂၢင်းပုၼ်ႈတႃႇ ၵူၼ်းမိူင်း လႆႈတႅမ်ႈပိုၼ်ႉထၢၼ်လၵ်းမိူင်းသေ လွင်ႈဢၼ်ၸဝ်ႈၶုၼ်ႁေႃၶမ်း ဢုပ်ႉဝၢၼ်ႈပွင်မိူင်းၼၼ်ႉ ဢဝ်ၶွတ်ႇယွတ်ႈသုတ်းပၢႆၵႂႃႇယဝ်ႉ။ 1939 ၸင်ႇလုၵ်ႉတီႈ ၸိုဝ်ႈဢၼ်ႁွင်ႉဝႃႈ သယၢမ်ၼၼ်ႉသေ လႅၵ်ႈလၢႆႈပဵၼ် Thailand ၵႂႃႇယဝ်ႉ။
== သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင် ==
မိူဝ်ႈၽွင်း သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင်ၼၼ်ႉ ၸဝ်ႈႁေႃၶမ်းၵျပၢၼ်ႇ တုၵ်းယွၼ်း ႁႂ်ႈလႆႈဢဝ်တပ်ႉၵျပၢၼ်ႇ လတ်းၶၢမ်ႈ မိူင်းထႆး ၵႂႃႇၸူး တီႈၼႃႈလိၼ်မလေးသျႃးယဝ်ႉ။ 1941 လိူၼ်တီႇၸိမ်ပိူဝ်ႇ 8 ဝၼ်း ၸွမ်းၼင်ႇ မိူင်းၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇဢေးသျႃး ဢွၼ်ၵၼ် တိုၵ်းတေႃးၵျပၢၼ်ႇ မိူဝ်ႈလဵဝ်ၵၼ်ၼင်ႇၼၼ် သိုၵ်းႁေႃၶမ်းထႆးၵေႃႈ လႆႈပဵၼ်ပၢင်တိုၵ်းၵၼ် တင်းၵျပၢၼ်ႇၶဝ် မွၵ်ႈ 6 မွင်းတေႃႇ 8 မွင်းယဝ်ႉ။ Plaek Phibunsongkhram ပလႃႇယႅၵ်ႉ ၽိပုၼ်းသူင်ၶရမ်း ပိုၼ်ၶၢဝ်ႇဝႃး ႁ်ႈၵိုတ်းသိုၵ်းၼႆ ၸင်ႇၵိုတ်းၵႂႃႇယဝ်ႉ။ ဝၢႆးၼၼ်ႉ ၸင်ႇပၼ်သိုၵ်းၵျပၢၼ်ႇၶဝ် လတ်းၶဝ်ႈၼႂ်းမိူင်းထႆးသေ ပီ 1941 လိူၼ်တီႇၸိမ်ႇပိူဝ်ႇ 21 ဝၼ်း ၽၢႆႇသိုၵ်း ထႆးလႄႈ ၵျပၢၼ်ႇ လႆႈလူင်းလၢႆးမိုဝ်း ႁူမ်ႈပဵၼ် မႁႃႇမိတ်ႉၵၼ်ယဝ်ႉ။ ဢဝ်ၸွမ်းၼင်ႇ လိၵ်ႈႁူမ်ႈမၢႆၼၼ်ႉသေ ၵျပၢၼ်ႇၶဝ် တေၸွႆႈထႅမ်ပၼ် ၼႃးလိၼ်ထႆး ဢၼ်တူၵ်းသုမ်းၵႂႃႇ ၼႂ်းမိုဝ်းၾရၢင်ႇသဵတ်ႈၶဝ်ၼၼ်ႉ ၼႆယဝ်ႉ။ မိူဝ်ႈၽွင်း သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင်ၼၼ်ႉ ၼႃႈလိၼ်ထႆးၵမ်ႈၽွင်ႈၵေႃႈ ထႆးၶဝ်လႆႈၶိုၼ်းသေ မိူင်းၵဵင်းတုင်ၵေႃႈ ၵျပၢၼ် ၼွပ်ႇဢၢပ်ႈပၼ် ထႆးၵႂႃႇယဝ်ႉ။ <ref>Werner Gruhl, Imperial Japan's World War Two, 1931–1945, Transaction Publishers, 2007 ISBN 978-0-7658-0352-8</ref>
ၵူၺ်းၵႃႈ 1942 လိူၼ်ၵျၼ်ႇၼဝရီႇ 25 ဝၼ်း မိူင်းထႆး ပဵၼ်ၸႂ်ၵျပၢၼ်ႇသေ ပိုၼ်ၶၢဝ်ႇ တိုၵ်းတေႃး ဢမေႇရိၵၢၼ်ႇလႄႈ ပရိတဵင်ႇၶဝ်ယဝ်ႉ။ ထႅင်ႈၽၢႆႇၼိုင်ႈၵေႃႈ တႃႇတေတိုၵ်းတေႃးၵျပၢၼ်ႇၼၼ်ႉ လၵ်ႉလွမ်တူင်ႉတိုၼ်ႇတူဝ်ဝႆႉယူႇ။
==ၽိုၼ်ဢိင်==
{{Reflist}}
[[ပိူင်ထၢၼ်ႈ:မိူင်းထႆး]]
[[ပိူင်ထၢၼ်ႈ:မိူင်းၼႂ်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ|ထႆး]]
ln3kxqdj2nyi2k1meofdeedhlcpzcok
65830
65788
2024-12-24T00:26:03Z
Saimawnkham
5
65830
wikitext
text/x-wiki
{{Infobox country
| conventional_long_name = မိူင်းႁေႃၶမ်းထႆး
| common_name = မိူင်းထႆး
| native_name = {{ubl|{{native name|th|ราชอาณาจักรไทย|italics=off}}|<small>ရၢꩡ်ႉဢႃးၼႃးၸၵ်ႇထႆး</small>}}
| image_flag = Flag of Thailand.svg
| image_coat = Garuda Emblem of Thailand.svg
| symbol_type = မိၵ်ႈမၢႆ
| national_anthem = {{lang|th|เพลงชาติไทย}}<br />{{transliteration|th|[[Thai National Anthem|Phleng Chat Thai]]}}<br />"ၽဵင်းၸိူဝ်ႉၸၢတ်ႈထႆး"{{parabr}}{{center|[[File:Thai National Anthem - US Navy Band.ogg]]}}
| royal_anthem = {{lang|th|สรรเสริญพระบารมี}}<br />{{transliteration|th|[[Sansoen Phra Barami]]}}<br />"Glorify His Prestige"{{parabr}}{{center|[[File:Thai Royal Anthem - US Navy Band.ogg]]}}
| image_map = {{Switcher|[[File:Thailand (orthographic projection).svg|upright=1.15|frameless]]|Show globe|[[File:Location Thailand ASEAN.svg|upright=1.15|frameless]]|Show map of ASEAN|default=1}}
| map_caption = {{map caption |location_color= သီၶဵဝ် |region= Asia |region_color= grey |subregion= [[ASEAN]]
| subregion_color = dark grey}}
| capital = [[Bangkok]]{{efn|Officially known in Thai as "Krung Thep Maha Nakhon"|group=infobox}}
| coordinates = {{Coord|13|48|N|100|33|E|region:TH-10_type:city(8,300,000)}}
| largest_city = ဝဵင်းလူင်
| official_languages = [[Thai language|Thai]]<!--Note: Central Thai is also the national language. --><ref name="CIA">[https://www.cia.gov/the-world-factbook/countries/thailand/ "Thailand"] {{Webarchive|url=https://web.archive.org/web/20210610164345/https://www.cia.gov/the-world-factbook/countries/thailand/|date=10 June 2021}}, ''The World Factbook''.</ref><!--Thai is the official language. English is a non-official secondary language.-->
| languages = [[Central Thai language|Central Thai]], [[Isan language|Isan]], [[Northern Thai language|Lanna (Northern Thai)]], [[Southern Thai language|Dambro (Southern Thai)]], [[Karenic languages|Karen]], [[Kelantan-Pattani Malay|Pattani Malay]], [[Bangkok Malay]], [[Teochew dialect|Teochew]], [[Hokkien]]
| languages_type = Spoken languages
| languages_sub = yes
| ethnic_groups = {{tree list}}
* 80% [[Thai people|Thai]]
** 37% Thai (Central Thai)
** 25% [[Isan people|Thai Lao (Northeastern Thai)]]
** 8% [[Northern Thai people|Lanna (Northern Thai)]]
** 8% [[Southern Thai language|Dambro (Southern Thai)]]
** 2% (Western Thai)
* 12% [[Thai Chinese]]
* 4% [[Khmer people|Khmer]]
* 4% [[Thai Malays|Malays]]
{{tree list/end}}
| religion = {{tree list}}
* 93.46% [[Buddhism in Thailand|Buddhism]]
* 5.37% [[Islam in Thailand|Islam]]
* 1.13% [[Christianity in Thailand|Christianity]]
* 0.03% [[Religion in Thailand|Other]]
{{tree list/end}}
| religion_ref = <ref name=":0"/>
| religion_year = 2018 census
| demonym = [[Thai people|Thai]]
| government_type = Unitary [[parliamentary constitutional monarchy]]
| leader_title1 = [[Monarchy of Thailand|Monarch]]
| leader_name1 = [[Vajiralongkorn]] (Rama X)
| leader_title2 = [[Prime Minister of Thailand|Prime Minister]]
| leader_name2 = [[Paetongtarn Shinawatra]]
| legislature = [[National Assembly of Thailand|National Assembly]]
| upper_house = [[Senate of Thailand|Senate]]
| lower_house = [[House of Representatives (Thailand)|House of Representatives]]
| sovereignty_type = [[History of Thailand|Formation]]
| established_event1 = [[Sukhothai Kingdom]]
| established_date1 = 1238–1438
| established_event2 = [[Ayutthaya Kingdom]]
| established_date2 = 1351–1767
| established_event3 = [[Thonburi Kingdom]]
| established_date3 = 1767–1782
| established_event4 = [[Rattanakosin Kingdom]]
| established_date4 = 6 April 1782
| established_event9 = {{nowrap|[[Siamese revolution of 1932|Constitutional monarchy]]}}
| established_date9 = 24 June 1932
| established_event10 = {{nowrap|[[Constitution of Thailand|Current constitution]]}}
| established_date10 = 6 April 2017
| area_km2 = 513,120
| area_rank = 50th
| area_sq_mi = 198,115 <!--Do not remove per [[WP:Manual of Style/Dates and numbers]]-->
| percent_water = {{nowrap|0.4 (2,230 km{{smallsup|2}})}}
| population_estimate = {{Increase}} 65,975,198<ref>{{cite web|title=Population statistics of the civil registration (monthly) |url=https://stat.bora.dopa.go.th/stat/statnew/statMONTH/statmonth/#/mainpage}}</ref>
| population_estimate_year = 2024
| population_estimate_rank = 22nd
| population_census = 64,785,909<ref>National Statistics Office, [http://popcensus.nso.go.th/doc/8-thailand%20census.doc "100th anniversary of population censuses in Thailand: Population and housing census 2010: 11th census of Thailand"]. {{in lang|th}} {{webarchive |url=https://web.archive.org/web/20120712002347/http://popcensus.nso.go.th/doc/8-thailand%20census.doc |date=12 July 2012}}. popcensus.nso.go.th.</ref>
| population_census_year = 2010
| population_census_rank = 21st
| population_density_km2 = 132.1
| population_density_sq_mi = 342 <!--Do remove per [[WP:Manual of Style/Dates and numbers]]-->
| population_density_rank = 88th
| GDP_PPP = {{increase}} $1.644 trillion<ref name="IMFWEO.TH">{{Cite web |url=https://www.imf.org/en/Publications/WEO/weo-database/2024/April/weo-report?c=578,&s=NGDPD,PPPGDP,NGDPDPC,PPPPC,&sy=2022&ey=2029&ssm=0&scsm=1&scc=0&ssd=1&ssc=0&sic=0&sort=country&ds=.&br=1 |title=World Economic Outlook Database, April 2024 Edition. (Thailand) |website=imf.org |publisher=[[International Monetary Fund]] |date=16 April 2024 |access-date=16 April 2024 |archive-date=16 April 2024 |archive-url=https://web.archive.org/web/20240416210435/https://www.imf.org/en/Publications/WEO/weo-database/2024/April/weo-report?c=578,&s=NGDPD,PPPGDP,NGDPDPC,PPPPC,&sy=2022&ey=2029&ssm=0&scsm=1&scc=0&ssd=1&ssc=0&sic=0&sort=country&ds=.&br=1 |url-status=live }}</ref>
| GDP_PPP_year = 2024
| GDP_PPP_rank = 23rd
| GDP_PPP_per_capita = {{increase}} $23,401<ref name="IMFWEO.TH" />
| GDP_PPP_per_capita_rank = 74th
| GDP_nominal = {{increase}} $548.890 billion<ref name="IMFWEO.TH" />
| GDP_nominal_year = 2024
| GDP_nominal_rank = 26th
| GDP_nominal_per_capita = {{increase}} $7,812<ref name="IMFWEO.TH" />
| GDP_nominal_per_capita_rank = 88th
| Gini = 35.1 <!--number only-->
| Gini_year = 2021
| Gini_change = increase <!--increase/decrease/steady-->
| Gini_ref = <ref>{{Cite web |title=Gini Index |url=https://data.worldbank.org/indicator/SI.POV.GINI/ |url-status=live |archive-url=https://web.archive.org/web/20180727172441/https://data.worldbank.org/indicator/SI.POV.GINI |archive-date=27 July 2018 |access-date=12 August 2021 |publisher=World Bank}}</ref>
| HDI = 0.803 <!--number only-->
| HDI_year = 2022<!-- Please use the year to which the data refers, not the publication year-->
| HDI_change = increase<!--increase/decrease/steady-->
| HDI_ref = <ref>{{Cite web |date=13 March 2024 |title=Human Development Report 2023/2024 |url=https://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf|url-status=live |archive-url=https://web.archive.org/web/20240313164319/https://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf |archive-date=13 March 2024 |access-date=13 March 2024 |publisher=[[United Nations Development Programme]]}}</ref>
| HDI_rank = 66th
| currency = [[Thai baht]] (฿)
| currency_code = THB
| time_zone = [[UTC+07:00|ICT]]
| utc_offset = +7
| date_format = dd/mm/yyyy ([[Thai solar calendar|BE]])
| drives_on = left
| calling_code = [[Telephone numbers in Thailand|+66]]
| cctld = {{hlist|[[.th]]|[[.ไทย]]}}
| footnotes = {{notelist}}
}}
{{Contains special characters|Thai|compact=yes}}
'''မိူင်းႁေႃၶမ်းထႆး''' ({{Lang-th|ราชอาณาจักรไทย}}) (''ရၢꩡ်ႉဢႃႇၼႃႇၸၵ်ႈထႆး'') ၼႆႉ ပဵၼ်မိူင်းၵွၼ်းၶေႃ မိူင်းၼိူင်ႈ ဢၼ်မီးဝႆႉ တီႈလမ်ႇလွင်ႈ ၼႂ်းတွၼ်ႈ [[ဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ|ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ ဢေးသျႃး]]။ ၾၢႆႇႁွင်ႇၼၼ်ႉမီး [[မိူင်းမၢၼ်ႈ]]လႄႈ [[မိူင်းလၢဝ်း]]၊ ၾၢႆႇဝၼ်းဢွၵ်ႇၼၼ်ႉ မီး မိူင်းလၢဝ်း လႄႈ [[မိူင်းၵမ်ႇပေႃးတီးယႃး]]၊ ၾၢႆႇၸၢၼ်းတႄႉမီး [[ၵိဝ်ႇၼမ်ႉထႆး]] လႄႈ [[မိူင်းမလေးသျႃး]]၊ ၾၢႆႇဝၼ်းတူၵ်းတႄႉ မီး [[ပၢင်ႇလၢႆႇဢႅတ်ႇမႅၼ်ႇ]] လႄႈ မိူင်းမၢၼ်ႈ ၶဝ်လွမ်ႉႁွပ်ႈ မိူင်းထႆးဝႆႉ။ လႅၼ်ႊၼမ်ႉမိူင်းထႆးၼႆႉ ၾၢႆႇၵိဝ်ႇၼမ်ႉထႆး ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼၼ်ႉ တိတ်းၸပ်းၵၼ်ဝႆႉတင်း လႅၼ်ႊၼမ်ႉ မိူင်းဝႅတ်ႉၼၢမ်း၊ ၾၢႆႇပၢင်ႇလၢႆႇဢႅတ်ႇမႅၼ်ႇ ၸဵင်ႇၸၢၼ်းဝၼ်းတူၵ်းၼၼ်ႉ တိတ်းၸပ်းၵၼ်ဝႆႉတင်း လႅၼ်ႊၼမ်ႉ မိူင်းဢိၼ်ႇတူဝ်ႇၼီးသျႃး လႄႈ မိူင်းဢိၼ်ႇတိယ ၶဝ်ယဝ်ႉ။ ၵုင်းထဵပ်ႈ (မိူင်းၵွၵ်ႇ) ၼႆႉ ပဵၼ်ဝဵင်းလူင်ငဝ်ႈၸိုင်ႈ မိူင်းထႆးသေဢမ်ႇၵႃး ပဵၼ်ဝဵင်းဢၼ်ယႂ်ႇသေပိူၼ်ႈ ၼႂ်းမိူင်းထႆး။ ၵုင်းထဵပ်ႈၼႆႉ ပဵၼ်ဝဵင်းငဝ်ႈငႃႇ တႃႇၵၢၼ်မိူင်း၊ ၵၢၼ်မၢၵ်ႈမီး၊ ၵၢၼ်ႁဵတ်းဢွၵ်ႇၶူဝ်းၵုၼ်ႇ လႄႈ ၵၢၼ်ၾၢႆႇၾိင်ႈထုင်းယဵၼ်ႇငႄႈ ၸိူဝ်းၼၼ်ႉ ဝဵင်းၼိူင်ႈယဝ်ႉ။}}
တၢင်းၵႂၢင်ႈမိူင်းထႆး မီး 198,000 လၵ်းပၼ်ႇမူၼ်း (513,000) ၵီႇလူဝ်ႇမီႇထိူဝ်ႇပၼ်ႇမူၼ်းသေ ပဵၼ်မိူင်းလုၵ်ႈယႂ်ႇ ၼႂ်းလူၵ်ႈ မၢႆ 51။ ပဵၼ်မိူင်း ဢၼ်ၵူၼ်းၼမ်သေပိူၼ်ႈၼႂ်းၵမ်ႇၽႃႇ မၢႆ 20 သေ ႁူဝ်ၼမ်ၵူၼ်း မီးယူႇ 66 လၢၼ်ႉ။ ငဝ်ႈၸိုင်ႈဝဵင်းလူင် ပဵၼ် [[မိူင်းၵွၵ်ႇ]] (Bangkok)။ ၵူၼ်း 75.95% ပဵၼ်ၵူၼ်းထႆးသေ ပိူင်လူင်မၼ်း မီးယူႇ 4 တွၼ်ႈသေ ပဵၼ်တွၼ်ႈၵၢင်၊ တွၼ်ႈၸဵင်ႇႁွင်ႇဝၼ်းဢွၵ်ႇ (ဢီႇသၢၼ်)၊ တွၼ်ႈပွတ်းႁွင်ႇ လႄႈ တွၼ်ႈပွတ်းၸၢၼ်းယဝ်ႉ။ ၸၢဝ်းၶႄႇထႆး မီးယူႇ 14%၊ ၸၢဝ်းထႆးၶႄႇ သမ်ႉတေမီးယူႇ 40% မွၵ်ႈၼၼ်ႉယူႇ။ ၸၢဝ်းထႆးမလေး မီးယူႇ 3% သေ ၸိူဝ်းဢၼ်ၵိုတ်းယူႇၸိူဝ်းၼၼ်ႉတႄႉ ပဵၼ်ၸၢဝ်းမွၼ်း၊ ၶမႃႇ လႄႈ ၸၢဝ်းၵူၼ်းယူႇ ႁူဝ်ႁူၺ်ႈႁၢဝ်းလွႆ။ ၶေႃႈၵႂၢမ်း ဢၼ်လၢတ်ႈဢၼ်ၸႂ်ႉ ၼႂ်းလုမ်းတႄႉ ပဵၼ်ၵႂၢမ်းထႆးသေ ၽႃႇသႃႇ ဢၼ်ၵိူဝ်းယမ်တႄႉ ပဵၼ်ၸၢဝ်းပုတ်ႉ (ထေႇရဝႃႇတ) မီး 95% ယဝ်ႉ။
တႄႇဢဝ် ပီ 1985 တေႃႇထိုင် 1996 ၼၼ်ႉ ၵၢၼ်ပၢႆးမၢၵ်ႈမီး မိူင်းထႆး ၶိုၼ်ႈယႂ်ႇမႂ်ႇသုင်မႃးသေ ပဵၼ်မိူင်းၶိုၼ်ႈယႂ်ႇ ဢၼ်ႁဵတ်းဢွၵ်ႇလႆႈ ၵုၼ်ႇၵႃႉတၢင်းၶၢႆ မိူင်းၼိုင်ႈ။ ၵၢၼ်ႁဵတ်းဢွၵ်ႇ ၶူဝ်းၶွင် သူင်ႇၶၢႆၼွၵ်ႈမိူင်း၊ ၵၢၼ်ၽၢႆႇၽုၵ်ႇသွမ်ႈ လႄႈ ၵၢၼ်ၽၢႆႇႁပ်ႉၶႅၵ်ႇ ဢႅဝ်ႇလႄႇၼၼ်ႉ ပဵၼ်ပၢၼ်ပၢႆးမၢၵ်ႈမီးလူင် ပုၼ်ႈတႃႇ မိူင်းထႆးယဝ်ႉ။ <ref> Thailand and the World Bank, World Bank on Thailand country overview.</ref> <ref>
The Guardian, Country profile: Thailand, 25 April 2009.</ref>
သၢမ် + သဵမ် + သယၢမ် + သၢမ်း ပဵၼ်ၸိုဝ်ႈ ဢၼ်ၵူၼ်းတၢင်ႇၶိူဝ်းၶဝ် ႁွင်ႉၸိုဝ်ႈတူၼ်းၶိူဝ်းတႆး ၵူၼ်းထႆး(တႆးမိူင်းထႆး)ၵေႃႈ ယၢမ်ႈတၢင်ႇၸိုဝ်ႈမိူင်းလႄႈ ႁွင်ႉၸိုဝ်ႈၸိူဝ်ႉၶိူဝ်းၶဝ်ဝႃႈ သယၢမ် (Siam)ၼႆမႃး၊ တေႃႇႁၢၼ်ႉၼႆႉ ၼႂ်းမိူင်းထႆး မၢင်ႇတီႈတီႈ ယင်းၸႂ်ႉၸိုဝ်ႈသယၢမ် - ၼႆယူႇ။ ၵပ်းၵၢႆႇလူၺ်ႈ လွင်ႈႁွင်ႉၸိုဝ်ႈထႆးၼႆႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 14 ၼၼ်ႉ ဢယုတ်ႉထယၼႆႉ ပဵၼ်ဢွင်ႈတီႈ လိုဝ်းႁူင် ယႂ်ႇလူင် ပုၼ်ႈတႃႇ ထႆးသေ ၶႄႇၶဝ်ႁွင်ႉထုင်ႉဢႃႇယုတ်ႉထယၼၼ်ႉ ႁွင်ႉဝႃႈ သျႅင်းၼႆယူႇ။ လုၵ်ႉတီႈၼၼ်ႈသေ ၸၢဝ်းပေႃႇတူႇၵီႇၶဝ် သမ်ႉႁွင်ႉဢွၵ်ႇသဵင်ဝႃႈ သယၢမ်ႇ Siam ၼႆၵေႃႈ ဝႃႈယဝ်ႉ။
တီႈၼႂ်းလၢႆးမိုဝ်း sign ၸဝ်ႈႁေႃၶမ်းမွင်းၵုတ်ႉ (1851 - 1868)ၼၼ်ႉ တႅမ်ႈလူင်လၢႆးမိုဝ်းဝႆႉဝႃႈ "SPPM (Somdet Phra Poramenthra Maha) ၸဝ်ႈႁေႃၶမ်းလူင်မွင်းၵုတ်ႉ ၸဝ်ႈသယၢမ်ၼႆလႄႈ ၸိုဝ်ႈဢၼ်ႁွင်ႉဝႃႈ သယၢမ်ၼႆႉ ၸႂ်ႉတိုဝ်းမႃး တေႃႇထိုင် 1939 လိူၼ်ၵျုၼ်ႇ 23 ဝၼ်းသေ ဝၢႆးလင်ၼၼ်ႉ ၸင်ႇၸႂ်ႉၸိုဝ်ႈဢၼ်ဝႃႈ Thailand ယဝ်ႉ။ ထိုင်မႃး ပီ 1945 ၵေႃႈ ၶိုၼ်းမႄးၸႂ်ႉၶိုၼ်း ၶေႃႈၵႂၢမ်းသယၢမ် ၼႆႉ တေႃႇထိုင် 1949 လိူၼ်မေႇ 11 ဝၼ်းသေ ဝၢႆးလင်ၼၼ်ႉ ၶိုၼ်းၸႂ်ႉ Thailand ယဝ်ႉ။ <ref> Thailand (Siam) History, CSMngt-Thai. Archived 24 ဧပြီ 2015 at the Wayback Machine </ref>
== တီႈပွင်ႇထႆး ==
တီႈပွင်ႇ ၶေႃႈၵႂၢမ်း ဢၼ်ဝႃႈ '''ထႆး''' ၼႆၼၼ်ႉ တီႈၼႂ်းလိၵ်ႈသဝ်ႁိၼ် သုၵ်ႉၶေႃထႆးၼၼ်ႉ ပိုတ်ႇတီႈပွင်ႇဝႆႉဝႃႈ '''လွတ်ႈလႅဝ်းသဝ်းၶေႃ''' ၼႆယဝ်ႉ။
တီႈပွင်ႇထႆးၼၼ်ႉ ၽူႈလဵပ်ႈႁဵၼ်းပိုၼ်းၶဝ် ဢွၼ်ၵၼ် သပ်းလႅင်းၼႄမႃးဝႃႈ
::ၵူၼ်းမီးမိူင်း ၵူၼ်းမီးၾိင်ႈ ၵူၼ်းမီးၵၢၼ်ၽွင်းငမ်းမႃး ႁင်းၶေႃ မီးၵၢၼ်ပၢႆးမၢၵ်ႈမီး ဢၼ်ၶိုၼ်ႈယႂ်ႇမႃး ႁင်းၶေႃ။
::ပွင်ႇဝႃႈ “ယႂ်ႇ”၊ ပဵၼ်ယႂ်ႇ၊ ပဵၼ်ၸဝ်ႈ၊ ဢမ်ႇပဵၼ်ၶႃႈၽႂ်၊ ပဵၼ်ၸိုဝ်ႈၸၼ်ႉၵူၼ်း။
::လွတ်ႈလႅဝ်းၵွၼ်းၶေႃ၊ ၸိုင်ႈမိူင်းၵွၼ်းၶေႃ၊ ပဵၼ်ၸိုဝ်ႈၸိူဝ်ႉၸၢတ်ႈလႄႈ ၸိုင်ႈမိူင်း။
::သဝ်းၶေႃထၢင်ႇႁၢင်ႈၼႆႉ ပဵၼ်တီႈပွင်ႇ ဢၼ်ႁွင်ႉဝႃႈ ထႆးၼႆၼၼ်ႉယဝ်ႉ။ ၼႆႉပဵၼ် ၶေႃႈမီႈတီႈပွင်ႇ ဢၼ်ၵိုင်ႇလႅပ်ႈၵၼ် တင်းလွင်ႈယူႇသဝ်းၵိၼ်သၢင်ႈ ၾိင်ႈထုင်းထႆးၼၼ်ႉတႄႉတႄႉ။ ၶေႃႈၵႂၢမ်းၸၼ်ႉသုင်ထႆးၶဝ် ၵႆႉၸႂ်ႉၵႆႉလၢတ်ႈဝႃႈ '''ပရထဵတ်ႉထႆး''' ဝႃႈၼႆသေတ ဢၼ်တင်းၼမ်လၢတ်ႈတႄႉ ၵူၺ်းႁွင်ႉဝႃႈ '''မိူင်းထႆး'''ၼႆၵူၺ်း။ ၶေႃႈၵႂၢမ်း ဢၼ်ဝႃႈ '''မိူင်း'''ၼႆၼၼ်ႉ တီႈပွင်ႇမၼ်း ဢွၵ်ႇဝႃႈ '''ဝၢၼ်ႈမိူင်းတိူင်းၵႃး'''ၼႆၵေႃႈၸိုဝ်ႈ၊ '''ဝဵင်းလူင်၊ ငဝ်ႈၸိုင်ႈဝဵင်းလူင်'''ၼႆၵေႃႈၸိုဝ်ႈယဝ်ႉ။ ၼႂ်းလိၵ်ႈတႄႉ မိူင်းထႆးၼၼ်ႉ တႅမ်ႈဝႆႉဝႃႈ ราชอาณาจักรไทย (မိူင်းဢႃႇၼႃႇၸၢၵ်ႈထႆး)ၼႆယူႇ။
==ပိုၼ်းမိူင်းထႆး ==
မိူင်းထႆးယၢမ်းလဵဝ်ၼႆႉ လွင်ႈဢၼ်မီးၵူၼ်းယူႇသဝ်းမႃးၼၼ်ႉ မီးမႃး ၸဵမ်မိူဝ်ႈပီပွင်း 40,000 ပီလိူဝ်ယူႇၼႆ တူၺ်းဢဝ် လၵ်းထၢၼ် ၶူဝ်းၶွင်ၵူၼ်းမိူဝ်ႈၵွၼ်ႇ ဢၼ်လႆႈမႃးတီႈ ထမ်ႈလွတ်ႇ ဢၼ်မီးတီႈ မႄႈႁွင်ႈသွၼ်ၼၼ်ႉၵေႃႈ ႁူႉလႆႈယူႇ။ တီႈၼႂ်း မိူင်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼႆႉ ၵမ်ႉပႃႈၼမ် ပဵၼ်မိူင်းဢၼ် လွင်ႈၽိင်ႈငႄႈၽႃႇသႃႇ ႁူမ်ႇငမ်းဝႆႉၼင်ႇၼၼ် မိူင်းထႆးၼႆႉၵေႃႈ လႆႈဝႃႈ ၽႃႇသႃႇဢိၼ်ႇတိယ ႁူမ်ႇငမ်းဝႆႉတင်းၼမ်သေ တႄႇဢဝ် မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 1 ၼၼ်ႉမႃး တေႃႇထိုင်ပၢၼ်ၶမႃႇ (ၶမဵၼ်)ၶဝ် ၼၼ်ႉယဝ်ႉ။ မိူဝ်ႈၸဝ်ႉၼၼ်ႉ မိူင်းထႆးၼႆႉ ပဵၼ်ၶမႃႇၶဝ် ဢုပ်ႉပိူင်ႇငမ်းၸိုင်ႈဝႆႉသေ ၽိင်ႈထုင်းႁိၼ်ႇတူႇ ႁူမ်ႇငမ်းမႃး တင်းႁိုင်လႄႈ တေႃႇထိုင်တီႈလဵဝ် တီႈၼႂ်းၽိင်ႈထုင်းထႆးၼၼ်ႉ ၽိင်ႈထုင်းႁိၼ်ႇတူႇ ယင်းတိုၵ်ႉ ႁူမ်ႇငမ်းဢဝ်တီႈယူႇဝႆႉ တင်းၼမ်ယူႇ။
လွင်ႈဢၼ် ၽိင်ႈငႄႈဢိၼ်ႇတိယ ႁူမ်ႇငမ်းၼိူဝ်ထႆးၼႆႉ ဢမ်ႇၸႂ်ႈလႄႈဝႃႈ ယွၼ်ႉၵူၼ်းဢိၼ်ႇတိယ မႃးယူႇသဝ်း တီႈမိူင်းထႆးသေ ႁူမ်ႇငမ်းၵႂႃႇၵေႃႈပႃး လိူဝ်သေၼၼ်ႉ လႆႈၵပ်းသိုပ်ႇ တိတ်းတေႃႇ မိူင်းပႃႇရႃႇဝတီႇ၊ မိူင်းသီႇရိဝိၸယ လႄႈ မိူင်းၵမ်ႇပေႃးတီးယႃး ဢၼ်တိုဝ်းၵမ်ၸွမ်း ၽိင်ႈထုင်း ဢိၼ်ႇတိယၼၼ်ႉၵေႃႈ ပႃးလူၺ်းယဝ်ႉ။
ဢီးဢေႇပေႃးရိတ်ႉတႄႉ ႁၼ်ထိုင်ဝႃႈ ပၢၼ်ၸဝ်ႈႁေႃၶမ်း ဢသေႃးၵ မိူင်းမေႃးရိယ (ဢိၼ်ႇတိယ)ၼၼ်ႉ ၽႃႇသႃႇပုတ်ႉထၸဝ်ႈ လုၵ်ႉဢိၼ်ႇတိယသေ ႁွတ်ႈထိုင်မႃး မိူင်းထႆး တေႃႇထိုင် ပီၶရိတ်ႉ ႁူဝ်ပၢၵ်ႇ 1 ၼၼ်ႉ ၼႆယဝ်ႉ။<ref>Some Aspects of Asian History and Culture by Upendra Thakur p.157</ref>
ဝၢႆးလင်ၼၼ်ႉ သၢႆသိုပ်ႇၶိူဝ်းၶုၼ်ပႃႇလႃႇပႃႇ မိူင်းဢိၼ်ႇတိယၶဝ် လႄႈ သၢႆၶိူဝ်းၶုၼ်ၵုပ်ႉပတႃးၶဝ် ႁူမ်ႇငမ်းထိုင် မိူင်းထႆးယဝ်ႉ။ ၽူႈလူင်ႉပိုၼ်း ၾရၢင်ႇသဵတ်ႈ ၵျွတ်ႉသျ်သီးတႅတ်ႉ ႁၼ်ထိုင်ဝႃး တီႈၼႂ်းလိၵ်ႈႁိၼ်ၶျၼ် (ၸမ်ႇပ)ၶဝ် ပီႁူဝ်ပၢၵ်ႇ 11 ၼၼ်ႉ လႆႈႁၼ်တႅမ်ႈမၢႆဝႆႉဝႃႈ ႁၢႆးသိုၵ်းထႆး (ၵူၼ်းသိုၵ်း ဢၼ်တိၺွပ်းလႆး ၼႂ်းသိုၵ်းသေ ဢဝ်ႁဵတ်းၶႃႈ)ၼၼ်ႉ ၼႆယဝ်ႉ။ တီႈၼႂ်းႁုၼ်ႇႁၢင်ႈႁိၼ်တွင်ႈ ဢင်းၵေႃးဝတ်ႉ မိူင်းၵမ်ႇပေႃးတီးယႃး ဢၼ်ၶႅၵ်းႁဵတ်းဝႆႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 12 ၼၼ်ႉၵေႃႈ လႆႈႁၼ်ပႃးဝႆႉ ၸုမ်းၵူၼ်းသိုၵ်းသယၢမ် ၼႆယဝ်ႉ။ လိူဝ်သေၼၼ်ႉ မိူဝ်ႈ 1253 လိူၼ်ၵျၼ်ႇၼဝရီႇ 7 ဝၼ်း ၽွင်းမိူဝ်ႈ သိုၵ်းမုင်ႇၵူဝ်းၶဝ် ၶဝ်ႈတိုၵ်း သိမ်းဢဝ်ပႅတ်ႈ တႃႇလီးယဝ်ႉသေ ၸၢဝ်းၶိူဝ်းထႆးၶဝ် ဢွၼ်ၵၼ် လူင်းမႃးၽၢႆႇတၢင်း ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇဢေးသျႃးသေ တႃႇတေမႃးတင်ႈဝၢၼ်ႈမိူင်း ၼႃႈတီႈဢၼ် ဢိၼ်ႇတယ ႁူမ်ႇငမ်းဝႆႉၼၼ်ႉ ဢမ်ႇယၢပ်ႇသင်လူင်လၢင်ၼႆယဝ်ႉ။ တမ်ႈတီႈ ထုင်ႉမႄႈၼၢမ်လႄႈ ၸႄႈတွၼ်ႈ ပႃႇရႃႇဝတီႇၼၼ်ႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 7 ပဵၼ်ၵူၼ်းၸၢဝ်းမွၼ်းၶဝ် မီးဝႆႉသေ ပီႁူဝ်ပၢၵ်ႇ 11 ၸမ်း ပဵၼ်ၼႃႈတီႈ ဢုပ်ႇပိူင်ႇ ၶမႃႇ(ၶမဵၼ်)ၶဝ်ယဝ်ႉ။ တီႈၼႂ်းပိုၼ်း သၢႆသိုပ်ႇၶိူဝ်းၶုၼ်ယႂၢၼ်ႇၼၼ်ႉ လႆႈႁၼ်တႅမ်ႈမၢႆဝႆႉဝႃႈ မိူဝ်ႈပီ 1282 ၼၼ်ႉ လႆႈမီးလုမ်းတၢင်မိူင်း မိူင်းသုၵ်ႉၶေႃထႆး ၼႆယဝ်ႉ။ 1287 ၽူႈဢွၼ်ႁူဝ်ထႆး သၢမ်ၸဝ်ႈ ဢၼ်ပဵၼ် ၸဝ်ႈမၢင်းရၢႆး၊ ၸဝ်ႈငၢၼ်မွင်း၊ ၸဝ်ႈရၢမ်ႈၶမ်းႁႅင်ၶဝ် သၢမ်ၸဝ်ႈ ႁူမ်ႈႁွမ်းၵၼ်သေ တင်ႈမိူင်းႁူမ်ႈတုမ်ယဝ်ႉ။
ပီႁူဝ်ပၢၵ်ႇ 13 ဝၢႆးသေ ဢႃႇၼႃႇၸၢၵ်ႈၶမႃႇ လူႉပင်းၵႂႃႇ ဝၢၼ်ႈမိူင်းတင်းၼမ်တင်းလၢႆ ဢွၵ်ႇမႃးသေ ပဵၼ်ၵူၼ်းထႆး၊ ၵူၼ်းမွၼ်း၊ ၵူၼ်းၶမႃႇ၊ ၵူၼ်းၸမ်ႇပ (ၶျၼ်) လႄႈ ၵူၼ်းမလေးၶဝ် တႄႇတင်ႈဝၢၼ်ႈမိူင်းၵႂႃႇၼႆ တူၺ်းႁၼ် ၼႃႈလိၼ်ၶူၼ်ႉၶႂႃႉပိုၼ်းၵဝ်ႇၼၼ်ႉသေ ႁူႉႁၼ်လႆႈၼင်ႇၼႆယဝ်ႉ။ မိူဝ်ႈပႆႇထိုင် ပီႁူဝ်ပၢၵ်ႇ 12 ၼၼ်ႉ မိူင်းထႆး မၢႆၼိုင်ႈၼႆႉ ပဵၼ်မိူင်းသုၵ်ႉၶေႃထႆးသေ တႄႇတင်ႈမိူဝ်ႈပီ 1238 ၼၼ်ႉယဝ်ႉ။
ပီႁူဝ်ပၢၵ်ႇ 13 လႄႈ 14 ၽွင်းမိူဝ်ႈ ဢႃႇၼႃႇၸၢၵ်ႈ ၶမႃႇၶဝ် ယူပ်ႈယွမ်းၵႂႃႇ လူႉပင်းၵႂႃႇယဝ်ႉၼၼ်ႉ မိူင်းသုၵ်ႉၶေႃထႆး၊ မိူင်းလၢၼ်ႉၼႃး လႄႈ မိူင်းလၢၼ်ႉၸၢင်ႉ ၶိုၼ်ႈယႂ်ႇ ႁိူဝ်ႈႁိူင်းမႃးယဝ်ႉ။ ဝၢႆးသေ ၸူဝ်ႈပၢၼ်ပီႁူဝ်ပၢၵ်ႇ 1 ၸူဝ်ႈယဝ်ႉၼၼ်ႉ ထိုင်မႃး ပီႁူဝ်ပၢၵ်ႇ 14 တူၵ်းၶိုင်ႈၼၼ်ႉၸိုင် ဢႃႇၼႃႇၸၢၵ်ႈ ဢႃႇယုတ်ႉထယ ၶိုၼ်းႁူမ်ႇငမ်းၸွမ်း သၢပ်ႇမႄႈၼမ်ႉ ၸဝ်ႈၽယႃး ဢိၵ်ႇလူၺ်ႈ ထုင်ႉမႄႈၼၢမ်ယဝ်ႉ။
ဢဝ်ၼမ်ႉမႄႈၼၢမ် ပဵင်ငဝ်ႈသေ မိူင်းဢယုတ်ႉထယ မႄႇၶႂၢၵ်ႈမိူင်းသေ တမ်ႈတီႈ ပွတ်းႁွင်ႇၼၼ်ႉတႄႉ ပဵၼ်မိူင်းလၢၼ်ႉၼႃး လႄႈ မိူင်းဢွၼ်ႇမိူင်းဢိတ်းၽႂ်မၼ်း ဢုပ်ႉၵွၼ်းၵႂႃႇယူႇ။ 1431 ဢယုတ်ႉထယ ၵႂႃႇတိုၵ်းသိမ်းဢဝ် ဝဵင်းဢင်းၵေႃးသေ ၶမႃႇၶဝ် လႆႈပၢႆႈဢွၵ်ႇ ဢင်းၵေႃးၵႂႃႇယဝ်ႉ။ <ref>Science news: What happened at Angkor Wat". The Washington Post. 13 April 2010.</ref>
ဝၢႆးၼၼ်ႉ ထႆးၶဝ် တိူဝ်းမီး လွင်ႈၵပ်းသိုပ်ႇ ၵႃႉၶၢႆလူၺ်ႈ မိူင်းႁိမ်းႁွမ်း ၸိူဝ်းပဵၼ် ၶႄႇ၊ ဢိၼ်ႇတိယ တေႃႇႁွတ်ႈထိုင် မိူင်းပႃႇသျႃး၊ မိူင်းဢႃႇရၢပ်ႉ ၸိူဝ်းၼၼ်ႉယဝ်ႉ။ တီႈၼႂ်းဢေးသျႃး ၽွင်းၼၼ်ႉ ဢယုထယ ပဵၼ်ဢွင်ႈတီႈလွၵ်းၵၢတ်ႇ ၵိုၼ်းသေပိူၼ်ႈဢၼ်ၼိုင်ႈယဝ်ႉ။ ၵူၼ်းၵႃႉ ယူးရူပ်ႉၶဝ်တႄႇၽဵဝ်မႃး မိူင်းထႆး မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 16 မိူဝ်ႈၸဝ်ႉၼၼ်ႉသေ ၵေႃႉဢၼ်ၽႅဝ်မႃး ဢွၼ်တၢင်းပိူၼ်ႈတႄႉ ပဵၼ်ၵိၼ်မိူင်းလူင်ပေႃႇတူႇၵိူဝ်ႇ ဢေႇၾုၼ်ႇသူဝ်ႇတီႇဢႄႇလ်ပႃႇၵႃႇၵီႇသေ မၼ်းႁွတ်ႈထိုင် မိူဝ်ႈ 1511 ယဝ်ႉ။ ဝၢႆးၼၼ်ႉ ၾရၢင်ႇသဵတ်ႈ၊ တၢတ်ႉၶျ်လႄႈ ဢဵင်းၵလဵတ်ႈၶဝ် ၸင်ႇၽႅဝ်မႃး။ 1765-67 ပၢၼ်ၵူင်းပွင် ၸဝ်ႈႁေႃၶမ်းမၢၼ်ႈ သျိၼ်ႇၽိဝ်ႇသျိၼ်ႇ မႃးတိုၵ်းလႄႈ မိူင်းဢယုတယ လႆႈလူႉလႅဝ်ၵႂႃႇယဝ်ႉ။
1767 ဝၢႆးသေ မိူင်းဢယုထယ တူၵ်းၵႂႃႇ ၼႂ်းမိုဝ်းမၢၼ်ႈယဝ်ႉ ၸဝ်ႈၽယႃးထၢၵ်ႈသိၼ် ၸင်ႇၶၢႆႉၵႂႃႇတင်ႈ ဝဵင်းလူင် တီႈတုၼ်းပူးရီး Thonburi မွၵ်ႈ 15 ပီ။ ထိုင်မႃး 1782 သၢႆသိုပ်ႇၶိူဝ်းၶုၼ် ၸၵ်ႉၵရီး မႁႃႇရႃႇမ 1 ၸင်ႇမႃးတင်ႈဝဵင်းလူင် တမ်ႈတီႈ မိူင်းၵွၵ်ႇယဝ်ႉ။
== ပီႁူဝ်ပၢၵ်ႇ 20 ==
ပီႁူဝ်ပၢၵ်ႇသၢဝ်းၼႆႉ ပိၵ်ႉသမ်ႉဝႃႈ မိူင်းယူးရူပ်ႉၶဝ် ႁိပ်ႇၼဵၵ်းတဵၵ်းတဵင် ၶႂၢၵ်ႈမိူင်းမႃးသေတ ၼႂ်းမိူင်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼၼ်ႉ မိူင်းထႆးမိူင်းလဵဝ်ၵူၺ်း ဢမ်ႇလႆႈပဵꧣ် ၶီႈၶႃႈမိူင်းလႂ်။ ဢၼ်ဢမ်ႇလႆးပဵၼ် မိူင်းၶီႈၶႃႈပိူႈၼ်ၼၼ်ႉတႄႉ တႄႇၸဵမ်မိူဝ်ႈ ပီႁူဝ်ပၢၵ်ႇ 17 ၼၼ်ႉ ၶုၼ်ႁေႃၶမ်းထႆးၶဝ် ပေႃးမေႃ ၵပ်းသိုပ်ႇတိတ်းတေႃႇ ႁဵတ်းဢူၺ်းလီၵၼ် ယူႇသဝ်း ႁႂ်ႈထုၵ်ႇမႅၼ်ႈ ၼႂ်းၵႄႈၵၢင် ၾရၢင်ႇသဵတ်ႈ လႄႈ ဢဵင်းၵလဵတ်ႈမႃးၼၼ်ႉယဝ်ႉ။ မိူဝ်ႈပီ 1896 ၼၼ်ႉ ပရိတ်ႉတဵင်ႇလႄႈ ၾရၢင်ႇသဵတ်ႈ လႆးလူင်းလၢႆးမိုဝ်းၵၼ်ဝႃႈ တေဢဝ် သၢပ်ႇမႄႈၼမ်ႉၸဝ်ႈၽယႃး ႁဵတ်းပဵၼ် ဢွင်ႈတီႈၶႅၼ်ႈမိူင်းၶဝ်ၶႂၢၵ်ႈၼႆသေ ၸင်ႇတေ ႁုပ်ႈသိမ်းဢဝ် မိူင်းဢေးသျႃး ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ တင်းသဵင်ႈယဝ်ႉ။
ယွၼ်ႉပိူဝ်ႈ မိူင်းဝၼ်းတူၵ်းၶဝ် မႃးႁူမ်ႇငမ်းလႄႈ ၼႂ်းပီႁူဝ်ပၢၵ်ႇ 19 ၼႆႉ မီးမႃးလွင်ႈလႅၵ်ႈလၢႆႈ တင်းၼမ်တင်းလၢႆသေ ပႅင်ႈၼင်ႇ ၽူႈၶႂၢၵ်ႈမိူင်းၶဝ် ယွၼ်းၼၼ်ႉ ဢၼ်လႆႈၸွမ်းပၼ် ၵၢင်ၸႂ်ၶဝ် ၶႂ်ႈလႆႈၶႂ်ႈပဵၼ်ၼၼ်ႉၵေႃး တေႃႈမီးတင်းၼမ်ယူႇ။ တီႈတႅၵ်ႈမၼ်း မိူၼ်ၼင်ႇ ၼႃႈလိၼ် ၸိူဝ်းဢၼ်မီး ၽၢႆႇဢွၵ်ႇ မႄႈၼမ်ႉၶွင်ၼၼ်ႉ လႆႈၼွပ်ႇဢၢပ်ႈပၼ် ၾရၢင်ႇသဵတ်ႈၵႂႃႇလႂ်၊ ၵုၼ်ယွၼ်ႇမလေးသျႃး တီႈဢၼ်ထႆးလႄႈ ယၢင်း(ၵယိၼ်ႇ)ၶဝ်ယူႇသဝ်းၼၼ်ႉ လႆႈပၼ်ၵႂႃႇ ၼႂ်းမိုဝ်း ဢဵင်းၵလဵတ်ႈၶဝ်လႂ်ၸိူဝ်းၼၼ်ႉယဝ်ႉ။ ၼင်ႇႁိုဝ် တေလႆႈ လွင်ႈၵမ်ႉထႅမ် တမ်ႈတီႈ ဢဵင်းၵလဵတ်ႈၶဝ်ၼၼ်ႉၸိုင် မိူဝ်ႈပီ 1909 လႆႈႁဵတ်း လိၵ်ႈႁူမ်ႈမၢႆ ဢိင်ႇၵလူဝ်ႇ-သယၢမ်မိၵ်ႉသေ လႆႈဢဝ်ၸႄႈမိူင်းသီႇဢၼ် ၽၢၵ်ႇတွၼ်ႈပၼ် ဢဵင်းၵလဵတ်ႈၶဝ်ၸိူဝ်းၼၼ်ႉလႂ်ယဝ်ႉ။ ၸႄႈမိူင်းသီႇဢၼ်ၼၼ်ႉ ပဵၼ်ၵလၢၼ်ႇထၢၼ်ႇ၊ တႄးရၢၼ်ႇၵႃႇၼူး၊ ၵတႃႇ လႄႈ ပႃႇလိတ်ႉၼၼ်ႉသေ ဝၢႆးလင်မႃး ပႃးၵႂႃႇၼႂ်းမိူင်း မလေးပွတ်းႁွင်ႇယဝ်ႉ။
1917 ၽွင်းမိူဝ်ႈ သိုၵ်းၵမ်ႇၽႃႇ ပွၵ်ႈၵမ်းၼိုင်ႈၼၼ်ႉ မိူင်းထႆး ဢၼ်ႁွင်ႉဝႃႈ သယၢမ် ၶဝ်ႈပႃးၼႂ်းၸုမ်း မႁႃႇမိတ်ႉသေ ပဵၼ်မိူင်းလုၵ်ႈၼိုင်ႈ ဢၼ်ၶဝ်ႈပႃးၼႂ်းသဵၼ်ႈမၢႆ ဢွင်ႇပႄႉသိုၵ်းယဝ်ႉ။ 1923 လႆႈပဵၼ် ပွႆးလုၵ်ႉၽိုၼ်ႉ လိူတ်ႈဢမ်ႇဢွၵ်ႇ Khana Ratsadon ၶၼရတ်ႉသတွၼ်းလႄႈ ၸဝ်ႈႁေႃၶမ်း ပရႃႇၸတိပူၵ်ႉ Prajadhipok ပၼ်ၶႂၢင်းပုၼ်ႈတႃႇ ၵူၼ်းမိူင်း လႆႈတႅမ်ႈပိုၼ်ႉထၢၼ်လၵ်းမိူင်းသေ လွင်ႈဢၼ်ၸဝ်ႈၶုၼ်ႁေႃၶမ်း ဢုပ်ႉဝၢၼ်ႈပွင်မိူင်းၼၼ်ႉ ဢဝ်ၶွတ်ႇယွတ်ႈသုတ်းပၢႆၵႂႃႇယဝ်ႉ။ 1939 ၸင်ႇလုၵ်ႉတီႈ ၸိုဝ်ႈဢၼ်ႁွင်ႉဝႃႈ သယၢမ်ၼၼ်ႉသေ လႅၵ်ႈလၢႆႈပဵၼ် Thailand ၵႂႃႇယဝ်ႉ။
== သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင် ==
မိူဝ်ႈၽွင်း သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင်ၼၼ်ႉ ၸဝ်ႈႁေႃၶမ်းၵျပၢၼ်ႇ တုၵ်းယွၼ်း ႁႂ်ႈလႆႈဢဝ်တပ်ႉၵျပၢၼ်ႇ လတ်းၶၢမ်ႈ မိူင်းထႆး ၵႂႃႇၸူး တီႈၼႃႈလိၼ်မလေးသျႃးယဝ်ႉ။ 1941 လိူၼ်တီႇၸိမ်ပိူဝ်ႇ 8 ဝၼ်း ၸွမ်းၼင်ႇ မိူင်းၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇဢေးသျႃး ဢွၼ်ၵၼ် တိုၵ်းတေႃးၵျပၢၼ်ႇ မိူဝ်ႈလဵဝ်ၵၼ်ၼင်ႇၼၼ် သိုၵ်းႁေႃၶမ်းထႆးၵေႃႈ လႆႈပဵၼ်ပၢင်တိုၵ်းၵၼ် တင်းၵျပၢၼ်ႇၶဝ် မွၵ်ႈ 6 မွင်းတေႃႇ 8 မွင်းယဝ်ႉ။ Plaek Phibunsongkhram ပလႃႇယႅၵ်ႉ ၽိပုၼ်းသူင်ၶရမ်း ပိုၼ်ၶၢဝ်ႇဝႃး ႁ်ႈၵိုတ်းသိုၵ်းၼႆ ၸင်ႇၵိုတ်းၵႂႃႇယဝ်ႉ။ ဝၢႆးၼၼ်ႉ ၸင်ႇပၼ်သိုၵ်းၵျပၢၼ်ႇၶဝ် လတ်းၶဝ်ႈၼႂ်းမိူင်းထႆးသေ ပီ 1941 လိူၼ်တီႇၸိမ်ႇပိူဝ်ႇ 21 ဝၼ်း ၽၢႆႇသိုၵ်း ထႆးလႄႈ ၵျပၢၼ်ႇ လႆႈလူင်းလၢႆးမိုဝ်း ႁူမ်ႈပဵၼ် မႁႃႇမိတ်ႉၵၼ်ယဝ်ႉ။ ဢဝ်ၸွမ်းၼင်ႇ လိၵ်ႈႁူမ်ႈမၢႆၼၼ်ႉသေ ၵျပၢၼ်ႇၶဝ် တေၸွႆႈထႅမ်ပၼ် ၼႃးလိၼ်ထႆး ဢၼ်တူၵ်းသုမ်းၵႂႃႇ ၼႂ်းမိုဝ်းၾရၢင်ႇသဵတ်ႈၶဝ်ၼၼ်ႉ ၼႆယဝ်ႉ။ မိူဝ်ႈၽွင်း သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင်ၼၼ်ႉ ၼႃႈလိၼ်ထႆးၵမ်ႈၽွင်ႈၵေႃႈ ထႆးၶဝ်လႆႈၶိုၼ်းသေ မိူင်းၵဵင်းတုင်ၵေႃႈ ၵျပၢၼ် ၼွပ်ႇဢၢပ်ႈပၼ် ထႆးၵႂႃႇယဝ်ႉ။ <ref>Werner Gruhl, Imperial Japan's World War Two, 1931–1945, Transaction Publishers, 2007 ISBN 978-0-7658-0352-8</ref>
ၵူၺ်းၵႃႈ 1942 လိူၼ်ၵျၼ်ႇၼဝရီႇ 25 ဝၼ်း မိူင်းထႆး ပဵၼ်ၸႂ်ၵျပၢၼ်ႇသေ ပိုၼ်ၶၢဝ်ႇ တိုၵ်းတေႃး ဢမေႇရိၵၢၼ်ႇလႄႈ ပရိတဵင်ႇၶဝ်ယဝ်ႉ။ ထႅင်ႈၽၢႆႇၼိုင်ႈၵေႃႈ တႃႇတေတိုၵ်းတေႃးၵျပၢၼ်ႇၼၼ်ႉ လၵ်ႉလွမ်တူင်ႉတိုၼ်ႇတူဝ်ဝႆႉယူႇ။
==မၢႆတွင်း==
{{notelist}}
==ၽိုၼ်ဢိင်==
{{Reflist}}
[[ပိူင်ထၢၼ်ႈ:မိူင်းထႆး]]
[[ပိူင်ထၢၼ်ႈ:မိူင်းၼႂ်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ|ထႆး]]
qhnteh9rkufo4vva0fx9o4dqdmwsr22
65870
65830
2024-12-24T02:58:26Z
Saimawnkham
5
65870
wikitext
text/x-wiki
{{Infobox country
| conventional_long_name = မိူင်းႁေႃၶမ်းထႆး
| common_name = မိူင်းထႆး
| native_name = {{ubl|{{native name|th|ราชอาณาจักรไทย|italics=off}}|<small>ရၢꩡ်ႉဢႃးၼႃးၸၵ်ႇထႆး</small>}}
| image_flag = Flag of Thailand.svg
| image_coat = Garuda Emblem of Thailand.svg
| symbol_type = မိၵ်ႈမၢႆ
| national_anthem = {{lang|th|เพลงชาติไทย}}<br />{{transliteration|th|[[Thai National Anthem|Phleng Chat Thai]]}}<br />"ၽဵင်းၸိူဝ်ႉၸၢတ်ႈထႆး"{{parabr}}{{center|[[File:Thai National Anthem - US Navy Band.ogg]]}}
| royal_anthem = {{lang|th|สรรเสริญพระบารมี}}<br />{{transliteration|th|[[Sansoen Phra Barami]]}}<br />"Glorify His Prestige"{{parabr}}{{center|[[File:Thai Royal Anthem - US Navy Band.ogg]]}}
| image_map = {{Switcher|[[File:Thailand (orthographic projection).svg|upright=1.15|frameless]]|Show globe|[[File:Location Thailand ASEAN.svg|upright=1.15|frameless]]|Show map of ASEAN|default=1}}
| map_caption = {{map caption |location_color= သီၶဵဝ် |region= Asia |region_color= grey |subregion= [[ASEAN]]
| subregion_color = dark grey}}
| capital = [[Bangkok]]{{efn|Officially known in Thai as "Krung Thep Maha Nakhon"|group=infobox}}
| coordinates = {{Coord|13|48|N|100|33|E|region:TH-10_type:city(8,300,000)}}
| largest_city = ဝဵင်းလူင်
| official_languages = [[Thai language|Thai]]<!--Note: Central Thai is also the national language. --><ref name="CIA">[https://www.cia.gov/the-world-factbook/countries/thailand/ "Thailand"] {{Webarchive|url=https://web.archive.org/web/20210610164345/https://www.cia.gov/the-world-factbook/countries/thailand/|date=10 June 2021}}, ''The World Factbook''.</ref><!--Thai is the official language. English is a non-official secondary language.-->
| languages = [[Central Thai language|Central Thai]], [[Isan language|Isan]], [[Northern Thai language|Lanna (Northern Thai)]], [[Southern Thai language|Dambro (Southern Thai)]], [[Karenic languages|Karen]], [[Kelantan-Pattani Malay|Pattani Malay]], [[Bangkok Malay]], [[Teochew dialect|Teochew]], [[Hokkien]]
| languages_type = ၽႃႇသႃႇၵႂၢမ်းလၢတ်ႈ
| languages_sub = yes
| ethnic_groups = {{tree list}}
* 80% [[Thai people|Thai]]
** 37% Thai (Central Thai)
** 25% [[Isan people|Thai Lao (Northeastern Thai)]]
** 8% [[Northern Thai people|Lanna (Northern Thai)]]
** 8% [[Southern Thai language|Dambro (Southern Thai)]]
** 2% (Western Thai)
* 12% [[Thai Chinese]]
* 4% [[Khmer people|Khmer]]
* 4% [[Thai Malays|Malays]]
{{tree list/end}}
| religion = {{tree list}}
* 93.46% [[Buddhism in Thailand|Buddhism]]
* 5.37% [[Islam in Thailand|Islam]]
* 1.13% [[Christianity in Thailand|Christianity]]
* 0.03% [[Religion in Thailand|Other]]
{{tree list/end}}
| religion_ref = <ref name=":0"/>
| religion_year = 2018 census
| demonym = [[Thai people|Thai]]
| government_type = Unitary [[parliamentary constitutional monarchy]]
| leader_title1 = [[Monarchy of Thailand|Monarch]]
| leader_name1 = [[Vajiralongkorn]] (Rama X)
| leader_title2 = [[Prime Minister of Thailand|Prime Minister]]
| leader_name2 = [[Paetongtarn Shinawatra]]
| legislature = [[National Assembly of Thailand|National Assembly]]
| upper_house = [[Senate of Thailand|Senate]]
| lower_house = [[House of Representatives (Thailand)|House of Representatives]]
| sovereignty_type = [[:en:History of Thailand|လွင်ႈၶွတ်ႇၽွတ်ႈ]]
| established_event1 = [[Sukhothai Kingdom]]
| established_date1 = 1238–1438
| established_event2 = [[Ayutthaya Kingdom]]
| established_date2 = 1351–1767
| established_event3 = [[Thonburi Kingdom]]
| established_date3 = 1767–1782
| established_event4 = [[Rattanakosin Kingdom]]
| established_date4 = 6 April 1782
| established_event9 = {{nowrap|[[Siamese revolution of 1932|Constitutional monarchy]]}}
| established_date9 = 24 June 1932
| established_event10 = {{nowrap|[[Constitution of Thailand|Current constitution]]}}
| established_date10 = 6 April 2017
| area_km2 = 513,120
| area_rank = 50th
| area_sq_mi = 198,115 <!--Do not remove per [[WP:Manual of Style/Dates and numbers]]-->
| percent_water = {{nowrap|0.4 (2,230 km{{smallsup|2}})}}
| population_estimate = {{Increase}} 65,975,198<ref>{{cite web|title=Population statistics of the civil registration (monthly) |url=https://stat.bora.dopa.go.th/stat/statnew/statMONTH/statmonth/#/mainpage}}</ref>
| population_estimate_year = 2024
| population_estimate_rank = 22nd
| population_census = 64,785,909<ref>National Statistics Office, [http://popcensus.nso.go.th/doc/8-thailand%20census.doc "100th anniversary of population censuses in Thailand: Population and housing census 2010: 11th census of Thailand"]. {{in lang|th}} {{webarchive |url=https://web.archive.org/web/20120712002347/http://popcensus.nso.go.th/doc/8-thailand%20census.doc |date=12 July 2012}}. popcensus.nso.go.th.</ref>
| population_census_year = 2010
| population_census_rank = 21st
| population_density_km2 = 132.1
| population_density_sq_mi = 342 <!--Do remove per [[WP:Manual of Style/Dates and numbers]]-->
| population_density_rank = 88th
| GDP_PPP = {{increase}} $1.644 trillion<ref name="IMFWEO.TH">{{Cite web |url=https://www.imf.org/en/Publications/WEO/weo-database/2024/April/weo-report?c=578,&s=NGDPD,PPPGDP,NGDPDPC,PPPPC,&sy=2022&ey=2029&ssm=0&scsm=1&scc=0&ssd=1&ssc=0&sic=0&sort=country&ds=.&br=1 |title=World Economic Outlook Database, April 2024 Edition. (Thailand) |website=imf.org |publisher=[[International Monetary Fund]] |date=16 April 2024 |access-date=16 April 2024 |archive-date=16 April 2024 |archive-url=https://web.archive.org/web/20240416210435/https://www.imf.org/en/Publications/WEO/weo-database/2024/April/weo-report?c=578,&s=NGDPD,PPPGDP,NGDPDPC,PPPPC,&sy=2022&ey=2029&ssm=0&scsm=1&scc=0&ssd=1&ssc=0&sic=0&sort=country&ds=.&br=1 |url-status=live }}</ref>
| GDP_PPP_year = 2024
| GDP_PPP_rank = 23rd
| GDP_PPP_per_capita = {{increase}} $23,401<ref name="IMFWEO.TH" />
| GDP_PPP_per_capita_rank = 74th
| GDP_nominal = {{increase}} $548.890 billion<ref name="IMFWEO.TH" />
| GDP_nominal_year = 2024
| GDP_nominal_rank = 26th
| GDP_nominal_per_capita = {{increase}} $7,812<ref name="IMFWEO.TH" />
| GDP_nominal_per_capita_rank = 88th
| Gini = 35.1 <!--number only-->
| Gini_year = 2021
| Gini_change = increase <!--increase/decrease/steady-->
| Gini_ref = <ref>{{Cite web |title=Gini Index |url=https://data.worldbank.org/indicator/SI.POV.GINI/ |url-status=live |archive-url=https://web.archive.org/web/20180727172441/https://data.worldbank.org/indicator/SI.POV.GINI |archive-date=27 July 2018 |access-date=12 August 2021 |publisher=World Bank}}</ref>
| HDI = 0.803 <!--number only-->
| HDI_year = 2022<!-- Please use the year to which the data refers, not the publication year-->
| HDI_change = increase<!--increase/decrease/steady-->
| HDI_ref = <ref>{{Cite web |date=13 March 2024 |title=Human Development Report 2023/2024 |url=https://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf|url-status=live |archive-url=https://web.archive.org/web/20240313164319/https://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf |archive-date=13 March 2024 |access-date=13 March 2024 |publisher=[[United Nations Development Programme]]}}</ref>
| HDI_rank = 66th
| currency = [[Thai baht]] (฿)
| currency_code = THB
| time_zone = [[UTC+07:00|ICT]]
| utc_offset = +7
| date_format = dd/mm/yyyy ([[Thai solar calendar|BE]])
| drives_on = left
| calling_code = [[Telephone numbers in Thailand|+66]]
| cctld = {{hlist|[[.th]]|[[.ไทย]]}}
| footnotes = {{notelist}}
}}
{{Contains special characters|Thai|compact=yes}}
'''မိူင်းႁေႃၶမ်းထႆး''' ({{Lang-th|ราชอาณาจักรไทย}}) (''ရၢꩡ်ႉဢႃႇၼႃႇၸၵ်ႈထႆး'') ၼႆႉ ပဵၼ်မိူင်းၵွၼ်းၶေႃ မိူင်းၼိူင်ႈ ဢၼ်မီးဝႆႉ တီႈလမ်ႇလွင်ႈ ၼႂ်းတွၼ်ႈ [[ဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ|ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ ဢေးသျႃး]]။ ၾၢႆႇႁွင်ႇၼၼ်ႉမီး [[မိူင်းမၢၼ်ႈ]]လႄႈ [[မိူင်းလၢဝ်း]]၊ ၾၢႆႇဝၼ်းဢွၵ်ႇၼၼ်ႉ မီး မိူင်းလၢဝ်း လႄႈ [[မိူင်းၵမ်ႇပေႃးတီးယႃး]]၊ ၾၢႆႇၸၢၼ်းတႄႉမီး [[ၵိဝ်ႇၼမ်ႉထႆး]] လႄႈ [[မိူင်းမလေးသျႃး]]၊ ၾၢႆႇဝၼ်းတူၵ်းတႄႉ မီး [[ပၢင်ႇလၢႆႇဢႅတ်ႇမႅၼ်ႇ]] လႄႈ မိူင်းမၢၼ်ႈ ၶဝ်လွမ်ႉႁွပ်ႈ မိူင်းထႆးဝႆႉ။ လႅၼ်ႊၼမ်ႉမိူင်းထႆးၼႆႉ ၾၢႆႇၵိဝ်ႇၼမ်ႉထႆး ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼၼ်ႉ တိတ်းၸပ်းၵၼ်ဝႆႉတင်း လႅၼ်ႊၼမ်ႉ မိူင်းဝႅတ်ႉၼၢမ်း၊ ၾၢႆႇပၢင်ႇလၢႆႇဢႅတ်ႇမႅၼ်ႇ ၸဵင်ႇၸၢၼ်းဝၼ်းတူၵ်းၼၼ်ႉ တိတ်းၸပ်းၵၼ်ဝႆႉတင်း လႅၼ်ႊၼမ်ႉ မိူင်းဢိၼ်ႇတူဝ်ႇၼီးသျႃး လႄႈ မိူင်းဢိၼ်ႇတိယ ၶဝ်ယဝ်ႉ။ ၵုင်းထဵပ်ႈ (မိူင်းၵွၵ်ႇ) ၼႆႉ ပဵၼ်ဝဵင်းလူင်ငဝ်ႈၸိုင်ႈ မိူင်းထႆးသေဢမ်ႇၵႃး ပဵၼ်ဝဵင်းဢၼ်ယႂ်ႇသေပိူၼ်ႈ ၼႂ်းမိူင်းထႆး။ ၵုင်းထဵပ်ႈၼႆႉ ပဵၼ်ဝဵင်းငဝ်ႈငႃႇ တႃႇၵၢၼ်မိူင်း၊ ၵၢၼ်မၢၵ်ႈမီး၊ ၵၢၼ်ႁဵတ်းဢွၵ်ႇၶူဝ်းၵုၼ်ႇ လႄႈ ၵၢၼ်ၾၢႆႇၾိင်ႈထုင်းယဵၼ်ႇငႄႈ ၸိူဝ်းၼၼ်ႉ ဝဵင်းၼိူင်ႈယဝ်ႉ။}}
တၢင်းၵႂၢင်ႈမိူင်းထႆး မီး 198,000 လၵ်းပၼ်ႇမူၼ်း (513,000) ၵီႇလူဝ်ႇမီႇထိူဝ်ႇပၼ်ႇမူၼ်းသေ ပဵၼ်မိူင်းလုၵ်ႈယႂ်ႇ ၼႂ်းလူၵ်ႈ မၢႆ 51။ ပဵၼ်မိူင်း ဢၼ်ၵူၼ်းၼမ်သေပိူၼ်ႈၼႂ်းၵမ်ႇၽႃႇ မၢႆ 20 သေ ႁူဝ်ၼမ်ၵူၼ်း မီးယူႇ 66 လၢၼ်ႉ။ ငဝ်ႈၸိုင်ႈဝဵင်းလူင် ပဵၼ် [[မိူင်းၵွၵ်ႇ]] (Bangkok)။ ၵူၼ်း 75.95% ပဵၼ်ၵူၼ်းထႆးသေ ပိူင်လူင်မၼ်း မီးယူႇ 4 တွၼ်ႈသေ ပဵၼ်တွၼ်ႈၵၢင်၊ တွၼ်ႈၸဵင်ႇႁွင်ႇဝၼ်းဢွၵ်ႇ (ဢီႇသၢၼ်)၊ တွၼ်ႈပွတ်းႁွင်ႇ လႄႈ တွၼ်ႈပွတ်းၸၢၼ်းယဝ်ႉ။ ၸၢဝ်းၶႄႇထႆး မီးယူႇ 14%၊ ၸၢဝ်းထႆးၶႄႇ သမ်ႉတေမီးယူႇ 40% မွၵ်ႈၼၼ်ႉယူႇ။ ၸၢဝ်းထႆးမလေး မီးယူႇ 3% သေ ၸိူဝ်းဢၼ်ၵိုတ်းယူႇၸိူဝ်းၼၼ်ႉတႄႉ ပဵၼ်ၸၢဝ်းမွၼ်း၊ ၶမႃႇ လႄႈ ၸၢဝ်းၵူၼ်းယူႇ ႁူဝ်ႁူၺ်ႈႁၢဝ်းလွႆ။ ၶေႃႈၵႂၢမ်း ဢၼ်လၢတ်ႈဢၼ်ၸႂ်ႉ ၼႂ်းလုမ်းတႄႉ ပဵၼ်ၵႂၢမ်းထႆးသေ ၽႃႇသႃႇ ဢၼ်ၵိူဝ်းယမ်တႄႉ ပဵၼ်ၸၢဝ်းပုတ်ႉ (ထေႇရဝႃႇတ) မီး 95% ယဝ်ႉ။
တႄႇဢဝ် ပီ 1985 တေႃႇထိုင် 1996 ၼၼ်ႉ ၵၢၼ်ပၢႆးမၢၵ်ႈမီး မိူင်းထႆး ၶိုၼ်ႈယႂ်ႇမႂ်ႇသုင်မႃးသေ ပဵၼ်မိူင်းၶိုၼ်ႈယႂ်ႇ ဢၼ်ႁဵတ်းဢွၵ်ႇလႆႈ ၵုၼ်ႇၵႃႉတၢင်းၶၢႆ မိူင်းၼိုင်ႈ။ ၵၢၼ်ႁဵတ်းဢွၵ်ႇ ၶူဝ်းၶွင် သူင်ႇၶၢႆၼွၵ်ႈမိူင်း၊ ၵၢၼ်ၽၢႆႇၽုၵ်ႇသွမ်ႈ လႄႈ ၵၢၼ်ၽၢႆႇႁပ်ႉၶႅၵ်ႇ ဢႅဝ်ႇလႄႇၼၼ်ႉ ပဵၼ်ပၢၼ်ပၢႆးမၢၵ်ႈမီးလူင် ပုၼ်ႈတႃႇ မိူင်းထႆးယဝ်ႉ။ <ref> Thailand and the World Bank, World Bank on Thailand country overview.</ref> <ref>
The Guardian, Country profile: Thailand, 25 April 2009.</ref>
သၢမ် + သဵမ် + သယၢမ် + သၢမ်း ပဵၼ်ၸိုဝ်ႈ ဢၼ်ၵူၼ်းတၢင်ႇၶိူဝ်းၶဝ် ႁွင်ႉၸိုဝ်ႈတူၼ်းၶိူဝ်းတႆး ၵူၼ်းထႆး(တႆးမိူင်းထႆး)ၵေႃႈ ယၢမ်ႈတၢင်ႇၸိုဝ်ႈမိူင်းလႄႈ ႁွင်ႉၸိုဝ်ႈၸိူဝ်ႉၶိူဝ်းၶဝ်ဝႃႈ သယၢမ် (Siam)ၼႆမႃး၊ တေႃႇႁၢၼ်ႉၼႆႉ ၼႂ်းမိူင်းထႆး မၢင်ႇတီႈတီႈ ယင်းၸႂ်ႉၸိုဝ်ႈသယၢမ် - ၼႆယူႇ။ ၵပ်းၵၢႆႇလူၺ်ႈ လွင်ႈႁွင်ႉၸိုဝ်ႈထႆးၼႆႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 14 ၼၼ်ႉ ဢယုတ်ႉထယၼႆႉ ပဵၼ်ဢွင်ႈတီႈ လိုဝ်းႁူင် ယႂ်ႇလူင် ပုၼ်ႈတႃႇ ထႆးသေ ၶႄႇၶဝ်ႁွင်ႉထုင်ႉဢႃႇယုတ်ႉထယၼၼ်ႉ ႁွင်ႉဝႃႈ သျႅင်းၼႆယူႇ။ လုၵ်ႉတီႈၼၼ်ႈသေ ၸၢဝ်းပေႃႇတူႇၵီႇၶဝ် သမ်ႉႁွင်ႉဢွၵ်ႇသဵင်ဝႃႈ သယၢမ်ႇ Siam ၼႆၵေႃႈ ဝႃႈယဝ်ႉ။
တီႈၼႂ်းလၢႆးမိုဝ်း sign ၸဝ်ႈႁေႃၶမ်းမွင်းၵုတ်ႉ (1851 - 1868)ၼၼ်ႉ တႅမ်ႈလူင်လၢႆးမိုဝ်းဝႆႉဝႃႈ "SPPM (Somdet Phra Poramenthra Maha) ၸဝ်ႈႁေႃၶမ်းလူင်မွင်းၵုတ်ႉ ၸဝ်ႈသယၢမ်ၼႆလႄႈ ၸိုဝ်ႈဢၼ်ႁွင်ႉဝႃႈ သယၢမ်ၼႆႉ ၸႂ်ႉတိုဝ်းမႃး တေႃႇထိုင် 1939 လိူၼ်ၵျုၼ်ႇ 23 ဝၼ်းသေ ဝၢႆးလင်ၼၼ်ႉ ၸင်ႇၸႂ်ႉၸိုဝ်ႈဢၼ်ဝႃႈ Thailand ယဝ်ႉ။ ထိုင်မႃး ပီ 1945 ၵေႃႈ ၶိုၼ်းမႄးၸႂ်ႉၶိုၼ်း ၶေႃႈၵႂၢမ်းသယၢမ် ၼႆႉ တေႃႇထိုင် 1949 လိူၼ်မေႇ 11 ဝၼ်းသေ ဝၢႆးလင်ၼၼ်ႉ ၶိုၼ်းၸႂ်ႉ Thailand ယဝ်ႉ။ <ref> Thailand (Siam) History, CSMngt-Thai. Archived 24 ဧပြီ 2015 at the Wayback Machine </ref>
== တီႈပွင်ႇထႆး ==
တီႈပွင်ႇ ၶေႃႈၵႂၢမ်း ဢၼ်ဝႃႈ '''ထႆး''' ၼႆၼၼ်ႉ တီႈၼႂ်းလိၵ်ႈသဝ်ႁိၼ် သုၵ်ႉၶေႃထႆးၼၼ်ႉ ပိုတ်ႇတီႈပွင်ႇဝႆႉဝႃႈ '''လွတ်ႈလႅဝ်းသဝ်းၶေႃ''' ၼႆယဝ်ႉ။
တီႈပွင်ႇထႆးၼၼ်ႉ ၽူႈလဵပ်ႈႁဵၼ်းပိုၼ်းၶဝ် ဢွၼ်ၵၼ် သပ်းလႅင်းၼႄမႃးဝႃႈ
::ၵူၼ်းမီးမိူင်း ၵူၼ်းမီးၾိင်ႈ ၵူၼ်းမီးၵၢၼ်ၽွင်းငမ်းမႃး ႁင်းၶေႃ မီးၵၢၼ်ပၢႆးမၢၵ်ႈမီး ဢၼ်ၶိုၼ်ႈယႂ်ႇမႃး ႁင်းၶေႃ။
::ပွင်ႇဝႃႈ “ယႂ်ႇ”၊ ပဵၼ်ယႂ်ႇ၊ ပဵၼ်ၸဝ်ႈ၊ ဢမ်ႇပဵၼ်ၶႃႈၽႂ်၊ ပဵၼ်ၸိုဝ်ႈၸၼ်ႉၵူၼ်း။
::လွတ်ႈလႅဝ်းၵွၼ်းၶေႃ၊ ၸိုင်ႈမိူင်းၵွၼ်းၶေႃ၊ ပဵၼ်ၸိုဝ်ႈၸိူဝ်ႉၸၢတ်ႈလႄႈ ၸိုင်ႈမိူင်း။
::သဝ်းၶေႃထၢင်ႇႁၢင်ႈၼႆႉ ပဵၼ်တီႈပွင်ႇ ဢၼ်ႁွင်ႉဝႃႈ ထႆးၼႆၼၼ်ႉယဝ်ႉ။ ၼႆႉပဵၼ် ၶေႃႈမီႈတီႈပွင်ႇ ဢၼ်ၵိုင်ႇလႅပ်ႈၵၼ် တင်းလွင်ႈယူႇသဝ်းၵိၼ်သၢင်ႈ ၾိင်ႈထုင်းထႆးၼၼ်ႉတႄႉတႄႉ။ ၶေႃႈၵႂၢမ်းၸၼ်ႉသုင်ထႆးၶဝ် ၵႆႉၸႂ်ႉၵႆႉလၢတ်ႈဝႃႈ '''ပရထဵတ်ႉထႆး''' ဝႃႈၼႆသေတ ဢၼ်တင်းၼမ်လၢတ်ႈတႄႉ ၵူၺ်းႁွင်ႉဝႃႈ '''မိူင်းထႆး'''ၼႆၵူၺ်း။ ၶေႃႈၵႂၢမ်း ဢၼ်ဝႃႈ '''မိူင်း'''ၼႆၼၼ်ႉ တီႈပွင်ႇမၼ်း ဢွၵ်ႇဝႃႈ '''ဝၢၼ်ႈမိူင်းတိူင်းၵႃး'''ၼႆၵေႃႈၸိုဝ်ႈ၊ '''ဝဵင်းလူင်၊ ငဝ်ႈၸိုင်ႈဝဵင်းလူင်'''ၼႆၵေႃႈၸိုဝ်ႈယဝ်ႉ။ ၼႂ်းလိၵ်ႈတႄႉ မိူင်းထႆးၼၼ်ႉ တႅမ်ႈဝႆႉဝႃႈ ราชอาณาจักรไทย (မိူင်းဢႃႇၼႃႇၸၢၵ်ႈထႆး)ၼႆယူႇ။
==ပိုၼ်းမိူင်းထႆး ==
မိူင်းထႆးယၢမ်းလဵဝ်ၼႆႉ လွင်ႈဢၼ်မီးၵူၼ်းယူႇသဝ်းမႃးၼၼ်ႉ မီးမႃး ၸဵမ်မိူဝ်ႈပီပွင်း 40,000 ပီလိူဝ်ယူႇၼႆ တူၺ်းဢဝ် လၵ်းထၢၼ် ၶူဝ်းၶွင်ၵူၼ်းမိူဝ်ႈၵွၼ်ႇ ဢၼ်လႆႈမႃးတီႈ ထမ်ႈလွတ်ႇ ဢၼ်မီးတီႈ မႄႈႁွင်ႈသွၼ်ၼၼ်ႉၵေႃႈ ႁူႉလႆႈယူႇ။ တီႈၼႂ်း မိူင်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼႆႉ ၵမ်ႉပႃႈၼမ် ပဵၼ်မိူင်းဢၼ် လွင်ႈၽိင်ႈငႄႈၽႃႇသႃႇ ႁူမ်ႇငမ်းဝႆႉၼင်ႇၼၼ် မိူင်းထႆးၼႆႉၵေႃႈ လႆႈဝႃႈ ၽႃႇသႃႇဢိၼ်ႇတိယ ႁူမ်ႇငမ်းဝႆႉတင်းၼမ်သေ တႄႇဢဝ် မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 1 ၼၼ်ႉမႃး တေႃႇထိုင်ပၢၼ်ၶမႃႇ (ၶမဵၼ်)ၶဝ် ၼၼ်ႉယဝ်ႉ။ မိူဝ်ႈၸဝ်ႉၼၼ်ႉ မိူင်းထႆးၼႆႉ ပဵၼ်ၶမႃႇၶဝ် ဢုပ်ႉပိူင်ႇငမ်းၸိုင်ႈဝႆႉသေ ၽိင်ႈထုင်းႁိၼ်ႇတူႇ ႁူမ်ႇငမ်းမႃး တင်းႁိုင်လႄႈ တေႃႇထိုင်တီႈလဵဝ် တီႈၼႂ်းၽိင်ႈထုင်းထႆးၼၼ်ႉ ၽိင်ႈထုင်းႁိၼ်ႇတူႇ ယင်းတိုၵ်ႉ ႁူမ်ႇငမ်းဢဝ်တီႈယူႇဝႆႉ တင်းၼမ်ယူႇ။
လွင်ႈဢၼ် ၽိင်ႈငႄႈဢိၼ်ႇတိယ ႁူမ်ႇငမ်းၼိူဝ်ထႆးၼႆႉ ဢမ်ႇၸႂ်ႈလႄႈဝႃႈ ယွၼ်ႉၵူၼ်းဢိၼ်ႇတိယ မႃးယူႇသဝ်း တီႈမိူင်းထႆးသေ ႁူမ်ႇငမ်းၵႂႃႇၵေႃႈပႃး လိူဝ်သေၼၼ်ႉ လႆႈၵပ်းသိုပ်ႇ တိတ်းတေႃႇ မိူင်းပႃႇရႃႇဝတီႇ၊ မိူင်းသီႇရိဝိၸယ လႄႈ မိူင်းၵမ်ႇပေႃးတီးယႃး ဢၼ်တိုဝ်းၵမ်ၸွမ်း ၽိင်ႈထုင်း ဢိၼ်ႇတိယၼၼ်ႉၵေႃႈ ပႃးလူၺ်းယဝ်ႉ။
ဢီးဢေႇပေႃးရိတ်ႉတႄႉ ႁၼ်ထိုင်ဝႃႈ ပၢၼ်ၸဝ်ႈႁေႃၶမ်း ဢသေႃးၵ မိူင်းမေႃးရိယ (ဢိၼ်ႇတိယ)ၼၼ်ႉ ၽႃႇသႃႇပုတ်ႉထၸဝ်ႈ လုၵ်ႉဢိၼ်ႇတိယသေ ႁွတ်ႈထိုင်မႃး မိူင်းထႆး တေႃႇထိုင် ပီၶရိတ်ႉ ႁူဝ်ပၢၵ်ႇ 1 ၼၼ်ႉ ၼႆယဝ်ႉ။<ref>Some Aspects of Asian History and Culture by Upendra Thakur p.157</ref>
ဝၢႆးလင်ၼၼ်ႉ သၢႆသိုပ်ႇၶိူဝ်းၶုၼ်ပႃႇလႃႇပႃႇ မိူင်းဢိၼ်ႇတိယၶဝ် လႄႈ သၢႆၶိူဝ်းၶုၼ်ၵုပ်ႉပတႃးၶဝ် ႁူမ်ႇငမ်းထိုင် မိူင်းထႆးယဝ်ႉ။ ၽူႈလူင်ႉပိုၼ်း ၾရၢင်ႇသဵတ်ႈ ၵျွတ်ႉသျ်သီးတႅတ်ႉ ႁၼ်ထိုင်ဝႃး တီႈၼႂ်းလိၵ်ႈႁိၼ်ၶျၼ် (ၸမ်ႇပ)ၶဝ် ပီႁူဝ်ပၢၵ်ႇ 11 ၼၼ်ႉ လႆႈႁၼ်တႅမ်ႈမၢႆဝႆႉဝႃႈ ႁၢႆးသိုၵ်းထႆး (ၵူၼ်းသိုၵ်း ဢၼ်တိၺွပ်းလႆး ၼႂ်းသိုၵ်းသေ ဢဝ်ႁဵတ်းၶႃႈ)ၼၼ်ႉ ၼႆယဝ်ႉ။ တီႈၼႂ်းႁုၼ်ႇႁၢင်ႈႁိၼ်တွင်ႈ ဢင်းၵေႃးဝတ်ႉ မိူင်းၵမ်ႇပေႃးတီးယႃး ဢၼ်ၶႅၵ်းႁဵတ်းဝႆႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 12 ၼၼ်ႉၵေႃႈ လႆႈႁၼ်ပႃးဝႆႉ ၸုမ်းၵူၼ်းသိုၵ်းသယၢမ် ၼႆယဝ်ႉ။ လိူဝ်သေၼၼ်ႉ မိူဝ်ႈ 1253 လိူၼ်ၵျၼ်ႇၼဝရီႇ 7 ဝၼ်း ၽွင်းမိူဝ်ႈ သိုၵ်းမုင်ႇၵူဝ်းၶဝ် ၶဝ်ႈတိုၵ်း သိမ်းဢဝ်ပႅတ်ႈ တႃႇလီးယဝ်ႉသေ ၸၢဝ်းၶိူဝ်းထႆးၶဝ် ဢွၼ်ၵၼ် လူင်းမႃးၽၢႆႇတၢင်း ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇဢေးသျႃးသေ တႃႇတေမႃးတင်ႈဝၢၼ်ႈမိူင်း ၼႃႈတီႈဢၼ် ဢိၼ်ႇတယ ႁူမ်ႇငမ်းဝႆႉၼၼ်ႉ ဢမ်ႇယၢပ်ႇသင်လူင်လၢင်ၼႆယဝ်ႉ။ တမ်ႈတီႈ ထုင်ႉမႄႈၼၢမ်လႄႈ ၸႄႈတွၼ်ႈ ပႃႇရႃႇဝတီႇၼၼ်ႉ မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 7 ပဵၼ်ၵူၼ်းၸၢဝ်းမွၼ်းၶဝ် မီးဝႆႉသေ ပီႁူဝ်ပၢၵ်ႇ 11 ၸမ်း ပဵၼ်ၼႃႈတီႈ ဢုပ်ႇပိူင်ႇ ၶမႃႇ(ၶမဵၼ်)ၶဝ်ယဝ်ႉ။ တီႈၼႂ်းပိုၼ်း သၢႆသိုပ်ႇၶိူဝ်းၶုၼ်ယႂၢၼ်ႇၼၼ်ႉ လႆႈႁၼ်တႅမ်ႈမၢႆဝႆႉဝႃႈ မိူဝ်ႈပီ 1282 ၼၼ်ႉ လႆႈမီးလုမ်းတၢင်မိူင်း မိူင်းသုၵ်ႉၶေႃထႆး ၼႆယဝ်ႉ။ 1287 ၽူႈဢွၼ်ႁူဝ်ထႆး သၢမ်ၸဝ်ႈ ဢၼ်ပဵၼ် ၸဝ်ႈမၢင်းရၢႆး၊ ၸဝ်ႈငၢၼ်မွင်း၊ ၸဝ်ႈရၢမ်ႈၶမ်းႁႅင်ၶဝ် သၢမ်ၸဝ်ႈ ႁူမ်ႈႁွမ်းၵၼ်သေ တင်ႈမိူင်းႁူမ်ႈတုမ်ယဝ်ႉ။
ပီႁူဝ်ပၢၵ်ႇ 13 ဝၢႆးသေ ဢႃႇၼႃႇၸၢၵ်ႈၶမႃႇ လူႉပင်းၵႂႃႇ ဝၢၼ်ႈမိူင်းတင်းၼမ်တင်းလၢႆ ဢွၵ်ႇမႃးသေ ပဵၼ်ၵူၼ်းထႆး၊ ၵူၼ်းမွၼ်း၊ ၵူၼ်းၶမႃႇ၊ ၵူၼ်းၸမ်ႇပ (ၶျၼ်) လႄႈ ၵူၼ်းမလေးၶဝ် တႄႇတင်ႈဝၢၼ်ႈမိူင်းၵႂႃႇၼႆ တူၺ်းႁၼ် ၼႃႈလိၼ်ၶူၼ်ႉၶႂႃႉပိုၼ်းၵဝ်ႇၼၼ်ႉသေ ႁူႉႁၼ်လႆႈၼင်ႇၼႆယဝ်ႉ။ မိူဝ်ႈပႆႇထိုင် ပီႁူဝ်ပၢၵ်ႇ 12 ၼၼ်ႉ မိူင်းထႆး မၢႆၼိုင်ႈၼႆႉ ပဵၼ်မိူင်းသုၵ်ႉၶေႃထႆးသေ တႄႇတင်ႈမိူဝ်ႈပီ 1238 ၼၼ်ႉယဝ်ႉ။
ပီႁူဝ်ပၢၵ်ႇ 13 လႄႈ 14 ၽွင်းမိူဝ်ႈ ဢႃႇၼႃႇၸၢၵ်ႈ ၶမႃႇၶဝ် ယူပ်ႈယွမ်းၵႂႃႇ လူႉပင်းၵႂႃႇယဝ်ႉၼၼ်ႉ မိူင်းသုၵ်ႉၶေႃထႆး၊ မိူင်းလၢၼ်ႉၼႃး လႄႈ မိူင်းလၢၼ်ႉၸၢင်ႉ ၶိုၼ်ႈယႂ်ႇ ႁိူဝ်ႈႁိူင်းမႃးယဝ်ႉ။ ဝၢႆးသေ ၸူဝ်ႈပၢၼ်ပီႁူဝ်ပၢၵ်ႇ 1 ၸူဝ်ႈယဝ်ႉၼၼ်ႉ ထိုင်မႃး ပီႁူဝ်ပၢၵ်ႇ 14 တူၵ်းၶိုင်ႈၼၼ်ႉၸိုင် ဢႃႇၼႃႇၸၢၵ်ႈ ဢႃႇယုတ်ႉထယ ၶိုၼ်းႁူမ်ႇငမ်းၸွမ်း သၢပ်ႇမႄႈၼမ်ႉ ၸဝ်ႈၽယႃး ဢိၵ်ႇလူၺ်ႈ ထုင်ႉမႄႈၼၢမ်ယဝ်ႉ။
ဢဝ်ၼမ်ႉမႄႈၼၢမ် ပဵင်ငဝ်ႈသေ မိူင်းဢယုတ်ႉထယ မႄႇၶႂၢၵ်ႈမိူင်းသေ တမ်ႈတီႈ ပွတ်းႁွင်ႇၼၼ်ႉတႄႉ ပဵၼ်မိူင်းလၢၼ်ႉၼႃး လႄႈ မိူင်းဢွၼ်ႇမိူင်းဢိတ်းၽႂ်မၼ်း ဢုပ်ႉၵွၼ်းၵႂႃႇယူႇ။ 1431 ဢယုတ်ႉထယ ၵႂႃႇတိုၵ်းသိမ်းဢဝ် ဝဵင်းဢင်းၵေႃးသေ ၶမႃႇၶဝ် လႆႈပၢႆႈဢွၵ်ႇ ဢင်းၵေႃးၵႂႃႇယဝ်ႉ။ <ref>Science news: What happened at Angkor Wat". The Washington Post. 13 April 2010.</ref>
ဝၢႆးၼၼ်ႉ ထႆးၶဝ် တိူဝ်းမီး လွင်ႈၵပ်းသိုပ်ႇ ၵႃႉၶၢႆလူၺ်ႈ မိူင်းႁိမ်းႁွမ်း ၸိူဝ်းပဵၼ် ၶႄႇ၊ ဢိၼ်ႇတိယ တေႃႇႁွတ်ႈထိုင် မိူင်းပႃႇသျႃး၊ မိူင်းဢႃႇရၢပ်ႉ ၸိူဝ်းၼၼ်ႉယဝ်ႉ။ တီႈၼႂ်းဢေးသျႃး ၽွင်းၼၼ်ႉ ဢယုထယ ပဵၼ်ဢွင်ႈတီႈလွၵ်းၵၢတ်ႇ ၵိုၼ်းသေပိူၼ်ႈဢၼ်ၼိုင်ႈယဝ်ႉ။ ၵူၼ်းၵႃႉ ယူးရူပ်ႉၶဝ်တႄႇၽဵဝ်မႃး မိူင်းထႆး မိူဝ်ႈပီႁူဝ်ပၢၵ်ႇ 16 မိူဝ်ႈၸဝ်ႉၼၼ်ႉသေ ၵေႃႉဢၼ်ၽႅဝ်မႃး ဢွၼ်တၢင်းပိူၼ်ႈတႄႉ ပဵၼ်ၵိၼ်မိူင်းလူင်ပေႃႇတူႇၵိူဝ်ႇ ဢေႇၾုၼ်ႇသူဝ်ႇတီႇဢႄႇလ်ပႃႇၵႃႇၵီႇသေ မၼ်းႁွတ်ႈထိုင် မိူဝ်ႈ 1511 ယဝ်ႉ။ ဝၢႆးၼၼ်ႉ ၾရၢင်ႇသဵတ်ႈ၊ တၢတ်ႉၶျ်လႄႈ ဢဵင်းၵလဵတ်ႈၶဝ် ၸင်ႇၽႅဝ်မႃး။ 1765-67 ပၢၼ်ၵူင်းပွင် ၸဝ်ႈႁေႃၶမ်းမၢၼ်ႈ သျိၼ်ႇၽိဝ်ႇသျိၼ်ႇ မႃးတိုၵ်းလႄႈ မိူင်းဢယုတယ လႆႈလူႉလႅဝ်ၵႂႃႇယဝ်ႉ။
1767 ဝၢႆးသေ မိူင်းဢယုထယ တူၵ်းၵႂႃႇ ၼႂ်းမိုဝ်းမၢၼ်ႈယဝ်ႉ ၸဝ်ႈၽယႃးထၢၵ်ႈသိၼ် ၸင်ႇၶၢႆႉၵႂႃႇတင်ႈ ဝဵင်းလူင် တီႈတုၼ်းပူးရီး Thonburi မွၵ်ႈ 15 ပီ။ ထိုင်မႃး 1782 သၢႆသိုပ်ႇၶိူဝ်းၶုၼ် ၸၵ်ႉၵရီး မႁႃႇရႃႇမ 1 ၸင်ႇမႃးတင်ႈဝဵင်းလူင် တမ်ႈတီႈ မိူင်းၵွၵ်ႇယဝ်ႉ။
== ပီႁူဝ်ပၢၵ်ႇ 20 ==
ပီႁူဝ်ပၢၵ်ႇသၢဝ်းၼႆႉ ပိၵ်ႉသမ်ႉဝႃႈ မိူင်းယူးရူပ်ႉၶဝ် ႁိပ်ႇၼဵၵ်းတဵၵ်းတဵင် ၶႂၢၵ်ႈမိူင်းမႃးသေတ ၼႂ်းမိူင်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇၼၼ်ႉ မိူင်းထႆးမိူင်းလဵဝ်ၵူၺ်း ဢမ်ႇလႆႈပဵꧣ် ၶီႈၶႃႈမိူင်းလႂ်။ ဢၼ်ဢမ်ႇလႆးပဵၼ် မိူင်းၶီႈၶႃႈပိူႈၼ်ၼၼ်ႉတႄႉ တႄႇၸဵမ်မိူဝ်ႈ ပီႁူဝ်ပၢၵ်ႇ 17 ၼၼ်ႉ ၶုၼ်ႁေႃၶမ်းထႆးၶဝ် ပေႃးမေႃ ၵပ်းသိုပ်ႇတိတ်းတေႃႇ ႁဵတ်းဢူၺ်းလီၵၼ် ယူႇသဝ်း ႁႂ်ႈထုၵ်ႇမႅၼ်ႈ ၼႂ်းၵႄႈၵၢင် ၾရၢင်ႇသဵတ်ႈ လႄႈ ဢဵင်းၵလဵတ်ႈမႃးၼၼ်ႉယဝ်ႉ။ မိူဝ်ႈပီ 1896 ၼၼ်ႉ ပရိတ်ႉတဵင်ႇလႄႈ ၾရၢင်ႇသဵတ်ႈ လႆးလူင်းလၢႆးမိုဝ်းၵၼ်ဝႃႈ တေဢဝ် သၢပ်ႇမႄႈၼမ်ႉၸဝ်ႈၽယႃး ႁဵတ်းပဵၼ် ဢွင်ႈတီႈၶႅၼ်ႈမိူင်းၶဝ်ၶႂၢၵ်ႈၼႆသေ ၸင်ႇတေ ႁုပ်ႈသိမ်းဢဝ် မိူင်းဢေးသျႃး ၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ တင်းသဵင်ႈယဝ်ႉ။
ယွၼ်ႉပိူဝ်ႈ မိူင်းဝၼ်းတူၵ်းၶဝ် မႃးႁူမ်ႇငမ်းလႄႈ ၼႂ်းပီႁူဝ်ပၢၵ်ႇ 19 ၼႆႉ မီးမႃးလွင်ႈလႅၵ်ႈလၢႆႈ တင်းၼမ်တင်းလၢႆသေ ပႅင်ႈၼင်ႇ ၽူႈၶႂၢၵ်ႈမိူင်းၶဝ် ယွၼ်းၼၼ်ႉ ဢၼ်လႆႈၸွမ်းပၼ် ၵၢင်ၸႂ်ၶဝ် ၶႂ်ႈလႆႈၶႂ်ႈပဵၼ်ၼၼ်ႉၵေႃး တေႃႈမီးတင်းၼမ်ယူႇ။ တီႈတႅၵ်ႈမၼ်း မိူၼ်ၼင်ႇ ၼႃႈလိၼ် ၸိူဝ်းဢၼ်မီး ၽၢႆႇဢွၵ်ႇ မႄႈၼမ်ႉၶွင်ၼၼ်ႉ လႆႈၼွပ်ႇဢၢပ်ႈပၼ် ၾရၢင်ႇသဵတ်ႈၵႂႃႇလႂ်၊ ၵုၼ်ယွၼ်ႇမလေးသျႃး တီႈဢၼ်ထႆးလႄႈ ယၢင်း(ၵယိၼ်ႇ)ၶဝ်ယူႇသဝ်းၼၼ်ႉ လႆႈပၼ်ၵႂႃႇ ၼႂ်းမိုဝ်း ဢဵင်းၵလဵတ်ႈၶဝ်လႂ်ၸိူဝ်းၼၼ်ႉယဝ်ႉ။ ၼင်ႇႁိုဝ် တေလႆႈ လွင်ႈၵမ်ႉထႅမ် တမ်ႈတီႈ ဢဵင်းၵလဵတ်ႈၶဝ်ၼၼ်ႉၸိုင် မိူဝ်ႈပီ 1909 လႆႈႁဵတ်း လိၵ်ႈႁူမ်ႈမၢႆ ဢိင်ႇၵလူဝ်ႇ-သယၢမ်မိၵ်ႉသေ လႆႈဢဝ်ၸႄႈမိူင်းသီႇဢၼ် ၽၢၵ်ႇတွၼ်ႈပၼ် ဢဵင်းၵလဵတ်ႈၶဝ်ၸိူဝ်းၼၼ်ႉလႂ်ယဝ်ႉ။ ၸႄႈမိူင်းသီႇဢၼ်ၼၼ်ႉ ပဵၼ်ၵလၢၼ်ႇထၢၼ်ႇ၊ တႄးရၢၼ်ႇၵႃႇၼူး၊ ၵတႃႇ လႄႈ ပႃႇလိတ်ႉၼၼ်ႉသေ ဝၢႆးလင်မႃး ပႃးၵႂႃႇၼႂ်းမိူင်း မလေးပွတ်းႁွင်ႇယဝ်ႉ။
1917 ၽွင်းမိူဝ်ႈ သိုၵ်းၵမ်ႇၽႃႇ ပွၵ်ႈၵမ်းၼိုင်ႈၼၼ်ႉ မိူင်းထႆး ဢၼ်ႁွင်ႉဝႃႈ သယၢမ် ၶဝ်ႈပႃးၼႂ်းၸုမ်း မႁႃႇမိတ်ႉသေ ပဵၼ်မိူင်းလုၵ်ႈၼိုင်ႈ ဢၼ်ၶဝ်ႈပႃးၼႂ်းသဵၼ်ႈမၢႆ ဢွင်ႇပႄႉသိုၵ်းယဝ်ႉ။ 1923 လႆႈပဵၼ် ပွႆးလုၵ်ႉၽိုၼ်ႉ လိူတ်ႈဢမ်ႇဢွၵ်ႇ Khana Ratsadon ၶၼရတ်ႉသတွၼ်းလႄႈ ၸဝ်ႈႁေႃၶမ်း ပရႃႇၸတိပူၵ်ႉ Prajadhipok ပၼ်ၶႂၢင်းပုၼ်ႈတႃႇ ၵူၼ်းမိူင်း လႆႈတႅမ်ႈပိုၼ်ႉထၢၼ်လၵ်းမိူင်းသေ လွင်ႈဢၼ်ၸဝ်ႈၶုၼ်ႁေႃၶမ်း ဢုပ်ႉဝၢၼ်ႈပွင်မိူင်းၼၼ်ႉ ဢဝ်ၶွတ်ႇယွတ်ႈသုတ်းပၢႆၵႂႃႇယဝ်ႉ။ 1939 ၸင်ႇလုၵ်ႉတီႈ ၸိုဝ်ႈဢၼ်ႁွင်ႉဝႃႈ သယၢမ်ၼၼ်ႉသေ လႅၵ်ႈလၢႆႈပဵၼ် Thailand ၵႂႃႇယဝ်ႉ။
== သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင် ==
မိူဝ်ႈၽွင်း သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင်ၼၼ်ႉ ၸဝ်ႈႁေႃၶမ်းၵျပၢၼ်ႇ တုၵ်းယွၼ်း ႁႂ်ႈလႆႈဢဝ်တပ်ႉၵျပၢၼ်ႇ လတ်းၶၢမ်ႈ မိူင်းထႆး ၵႂႃႇၸူး တီႈၼႃႈလိၼ်မလေးသျႃးယဝ်ႉ။ 1941 လိူၼ်တီႇၸိမ်ပိူဝ်ႇ 8 ဝၼ်း ၸွမ်းၼင်ႇ မိူင်းၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇဢေးသျႃး ဢွၼ်ၵၼ် တိုၵ်းတေႃးၵျပၢၼ်ႇ မိူဝ်ႈလဵဝ်ၵၼ်ၼင်ႇၼၼ် သိုၵ်းႁေႃၶမ်းထႆးၵေႃႈ လႆႈပဵၼ်ပၢင်တိုၵ်းၵၼ် တင်းၵျပၢၼ်ႇၶဝ် မွၵ်ႈ 6 မွင်းတေႃႇ 8 မွင်းယဝ်ႉ။ Plaek Phibunsongkhram ပလႃႇယႅၵ်ႉ ၽိပုၼ်းသူင်ၶရမ်း ပိုၼ်ၶၢဝ်ႇဝႃး ႁ်ႈၵိုတ်းသိုၵ်းၼႆ ၸင်ႇၵိုတ်းၵႂႃႇယဝ်ႉ။ ဝၢႆးၼၼ်ႉ ၸင်ႇပၼ်သိုၵ်းၵျပၢၼ်ႇၶဝ် လတ်းၶဝ်ႈၼႂ်းမိူင်းထႆးသေ ပီ 1941 လိူၼ်တီႇၸိမ်ႇပိူဝ်ႇ 21 ဝၼ်း ၽၢႆႇသိုၵ်း ထႆးလႄႈ ၵျပၢၼ်ႇ လႆႈလူင်းလၢႆးမိုဝ်း ႁူမ်ႈပဵၼ် မႁႃႇမိတ်ႉၵၼ်ယဝ်ႉ။ ဢဝ်ၸွမ်းၼင်ႇ လိၵ်ႈႁူမ်ႈမၢႆၼၼ်ႉသေ ၵျပၢၼ်ႇၶဝ် တေၸွႆႈထႅမ်ပၼ် ၼႃးလိၼ်ထႆး ဢၼ်တူၵ်းသုမ်းၵႂႃႇ ၼႂ်းမိုဝ်းၾရၢင်ႇသဵတ်ႈၶဝ်ၼၼ်ႉ ၼႆယဝ်ႉ။ မိူဝ်ႈၽွင်း သိုၵ်းၵမ်ႇၽႃႇပွၵ်ႈသွင်ၼၼ်ႉ ၼႃႈလိၼ်ထႆးၵမ်ႈၽွင်ႈၵေႃႈ ထႆးၶဝ်လႆႈၶိုၼ်းသေ မိူင်းၵဵင်းတုင်ၵေႃႈ ၵျပၢၼ် ၼွပ်ႇဢၢပ်ႈပၼ် ထႆးၵႂႃႇယဝ်ႉ။ <ref>Werner Gruhl, Imperial Japan's World War Two, 1931–1945, Transaction Publishers, 2007 ISBN 978-0-7658-0352-8</ref>
ၵူၺ်းၵႃႈ 1942 လိူၼ်ၵျၼ်ႇၼဝရီႇ 25 ဝၼ်း မိူင်းထႆး ပဵၼ်ၸႂ်ၵျပၢၼ်ႇသေ ပိုၼ်ၶၢဝ်ႇ တိုၵ်းတေႃး ဢမေႇရိၵၢၼ်ႇလႄႈ ပရိတဵင်ႇၶဝ်ယဝ်ႉ။ ထႅင်ႈၽၢႆႇၼိုင်ႈၵေႃႈ တႃႇတေတိုၵ်းတေႃးၵျပၢၼ်ႇၼၼ်ႉ လၵ်ႉလွမ်တူင်ႉတိုၼ်ႇတူဝ်ဝႆႉယူႇ။
==မၢႆတွင်း==
{{notelist}}
==ၽိုၼ်ဢိင်==
{{Reflist}}
[[ပိူင်ထၢၼ်ႈ:မိူင်းထႆး]]
[[ပိူင်ထၢၼ်ႈ:မိူင်းၼႂ်းဢေးသျႃးၸဵင်ႇၸၢၼ်းဝၼ်းဢွၵ်ႇ|ထႆး]]
cu5pyhpd00y1dq2hfzve62wqxmtuwwh
မေႃႇၵျူး:Coordinates
828
1029
65829
19383
2024-12-24T00:25:06Z
Saimawnkham
5
65829
Scribunto
text/plain
--[[
This module is intended to replace the functionality of {{Coord}} and related
templates. It provides several methods, including
{{#invoke:Coordinates | coord }} : General function formatting and displaying
coordinate values.
{{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal
degree values to DMS format.
{{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format
to decimal degree format.
{{#invoke:Coordinates | link }} : Export the link used to reach the tools
]]
require('strict')
local math_mod = require("Module:Math")
local coordinates = {};
local isSandbox = mw.getCurrentFrame():getTitle():find('sandbox', 1, true);
local current_page = mw.title.getCurrentTitle()
local page_name = mw.uri.encode( current_page.prefixedText, 'WIKI' );
local coord_link = 'https://geohack.toolforge.org/geohack.php?pagename=' .. page_name .. '¶ms='
--[[ Helper function, replacement for {{coord/display/title}} ]]
local function displaytitle(coords)
return mw.getCurrentFrame():extensionTag{
name = 'indicator',
args = { name = 'coordinates' },
content = '<span id="coordinates">[[Geographic coordinate system|Coordinates]]: ' .. coords .. '</span>'
}
end
--[[ Helper function, used in detecting DMS formatting ]]
local function dmsTest(first, second)
if type(first) ~= 'string' or type(second) ~= 'string' then
return nil
end
local s = (first .. second):upper()
return s:find('^[NS][EW]$') or s:find('^[EW][NS]$')
end
--[[ Wrapper function to grab args, see Module:Arguments for this function's documentation. ]]
local function makeInvokeFunc(funcName)
return function (frame)
local args = require('Module:Arguments').getArgs(frame, {
wrappers = 'Template:Coord'
})
return coordinates[funcName](args, frame)
end
end
--[[ Helper function, handle optional args. ]]
local function optionalArg(arg, supplement)
return arg and arg .. supplement or ''
end
--[[
Formats any error messages generated for display
]]
local function errorPrinter(errors)
local result = ""
for i,v in ipairs(errors) do
result = result .. '<strong class="error">Coordinates: ' .. v[2] .. '</strong><br />'
end
return result
end
--[[
Determine the required CSS class to display coordinates
Usually geo-nondefault is hidden by CSS, unless a user has overridden this for himself
default is the mode as specificied by the user when calling the {{coord}} template
mode is the display mode (dec or dms) that we will need to determine the css class for
]]
local function displayDefault(default, mode)
if default == "" then
default = "dec"
end
if default == mode then
return "geo-default"
else
return "geo-nondefault"
end
end
--[[
specPrinter
Output formatter. Takes the structure generated by either parseDec
or parseDMS and formats it for inclusion on Wikipedia.
]]
local function specPrinter(args, coordinateSpec)
local uriComponents = coordinateSpec["param"]
if uriComponents == "" then
-- RETURN error, should never be empty or nil
return "ERROR param was empty"
end
if args["name"] then
uriComponents = uriComponents .. "&title=" .. mw.uri.encode(coordinateSpec["name"])
end
local geodmshtml = '<span class="geo-dms" title="Maps, aerial photos, and other data for this location">'
.. '<span class="latitude">' .. coordinateSpec["dms-lat"] .. '</span> '
.. '<span class="longitude">' ..coordinateSpec["dms-long"] .. '</span>'
.. '</span>'
local lat = tonumber( coordinateSpec["dec-lat"] ) or 0
local geodeclat
if lat < 0 then
-- FIXME this breaks the pre-existing precision
geodeclat = tostring(coordinateSpec["dec-lat"]):sub(2) .. "°S"
else
geodeclat = (coordinateSpec["dec-lat"] or 0) .. "°N"
end
local long = tonumber( coordinateSpec["dec-long"] ) or 0
local geodeclong
if long < 0 then
-- FIXME does not handle unicode minus
geodeclong = tostring(coordinateSpec["dec-long"]):sub(2) .. "°W"
else
geodeclong = (coordinateSpec["dec-long"] or 0) .. "°E"
end
local geodechtml = '<span class="geo-dec" title="Maps, aerial photos, and other data for this location">'
.. geodeclat .. ' '
.. geodeclong
.. '</span>'
local geonumhtml = '<span class="geo">'
.. coordinateSpec["dec-lat"] .. '; '
.. coordinateSpec["dec-long"]
.. '</span>'
local inner = '<span class="' .. displayDefault(coordinateSpec["default"], "dms" ) .. '">' .. geodmshtml .. '</span>'
.. '<span class="geo-multi-punct"> / </span>'
.. '<span class="' .. displayDefault(coordinateSpec["default"], "dec" ) .. '">';
if not args["name"] then
inner = inner .. geodechtml
.. '<span style="display:none"> / ' .. geonumhtml .. '</span></span>'
else
inner = inner .. '<span class="vcard">' .. geodechtml
.. '<span style="display:none"> / ' .. geonumhtml .. '</span>'
.. '<span style="display:none"> (<span class="fn org">'
.. args["name"] .. '</span>)</span></span></span>'
end
local stylesheetLink = 'Module:Coordinates' .. ( isSandbox and '/sandbox' or '' ) .. '/styles.css'
return mw.getCurrentFrame():extensionTag{
name = 'templatestyles', args = { src = stylesheetLink }
} .. '<span class="plainlinks nourlexpansion">[' .. coord_link .. uriComponents ..
' ' .. inner .. ']</span>' .. '[[Category:Pages using gadget WikiMiniAtlas]]'
end
--[[ Helper function, convert decimal to degrees ]]
local function convert_dec2dms_d(coordinate)
local d = math_mod._round( coordinate, 0 ) .. "°"
return d .. ""
end
--[[ Helper function, convert decimal to degrees and minutes ]]
local function convert_dec2dms_dm(coordinate)
coordinate = math_mod._round( coordinate * 60, 0 );
local m = coordinate % 60;
coordinate = math.floor( (coordinate - m) / 60 );
local d = coordinate % 360 .."°"
return d .. string.format( "%02d′", m )
end
--[[ Helper function, convert decimal to degrees, minutes, and seconds ]]
local function convert_dec2dms_dms(coordinate)
coordinate = math_mod._round( coordinate * 60 * 60, 0 );
local s = coordinate % 60
coordinate = math.floor( (coordinate - s) / 60 );
local m = coordinate % 60
coordinate = math.floor( (coordinate - m) / 60 );
local d = coordinate % 360 .."°"
return d .. string.format( "%02d′", m ) .. string.format( "%02d″", s )
end
--[[
Helper function, convert decimal latitude or longitude to
degrees, minutes, and seconds format based on the specified precision.
]]
local function convert_dec2dms(coordinate, firstPostfix, secondPostfix, precision)
local coord = tonumber(coordinate)
local postfix
if coord >= 0 then
postfix = firstPostfix
else
postfix = secondPostfix
end
precision = precision:lower();
if precision == "dms" then
return convert_dec2dms_dms( math.abs( coord ) ) .. postfix;
elseif precision == "dm" then
return convert_dec2dms_dm( math.abs( coord ) ) .. postfix;
elseif precision == "d" then
return convert_dec2dms_d( math.abs( coord ) ) .. postfix;
end
end
--[[
Convert DMS format into a N or E decimal coordinate
]]
local function convert_dms2dec(direction, degrees_str, minutes_str, seconds_str)
local degrees = tonumber(degrees_str)
local minutes = tonumber(minutes_str) or 0
local seconds = tonumber(seconds_str) or 0
local factor = 1
if direction == "S" or direction == "W" then
factor = -1
end
local precision = 0
if seconds_str then
precision = 5 + math.max( math_mod._precision(seconds_str), 0 );
elseif minutes_str and minutes_str ~= '' then
precision = 3 + math.max( math_mod._precision(minutes_str), 0 );
else
precision = math.max( math_mod._precision(degrees_str), 0 );
end
local decimal = factor * (degrees+(minutes+seconds/60)/60)
return string.format( "%." .. precision .. "f", decimal ) -- not tonumber since this whole thing is string based.
end
--[[
Checks input values to for out of range errors.
]]
local function validate( lat_d, lat_m, lat_s, long_d, long_m, long_s, source, strong )
local errors = {};
lat_d = tonumber( lat_d ) or 0;
lat_m = tonumber( lat_m ) or 0;
lat_s = tonumber( lat_s ) or 0;
long_d = tonumber( long_d ) or 0;
long_m = tonumber( long_m ) or 0;
long_s = tonumber( long_s ) or 0;
if strong then
if lat_d < 0 then
table.insert(errors, {source, "latitude degrees < 0 with hemisphere flag"})
end
if long_d < 0 then
table.insert(errors, {source, "longitude degrees < 0 with hemisphere flag"})
end
--[[
#coordinates is inconsistent about whether this is an error. If globe: is
specified, it won't error on this condition, but otherwise it will.
For not simply disable this check.
if long_d > 180 then
table.insert(errors, {source, "longitude degrees > 180 with hemisphere flag"})
end
]]
end
if lat_d > 90 then
table.insert(errors, {source, "latitude degrees > 90"})
end
if lat_d < -90 then
table.insert(errors, {source, "latitude degrees < -90"})
end
if lat_m >= 60 then
table.insert(errors, {source, "latitude minutes >= 60"})
end
if lat_m < 0 then
table.insert(errors, {source, "latitude minutes < 0"})
end
if lat_s >= 60 then
table.insert(errors, {source, "latitude seconds >= 60"})
end
if lat_s < 0 then
table.insert(errors, {source, "latitude seconds < 0"})
end
if long_d >= 360 then
table.insert(errors, {source, "longitude degrees >= 360"})
end
if long_d <= -360 then
table.insert(errors, {source, "longitude degrees <= -360"})
end
if long_m >= 60 then
table.insert(errors, {source, "longitude minutes >= 60"})
end
if long_m < 0 then
table.insert(errors, {source, "longitude minutes < 0"})
end
if long_s >= 60 then
table.insert(errors, {source, "longitude seconds >= 60"})
end
if long_s < 0 then
table.insert(errors, {source, "longitude seconds < 0"})
end
return errors;
end
--[[
parseDec
Transforms decimal format latitude and longitude into the
structure to be used in displaying coordinates
]]
local function parseDec( lat, long, format )
local coordinateSpec = {}
local errors = {}
if not long then
return nil, {{"parseDec", "Missing longitude"}}
elseif not tonumber(long) then
return nil, {{"parseDec", "Longitude could not be parsed as a number: " .. long}}
end
errors = validate( lat, nil, nil, long, nil, nil, 'parseDec', false );
coordinateSpec["dec-lat"] = lat;
coordinateSpec["dec-long"] = long;
local mode = coordinates.determineMode( lat, long );
coordinateSpec["dms-lat"] = convert_dec2dms( lat, "N", "S", mode) -- {{coord/dec2dms|{{{1}}}|N|S|{{coord/prec dec|{{{1}}}|{{{2}}}}}}}
coordinateSpec["dms-long"] = convert_dec2dms( long, "E", "W", mode) -- {{coord/dec2dms|{{{2}}}|E|W|{{coord/prec dec|{{{1}}}|{{{2}}}}}}}
if format then
coordinateSpec.default = format
else
coordinateSpec.default = "dec"
end
return coordinateSpec, errors
end
--[[
parseDMS
Transforms degrees, minutes, seconds format latitude and longitude
into the a structure to be used in displaying coordinates
]]
local function parseDMS( lat_d, lat_m, lat_s, lat_f, long_d, long_m, long_s, long_f, format )
local coordinateSpec, errors, backward = {}, {}
lat_f = lat_f:upper();
long_f = long_f:upper();
-- Check if specified backward
if lat_f == 'E' or lat_f == 'W' then
lat_d, long_d, lat_m, long_m, lat_s, long_s, lat_f, long_f, backward = long_d, lat_d, long_m, lat_m, long_s, lat_s, long_f, lat_f, true;
end
errors = validate( lat_d, lat_m, lat_s, long_d, long_m, long_s, 'parseDMS', true );
if not long_d then
return nil, {{"parseDMS", "Missing longitude" }}
elseif not tonumber(long_d) then
return nil, {{"parseDMS", "Longitude could not be parsed as a number:" .. long_d }}
end
if not lat_m and not lat_s and not long_m and not long_s and #errors == 0 then
if math_mod._precision( lat_d ) > 0 or math_mod._precision( long_d ) > 0 then
if lat_f:upper() == 'S' then
lat_d = '-' .. lat_d;
end
if long_f:upper() == 'W' then
long_d = '-' .. long_d;
end
return parseDec( lat_d, long_d, format );
end
end
coordinateSpec["dms-lat"] = lat_d.."°"..optionalArg(lat_m,"′") .. optionalArg(lat_s,"″") .. lat_f
coordinateSpec["dms-long"] = long_d.."°"..optionalArg(long_m,"′") .. optionalArg(long_s,"″") .. long_f
coordinateSpec["dec-lat"] = convert_dms2dec(lat_f, lat_d, lat_m, lat_s) -- {{coord/dms2dec|{{{4}}}|{{{1}}}|0{{{2}}}|0{{{3}}}}}
coordinateSpec["dec-long"] = convert_dms2dec(long_f, long_d, long_m, long_s) -- {{coord/dms2dec|{{{8}}}|{{{5}}}|0{{{6}}}|0{{{7}}}}}
if format then
coordinateSpec.default = format
else
coordinateSpec.default = "dms"
end
return coordinateSpec, errors, backward
end
--[[
Check the input arguments for coord to determine the kind of data being provided
and then make the necessary processing.
]]
local function formatTest(args)
local result, errors
local backward, primary = false, false
local function getParam(args, lim)
local ret = {}
for i = 1, lim do
ret[i] = args[i] or ''
end
return table.concat(ret, '_')
end
if not args[1] then
-- no lat logic
return errorPrinter( {{"formatTest", "Missing latitude"}} )
elseif not tonumber(args[1]) then
-- bad lat logic
return errorPrinter( {{"formatTest", "Unable to parse latitude as a number:" .. args[1]}} )
elseif not args[4] and not args[5] and not args[6] then
-- dec logic
result, errors = parseDec(args[1], args[2], args.format)
if not result then
return errorPrinter(errors);
end
-- formatting for geohack: geohack expects D_N_D_E notation or D;D notation
-- wikiminiatlas doesn't support D;D notation
-- #coordinates parserfunction doesn't support negative decimals with NSWE
result.param = table.concat({
math.abs(tonumber(args[1])),
((tonumber(args[1]) or 0) < 0) and 'S' or 'N',
math.abs(tonumber(args[2])),
((tonumber(args[2]) or 0) < 0) and 'W' or 'E',
args[3] or ''}, '_')
elseif dmsTest(args[4], args[8]) then
-- dms logic
result, errors, backward = parseDMS(args[1], args[2], args[3], args[4],
args[5], args[6], args[7], args[8], args.format)
if args[10] then
table.insert(errors, {'formatTest', 'Extra unexpected parameters'})
end
if not result then
return errorPrinter(errors)
end
result.param = getParam(args, 9)
elseif dmsTest(args[3], args[6]) then
-- dm logic
result, errors, backward = parseDMS(args[1], args[2], nil, args[3],
args[4], args[5], nil, args[6], args['format'])
if args[8] then
table.insert(errors, {'formatTest', 'Extra unexpected parameters'})
end
if not result then
return errorPrinter(errors)
end
result.param = getParam(args, 7)
elseif dmsTest(args[2], args[4]) then
-- d logic
result, errors, backward = parseDMS(args[1], nil, nil, args[2],
args[3], nil, nil, args[4], args.format)
if args[6] then
table.insert(errors, {'formatTest', 'Extra unexpected parameters'})
end
if not result then
return errorPrinter(errors)
end
result.param = getParam(args, 5)
else
-- Error
return errorPrinter({{"formatTest", "Unknown argument format"}}) .. '[[Category:Pages with malformed coordinate tags]]'
end
result.name = args.name
local extra_param = {'dim', 'globe', 'scale', 'region', 'source', 'type'}
for _, v in ipairs(extra_param) do
if args[v] then
table.insert(errors, {'formatTest', 'Parameter: "' .. v .. '=" should be "' .. v .. ':"' })
end
end
local ret = specPrinter(args, result)
if #errors > 0 then
ret = ret .. ' ' .. errorPrinter(errors) .. '[[Category:Pages with malformed coordinate tags]]'
end
return ret, backward
end
--[[
Generate Wikidata tracking categories.
]]
local function makeWikidataCategories(qid)
local ret
local qid = qid or mw.wikibase.getEntityIdForCurrentPage()
if mw.wikibase and current_page.namespace == 0 then
if qid and mw.wikibase.entityExists(qid) and mw.wikibase.getBestStatements(qid, "P625") and mw.wikibase.getBestStatements(qid, "P625")[1] then
local snaktype = mw.wikibase.getBestStatements(qid, "P625")[1].mainsnak.snaktype
if snaktype == 'value' then
-- coordinates exist both here and on Wikidata, and can be compared.
ret = 'Coordinates on Wikidata'
elseif snaktype == 'somevalue' then
ret = 'Coordinates on Wikidata set to unknown value'
elseif snaktype == 'novalue' then
ret = 'Coordinates on Wikidata set to no value'
end
else
-- We have to either import the coordinates to Wikidata or remove them here.
ret = 'Coordinates not on Wikidata'
end
end
if ret then
return string.format('[[Category:%s]]', ret)
else
return ''
end
end
--[[
link
Simple function to export the coordinates link for other uses.
Usage:
{{#invoke:Coordinates | link }}
]]
function coordinates.link(frame)
return coord_link;
end
--[[
dec2dms
Wrapper to allow templates to call dec2dms directly.
Usage:
{{#invoke:Coordinates | dec2dms | decimal_coordinate | positive_suffix |
negative_suffix | precision }}
decimal_coordinate is converted to DMS format. If positive, the positive_suffix
is appended (typical N or E), if negative, the negative suffix is appended. The
specified precision is one of 'D', 'DM', or 'DMS' to specify the level of detail
to use.
]]
coordinates.dec2dms = makeInvokeFunc('_dec2dms')
function coordinates._dec2dms(args)
local coordinate = args[1]
local firstPostfix = args[2] or ''
local secondPostfix = args[3] or ''
local precision = args[4] or ''
return convert_dec2dms(coordinate, firstPostfix, secondPostfix, precision)
end
--[[
Helper function to determine whether to use D, DM, or DMS
format depending on the precision of the decimal input.
]]
function coordinates.determineMode( value1, value2 )
local precision = math.max( math_mod._precision( value1 ), math_mod._precision( value2 ) );
if precision <= 0 then
return 'd'
elseif precision <= 2 then
return 'dm';
else
return 'dms';
end
end
--[[
dms2dec
Wrapper to allow templates to call dms2dec directly.
Usage:
{{#invoke:Coordinates | dms2dec | direction_flag | degrees |
minutes | seconds }}
Converts DMS values specified as degrees, minutes, seconds too decimal format.
direction_flag is one of N, S, E, W, and determines whether the output is
positive (i.e. N and E) or negative (i.e. S and W).
]]
coordinates.dms2dec = makeInvokeFunc('_dms2dec')
function coordinates._dms2dec(args)
local direction = args[1]
local degrees = args[2]
local minutes = args[3]
local seconds = args[4]
return convert_dms2dec(direction, degrees, minutes, seconds)
end
--[[
coord
Main entry point for Lua function to replace {{coord}}
Usage:
{{#invoke:Coordinates | coord }}
{{#invoke:Coordinates | coord | lat | long }}
{{#invoke:Coordinates | coord | lat | lat_flag | long | long_flag }}
...
Refer to {{coord}} documentation page for many additional parameters and
configuration options.
Note: This function provides the visual display elements of {{coord}}. In
order to load coordinates into the database, the {{#coordinates:}} parser
function must also be called, this is done automatically in the Lua
version of {{coord}}.
]]
coordinates.coord = makeInvokeFunc('_coord')
function coordinates._coord(args)
if not tonumber(args[1]) and not args[2] then
args[3] = args[1]; args[1] = nil
local entity = mw.wikibase.getEntityObject(args.qid)
if entity
and entity.claims
and entity.claims.P625
and entity.claims.P625[1].mainsnak.snaktype == 'value'
then
local precision = entity.claims.P625[1].mainsnak.datavalue.value.precision
args[1] = entity.claims.P625[1].mainsnak.datavalue.value.latitude
args[2] = entity.claims.P625[1].mainsnak.datavalue.value.longitude
if precision then
precision = -math_mod._round(math.log(precision)/math.log(10),0)
args[1] = math_mod._round(args[1],precision)
args[2] = math_mod._round(args[2],precision)
end
end
end
local contents, backward = formatTest(args)
local Notes = args.notes or ''
local Display = args.display and args.display:lower() or 'inline'
-- it and ti are short for inline,title and title,inline
local function isInline(s)
-- Finds whether coordinates are displayed inline.
return s:find('inline') ~= nil or s == 'i' or s == 'it' or s == 'ti'
end
local function isInTitle(s)
-- Finds whether coordinates are displayed in the title.
return s:find('title') ~= nil or s == 't' or s == 'it' or s == 'ti'
end
local function coord_wrapper(in_args)
-- Calls the parser function {{#coordinates:}}.
return mw.getCurrentFrame():callParserFunction('#coordinates', in_args) or ''
end
local text = ''
if isInline(Display) then
text = text .. '<span class="geo-inline">' .. contents .. Notes .. '</span>'
end
if isInTitle(Display) then
-- Add to output since indicator content is invisible to Lua later on
if not isInline(Display) then
text = text .. '<span class="geo-inline-hidden noexcerpt">' .. contents .. Notes .. '</span>'
end
text = text .. displaytitle(contents .. Notes) .. makeWikidataCategories(args.qid)
end
if not args.nosave then
local page_title, count = mw.title.getCurrentTitle(), 1
if backward then
local tmp = {}
while not string.find((args[count-1] or ''), '[EW]') do tmp[count] = (args[count] or ''); count = count+1 end
tmp.count = count; count = 2*(count-1)
while count >= tmp.count do table.insert(tmp, 1, (args[count] or '')); count = count-1 end
for i, v in ipairs(tmp) do args[i] = v end
else
while count <= 9 do args[count] = (args[count] or ''); count = count+1 end
end
if isInTitle(Display) and not page_title.isTalkPage and page_title.subpageText ~= 'doc' and page_title.subpageText ~= 'testcases' then args[10] = 'primary' end
args.notes, args.format, args.display = nil
text = text .. coord_wrapper(args)
end
return text
end
--[[
coord2text
Extracts a single value from a transclusion of {{Coord}}.
IF THE GEOHACK LINK SYNTAX CHANGES THIS FUNCTION MUST BE MODIFIED.
Usage:
{{#invoke:Coordinates | coord2text | {{Coord}} | parameter }}
Valid values for the second parameter are: lat (signed integer), long (signed integer), type, scale, dim, region, globe, source
]]
function coordinates._coord2text(coord,type)
if coord == '' or type == '' or not type then return nil end
type = mw.text.trim(type)
if type == 'lat' or type == 'long' then
local result, negative = mw.text.split((mw.ustring.match(coord,'[%.%d]+°[NS] [%.%d]+°[EW]') or ''), ' ')
if type == 'lat' then
result, negative = result[1], 'S'
else
result, negative = result[2], 'W'
end
result = mw.text.split(result, '°')
if result[2] == negative then result[1] = '-'..result[1] end
return result[1]
else
return mw.ustring.match(coord, 'params=.-_' .. type .. ':(.-)[ _]')
end
end
function coordinates.coord2text(frame)
return coordinates._coord2text(frame.args[1],frame.args[2])
end
--[[
coordinsert
Injects some text into the Geohack link of a transclusion of {{Coord}} (if that text isn't already in the transclusion). Outputs the modified transclusion of {{Coord}}.
IF THE GEOHACK LINK SYNTAX CHANGES THIS FUNCTION MUST BE MODIFIED.
Usage:
{{#invoke:Coordinates | coordinsert | {{Coord}} | parameter:value | parameter:value | … }}
Do not make Geohack unhappy by inserting something which isn't mentioned in the {{Coord}} documentation.
]]
function coordinates.coordinsert(frame)
-- for the 2nd or later integer parameter (the first is the coord template, as above)
for i, v in ipairs(frame.args) do
if i ~= 1 then
-- if we cannot find in the coord_template the i_th coordinsert parameter e.g. region
if not mw.ustring.find(frame.args[1], (mw.ustring.match(frame.args[i], '^(.-:)') or '')) then
-- find from the params= up to the first possibly-present underscore
-- and append the i_th coordinsert parameter and a space
-- IDK why we're adding a space but it does seem somewhat convenient
frame.args[1] = mw.ustring.gsub(frame.args[1], '(params=.-)_? ', '%1_'..frame.args[i]..' ')
end
end
end
if frame.args.name then
-- if we can't find the vcard class
if not mw.ustring.find(frame.args[1], '<span class="vcard">') then
-- take something that looks like a coord template and add the vcard span with class and fn org class
local namestr = frame.args.name
frame.args[1] = mw.ustring.gsub(
frame.args[1],
'(<span class="geo%-default">)(<span[^<>]*>[^<>]*</span><span[^<>]*>[^<>]*<span[^<>]*>[^<>]*</span></span>)(</span>)',
'%1<span class="vcard">%2<span style="display:none"> (<span class="fn org">' .. namestr .. '</span>)</span></span>%3'
)
-- then find anything from coordinates parameters to the 'end' and attach the title parameter
frame.args[1] = mw.ustring.gsub(
frame.args[1],
'(¶ms=[^&"<>%[%] ]*) ',
'%1&title=' .. mw.uri.encode(namestr) .. ' '
)
end
end
-- replace the existing indicator with a new indicator using the modified content
frame.args[1] = mw.ustring.gsub(
frame.args[1],
'(<span class="geo%-inline[^"]*">(.+)</span>)\127[^\127]*UNIQ%-%-indicator%-%x+%-%-?QINU[^\127]*\127',
function (inline, coord) return inline .. displaytitle(coord) end
)
return frame.args[1]
end
return coordinates
g0kvlzvbowr8hudeh9ex9bf1dawsj3q
65831
65829
2024-12-24T00:28:21Z
Saimawnkham
5
မႄးသႂ်ႇ လိၵ်ႈတႆး
65831
Scribunto
text/plain
--[[
This module is intended to replace the functionality of {{Coord}} and related
templates. It provides several methods, including
{{#invoke:Coordinates | coord }} : General function formatting and displaying
coordinate values.
{{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal
degree values to DMS format.
{{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format
to decimal degree format.
{{#invoke:Coordinates | link }} : Export the link used to reach the tools
]]
require('strict')
local math_mod = require("Module:Math")
local coordinates = {};
local isSandbox = mw.getCurrentFrame():getTitle():find('sandbox', 1, true);
local current_page = mw.title.getCurrentTitle()
local page_name = mw.uri.encode( current_page.prefixedText, 'WIKI' );
local coord_link = 'https://geohack.toolforge.org/geohack.php?pagename=' .. page_name .. '¶ms='
--[[ Helper function, replacement for {{coord/display/title}} ]]
local function displaytitle(coords)
return mw.getCurrentFrame():extensionTag{
name = 'indicator',
args = { name = 'coordinates' },
content = '<span id="coordinates">[[Geographic coordinate system|ၵူဝ်ႇဢေႃးတိၼဵတ်ႉ]]: ' .. coords .. '</span>'
}
end
--[[ Helper function, used in detecting DMS formatting ]]
local function dmsTest(first, second)
if type(first) ~= 'string' or type(second) ~= 'string' then
return nil
end
local s = (first .. second):upper()
return s:find('^[NS][EW]$') or s:find('^[EW][NS]$')
end
--[[ Wrapper function to grab args, see Module:Arguments for this function's documentation. ]]
local function makeInvokeFunc(funcName)
return function (frame)
local args = require('Module:Arguments').getArgs(frame, {
wrappers = 'Template:Coord'
})
return coordinates[funcName](args, frame)
end
end
--[[ Helper function, handle optional args. ]]
local function optionalArg(arg, supplement)
return arg and arg .. supplement or ''
end
--[[
Formats any error messages generated for display
]]
local function errorPrinter(errors)
local result = ""
for i,v in ipairs(errors) do
result = result .. '<strong class="error">ၵူဝ်ႇဢေႃးတိၼဵတ်ႉ: ' .. v[2] .. '</strong><br />'
end
return result
end
--[[
Determine the required CSS class to display coordinates
Usually geo-nondefault is hidden by CSS, unless a user has overridden this for himself
default is the mode as specificied by the user when calling the {{coord}} template
mode is the display mode (dec or dms) that we will need to determine the css class for
]]
local function displayDefault(default, mode)
if default == "" then
default = "dec"
end
if default == mode then
return "geo-default"
else
return "geo-nondefault"
end
end
--[[
specPrinter
Output formatter. Takes the structure generated by either parseDec
or parseDMS and formats it for inclusion on Wikipedia.
]]
local function specPrinter(args, coordinateSpec)
local uriComponents = coordinateSpec["param"]
if uriComponents == "" then
-- RETURN error, should never be empty or nil
return "ERROR param was empty"
end
if args["name"] then
uriComponents = uriComponents .. "&title=" .. mw.uri.encode(coordinateSpec["name"])
end
local geodmshtml = '<span class="geo-dms" title="Maps, aerial photos, and other data for this location">'
.. '<span class="latitude">' .. coordinateSpec["dms-lat"] .. '</span> '
.. '<span class="longitude">' ..coordinateSpec["dms-long"] .. '</span>'
.. '</span>'
local lat = tonumber( coordinateSpec["dec-lat"] ) or 0
local geodeclat
if lat < 0 then
-- FIXME this breaks the pre-existing precision
geodeclat = tostring(coordinateSpec["dec-lat"]):sub(2) .. "°S"
else
geodeclat = (coordinateSpec["dec-lat"] or 0) .. "°N"
end
local long = tonumber( coordinateSpec["dec-long"] ) or 0
local geodeclong
if long < 0 then
-- FIXME does not handle unicode minus
geodeclong = tostring(coordinateSpec["dec-long"]):sub(2) .. "°W"
else
geodeclong = (coordinateSpec["dec-long"] or 0) .. "°E"
end
local geodechtml = '<span class="geo-dec" title="Maps, aerial photos, and other data for this location">'
.. geodeclat .. ' '
.. geodeclong
.. '</span>'
local geonumhtml = '<span class="geo">'
.. coordinateSpec["dec-lat"] .. '; '
.. coordinateSpec["dec-long"]
.. '</span>'
local inner = '<span class="' .. displayDefault(coordinateSpec["default"], "dms" ) .. '">' .. geodmshtml .. '</span>'
.. '<span class="geo-multi-punct"> / </span>'
.. '<span class="' .. displayDefault(coordinateSpec["default"], "dec" ) .. '">';
if not args["name"] then
inner = inner .. geodechtml
.. '<span style="display:none"> / ' .. geonumhtml .. '</span></span>'
else
inner = inner .. '<span class="vcard">' .. geodechtml
.. '<span style="display:none"> / ' .. geonumhtml .. '</span>'
.. '<span style="display:none"> (<span class="fn org">'
.. args["name"] .. '</span>)</span></span></span>'
end
local stylesheetLink = 'Module:Coordinates' .. ( isSandbox and '/sandbox' or '' ) .. '/styles.css'
return mw.getCurrentFrame():extensionTag{
name = 'templatestyles', args = { src = stylesheetLink }
} .. '<span class="plainlinks nourlexpansion">[' .. coord_link .. uriComponents ..
' ' .. inner .. ']</span>' .. '[[Category:Pages using gadget WikiMiniAtlas]]'
end
--[[ Helper function, convert decimal to degrees ]]
local function convert_dec2dms_d(coordinate)
local d = math_mod._round( coordinate, 0 ) .. "°"
return d .. ""
end
--[[ Helper function, convert decimal to degrees and minutes ]]
local function convert_dec2dms_dm(coordinate)
coordinate = math_mod._round( coordinate * 60, 0 );
local m = coordinate % 60;
coordinate = math.floor( (coordinate - m) / 60 );
local d = coordinate % 360 .."°"
return d .. string.format( "%02d′", m )
end
--[[ Helper function, convert decimal to degrees, minutes, and seconds ]]
local function convert_dec2dms_dms(coordinate)
coordinate = math_mod._round( coordinate * 60 * 60, 0 );
local s = coordinate % 60
coordinate = math.floor( (coordinate - s) / 60 );
local m = coordinate % 60
coordinate = math.floor( (coordinate - m) / 60 );
local d = coordinate % 360 .."°"
return d .. string.format( "%02d′", m ) .. string.format( "%02d″", s )
end
--[[
Helper function, convert decimal latitude or longitude to
degrees, minutes, and seconds format based on the specified precision.
]]
local function convert_dec2dms(coordinate, firstPostfix, secondPostfix, precision)
local coord = tonumber(coordinate)
local postfix
if coord >= 0 then
postfix = firstPostfix
else
postfix = secondPostfix
end
precision = precision:lower();
if precision == "dms" then
return convert_dec2dms_dms( math.abs( coord ) ) .. postfix;
elseif precision == "dm" then
return convert_dec2dms_dm( math.abs( coord ) ) .. postfix;
elseif precision == "d" then
return convert_dec2dms_d( math.abs( coord ) ) .. postfix;
end
end
--[[
Convert DMS format into a N or E decimal coordinate
]]
local function convert_dms2dec(direction, degrees_str, minutes_str, seconds_str)
local degrees = tonumber(degrees_str)
local minutes = tonumber(minutes_str) or 0
local seconds = tonumber(seconds_str) or 0
local factor = 1
if direction == "S" or direction == "W" then
factor = -1
end
local precision = 0
if seconds_str then
precision = 5 + math.max( math_mod._precision(seconds_str), 0 );
elseif minutes_str and minutes_str ~= '' then
precision = 3 + math.max( math_mod._precision(minutes_str), 0 );
else
precision = math.max( math_mod._precision(degrees_str), 0 );
end
local decimal = factor * (degrees+(minutes+seconds/60)/60)
return string.format( "%." .. precision .. "f", decimal ) -- not tonumber since this whole thing is string based.
end
--[[
Checks input values to for out of range errors.
]]
local function validate( lat_d, lat_m, lat_s, long_d, long_m, long_s, source, strong )
local errors = {};
lat_d = tonumber( lat_d ) or 0;
lat_m = tonumber( lat_m ) or 0;
lat_s = tonumber( lat_s ) or 0;
long_d = tonumber( long_d ) or 0;
long_m = tonumber( long_m ) or 0;
long_s = tonumber( long_s ) or 0;
if strong then
if lat_d < 0 then
table.insert(errors, {source, "latitude degrees < 0 with hemisphere flag"})
end
if long_d < 0 then
table.insert(errors, {source, "longitude degrees < 0 with hemisphere flag"})
end
--[[
#coordinates is inconsistent about whether this is an error. If globe: is
specified, it won't error on this condition, but otherwise it will.
For not simply disable this check.
if long_d > 180 then
table.insert(errors, {source, "longitude degrees > 180 with hemisphere flag"})
end
]]
end
if lat_d > 90 then
table.insert(errors, {source, "latitude degrees > 90"})
end
if lat_d < -90 then
table.insert(errors, {source, "latitude degrees < -90"})
end
if lat_m >= 60 then
table.insert(errors, {source, "latitude minutes >= 60"})
end
if lat_m < 0 then
table.insert(errors, {source, "latitude minutes < 0"})
end
if lat_s >= 60 then
table.insert(errors, {source, "latitude seconds >= 60"})
end
if lat_s < 0 then
table.insert(errors, {source, "latitude seconds < 0"})
end
if long_d >= 360 then
table.insert(errors, {source, "longitude degrees >= 360"})
end
if long_d <= -360 then
table.insert(errors, {source, "longitude degrees <= -360"})
end
if long_m >= 60 then
table.insert(errors, {source, "longitude minutes >= 60"})
end
if long_m < 0 then
table.insert(errors, {source, "longitude minutes < 0"})
end
if long_s >= 60 then
table.insert(errors, {source, "longitude seconds >= 60"})
end
if long_s < 0 then
table.insert(errors, {source, "longitude seconds < 0"})
end
return errors;
end
--[[
parseDec
Transforms decimal format latitude and longitude into the
structure to be used in displaying coordinates
]]
local function parseDec( lat, long, format )
local coordinateSpec = {}
local errors = {}
if not long then
return nil, {{"parseDec", "Missing longitude"}}
elseif not tonumber(long) then
return nil, {{"parseDec", "Longitude could not be parsed as a number: " .. long}}
end
errors = validate( lat, nil, nil, long, nil, nil, 'parseDec', false );
coordinateSpec["dec-lat"] = lat;
coordinateSpec["dec-long"] = long;
local mode = coordinates.determineMode( lat, long );
coordinateSpec["dms-lat"] = convert_dec2dms( lat, "N", "S", mode) -- {{coord/dec2dms|{{{1}}}|N|S|{{coord/prec dec|{{{1}}}|{{{2}}}}}}}
coordinateSpec["dms-long"] = convert_dec2dms( long, "E", "W", mode) -- {{coord/dec2dms|{{{2}}}|E|W|{{coord/prec dec|{{{1}}}|{{{2}}}}}}}
if format then
coordinateSpec.default = format
else
coordinateSpec.default = "dec"
end
return coordinateSpec, errors
end
--[[
parseDMS
Transforms degrees, minutes, seconds format latitude and longitude
into the a structure to be used in displaying coordinates
]]
local function parseDMS( lat_d, lat_m, lat_s, lat_f, long_d, long_m, long_s, long_f, format )
local coordinateSpec, errors, backward = {}, {}
lat_f = lat_f:upper();
long_f = long_f:upper();
-- Check if specified backward
if lat_f == 'E' or lat_f == 'W' then
lat_d, long_d, lat_m, long_m, lat_s, long_s, lat_f, long_f, backward = long_d, lat_d, long_m, lat_m, long_s, lat_s, long_f, lat_f, true;
end
errors = validate( lat_d, lat_m, lat_s, long_d, long_m, long_s, 'parseDMS', true );
if not long_d then
return nil, {{"parseDMS", "Missing longitude" }}
elseif not tonumber(long_d) then
return nil, {{"parseDMS", "Longitude could not be parsed as a number:" .. long_d }}
end
if not lat_m and not lat_s and not long_m and not long_s and #errors == 0 then
if math_mod._precision( lat_d ) > 0 or math_mod._precision( long_d ) > 0 then
if lat_f:upper() == 'S' then
lat_d = '-' .. lat_d;
end
if long_f:upper() == 'W' then
long_d = '-' .. long_d;
end
return parseDec( lat_d, long_d, format );
end
end
coordinateSpec["dms-lat"] = lat_d.."°"..optionalArg(lat_m,"′") .. optionalArg(lat_s,"″") .. lat_f
coordinateSpec["dms-long"] = long_d.."°"..optionalArg(long_m,"′") .. optionalArg(long_s,"″") .. long_f
coordinateSpec["dec-lat"] = convert_dms2dec(lat_f, lat_d, lat_m, lat_s) -- {{coord/dms2dec|{{{4}}}|{{{1}}}|0{{{2}}}|0{{{3}}}}}
coordinateSpec["dec-long"] = convert_dms2dec(long_f, long_d, long_m, long_s) -- {{coord/dms2dec|{{{8}}}|{{{5}}}|0{{{6}}}|0{{{7}}}}}
if format then
coordinateSpec.default = format
else
coordinateSpec.default = "dms"
end
return coordinateSpec, errors, backward
end
--[[
Check the input arguments for coord to determine the kind of data being provided
and then make the necessary processing.
]]
local function formatTest(args)
local result, errors
local backward, primary = false, false
local function getParam(args, lim)
local ret = {}
for i = 1, lim do
ret[i] = args[i] or ''
end
return table.concat(ret, '_')
end
if not args[1] then
-- no lat logic
return errorPrinter( {{"formatTest", "Missing latitude"}} )
elseif not tonumber(args[1]) then
-- bad lat logic
return errorPrinter( {{"formatTest", "Unable to parse latitude as a number:" .. args[1]}} )
elseif not args[4] and not args[5] and not args[6] then
-- dec logic
result, errors = parseDec(args[1], args[2], args.format)
if not result then
return errorPrinter(errors);
end
-- formatting for geohack: geohack expects D_N_D_E notation or D;D notation
-- wikiminiatlas doesn't support D;D notation
-- #coordinates parserfunction doesn't support negative decimals with NSWE
result.param = table.concat({
math.abs(tonumber(args[1])),
((tonumber(args[1]) or 0) < 0) and 'S' or 'N',
math.abs(tonumber(args[2])),
((tonumber(args[2]) or 0) < 0) and 'W' or 'E',
args[3] or ''}, '_')
elseif dmsTest(args[4], args[8]) then
-- dms logic
result, errors, backward = parseDMS(args[1], args[2], args[3], args[4],
args[5], args[6], args[7], args[8], args.format)
if args[10] then
table.insert(errors, {'formatTest', 'Extra unexpected parameters'})
end
if not result then
return errorPrinter(errors)
end
result.param = getParam(args, 9)
elseif dmsTest(args[3], args[6]) then
-- dm logic
result, errors, backward = parseDMS(args[1], args[2], nil, args[3],
args[4], args[5], nil, args[6], args['format'])
if args[8] then
table.insert(errors, {'formatTest', 'Extra unexpected parameters'})
end
if not result then
return errorPrinter(errors)
end
result.param = getParam(args, 7)
elseif dmsTest(args[2], args[4]) then
-- d logic
result, errors, backward = parseDMS(args[1], nil, nil, args[2],
args[3], nil, nil, args[4], args.format)
if args[6] then
table.insert(errors, {'formatTest', 'Extra unexpected parameters'})
end
if not result then
return errorPrinter(errors)
end
result.param = getParam(args, 5)
else
-- Error
return errorPrinter({{"formatTest", "Unknown argument format"}}) .. '[[Category:Pages with malformed coordinate tags]]'
end
result.name = args.name
local extra_param = {'dim', 'globe', 'scale', 'region', 'source', 'type'}
for _, v in ipairs(extra_param) do
if args[v] then
table.insert(errors, {'formatTest', 'Parameter: "' .. v .. '=" should be "' .. v .. ':"' })
end
end
local ret = specPrinter(args, result)
if #errors > 0 then
ret = ret .. ' ' .. errorPrinter(errors) .. '[[Category:Pages with malformed coordinate tags]]'
end
return ret, backward
end
--[[
Generate Wikidata tracking categories.
]]
local function makeWikidataCategories(qid)
local ret
local qid = qid or mw.wikibase.getEntityIdForCurrentPage()
if mw.wikibase and current_page.namespace == 0 then
if qid and mw.wikibase.entityExists(qid) and mw.wikibase.getBestStatements(qid, "P625") and mw.wikibase.getBestStatements(qid, "P625")[1] then
local snaktype = mw.wikibase.getBestStatements(qid, "P625")[1].mainsnak.snaktype
if snaktype == 'value' then
-- coordinates exist both here and on Wikidata, and can be compared.
ret = 'Coordinates on Wikidata'
elseif snaktype == 'somevalue' then
ret = 'Coordinates on Wikidata set to unknown value'
elseif snaktype == 'novalue' then
ret = 'Coordinates on Wikidata set to no value'
end
else
-- We have to either import the coordinates to Wikidata or remove them here.
ret = 'Coordinates not on Wikidata'
end
end
if ret then
return string.format('[[Category:%s]]', ret)
else
return ''
end
end
--[[
link
Simple function to export the coordinates link for other uses.
Usage:
{{#invoke:Coordinates | link }}
]]
function coordinates.link(frame)
return coord_link;
end
--[[
dec2dms
Wrapper to allow templates to call dec2dms directly.
Usage:
{{#invoke:Coordinates | dec2dms | decimal_coordinate | positive_suffix |
negative_suffix | precision }}
decimal_coordinate is converted to DMS format. If positive, the positive_suffix
is appended (typical N or E), if negative, the negative suffix is appended. The
specified precision is one of 'D', 'DM', or 'DMS' to specify the level of detail
to use.
]]
coordinates.dec2dms = makeInvokeFunc('_dec2dms')
function coordinates._dec2dms(args)
local coordinate = args[1]
local firstPostfix = args[2] or ''
local secondPostfix = args[3] or ''
local precision = args[4] or ''
return convert_dec2dms(coordinate, firstPostfix, secondPostfix, precision)
end
--[[
Helper function to determine whether to use D, DM, or DMS
format depending on the precision of the decimal input.
]]
function coordinates.determineMode( value1, value2 )
local precision = math.max( math_mod._precision( value1 ), math_mod._precision( value2 ) );
if precision <= 0 then
return 'd'
elseif precision <= 2 then
return 'dm';
else
return 'dms';
end
end
--[[
dms2dec
Wrapper to allow templates to call dms2dec directly.
Usage:
{{#invoke:Coordinates | dms2dec | direction_flag | degrees |
minutes | seconds }}
Converts DMS values specified as degrees, minutes, seconds too decimal format.
direction_flag is one of N, S, E, W, and determines whether the output is
positive (i.e. N and E) or negative (i.e. S and W).
]]
coordinates.dms2dec = makeInvokeFunc('_dms2dec')
function coordinates._dms2dec(args)
local direction = args[1]
local degrees = args[2]
local minutes = args[3]
local seconds = args[4]
return convert_dms2dec(direction, degrees, minutes, seconds)
end
--[[
coord
Main entry point for Lua function to replace {{coord}}
Usage:
{{#invoke:Coordinates | coord }}
{{#invoke:Coordinates | coord | lat | long }}
{{#invoke:Coordinates | coord | lat | lat_flag | long | long_flag }}
...
Refer to {{coord}} documentation page for many additional parameters and
configuration options.
Note: This function provides the visual display elements of {{coord}}. In
order to load coordinates into the database, the {{#coordinates:}} parser
function must also be called, this is done automatically in the Lua
version of {{coord}}.
]]
coordinates.coord = makeInvokeFunc('_coord')
function coordinates._coord(args)
if not tonumber(args[1]) and not args[2] then
args[3] = args[1]; args[1] = nil
local entity = mw.wikibase.getEntityObject(args.qid)
if entity
and entity.claims
and entity.claims.P625
and entity.claims.P625[1].mainsnak.snaktype == 'value'
then
local precision = entity.claims.P625[1].mainsnak.datavalue.value.precision
args[1] = entity.claims.P625[1].mainsnak.datavalue.value.latitude
args[2] = entity.claims.P625[1].mainsnak.datavalue.value.longitude
if precision then
precision = -math_mod._round(math.log(precision)/math.log(10),0)
args[1] = math_mod._round(args[1],precision)
args[2] = math_mod._round(args[2],precision)
end
end
end
local contents, backward = formatTest(args)
local Notes = args.notes or ''
local Display = args.display and args.display:lower() or 'inline'
-- it and ti are short for inline,title and title,inline
local function isInline(s)
-- Finds whether coordinates are displayed inline.
return s:find('inline') ~= nil or s == 'i' or s == 'it' or s == 'ti'
end
local function isInTitle(s)
-- Finds whether coordinates are displayed in the title.
return s:find('title') ~= nil or s == 't' or s == 'it' or s == 'ti'
end
local function coord_wrapper(in_args)
-- Calls the parser function {{#coordinates:}}.
return mw.getCurrentFrame():callParserFunction('#coordinates', in_args) or ''
end
local text = ''
if isInline(Display) then
text = text .. '<span class="geo-inline">' .. contents .. Notes .. '</span>'
end
if isInTitle(Display) then
-- Add to output since indicator content is invisible to Lua later on
if not isInline(Display) then
text = text .. '<span class="geo-inline-hidden noexcerpt">' .. contents .. Notes .. '</span>'
end
text = text .. displaytitle(contents .. Notes) .. makeWikidataCategories(args.qid)
end
if not args.nosave then
local page_title, count = mw.title.getCurrentTitle(), 1
if backward then
local tmp = {}
while not string.find((args[count-1] or ''), '[EW]') do tmp[count] = (args[count] or ''); count = count+1 end
tmp.count = count; count = 2*(count-1)
while count >= tmp.count do table.insert(tmp, 1, (args[count] or '')); count = count-1 end
for i, v in ipairs(tmp) do args[i] = v end
else
while count <= 9 do args[count] = (args[count] or ''); count = count+1 end
end
if isInTitle(Display) and not page_title.isTalkPage and page_title.subpageText ~= 'doc' and page_title.subpageText ~= 'testcases' then args[10] = 'primary' end
args.notes, args.format, args.display = nil
text = text .. coord_wrapper(args)
end
return text
end
--[[
coord2text
Extracts a single value from a transclusion of {{Coord}}.
IF THE GEOHACK LINK SYNTAX CHANGES THIS FUNCTION MUST BE MODIFIED.
Usage:
{{#invoke:Coordinates | coord2text | {{Coord}} | parameter }}
Valid values for the second parameter are: lat (signed integer), long (signed integer), type, scale, dim, region, globe, source
]]
function coordinates._coord2text(coord,type)
if coord == '' or type == '' or not type then return nil end
type = mw.text.trim(type)
if type == 'lat' or type == 'long' then
local result, negative = mw.text.split((mw.ustring.match(coord,'[%.%d]+°[NS] [%.%d]+°[EW]') or ''), ' ')
if type == 'lat' then
result, negative = result[1], 'S'
else
result, negative = result[2], 'W'
end
result = mw.text.split(result, '°')
if result[2] == negative then result[1] = '-'..result[1] end
return result[1]
else
return mw.ustring.match(coord, 'params=.-_' .. type .. ':(.-)[ _]')
end
end
function coordinates.coord2text(frame)
return coordinates._coord2text(frame.args[1],frame.args[2])
end
--[[
coordinsert
Injects some text into the Geohack link of a transclusion of {{Coord}} (if that text isn't already in the transclusion). Outputs the modified transclusion of {{Coord}}.
IF THE GEOHACK LINK SYNTAX CHANGES THIS FUNCTION MUST BE MODIFIED.
Usage:
{{#invoke:Coordinates | coordinsert | {{Coord}} | parameter:value | parameter:value | … }}
Do not make Geohack unhappy by inserting something which isn't mentioned in the {{Coord}} documentation.
]]
function coordinates.coordinsert(frame)
-- for the 2nd or later integer parameter (the first is the coord template, as above)
for i, v in ipairs(frame.args) do
if i ~= 1 then
-- if we cannot find in the coord_template the i_th coordinsert parameter e.g. region
if not mw.ustring.find(frame.args[1], (mw.ustring.match(frame.args[i], '^(.-:)') or '')) then
-- find from the params= up to the first possibly-present underscore
-- and append the i_th coordinsert parameter and a space
-- IDK why we're adding a space but it does seem somewhat convenient
frame.args[1] = mw.ustring.gsub(frame.args[1], '(params=.-)_? ', '%1_'..frame.args[i]..' ')
end
end
end
if frame.args.name then
-- if we can't find the vcard class
if not mw.ustring.find(frame.args[1], '<span class="vcard">') then
-- take something that looks like a coord template and add the vcard span with class and fn org class
local namestr = frame.args.name
frame.args[1] = mw.ustring.gsub(
frame.args[1],
'(<span class="geo%-default">)(<span[^<>]*>[^<>]*</span><span[^<>]*>[^<>]*<span[^<>]*>[^<>]*</span></span>)(</span>)',
'%1<span class="vcard">%2<span style="display:none"> (<span class="fn org">' .. namestr .. '</span>)</span></span>%3'
)
-- then find anything from coordinates parameters to the 'end' and attach the title parameter
frame.args[1] = mw.ustring.gsub(
frame.args[1],
'(¶ms=[^&"<>%[%] ]*) ',
'%1&title=' .. mw.uri.encode(namestr) .. ' '
)
end
end
-- replace the existing indicator with a new indicator using the modified content
frame.args[1] = mw.ustring.gsub(
frame.args[1],
'(<span class="geo%-inline[^"]*">(.+)</span>)\127[^\127]*UNIQ%-%-indicator%-%x+%-%-?QINU[^\127]*\127',
function (inline, coord) return inline .. displaytitle(coord) end
)
return frame.args[1]
end
return coordinates
eszv1xm7iwnj33dg3ie7ua3gg7f8rx6
မေႃႇၵျူး:Documentation/config
828
1034
65852
65707
2024-12-24T02:11:34Z
Saimawnkham
5
65852
Scribunto
text/plain
----------------------------------------------------------------------------------------------------
--
-- Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in Module:Documentation to
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------
local cfg = {} -- Do not edit this line.
----------------------------------------------------------------------------------------------------
-- Protection template configuration
----------------------------------------------------------------------------------------------------
-- cfg['protection-reason-edit']
-- The protection reason for edit-protected templates to pass to
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
--[[
----------------------------------------------------------------------------------------------------
-- Sandbox notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
-- messages that the notices contains.
----------------------------------------------------------------------------------------------------
--]]
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
--[[
-- cfg['sandbox-notice-pagetype-template']
-- cfg['sandbox-notice-pagetype-module']
-- cfg['sandbox-notice-pagetype-other']
-- The page type of the sandbox page. The message that is displayed depends on the current subject
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
-- cfg['sandbox-notice-diff-blurb'].
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
--[[
-- cfg['sandbox-notice-blurb']
-- cfg['sandbox-notice-diff-blurb']
-- cfg['sandbox-notice-diff-display']
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
-- type, which is either cfg['sandbox-notice-pagetype-template'],
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
-- the sandbox and the main template. The display value of the diff link is set by
-- cfg['sandbox-notice-compare-link-display'].
--]]
cfg['sandbox-notice-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ။'
cfg['sandbox-notice-diff-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ($3) ။'
cfg['sandbox-notice-compare-link-display'] = 'လွင်ႈပႅၵ်ႇပိူင်ႈ'
--[[
-- cfg['sandbox-notice-testcases-blurb']
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
-- cases page, and $2 is a link to the page to run it.
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
--]]
cfg['sandbox-notice-testcases-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
cfg['sandbox-notice-testcases-run-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1 ($2).'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all module sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'
----------------------------------------------------------------------------------------------------
-- Start box configuration
----------------------------------------------------------------------------------------------------
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
cfg['template-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း ထႅမ်းပလဵတ်ႉ'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း မေႃႇၵျူး'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
cfg['file-namespace-heading'] = 'ၶေႃႈလူပ်း'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
cfg['other-namespaces-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း'
-- cfg['view-link-display']
-- The text to display for "view" links.
cfg['view-link-display'] = 'တူၺ်း'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
cfg['edit-link-display'] = 'ထတ်း'
-- cfg['history-link-display']
-- The text to display for "history" links.
cfg['history-link-display'] = 'ပိုၼ်း'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
cfg['purge-link-display'] = 'ၸၢင်း'
-- cfg['create-link-display']
-- The text to display for "create" links.
cfg['create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Link box (end box) configuration
----------------------------------------------------------------------------------------------------
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Help:Transclusion|transcluded]] from $1.'
--[[
-- cfg['create-module-doc-blurb']
-- Notice displayed in the module namespace when the documentation subpage does not exist.
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
-- display cfg['create-link-display'].
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
----------------------------------------------------------------------------------------------------
-- Experiment blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['experiment-blurb-template']
-- cfg['experiment-blurb-module']
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
-- It is only shown in the template and module namespaces. With the default English settings, it
-- might look like this:
--
-- ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းတီႈၼႂ်း ၼႃႈလိၵ်ႈ sandbox (edit | diff) လႄႈ testcases (edit) ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။
--
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
--
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
-- on what namespace we are in.
--
-- Parameters:
--
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
--
-- If the sandbox doesn't exist, it is in the format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
--
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
-- loads a default edit summary of cfg['mirror-edit-summary'].
--
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
--
-- cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
--
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
-- namespace.
--]]
cfg['experiment-blurb-template'] = "Editors can experiment in this template's $1 and $2 pages."
cfg['experiment-blurb-module'] = "Editors can experiment in this module's $1 and $2 pages."
----------------------------------------------------------------------------------------------------
-- Sandbox link configuration
----------------------------------------------------------------------------------------------------
-- cfg['sandbox-subpage']
-- The name of the template subpage typically used for sandboxes.
cfg['sandbox-subpage'] = 'sandbox'
-- cfg['template-sandbox-preload']
-- Preload file for template sandbox pages.
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
-- cfg['module-sandbox-preload']
-- Preload file for Lua module sandbox pages.
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
-- cfg['sandbox-link-display']
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
-- cfg['sandbox-edit-link-display']
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'ထတ်း'
-- cfg['sandbox-create-link-display']
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'သၢင်ႈ'
-- cfg['compare-link-display']
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'ပိူင်ႈ'
-- cfg['mirror-edit-summary']
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
-- cfg['mirror-link-display']
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
----------------------------------------------------------------------------------------------------
-- Test cases link configuration
----------------------------------------------------------------------------------------------------
-- cfg['testcases-subpage']
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
-- cfg['template-testcases-preload']
-- Preload file for template test cases pages.
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'ထတ်း'
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'လဵၼ်ႈ'
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'Add categories to the $1 subpage.'
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'Subpages of this $1'
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'ထႅမ်းပလဵတ်ႉ'
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'မေႃႇၵျူး'
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'ၼႃႈလိၵ်ႈ'
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
-- cfg['templatestyles']
-- The name of the TemplateStyles page where CSS is kept.
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'
-- cfg['container']
-- Class which can be used to set flex or grid CSS on the
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'
-- cfg['main-div-classes']
-- Classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'documentation'
-- cfg['main-div-heading-class']
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['main-div-heading-class'] = 'documentation-heading'
-- cfg['start-box-class']
-- Class for the start box
cfg['start-box-class'] = 'documentation-startbox'
-- cfg['start-box-link-classes']
-- Classes used for the [view][edit][history] or [create] links in the start box.
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'
-- cfg['end-box-class']
-- Class for the end box.
cfg['end-box-class'] = 'documentation-metadata'
-- cfg['end-box-plainlinks']
-- Plainlinks
cfg['end-box-plainlinks'] = 'plainlinks'
-- cfg['toolbar-class']
-- Class added for toolbar links.
cfg['toolbar-class'] = 'documentation-toolbar'
-- cfg['clear']
-- Just used to clear things.
cfg['clear'] = 'documentation-clear'
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
return cfg
c1j2t1q64mpucho445b5b9mn827qlv8
65853
65852
2024-12-24T02:14:21Z
Saimawnkham
5
65853
Scribunto
text/plain
----------------------------------------------------------------------------------------------------
--
-- Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in Module:Documentation to
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------
local cfg = {} -- Do not edit this line.
----------------------------------------------------------------------------------------------------
-- Protection template configuration
----------------------------------------------------------------------------------------------------
-- cfg['protection-reason-edit']
-- The protection reason for edit-protected templates to pass to
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
--[[
----------------------------------------------------------------------------------------------------
-- Sandbox notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
-- messages that the notices contains.
----------------------------------------------------------------------------------------------------
--]]
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
--[[
-- cfg['sandbox-notice-pagetype-template']
-- cfg['sandbox-notice-pagetype-module']
-- cfg['sandbox-notice-pagetype-other']
-- The page type of the sandbox page. The message that is displayed depends on the current subject
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
-- cfg['sandbox-notice-diff-blurb'].
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
--[[
-- cfg['sandbox-notice-blurb']
-- cfg['sandbox-notice-diff-blurb']
-- cfg['sandbox-notice-diff-display']
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
-- type, which is either cfg['sandbox-notice-pagetype-template'],
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
-- the sandbox and the main template. The display value of the diff link is set by
-- cfg['sandbox-notice-compare-link-display'].
--]]
cfg['sandbox-notice-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ။'
cfg['sandbox-notice-diff-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ($3) ။'
cfg['sandbox-notice-compare-link-display'] = 'လွင်ႈပႅၵ်ႇပိူင်ႈ'
--[[
-- cfg['sandbox-notice-testcases-blurb']
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
-- cases page, and $2 is a link to the page to run it.
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
--]]
cfg['sandbox-notice-testcases-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
cfg['sandbox-notice-testcases-run-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1 ($2).'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all module sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'
----------------------------------------------------------------------------------------------------
-- Start box configuration
----------------------------------------------------------------------------------------------------
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
cfg['template-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း ထႅမ်းပလဵတ်ႉ'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း မေႃႇၵျူး'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
cfg['file-namespace-heading'] = 'ၶေႃႈလူပ်း'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
cfg['other-namespaces-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း'
-- cfg['view-link-display']
-- The text to display for "view" links.
cfg['view-link-display'] = 'တူၺ်း'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
cfg['edit-link-display'] = 'ထတ်း'
-- cfg['history-link-display']
-- The text to display for "history" links.
cfg['history-link-display'] = 'ပိုၼ်း'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
cfg['purge-link-display'] = 'ၸၢင်း'
-- cfg['create-link-display']
-- The text to display for "create" links.
cfg['create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Link box (end box) configuration
----------------------------------------------------------------------------------------------------
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Help:Transclusion|transcluded]] from $1.'
--[[
-- cfg['create-module-doc-blurb']
-- Notice displayed in the module namespace when the documentation subpage does not exist.
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
-- display cfg['create-link-display'].
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
----------------------------------------------------------------------------------------------------
-- Experiment blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['experiment-blurb-template']
-- cfg['experiment-blurb-module']
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
-- It is only shown in the template and module namespaces. With the default English settings, it
-- might look like this:
--
-- ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းတီႈၼႂ်း ၼႃႈလိၵ်ႈ sandbox (edit | diff) လႄႈ testcases (edit) ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။
--
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
--
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
-- on what namespace we are in.
--
-- Parameters:
--
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
--
-- If the sandbox doesn't exist, it is in the format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
--
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
-- loads a default edit summary of cfg['mirror-edit-summary'].
--
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
--
-- cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
--
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
-- namespace.
--]]
cfg['experiment-blurb-template'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 ၶွင် ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။"
cfg['experiment-blurb-module'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 မေႃႇၵျူး ဢၼ်ၼႆႉ လႆႈယူႇ။"
----------------------------------------------------------------------------------------------------
-- Sandbox link configuration
----------------------------------------------------------------------------------------------------
-- cfg['sandbox-subpage']
-- The name of the template subpage typically used for sandboxes.
cfg['sandbox-subpage'] = 'sandbox'
-- cfg['template-sandbox-preload']
-- Preload file for template sandbox pages.
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
-- cfg['module-sandbox-preload']
-- Preload file for Lua module sandbox pages.
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
-- cfg['sandbox-link-display']
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
-- cfg['sandbox-edit-link-display']
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'ထတ်း'
-- cfg['sandbox-create-link-display']
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'သၢင်ႈ'
-- cfg['compare-link-display']
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'ပိူင်ႈ'
-- cfg['mirror-edit-summary']
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
-- cfg['mirror-link-display']
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
----------------------------------------------------------------------------------------------------
-- Test cases link configuration
----------------------------------------------------------------------------------------------------
-- cfg['testcases-subpage']
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
-- cfg['template-testcases-preload']
-- Preload file for template test cases pages.
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'ထတ်း'
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'လဵၼ်ႈ'
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'Add categories to the $1 subpage.'
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'Subpages of this $1'
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'ထႅမ်းပလဵတ်ႉ'
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'မေႃႇၵျူး'
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'ၼႃႈလိၵ်ႈ'
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
-- cfg['templatestyles']
-- The name of the TemplateStyles page where CSS is kept.
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'
-- cfg['container']
-- Class which can be used to set flex or grid CSS on the
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'
-- cfg['main-div-classes']
-- Classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'documentation'
-- cfg['main-div-heading-class']
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['main-div-heading-class'] = 'documentation-heading'
-- cfg['start-box-class']
-- Class for the start box
cfg['start-box-class'] = 'documentation-startbox'
-- cfg['start-box-link-classes']
-- Classes used for the [view][edit][history] or [create] links in the start box.
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'
-- cfg['end-box-class']
-- Class for the end box.
cfg['end-box-class'] = 'documentation-metadata'
-- cfg['end-box-plainlinks']
-- Plainlinks
cfg['end-box-plainlinks'] = 'plainlinks'
-- cfg['toolbar-class']
-- Class added for toolbar links.
cfg['toolbar-class'] = 'documentation-toolbar'
-- cfg['clear']
-- Just used to clear things.
cfg['clear'] = 'documentation-clear'
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
return cfg
3j317p72j0pw2m7a4g5qd0fp9sz0mzj
65854
65853
2024-12-24T02:15:05Z
Saimawnkham
5
65854
Scribunto
text/plain
----------------------------------------------------------------------------------------------------
--
-- Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in Module:Documentation to
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------
local cfg = {} -- Do not edit this line.
----------------------------------------------------------------------------------------------------
-- Protection template configuration
----------------------------------------------------------------------------------------------------
-- cfg['protection-reason-edit']
-- The protection reason for edit-protected templates to pass to
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
--[[
----------------------------------------------------------------------------------------------------
-- Sandbox notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
-- messages that the notices contains.
----------------------------------------------------------------------------------------------------
--]]
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
--[[
-- cfg['sandbox-notice-pagetype-template']
-- cfg['sandbox-notice-pagetype-module']
-- cfg['sandbox-notice-pagetype-other']
-- The page type of the sandbox page. The message that is displayed depends on the current subject
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
-- cfg['sandbox-notice-diff-blurb'].
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
--[[
-- cfg['sandbox-notice-blurb']
-- cfg['sandbox-notice-diff-blurb']
-- cfg['sandbox-notice-diff-display']
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
-- type, which is either cfg['sandbox-notice-pagetype-template'],
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
-- the sandbox and the main template. The display value of the diff link is set by
-- cfg['sandbox-notice-compare-link-display'].
--]]
cfg['sandbox-notice-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ။'
cfg['sandbox-notice-diff-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ($3) ။'
cfg['sandbox-notice-compare-link-display'] = 'လွင်ႈပႅၵ်ႇပိူင်ႈ'
--[[
-- cfg['sandbox-notice-testcases-blurb']
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
-- cases page, and $2 is a link to the page to run it.
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
--]]
cfg['sandbox-notice-testcases-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
cfg['sandbox-notice-testcases-run-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1 ($2).'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all module sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'
----------------------------------------------------------------------------------------------------
-- Start box configuration
----------------------------------------------------------------------------------------------------
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
cfg['template-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း ထႅမ်းပလဵတ်ႉ'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း မေႃႇၵျူး'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
cfg['file-namespace-heading'] = 'ၶေႃႈလူပ်း'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
cfg['other-namespaces-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း'
-- cfg['view-link-display']
-- The text to display for "view" links.
cfg['view-link-display'] = 'တူၺ်း'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
cfg['edit-link-display'] = 'ထတ်း'
-- cfg['history-link-display']
-- The text to display for "history" links.
cfg['history-link-display'] = 'ပိုၼ်း'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
cfg['purge-link-display'] = 'ၸၢင်း'
-- cfg['create-link-display']
-- The text to display for "create" links.
cfg['create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Link box (end box) configuration
----------------------------------------------------------------------------------------------------
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Help:Transclusion|transcluded]] from $1.'
--[[
-- cfg['create-module-doc-blurb']
-- Notice displayed in the module namespace when the documentation subpage does not exist.
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
-- display cfg['create-link-display'].
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
----------------------------------------------------------------------------------------------------
-- Experiment blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['experiment-blurb-template']
-- cfg['experiment-blurb-module']
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
-- It is only shown in the template and module namespaces. With the default English settings, it
-- might look like this:
--
-- ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းတီႈၼႂ်း ၼႃႈလိၵ်ႈ sandbox (edit | diff) လႄႈ testcases (edit) ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။
--
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
--
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
-- on what namespace we are in.
--
-- Parameters:
--
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
--
-- If the sandbox doesn't exist, it is in the format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
--
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
-- loads a default edit summary of cfg['mirror-edit-summary'].
--
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
--
-- cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
--
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
-- namespace.
--]]
cfg['experiment-blurb-template'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 ၶွင် ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။"
cfg['experiment-blurb-module'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 မေႃႇၵျူး ဢၼ်ၼႆႉ လႆႈယူႇ။"
----------------------------------------------------------------------------------------------------
-- Sandbox link configuration
----------------------------------------------------------------------------------------------------
-- cfg['sandbox-subpage']
-- The name of the template subpage typically used for sandboxes.
cfg['sandbox-subpage'] = 'sandbox'
-- cfg['template-sandbox-preload']
-- Preload file for template sandbox pages.
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
-- cfg['module-sandbox-preload']
-- Preload file for Lua module sandbox pages.
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
-- cfg['sandbox-link-display']
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
-- cfg['sandbox-edit-link-display']
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'ထတ်း'
-- cfg['sandbox-create-link-display']
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'သၢင်ႈ'
-- cfg['compare-link-display']
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'ပိူင်ႈ'
-- cfg['mirror-edit-summary']
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
-- cfg['mirror-link-display']
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
----------------------------------------------------------------------------------------------------
-- Test cases link configuration
----------------------------------------------------------------------------------------------------
-- cfg['testcases-subpage']
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
-- cfg['template-testcases-preload']
-- Preload file for template test cases pages.
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'ထတ်း'
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'လဵၼ်ႈ'
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'Add categories to the $1 subpage.'
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'ၼႃႈလိၵ်ႈၽႄ ၶွင် $1 ဢၼ်ၼႆႉ'
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'ထႅမ်းပလဵတ်ႉ'
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'မေႃႇၵျူး'
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'ၼႃႈလိၵ်ႈ'
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
-- cfg['templatestyles']
-- The name of the TemplateStyles page where CSS is kept.
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'
-- cfg['container']
-- Class which can be used to set flex or grid CSS on the
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'
-- cfg['main-div-classes']
-- Classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'documentation'
-- cfg['main-div-heading-class']
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['main-div-heading-class'] = 'documentation-heading'
-- cfg['start-box-class']
-- Class for the start box
cfg['start-box-class'] = 'documentation-startbox'
-- cfg['start-box-link-classes']
-- Classes used for the [view][edit][history] or [create] links in the start box.
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'
-- cfg['end-box-class']
-- Class for the end box.
cfg['end-box-class'] = 'documentation-metadata'
-- cfg['end-box-plainlinks']
-- Plainlinks
cfg['end-box-plainlinks'] = 'plainlinks'
-- cfg['toolbar-class']
-- Class added for toolbar links.
cfg['toolbar-class'] = 'documentation-toolbar'
-- cfg['clear']
-- Just used to clear things.
cfg['clear'] = 'documentation-clear'
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
return cfg
nx215ldlj5m9yww90157smj6r4zcq30
65855
65854
2024-12-24T02:16:47Z
Saimawnkham
5
65855
Scribunto
text/plain
----------------------------------------------------------------------------------------------------
--
-- Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in Module:Documentation to
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------
local cfg = {} -- Do not edit this line.
----------------------------------------------------------------------------------------------------
-- Protection template configuration
----------------------------------------------------------------------------------------------------
-- cfg['protection-reason-edit']
-- The protection reason for edit-protected templates to pass to
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
--[[
----------------------------------------------------------------------------------------------------
-- Sandbox notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
-- messages that the notices contains.
----------------------------------------------------------------------------------------------------
--]]
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
--[[
-- cfg['sandbox-notice-pagetype-template']
-- cfg['sandbox-notice-pagetype-module']
-- cfg['sandbox-notice-pagetype-other']
-- The page type of the sandbox page. The message that is displayed depends on the current subject
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
-- cfg['sandbox-notice-diff-blurb'].
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
--[[
-- cfg['sandbox-notice-blurb']
-- cfg['sandbox-notice-diff-blurb']
-- cfg['sandbox-notice-diff-display']
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
-- type, which is either cfg['sandbox-notice-pagetype-template'],
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
-- the sandbox and the main template. The display value of the diff link is set by
-- cfg['sandbox-notice-compare-link-display'].
--]]
cfg['sandbox-notice-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ။'
cfg['sandbox-notice-diff-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ($3) ။'
cfg['sandbox-notice-compare-link-display'] = 'လွင်ႈပႅၵ်ႇပိူင်ႈ'
--[[
-- cfg['sandbox-notice-testcases-blurb']
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
-- cases page, and $2 is a link to the page to run it.
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
--]]
cfg['sandbox-notice-testcases-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
cfg['sandbox-notice-testcases-run-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1 ($2).'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all module sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'
----------------------------------------------------------------------------------------------------
-- Start box configuration
----------------------------------------------------------------------------------------------------
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
cfg['template-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း ထႅမ်းပလဵတ်ႉ'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း မေႃႇၵျူး'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
cfg['file-namespace-heading'] = 'ၶေႃႈလူပ်း'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
cfg['other-namespaces-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း'
-- cfg['view-link-display']
-- The text to display for "view" links.
cfg['view-link-display'] = 'တူၺ်း'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
cfg['edit-link-display'] = 'ထတ်း'
-- cfg['history-link-display']
-- The text to display for "history" links.
cfg['history-link-display'] = 'ပိုၼ်း'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
cfg['purge-link-display'] = 'ၸၢင်း'
-- cfg['create-link-display']
-- The text to display for "create" links.
cfg['create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Link box (end box) configuration
----------------------------------------------------------------------------------------------------
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = '[[Wikipedia:Template documentation|ၽိုၼ်ၵႅမ်မိုဝ်း]] တီႈၽၢႆႇၼိူဝ်ၼႆႉ ပဵၼ် ဢၼ် [[Help:Transclusion|ထွၼ်ဢွၵ်ႇ]] မႃးတီႈ $1။'
--[[
-- cfg['create-module-doc-blurb']
-- Notice displayed in the module namespace when the documentation subpage does not exist.
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
-- display cfg['create-link-display'].
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
----------------------------------------------------------------------------------------------------
-- Experiment blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['experiment-blurb-template']
-- cfg['experiment-blurb-module']
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
-- It is only shown in the template and module namespaces. With the default English settings, it
-- might look like this:
--
-- ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းတီႈၼႂ်း ၼႃႈလိၵ်ႈ sandbox (edit | diff) လႄႈ testcases (edit) ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။
--
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
--
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
-- on what namespace we are in.
--
-- Parameters:
--
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
--
-- If the sandbox doesn't exist, it is in the format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
--
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
-- loads a default edit summary of cfg['mirror-edit-summary'].
--
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
--
-- cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
--
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
-- namespace.
--]]
cfg['experiment-blurb-template'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 ၶွင် ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။"
cfg['experiment-blurb-module'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 မေႃႇၵျူး ဢၼ်ၼႆႉ လႆႈယူႇ။"
----------------------------------------------------------------------------------------------------
-- Sandbox link configuration
----------------------------------------------------------------------------------------------------
-- cfg['sandbox-subpage']
-- The name of the template subpage typically used for sandboxes.
cfg['sandbox-subpage'] = 'sandbox'
-- cfg['template-sandbox-preload']
-- Preload file for template sandbox pages.
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
-- cfg['module-sandbox-preload']
-- Preload file for Lua module sandbox pages.
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
-- cfg['sandbox-link-display']
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
-- cfg['sandbox-edit-link-display']
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'ထတ်း'
-- cfg['sandbox-create-link-display']
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'သၢင်ႈ'
-- cfg['compare-link-display']
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'ပိူင်ႈ'
-- cfg['mirror-edit-summary']
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
-- cfg['mirror-link-display']
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
----------------------------------------------------------------------------------------------------
-- Test cases link configuration
----------------------------------------------------------------------------------------------------
-- cfg['testcases-subpage']
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
-- cfg['template-testcases-preload']
-- Preload file for template test cases pages.
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'ထတ်း'
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'လဵၼ်ႈ'
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'Add categories to the $1 subpage.'
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'ၼႃႈလိၵ်ႈၽႄ ၶွင် $1 ဢၼ်ၼႆႉ'
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'ထႅမ်းပလဵတ်ႉ'
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'မေႃႇၵျူး'
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'ၼႃႈလိၵ်ႈ'
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
-- cfg['templatestyles']
-- The name of the TemplateStyles page where CSS is kept.
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'
-- cfg['container']
-- Class which can be used to set flex or grid CSS on the
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'
-- cfg['main-div-classes']
-- Classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'documentation'
-- cfg['main-div-heading-class']
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['main-div-heading-class'] = 'documentation-heading'
-- cfg['start-box-class']
-- Class for the start box
cfg['start-box-class'] = 'documentation-startbox'
-- cfg['start-box-link-classes']
-- Classes used for the [view][edit][history] or [create] links in the start box.
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'
-- cfg['end-box-class']
-- Class for the end box.
cfg['end-box-class'] = 'documentation-metadata'
-- cfg['end-box-plainlinks']
-- Plainlinks
cfg['end-box-plainlinks'] = 'plainlinks'
-- cfg['toolbar-class']
-- Class added for toolbar links.
cfg['toolbar-class'] = 'documentation-toolbar'
-- cfg['clear']
-- Just used to clear things.
cfg['clear'] = 'documentation-clear'
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
return cfg
tcyev1m59xydy3pr2yrk997jzosivd3
65856
65855
2024-12-24T02:17:45Z
Saimawnkham
5
65856
Scribunto
text/plain
----------------------------------------------------------------------------------------------------
--
-- Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in Module:Documentation to
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------
local cfg = {} -- Do not edit this line.
----------------------------------------------------------------------------------------------------
-- Protection template configuration
----------------------------------------------------------------------------------------------------
-- cfg['protection-reason-edit']
-- The protection reason for edit-protected templates to pass to
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
--[[
----------------------------------------------------------------------------------------------------
-- Sandbox notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
-- messages that the notices contains.
----------------------------------------------------------------------------------------------------
--]]
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
--[[
-- cfg['sandbox-notice-pagetype-template']
-- cfg['sandbox-notice-pagetype-module']
-- cfg['sandbox-notice-pagetype-other']
-- The page type of the sandbox page. The message that is displayed depends on the current subject
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
-- cfg['sandbox-notice-diff-blurb'].
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
--[[
-- cfg['sandbox-notice-blurb']
-- cfg['sandbox-notice-diff-blurb']
-- cfg['sandbox-notice-diff-display']
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
-- type, which is either cfg['sandbox-notice-pagetype-template'],
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
-- the sandbox and the main template. The display value of the diff link is set by
-- cfg['sandbox-notice-compare-link-display'].
--]]
cfg['sandbox-notice-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ။'
cfg['sandbox-notice-diff-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ($3) ။'
cfg['sandbox-notice-compare-link-display'] = 'လွင်ႈပႅၵ်ႇပိူင်ႈ'
--[[
-- cfg['sandbox-notice-testcases-blurb']
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
-- cases page, and $2 is a link to the page to run it.
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
--]]
cfg['sandbox-notice-testcases-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
cfg['sandbox-notice-testcases-run-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1 ($2).'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all module sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'
----------------------------------------------------------------------------------------------------
-- Start box configuration
----------------------------------------------------------------------------------------------------
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
cfg['template-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း ထႅမ်းပလဵတ်ႉ'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း မေႃႇၵျူး'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
cfg['file-namespace-heading'] = 'ၶေႃႈလူပ်း'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
cfg['other-namespaces-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း'
-- cfg['view-link-display']
-- The text to display for "view" links.
cfg['view-link-display'] = 'တူၺ်း'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
cfg['edit-link-display'] = 'ထတ်း'
-- cfg['history-link-display']
-- The text to display for "history" links.
cfg['history-link-display'] = 'ပိုၼ်း'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
cfg['purge-link-display'] = 'ၸၢင်း'
-- cfg['create-link-display']
-- The text to display for "create" links.
cfg['create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Link box (end box) configuration
----------------------------------------------------------------------------------------------------
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = '[[Wikipedia:Template documentation|ၽိုၼ်ၵႅမ်မိုဝ်း]] တီႈၽၢႆႇၼိူဝ်ၼႆႉ ပဵၼ် ဢၼ် [[Help:Transclusion|ထွၼ်ဢွၵ်ႇ]] မႃးတီႈ $1။'
--[[
-- cfg['create-module-doc-blurb']
-- Notice displayed in the module namespace when the documentation subpage does not exist.
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
-- display cfg['create-link-display'].
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
----------------------------------------------------------------------------------------------------
-- Experiment blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['experiment-blurb-template']
-- cfg['experiment-blurb-module']
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
-- It is only shown in the template and module namespaces. With the default English settings, it
-- might look like this:
--
-- ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းတီႈၼႂ်း ၼႃႈလိၵ်ႈ sandbox (edit | diff) လႄႈ testcases (edit) ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။
--
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
--
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
-- on what namespace we are in.
--
-- Parameters:
--
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
--
-- If the sandbox doesn't exist, it is in the format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
--
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
-- loads a default edit summary of cfg['mirror-edit-summary'].
--
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
--
-- cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
--
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
-- namespace.
--]]
cfg['experiment-blurb-template'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 ၶွင် ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။"
cfg['experiment-blurb-module'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 မေႃႇၵျူး ဢၼ်ၼႆႉ လႆႈယူႇ။"
----------------------------------------------------------------------------------------------------
-- Sandbox link configuration
----------------------------------------------------------------------------------------------------
-- cfg['sandbox-subpage']
-- The name of the template subpage typically used for sandboxes.
cfg['sandbox-subpage'] = 'sandbox'
-- cfg['template-sandbox-preload']
-- Preload file for template sandbox pages.
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
-- cfg['module-sandbox-preload']
-- Preload file for Lua module sandbox pages.
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
-- cfg['sandbox-link-display']
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
-- cfg['sandbox-edit-link-display']
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'ထတ်း'
-- cfg['sandbox-create-link-display']
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'သၢင်ႈ'
-- cfg['compare-link-display']
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'ပိူင်ႈ'
-- cfg['mirror-edit-summary']
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
-- cfg['mirror-link-display']
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
----------------------------------------------------------------------------------------------------
-- Test cases link configuration
----------------------------------------------------------------------------------------------------
-- cfg['testcases-subpage']
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
-- cfg['template-testcases-preload']
-- Preload file for template test cases pages.
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'ထတ်း'
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'လဵၼ်ႈ'
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'ထႅမ်ပိူင်ထၢၼ်ႈ သႂ်ႇၸူးတီႈ ၼႃႈလိၵ်ႈၽႄ $1 ။'
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'ၼႃႈလိၵ်ႈၽႄ ၶွင် $1 ဢၼ်ၼႆႉ'
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'ထႅမ်းပလဵတ်ႉ'
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'မေႃႇၵျူး'
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'ၼႃႈလိၵ်ႈ'
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
-- cfg['templatestyles']
-- The name of the TemplateStyles page where CSS is kept.
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'
-- cfg['container']
-- Class which can be used to set flex or grid CSS on the
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'
-- cfg['main-div-classes']
-- Classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'documentation'
-- cfg['main-div-heading-class']
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['main-div-heading-class'] = 'documentation-heading'
-- cfg['start-box-class']
-- Class for the start box
cfg['start-box-class'] = 'documentation-startbox'
-- cfg['start-box-link-classes']
-- Classes used for the [view][edit][history] or [create] links in the start box.
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'
-- cfg['end-box-class']
-- Class for the end box.
cfg['end-box-class'] = 'documentation-metadata'
-- cfg['end-box-plainlinks']
-- Plainlinks
cfg['end-box-plainlinks'] = 'plainlinks'
-- cfg['toolbar-class']
-- Class added for toolbar links.
cfg['toolbar-class'] = 'documentation-toolbar'
-- cfg['clear']
-- Just used to clear things.
cfg['clear'] = 'documentation-clear'
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
return cfg
gnf4egt4w4z3l2eojwnydode4skicp8
65878
65856
2024-12-24T03:12:37Z
Saimawnkham
5
65878
Scribunto
text/plain
----------------------------------------------------------------------------------------------------
--
-- Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in Module:Documentation to
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------
local cfg = {} -- Do not edit this line.
----------------------------------------------------------------------------------------------------
-- Protection template configuration
----------------------------------------------------------------------------------------------------
-- cfg['protection-reason-edit']
-- The protection reason for edit-protected templates to pass to
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
--[[
----------------------------------------------------------------------------------------------------
-- Sandbox notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
-- messages that the notices contains.
----------------------------------------------------------------------------------------------------
--]]
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
--[[
-- cfg['sandbox-notice-pagetype-template']
-- cfg['sandbox-notice-pagetype-module']
-- cfg['sandbox-notice-pagetype-other']
-- The page type of the sandbox page. The message that is displayed depends on the current subject
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
-- cfg['sandbox-notice-diff-blurb'].
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
--[[
-- cfg['sandbox-notice-blurb']
-- cfg['sandbox-notice-diff-blurb']
-- cfg['sandbox-notice-diff-display']
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
-- type, which is either cfg['sandbox-notice-pagetype-template'],
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
-- the sandbox and the main template. The display value of the diff link is set by
-- cfg['sandbox-notice-compare-link-display'].
--]]
cfg['sandbox-notice-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ။'
cfg['sandbox-notice-diff-blurb'] = 'ဢၼ်ၼႆႉ ပဵၼ် $1 တွၼ်ႈတႃႇ $2 ($3) ။'
cfg['sandbox-notice-compare-link-display'] = 'လွင်ႈပႅၵ်ႇပိူင်ႈ'
--[[
-- cfg['sandbox-notice-testcases-blurb']
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
-- cases page, and $2 is a link to the page to run it.
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
--]]
cfg['sandbox-notice-testcases-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
cfg['sandbox-notice-testcases-run-blurb'] = 'တူၺ်းပႃး ၼႃႈလိၵ်ႈၽႄ တွၼ်ႈတႃႇ $1 ($2).'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
-- cfg['sandbox-category'] - A category to add to all template sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all module sandboxes.
-- cfg['module-sandbox-category'] - A category to add to all sandboxe not in templates or modules.
cfg['sandbox-category'] = 'Template sandboxes'
cfg['module-sandbox-category'] = 'Module sandboxes'
cfg['other-sandbox-category'] = 'Sandboxes outside of template or module namespace'
----------------------------------------------------------------------------------------------------
-- Start box configuration
----------------------------------------------------------------------------------------------------
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
cfg['template-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း ထႅမ်းပလဵတ်ႉ'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း မေႃႇၵျူး'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
cfg['file-namespace-heading'] = 'ၶေႃႈလူပ်း'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
cfg['other-namespaces-heading'] = 'ၽိုၼ်ၵႅမ်မိုဝ်း'
-- cfg['view-link-display']
-- The text to display for "view" links.
cfg['view-link-display'] = 'တူၺ်း'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
cfg['edit-link-display'] = 'ထတ်း'
-- cfg['history-link-display']
-- The text to display for "history" links.
cfg['history-link-display'] = 'ပိုၼ်း'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
cfg['purge-link-display'] = 'ၸၢင်း'
-- cfg['create-link-display']
-- The text to display for "create" links.
cfg['create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Link box (end box) configuration
----------------------------------------------------------------------------------------------------
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = '[[Wikipedia:Template documentation|ၽိုၼ်ၵႅမ်မိုဝ်း]] တီႈၽၢႆႇၼိူဝ်ၼႆႉ ပဵၼ် ဢၼ် [[Help:Transclusion|ထွၼ်ဢွၵ်ႇ]] မႃးတီႈ $1။'
--[[
-- cfg['create-module-doc-blurb']
-- Notice displayed in the module namespace when the documentation subpage does not exist.
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
-- display cfg['create-link-display'].
--]]
cfg['create-module-doc-blurb'] = 'ၸဝ်ႈၵဝ်ႇ လႅပ်ႈတေၶႂ်ႈ $1 ၼႃႈလိၵ်ႈၽိုၼ်ၵႅမ်မိုဝ်း တွၼ်ႈတႃႇ [[Wikipedia:Lua|Scribunto module]] ဢၼ်ၼႆႉ။'
----------------------------------------------------------------------------------------------------
-- Experiment blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['experiment-blurb-template']
-- cfg['experiment-blurb-module']
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
-- It is only shown in the template and module namespaces. With the default English settings, it
-- might look like this:
--
-- ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းတီႈၼႂ်း ၼႃႈလိၵ်ႈ sandbox (edit | diff) လႄႈ testcases (edit) ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။
--
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
--
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
-- on what namespace we are in.
--
-- Parameters:
--
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
--
-- If the sandbox doesn't exist, it is in the format:
--
-- cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
--
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
-- loads a default edit summary of cfg['mirror-edit-summary'].
--
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
-- cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
--
-- cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
--
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
-- namespace.
--]]
cfg['experiment-blurb-template'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 ၶွင် ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈယူႇ။"
cfg['experiment-blurb-module'] = "ၽူႈမႄးထတ်းၶဝ် ၸၢင်ႈၸၢမ်းတူၺ်းလႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ $1 လႄႈ $2 မေႃႇၵျူး ဢၼ်ၼႆႉ လႆႈယူႇ။"
----------------------------------------------------------------------------------------------------
-- Sandbox link configuration
----------------------------------------------------------------------------------------------------
-- cfg['sandbox-subpage']
-- The name of the template subpage typically used for sandboxes.
cfg['sandbox-subpage'] = 'sandbox'
-- cfg['template-sandbox-preload']
-- Preload file for template sandbox pages.
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
-- cfg['module-sandbox-preload']
-- Preload file for Lua module sandbox pages.
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
-- cfg['sandbox-link-display']
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
-- cfg['sandbox-edit-link-display']
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'ထတ်း'
-- cfg['sandbox-create-link-display']
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'သၢင်ႈ'
-- cfg['compare-link-display']
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'ပိူင်ႈ'
-- cfg['mirror-edit-summary']
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
-- cfg['mirror-link-display']
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
----------------------------------------------------------------------------------------------------
-- Test cases link configuration
----------------------------------------------------------------------------------------------------
-- cfg['testcases-subpage']
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
-- cfg['template-testcases-preload']
-- Preload file for template test cases pages.
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'ထတ်း'
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'လဵၼ်ႈ'
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'သၢင်ႈ'
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'ထႅမ်ပိူင်ထၢၼ်ႈ သႂ်ႇၸူးတီႈ ၼႃႈလိၵ်ႈၽႄ $1 ။'
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'ၼႃႈလိၵ်ႈၽႄ ၶွင် $1 ဢၼ်ၼႆႉ'
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'ထႅမ်းပလဵတ်ႉ'
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'မေႃႇၵျူး'
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'ၼႃႈလိၵ်ႈ'
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
-- cfg['templatestyles']
-- The name of the TemplateStyles page where CSS is kept.
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'
-- cfg['container']
-- Class which can be used to set flex or grid CSS on the
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'
-- cfg['main-div-classes']
-- Classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'documentation'
-- cfg['main-div-heading-class']
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['main-div-heading-class'] = 'documentation-heading'
-- cfg['start-box-class']
-- Class for the start box
cfg['start-box-class'] = 'documentation-startbox'
-- cfg['start-box-link-classes']
-- Classes used for the [view][edit][history] or [create] links in the start box.
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'
-- cfg['end-box-class']
-- Class for the end box.
cfg['end-box-class'] = 'documentation-metadata'
-- cfg['end-box-plainlinks']
-- Plainlinks
cfg['end-box-plainlinks'] = 'plainlinks'
-- cfg['toolbar-class']
-- Class added for toolbar links.
cfg['toolbar-class'] = 'documentation-toolbar'
-- cfg['clear']
-- Just used to clear things.
cfg['clear'] = 'documentation-clear'
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
return cfg
ivli01fv825vlw4ut0i7bvc2jot51o6
မေႃႇၵျူး:Message box
828
1049
65822
64340
2024-12-24T00:10:26Z
Saimawnkham
5
65822
Scribunto
text/plain
require('strict')
local getArgs
local yesno = require('Module:Yesno')
local lang = mw.language.getContentLanguage()
local CONFIG_MODULE = 'Module:Message box/configuration'
local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'}
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
local function getTitleObject(...)
-- Get the title object, passing the function through pcall
-- in case we are over the expensive function count limit.
local success, title = pcall(mw.title.new, ...)
if success then
return title
end
end
local function union(t1, t2)
-- Returns the union of two arrays.
local vals = {}
for i, v in ipairs(t1) do
vals[v] = true
end
for i, v in ipairs(t2) do
vals[v] = true
end
local ret = {}
for k in pairs(vals) do
table.insert(ret, k)
end
table.sort(ret)
return ret
end
local function getArgNums(args, prefix)
local nums = {}
for k, v in pairs(args) do
local num = mw.ustring.match(tostring(k), '^' .. prefix .. '([1-9]%d*)$')
if num then
table.insert(nums, tonumber(num))
end
end
table.sort(nums)
return nums
end
--------------------------------------------------------------------------------
-- Box class definition
--------------------------------------------------------------------------------
local MessageBox = {}
MessageBox.__index = MessageBox
function MessageBox.new(boxType, args, cfg)
args = args or {}
local obj = {}
-- Set the title object and the namespace.
obj.title = getTitleObject(args.page) or mw.title.getCurrentTitle()
-- Set the config for our box type.
obj.cfg = cfg[boxType]
if not obj.cfg then
local ns = obj.title.namespace
-- boxType is "mbox" or invalid input
if args.demospace and args.demospace ~= '' then
-- implement demospace parameter of mbox
local demospace = string.lower(args.demospace)
if DEMOSPACES[demospace] then
-- use template from DEMOSPACES
obj.cfg = cfg[DEMOSPACES[demospace]]
elseif string.find( demospace, 'talk' ) then
-- demo as a talk page
obj.cfg = cfg.tmbox
else
-- default to ombox
obj.cfg = cfg.ombox
end
elseif ns == 0 then
obj.cfg = cfg.ambox -- main namespace
elseif ns == 6 then
obj.cfg = cfg.imbox -- file namespace
elseif ns == 14 then
obj.cfg = cfg.cmbox -- category namespace
else
local nsTable = mw.site.namespaces[ns]
if nsTable and nsTable.isTalk then
obj.cfg = cfg.tmbox -- any talk namespace
else
obj.cfg = cfg.ombox -- other namespaces or invalid input
end
end
end
-- Set the arguments, and remove all blank arguments except for the ones
-- listed in cfg.allowBlankParams.
do
local newArgs = {}
for k, v in pairs(args) do
if v ~= '' then
newArgs[k] = v
end
end
for i, param in ipairs(obj.cfg.allowBlankParams or {}) do
newArgs[param] = args[param]
end
obj.args = newArgs
end
-- Define internal data structure.
obj.categories = {}
obj.classes = {}
-- For lazy loading of [[Module:Category handler]].
obj.hasCategories = false
return setmetatable(obj, MessageBox)
end
function MessageBox:addCat(ns, cat, sort)
if not cat then
return nil
end
if sort then
cat = string.format('[[Category:%s|%s]]', cat, sort)
else
cat = string.format('[[Category:%s]]', cat)
end
self.hasCategories = true
self.categories[ns] = self.categories[ns] or {}
table.insert(self.categories[ns], cat)
end
function MessageBox:addClass(class)
if not class then
return nil
end
table.insert(self.classes, class)
end
function MessageBox:setParameters()
local args = self.args
local cfg = self.cfg
-- Get type data.
self.type = args.type
local typeData = cfg.types[self.type]
self.invalidTypeError = cfg.showInvalidTypeError
and self.type
and not typeData
typeData = typeData or cfg.types[cfg.default]
self.typeClass = typeData.class
self.typeImage = typeData.image
self.typeImageNeedsLink = typeData.imageNeedsLink
-- Find if the box has been wrongly substituted.
self.isSubstituted = cfg.substCheck and args.subst == 'SUBST'
-- Find whether we are using a small message box.
self.isSmall = cfg.allowSmall and (
cfg.smallParam and args.small == cfg.smallParam
or not cfg.smallParam and yesno(args.small)
)
-- Add attributes, classes and styles.
self.id = args.id
self.name = args.name
if self.name then
self:addClass('box-' .. string.gsub(self.name,' ','_'))
end
if yesno(args.plainlinks) ~= false then
self:addClass('plainlinks')
end
for _, class in ipairs(cfg.classes or {}) do
self:addClass(class)
end
if self.isSmall then
self:addClass(cfg.smallClass or 'mbox-small')
end
self:addClass(self.typeClass)
self:addClass(args.class)
self.style = args.style
self.attrs = args.attrs
-- Set text style.
self.textstyle = args.textstyle
-- Set image classes.
self.imageRightClass = args.imagerightclass or args.imageclass
self.imageLeftClass = args.imageleftclass or args.imageclass
-- Find if we are on the template page or not. This functionality is only
-- used if useCollapsibleTextFields is set, or if both cfg.templateCategory
-- and cfg.templateCategoryRequireName are set.
self.useCollapsibleTextFields = cfg.useCollapsibleTextFields
if self.useCollapsibleTextFields
or cfg.templateCategory
and cfg.templateCategoryRequireName
then
if self.name then
local templateName = mw.ustring.match(
self.name,
'^[tT][eE][mM][pP][lL][aA][tT][eE][%s_]*:[%s_]*(.*)$'
) or self.name
templateName = 'Template:' .. templateName
self.templateTitle = getTitleObject(templateName)
end
self.isTemplatePage = self.templateTitle
and mw.title.equals(self.title, self.templateTitle)
end
-- Process data for collapsible text fields. At the moment these are only
-- used in {{ambox}}.
if self.useCollapsibleTextFields then
-- Get the self.issue value.
if self.isSmall and args.smalltext then
self.issue = args.smalltext
else
local sect
if args.sect == '' then
sect = 'This ' .. (cfg.sectionDefault or 'page')
elseif type(args.sect) == 'string' then
sect = 'This ' .. args.sect
end
local issue = args.issue
issue = type(issue) == 'string' and issue ~= '' and issue or nil
local text = args.text
text = type(text) == 'string' and text or nil
local issues = {}
table.insert(issues, sect)
table.insert(issues, issue)
table.insert(issues, text)
self.issue = table.concat(issues, ' ')
end
-- Get the self.talk value.
local talk = args.talk
-- Show talk links on the template page or template subpages if the talk
-- parameter is blank.
if talk == ''
and self.templateTitle
and (
mw.title.equals(self.templateTitle, self.title)
or self.title:isSubpageOf(self.templateTitle)
)
then
talk = '#'
elseif talk == '' then
talk = nil
end
if talk then
-- If the talk value is a talk page, make a link to that page. Else
-- assume that it's a section heading, and make a link to the talk
-- page of the current page with that section heading.
local talkTitle = getTitleObject(talk)
local talkArgIsTalkPage = true
if not talkTitle or not talkTitle.isTalkPage then
talkArgIsTalkPage = false
talkTitle = getTitleObject(
self.title.text,
mw.site.namespaces[self.title.namespace].talk.id
)
end
if talkTitle and talkTitle.exists then
local talkText
if self.isSmall then
local talkLink = talkArgIsTalkPage and talk or (talkTitle.prefixedText .. '#' .. talk)
talkText = string.format('([[%s|talk]])', talkLink)
else
talkText = 'Relevant discussion may be found on'
if talkArgIsTalkPage then
talkText = string.format(
'%s [[%s|%s]].',
talkText,
talk,
talkTitle.prefixedText
)
else
talkText = string.format(
'%s the [[%s#%s|talk page]].',
talkText,
talkTitle.prefixedText,
talk
)
end
end
self.talk = talkText
end
end
-- Get other values.
self.fix = args.fix ~= '' and args.fix or nil
local date
if args.date and args.date ~= '' then
date = args.date
elseif args.date == '' and self.isTemplatePage then
date = lang:formatDate('F Y')
end
if date then
self.date = string.format(" <span class='date-container'><i>(<span class='date'>%s</span>)</i></span>", date)
end
self.info = args.info
if yesno(args.removalnotice) then
self.removalNotice = cfg.removalNotice
end
end
-- Set the non-collapsible text field. At the moment this is used by all box
-- types other than ambox, and also by ambox when small=yes.
if self.isSmall then
self.text = args.smalltext or args.text
else
self.text = args.text
end
-- Set the below row.
self.below = cfg.below and args.below
-- General image settings.
self.imageCellDiv = not self.isSmall and cfg.imageCellDiv
self.imageEmptyCell = cfg.imageEmptyCell
-- Left image settings.
local imageLeft = self.isSmall and args.smallimage or args.image
if cfg.imageCheckBlank and imageLeft ~= 'blank' and imageLeft ~= 'none'
or not cfg.imageCheckBlank and imageLeft ~= 'none'
then
self.imageLeft = imageLeft
if not imageLeft then
local imageSize = self.isSmall
and (cfg.imageSmallSize or '30x30px')
or '40x40px'
self.imageLeft = string.format('[[File:%s|%s%s|alt=]]', self.typeImage
or 'Information icon4.svg', imageSize, self.typeImageNeedsLink and "" or "|link=" )
end
end
-- Right image settings.
local imageRight = self.isSmall and args.smallimageright or args.imageright
if not (cfg.imageRightNone and imageRight == 'none') then
self.imageRight = imageRight
end
-- set templatestyles
self.base_templatestyles = cfg.templatestyles
self.templatestyles = args.templatestyles
end
function MessageBox:setMainspaceCategories()
local args = self.args
local cfg = self.cfg
if not cfg.allowMainspaceCategories then
return nil
end
local nums = {}
for _, prefix in ipairs{'cat', 'category', 'all'} do
args[prefix .. '1'] = args[prefix]
nums = union(nums, getArgNums(args, prefix))
end
-- The following is roughly equivalent to the old {{Ambox/category}}.
local date = args.date
date = type(date) == 'string' and date
local preposition = 'from'
for _, num in ipairs(nums) do
local mainCat = args['cat' .. tostring(num)]
or args['category' .. tostring(num)]
local allCat = args['all' .. tostring(num)]
mainCat = type(mainCat) == 'string' and mainCat
allCat = type(allCat) == 'string' and allCat
if mainCat and date and date ~= '' then
local catTitle = string.format('%s %s %s', mainCat, preposition, date)
self:addCat(0, catTitle)
catTitle = getTitleObject('Category:' .. catTitle)
if not catTitle or not catTitle.exists then
self:addCat(0, 'Articles with invalid date parameter in template')
end
elseif mainCat and (not date or date == '') then
self:addCat(0, mainCat)
end
if allCat then
self:addCat(0, allCat)
end
end
end
function MessageBox:setTemplateCategories()
local args = self.args
local cfg = self.cfg
-- Add template categories.
if cfg.templateCategory then
if cfg.templateCategoryRequireName then
if self.isTemplatePage then
self:addCat(10, cfg.templateCategory)
end
elseif not self.title.isSubpage then
self:addCat(10, cfg.templateCategory)
end
end
-- Add template error categories.
if cfg.templateErrorCategory then
local templateErrorCategory = cfg.templateErrorCategory
local templateCat, templateSort
if not self.name and not self.title.isSubpage then
templateCat = templateErrorCategory
elseif self.isTemplatePage then
local paramsToCheck = cfg.templateErrorParamsToCheck or {}
local count = 0
for i, param in ipairs(paramsToCheck) do
if not args[param] then
count = count + 1
end
end
if count > 0 then
templateCat = templateErrorCategory
templateSort = tostring(count)
end
if self.categoryNums and #self.categoryNums > 0 then
templateCat = templateErrorCategory
templateSort = 'C'
end
end
self:addCat(10, templateCat, templateSort)
end
end
function MessageBox:setAllNamespaceCategories()
-- Set categories for all namespaces.
if self.invalidTypeError then
local allSort = (self.title.namespace == 0 and 'Main:' or '') .. self.title.prefixedText
self:addCat('all', 'Wikipedia message box parameter needs fixing', allSort)
end
if self.isSubstituted then
self:addCat('all', 'Pages with incorrectly substituted templates')
end
end
function MessageBox:setCategories()
if self.title.namespace == 0 then
self:setMainspaceCategories()
elseif self.title.namespace == 10 then
self:setTemplateCategories()
end
self:setAllNamespaceCategories()
end
function MessageBox:renderCategories()
if not self.hasCategories then
-- No categories added, no need to pass them to Category handler so,
-- if it was invoked, it would return the empty string.
-- So we shortcut and return the empty string.
return ""
end
-- Convert category tables to strings and pass them through
-- [[Module:Category handler]].
return require('Module:Category handler')._main{
main = table.concat(self.categories[0] or {}),
template = table.concat(self.categories[10] or {}),
all = table.concat(self.categories.all or {}),
nocat = self.args.nocat,
page = self.args.page
}
end
function MessageBox:export()
local root = mw.html.create()
-- Add the subst check error.
if self.isSubstituted and self.name then
root:tag('b')
:addClass('error')
:wikitext(string.format(
'Template <code>%s[[Template:%s|%s]]%s</code> has been incorrectly substituted.',
mw.text.nowiki('{{'), self.name, self.name, mw.text.nowiki('}}')
))
end
local frame = mw.getCurrentFrame()
root:wikitext(frame:extensionTag{
name = 'templatestyles',
args = { src = self.base_templatestyles },
})
-- Add support for a single custom templatestyles sheet. Undocumented as
-- need should be limited and many templates using mbox are substed; we
-- don't want to spread templatestyles sheets around to arbitrary places
if self.templatestyles then
root:wikitext(frame:extensionTag{
name = 'templatestyles',
args = { src = self.templatestyles },
})
end
-- Create the box table.
local boxTable = root:tag('table')
boxTable:attr('id', self.id or nil)
for i, class in ipairs(self.classes or {}) do
boxTable:addClass(class or nil)
end
boxTable
:cssText(self.style or nil)
:attr('role', 'presentation')
if self.attrs then
boxTable:attr(self.attrs)
end
-- Add the left-hand image.
local row = boxTable:tag('tr')
if self.imageLeft then
local imageLeftCell = row:tag('td'):addClass('mbox-image')
if self.imageCellDiv then
-- If we are using a div, redefine imageLeftCell so that the image
-- is inside it. Divs use style="width: 52px;", which limits the
-- image width to 52px. If any images in a div are wider than that,
-- they may overlap with the text or cause other display problems.
imageLeftCell = imageLeftCell:tag('div'):addClass('mbox-image-div')
end
imageLeftCell
:addClass(self.imageLeftClass)
:wikitext(self.imageLeft or nil)
elseif self.imageEmptyCell then
-- Some message boxes define an empty cell if no image is specified, and
-- some don't. The old template code in templates where empty cells are
-- specified gives the following hint: "No image. Cell with some width
-- or padding necessary for text cell to have 100% width."
row:tag('td')
:addClass('mbox-empty-cell')
end
-- Add the text.
local textCell = row:tag('td'):addClass('mbox-text')
if self.useCollapsibleTextFields then
-- The message box uses advanced text parameters that allow things to be
-- collapsible. At the moment, only ambox uses this.
textCell:cssText(self.textstyle or nil)
local textCellDiv = textCell:tag('div')
textCellDiv
:addClass('mbox-text-span')
:wikitext(self.issue or nil)
if (self.talk or self.fix) then
textCellDiv:tag('span')
:addClass('hide-when-compact')
:wikitext(self.talk and (' ' .. self.talk) or nil)
:wikitext(self.fix and (' ' .. self.fix) or nil)
end
textCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
if self.info and not self.isSmall then
textCellDiv
:tag('span')
:addClass('hide-when-compact')
:wikitext(self.info and (' ' .. self.info) or nil)
end
if self.removalNotice then
textCellDiv:tag('span')
:addClass('hide-when-compact')
:tag('i')
:wikitext(string.format(" (%s)", self.removalNotice))
end
else
-- Default text formatting - anything goes.
textCell
:cssText(self.textstyle or nil)
:wikitext(self.text or nil)
end
-- Add the right-hand image.
if self.imageRight then
local imageRightCell = row:tag('td'):addClass('mbox-imageright')
if self.imageCellDiv then
-- If we are using a div, redefine imageRightCell so that the image
-- is inside it.
imageRightCell = imageRightCell:tag('div'):addClass('mbox-image-div')
end
imageRightCell
:addClass(self.imageRightClass)
:wikitext(self.imageRight or nil)
end
-- Add the below row.
if self.below then
boxTable:tag('tr')
:tag('td')
:attr('colspan', self.imageRight and '3' or '2')
:addClass('mbox-text')
:cssText(self.textstyle or nil)
:wikitext(self.below or nil)
end
-- Add error message for invalid type parameters.
if self.invalidTypeError then
root:tag('div')
:addClass('mbox-invalid-type')
:wikitext(string.format(
'This message box is using an invalid "type=%s" parameter and needs fixing.',
self.type or ''
))
end
-- Add categories.
root:wikitext(self:renderCategories() or nil)
return tostring(root)
end
--------------------------------------------------------------------------------
-- Exports
--------------------------------------------------------------------------------
local p, mt = {}, {}
function p._exportClasses()
-- For testing.
return {
MessageBox = MessageBox
}
end
function p.main(boxType, args, cfgTables)
local box = MessageBox.new(boxType, args, cfgTables or mw.loadData(CONFIG_MODULE))
box:setParameters()
box:setCategories()
return box:export()
end
function mt.__index(t, k)
return function (frame)
if not getArgs then
getArgs = require('Module:Arguments').getArgs
end
return t.main(k, getArgs(frame, {trim = false, removeBlanks = false}))
end
end
return setmetatable(p, mt)
ca6g5f6jxmv1y7dh20wx0vvr5b5qk88
မေႃႇၵျူး:TableTools
828
1071
65791
64348
2024-12-23T15:25:26Z
Saimawnkham
5
65791
Scribunto
text/plain
------------------------------------------------------------------------------------
-- TableTools --
-- --
-- This module includes a number of functions for dealing with Lua tables. --
-- It is a meta-module, meant to be called from other Lua modules, and should not --
-- be called directly from #invoke. --
------------------------------------------------------------------------------------
local libraryUtil = require('libraryUtil')
local p = {}
-- Define often-used variables and functions.
local floor = math.floor
local infinity = math.huge
local checkType = libraryUtil.checkType
local checkTypeMulti = libraryUtil.checkTypeMulti
------------------------------------------------------------------------------------
-- isPositiveInteger
--
-- This function returns true if the given value is a positive integer, and false
-- if not. Although it doesn't operate on tables, it is included here as it is
-- useful for determining whether a given table key is in the array part or the
-- hash part of a table.
------------------------------------------------------------------------------------
function p.isPositiveInteger(v)
return type(v) == 'number' and v >= 1 and floor(v) == v and v < infinity
end
------------------------------------------------------------------------------------
-- isNan
--
-- This function returns true if the given number is a NaN value, and false if
-- not. Although it doesn't operate on tables, it is included here as it is useful
-- for determining whether a value can be a valid table key. Lua will generate an
-- error if a NaN is used as a table key.
------------------------------------------------------------------------------------
function p.isNan(v)
return type(v) == 'number' and v ~= v
end
------------------------------------------------------------------------------------
-- shallowClone
--
-- This returns a clone of a table. The value returned is a new table, but all
-- subtables and functions are shared. Metamethods are respected, but the returned
-- table will have no metatable of its own.
------------------------------------------------------------------------------------
function p.shallowClone(t)
checkType('shallowClone', 1, t, 'table')
local ret = {}
for k, v in pairs(t) do
ret[k] = v
end
return ret
end
------------------------------------------------------------------------------------
-- removeDuplicates
--
-- This removes duplicate values from an array. Non-positive-integer keys are
-- ignored. The earliest value is kept, and all subsequent duplicate values are
-- removed, but otherwise the array order is unchanged.
------------------------------------------------------------------------------------
function p.removeDuplicates(arr)
checkType('removeDuplicates', 1, arr, 'table')
local isNan = p.isNan
local ret, exists = {}, {}
for _, v in ipairs(arr) do
if isNan(v) then
-- NaNs can't be table keys, and they are also unique, so we don't need to check existence.
ret[#ret + 1] = v
elseif not exists[v] then
ret[#ret + 1] = v
exists[v] = true
end
end
return ret
end
------------------------------------------------------------------------------------
-- numKeys
--
-- This takes a table and returns an array containing the numbers of any numerical
-- keys that have non-nil values, sorted in numerical order.
------------------------------------------------------------------------------------
function p.numKeys(t)
checkType('numKeys', 1, t, 'table')
local isPositiveInteger = p.isPositiveInteger
local nums = {}
for k in pairs(t) do
if isPositiveInteger(k) then
nums[#nums + 1] = k
end
end
table.sort(nums)
return nums
end
------------------------------------------------------------------------------------
-- affixNums
--
-- This takes a table and returns an array containing the numbers of keys with the
-- specified prefix and suffix. For example, for the table
-- {a1 = 'foo', a3 = 'bar', a6 = 'baz'} and the prefix "a", affixNums will return
-- {1, 3, 6}.
------------------------------------------------------------------------------------
function p.affixNums(t, prefix, suffix)
checkType('affixNums', 1, t, 'table')
checkType('affixNums', 2, prefix, 'string', true)
checkType('affixNums', 3, suffix, 'string', true)
local function cleanPattern(s)
-- Cleans a pattern so that the magic characters ()%.[]*+-?^$ are interpreted literally.
return s:gsub('([%(%)%%%.%[%]%*%+%-%?%^%$])', '%%%1')
end
prefix = prefix or ''
suffix = suffix or ''
prefix = cleanPattern(prefix)
suffix = cleanPattern(suffix)
local pattern = '^' .. prefix .. '([1-9]%d*)' .. suffix .. '$'
local nums = {}
for k in pairs(t) do
if type(k) == 'string' then
local num = mw.ustring.match(k, pattern)
if num then
nums[#nums + 1] = tonumber(num)
end
end
end
table.sort(nums)
return nums
end
------------------------------------------------------------------------------------
-- numData
--
-- Given a table with keys like {"foo1", "bar1", "foo2", "baz2"}, returns a table
-- of subtables in the format
-- {[1] = {foo = 'text', bar = 'text'}, [2] = {foo = 'text', baz = 'text'}}.
-- Keys that don't end with an integer are stored in a subtable named "other". The
-- compress option compresses the table so that it can be iterated over with
-- ipairs.
------------------------------------------------------------------------------------
function p.numData(t, compress)
checkType('numData', 1, t, 'table')
checkType('numData', 2, compress, 'boolean', true)
local ret = {}
for k, v in pairs(t) do
local prefix, num = mw.ustring.match(tostring(k), '^([^0-9]*)([1-9][0-9]*)$')
if num then
num = tonumber(num)
local subtable = ret[num] or {}
if prefix == '' then
-- Positional parameters match the blank string; put them at the start of the subtable instead.
prefix = 1
end
subtable[prefix] = v
ret[num] = subtable
else
local subtable = ret.other or {}
subtable[k] = v
ret.other = subtable
end
end
if compress then
local other = ret.other
ret = p.compressSparseArray(ret)
ret.other = other
end
return ret
end
------------------------------------------------------------------------------------
-- compressSparseArray
--
-- This takes an array with one or more nil values, and removes the nil values
-- while preserving the order, so that the array can be safely traversed with
-- ipairs.
------------------------------------------------------------------------------------
function p.compressSparseArray(t)
checkType('compressSparseArray', 1, t, 'table')
local ret = {}
local nums = p.numKeys(t)
for _, num in ipairs(nums) do
ret[#ret + 1] = t[num]
end
return ret
end
------------------------------------------------------------------------------------
-- sparseIpairs
--
-- This is an iterator for sparse arrays. It can be used like ipairs, but can
-- handle nil values.
------------------------------------------------------------------------------------
function p.sparseIpairs(t)
checkType('sparseIpairs', 1, t, 'table')
local nums = p.numKeys(t)
local i = 0
local lim = #nums
return function ()
i = i + 1
if i <= lim then
local key = nums[i]
return key, t[key]
else
return nil, nil
end
end
end
------------------------------------------------------------------------------------
-- size
--
-- This returns the size of a key/value pair table. It will also work on arrays,
-- but for arrays it is more efficient to use the # operator.
------------------------------------------------------------------------------------
function p.size(t)
checkType('size', 1, t, 'table')
local i = 0
for _ in pairs(t) do
i = i + 1
end
return i
end
local function defaultKeySort(item1, item2)
-- "number" < "string", so numbers will be sorted before strings.
local type1, type2 = type(item1), type(item2)
if type1 ~= type2 then
return type1 < type2
elseif type1 == 'table' or type1 == 'boolean' or type1 == 'function' then
return tostring(item1) < tostring(item2)
else
return item1 < item2
end
end
------------------------------------------------------------------------------------
-- keysToList
--
-- Returns an array of the keys in a table, sorted using either a default
-- comparison function or a custom keySort function.
------------------------------------------------------------------------------------
function p.keysToList(t, keySort, checked)
if not checked then
checkType('keysToList', 1, t, 'table')
checkTypeMulti('keysToList', 2, keySort, {'function', 'boolean', 'nil'})
end
local arr = {}
local index = 1
for k in pairs(t) do
arr[index] = k
index = index + 1
end
if keySort ~= false then
keySort = type(keySort) == 'function' and keySort or defaultKeySort
table.sort(arr, keySort)
end
return arr
end
------------------------------------------------------------------------------------
-- sortedPairs
--
-- Iterates through a table, with the keys sorted using the keysToList function.
-- If there are only numerical keys, sparseIpairs is probably more efficient.
------------------------------------------------------------------------------------
function p.sortedPairs(t, keySort)
checkType('sortedPairs', 1, t, 'table')
checkType('sortedPairs', 2, keySort, 'function', true)
local arr = p.keysToList(t, keySort, true)
local i = 0
return function ()
i = i + 1
local key = arr[i]
if key ~= nil then
return key, t[key]
else
return nil, nil
end
end
end
------------------------------------------------------------------------------------
-- isArray
--
-- Returns true if the given value is a table and all keys are consecutive
-- integers starting at 1.
------------------------------------------------------------------------------------
function p.isArray(v)
if type(v) ~= 'table' then
return false
end
local i = 0
for _ in pairs(v) do
i = i + 1
if v[i] == nil then
return false
end
end
return true
end
------------------------------------------------------------------------------------
-- isArrayLike
--
-- Returns true if the given value is iterable and all keys are consecutive
-- integers starting at 1.
------------------------------------------------------------------------------------
function p.isArrayLike(v)
if not pcall(pairs, v) then
return false
end
local i = 0
for _ in pairs(v) do
i = i + 1
if v[i] == nil then
return false
end
end
return true
end
------------------------------------------------------------------------------------
-- invert
--
-- Transposes the keys and values in an array. For example, {"a", "b", "c"} ->
-- {a = 1, b = 2, c = 3}. Duplicates are not supported (result values refer to
-- the index of the last duplicate) and NaN values are ignored.
------------------------------------------------------------------------------------
function p.invert(arr)
checkType("invert", 1, arr, "table")
local isNan = p.isNan
local map = {}
for i, v in ipairs(arr) do
if not isNan(v) then
map[v] = i
end
end
return map
end
------------------------------------------------------------------------------------
-- listToSet
--
-- Creates a set from the array part of the table. Indexing the set by any of the
-- values of the array returns true. For example, {"a", "b", "c"} ->
-- {a = true, b = true, c = true}. NaN values are ignored as Lua considers them
-- never equal to any value (including other NaNs or even themselves).
------------------------------------------------------------------------------------
function p.listToSet(arr)
checkType("listToSet", 1, arr, "table")
local isNan = p.isNan
local set = {}
for _, v in ipairs(arr) do
if not isNan(v) then
set[v] = true
end
end
return set
end
------------------------------------------------------------------------------------
-- deepCopy
--
-- Recursive deep copy function. Preserves identities of subtables.
------------------------------------------------------------------------------------
local function _deepCopy(orig, includeMetatable, already_seen)
if type(orig) ~= "table" then
return orig
end
-- already_seen stores copies of tables indexed by the original table.
local copy = already_seen[orig]
if copy ~= nil then
return copy
end
copy = {}
already_seen[orig] = copy -- memoize before any recursion, to avoid infinite loops
for orig_key, orig_value in pairs(orig) do
copy[_deepCopy(orig_key, includeMetatable, already_seen)] = _deepCopy(orig_value, includeMetatable, already_seen)
end
if includeMetatable then
local mt = getmetatable(orig)
if mt ~= nil then
setmetatable(copy, _deepCopy(mt, true, already_seen))
end
end
return copy
end
function p.deepCopy(orig, noMetatable, already_seen)
checkType("deepCopy", 3, already_seen, "table", true)
return _deepCopy(orig, not noMetatable, already_seen or {})
end
------------------------------------------------------------------------------------
-- sparseConcat
--
-- Concatenates all values in the table that are indexed by a number, in order.
-- sparseConcat{a, nil, c, d} => "acd"
-- sparseConcat{nil, b, c, d} => "bcd"
------------------------------------------------------------------------------------
function p.sparseConcat(t, sep, i, j)
local arr = {}
local arr_i = 0
for _, v in p.sparseIpairs(t) do
arr_i = arr_i + 1
arr[arr_i] = v
end
return table.concat(arr, sep, i, j)
end
------------------------------------------------------------------------------------
-- length
--
-- Finds the length of an array, or of a quasi-array with keys such as "data1",
-- "data2", etc., using an exponential search algorithm. It is similar to the
-- operator #, but may return a different value when there are gaps in the array
-- portion of the table. Intended to be used on data loaded with mw.loadData. For
-- other tables, use #.
-- Note: #frame.args in frame object always be set to 0, regardless of the number
-- of unnamed template parameters, so use this function for frame.args.
------------------------------------------------------------------------------------
function p.length(t, prefix)
-- requiring module inline so that [[Module:Exponential search]] which is
-- only needed by this one function doesn't get millions of transclusions
local expSearch = require("Module:Exponential search")
checkType('length', 1, t, 'table')
checkType('length', 2, prefix, 'string', true)
return expSearch(function (i)
local key
if prefix then
key = prefix .. tostring(i)
else
key = i
end
return t[key] ~= nil
end) or 0
end
------------------------------------------------------------------------------------
-- inArray
--
-- Returns true if searchElement is a member of the array, and false otherwise.
-- Equivalent to JavaScript array.includes(searchElement) or
-- array.includes(searchElement, fromIndex), except fromIndex is 1 indexed
------------------------------------------------------------------------------------
function p.inArray(array, searchElement, fromIndex)
checkType("inArray", 1, array, "table")
-- if searchElement is nil, error?
fromIndex = tonumber(fromIndex)
if fromIndex then
if (fromIndex < 0) then
fromIndex = #array + fromIndex + 1
end
if fromIndex < 1 then fromIndex = 1 end
for _, v in ipairs({unpack(array, fromIndex)}) do
if v == searchElement then
return true
end
end
else
for _, v in pairs(array) do
if v == searchElement then
return true
end
end
end
return false
end
------------------------------------------------------------------------------------
-- merge
--
-- Given the arrays, returns an array containing the elements of each input array
-- in sequence.
------------------------------------------------------------------------------------
function p.merge(...)
local arrays = {...}
local ret = {}
for i, arr in ipairs(arrays) do
checkType('merge', i, arr, 'table')
for _, v in ipairs(arr) do
ret[#ret + 1] = v
end
end
return ret
end
------------------------------------------------------------------------------------
-- extend
--
-- Extends the first array in place by appending all elements from the second
-- array.
------------------------------------------------------------------------------------
function p.extend(arr1, arr2)
checkType('extend', 1, arr1, 'table')
checkType('extend', 2, arr2, 'table')
for _, v in ipairs(arr2) do
arr1[#arr1 + 1] = v
end
end
return p
4n03zk6kcoeg4gz82mieeh94c1szcjy
ထႅမ်းပလဵတ်ႉ:Convinfobox
10
1152
65875
8577
2024-12-24T03:10:11Z
Saimawnkham
5
65875
wikitext
text/x-wiki
{{#invoke:ConvertIB|convert}}<noinclude>{{documentation}}</noinclude>
kg7aax967oy52t5apd4ectiojcwz3nb
ထႅမ်းပလဵတ်ႉ:For
10
1196
65805
8686
2024-12-23T15:35:53Z
Saimawnkham
5
65805
wikitext
text/x-wiki
<includeonly>{{#invoke:For|For}}</includeonly><noinclude>
{{Documentation}}
</noinclude>
7es2p1mk6qse8zlwn5qqya2ysrq1rcr
ထႅမ်းပလဵတ်ႉ:Hatnote
10
1208
65809
16592
2024-12-23T15:37:59Z
Saimawnkham
5
65809
wikitext
text/x-wiki
<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude>
{{documentation}}
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
</noinclude>
8nnude79i1y2v6yy2z7j285k1k4v8p3
ထႅမ်းပလဵတ်ႉ:Infobox country
10
1239
65787
65721
2024-12-23T14:58:11Z
Saimawnkham
5
65787
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''Motto: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = Largest {{{largest_settlement_type|city}}}
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = Official languages
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[Ethnic group|Ethnic groups]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = Religion <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[Demonym|Demonym(s)]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->Leaders
| <!--template being used for country/territory: -->Government
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = Legislature
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = Establishment
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|History}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|Population]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Population]]<!--
-->| Population<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
rfvj2ugvkjjn5a03h1gnkz9x8ldyv26
65828
65787
2024-12-24T00:21:02Z
Saimawnkham
5
65828
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''Motto: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = ဝဵင်းယႂ်ႇသုတ်း {{{largest_settlement_type|city}}}
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = Official languages
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[Ethnic group|Ethnic groups]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = Religion <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[Demonym|Demonym(s)]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->Leaders
| <!--template being used for country/territory: -->Government
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = Legislature
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = Establishment
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|History}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|Population]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Population]]<!--
-->| Population<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
nokgrrmykizejhhror04xroa6j8tx8l
65866
65828
2024-12-24T02:30:31Z
Saimawnkham
5
65866
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''Motto: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|city}}} ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = Official languages
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[Ethnic group|Ethnic groups]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = Religion <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[Demonym|Demonym(s)]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->Leaders
| <!--template being used for country/territory: -->Government
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = Legislature
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = Establishment
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|History}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|Population]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Population]]<!--
-->| Population<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
e2jqcc1xso07gh3q14s8mohcbwdiw9d
65867
65866
2024-12-24T02:31:25Z
Saimawnkham
5
65867
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''Motto: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:ဝဵင်းလူင်}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|city}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = Official languages
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[Ethnic group|Ethnic groups]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = Religion <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[Demonym|Demonym(s)]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->Leaders
| <!--template being used for country/territory: -->Government
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = Legislature
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = Establishment
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|History}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|Population]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Population]]<!--
-->| Population<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
fiyn6m9urbai3mica2q8feaid1zk9x3
65868
65867
2024-12-24T02:32:33Z
Saimawnkham
5
65868
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''Motto: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = Official languages
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[Ethnic group|Ethnic groups]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = Religion <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[Demonym|Demonym(s)]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|Government}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->Leaders
| <!--template being used for country/territory: -->Government
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = Legislature
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = Establishment
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|History}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|Population]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Population]]<!--
-->| Population<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
er6n1r1ed0toagl7xu66m7cjl1h206r
65869
65868
2024-12-24T02:43:08Z
Saimawnkham
5
65869
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = Religion <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = Legislature
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = Establishment
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|History}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|Population]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Population]]<!--
-->| Population<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
24ejenhi29973c9oix00po460csy7ep
65871
65869
2024-12-24T03:00:40Z
Saimawnkham
5
65871
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• လိၼ်</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• ၼမ်ႉ</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• ၼမ်ႉ (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
8ig18bwxc1g1bvye0rrn2vfevcb93c9
65872
65871
2024-12-24T03:06:00Z
Saimawnkham
5
65872
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• လိၼ်</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• ၼမ်ႉ</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• ၼမ်ႉ (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
tgu21fahod8vzd46mbxm49vysmo72zy
65873
65872
2024-12-24T03:07:55Z
Saimawnkham
5
65873
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
876e1ulgqe6zkxzsfk9lgnucbxembrr
65874
65873
2024-12-24T03:08:40Z
Saimawnkham
5
65874
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| Area {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|Total}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• Land</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• Water</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• Water (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• Total{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• Total</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• Total</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
l0suzgi0r35511a4kn1pf2kb2oks3bo
65880
65874
2024-12-24T03:17:05Z
Saimawnkham
5
65880
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|ႁူမ်ႈလေႃး}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• လိၼ်</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• ၼမ်ႉ</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• ၼမ်ႉ (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|Currency}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= Time zone
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• Summer ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = Date format
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|Drives on]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|Calling code]]
| Calling code
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|Internet TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''Website'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
nb6nusqnspcqgy6ij5zd3pd2x28enz5
65881
65880
2024-12-24T03:28:49Z
Saimawnkham
5
65881
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|ႁူမ်ႈလေႃး}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• လိၼ်</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• ၼမ်ႉ</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• ၼမ်ႉ (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|ယူင်ႉငိုၼ်းတွင်း}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= ၼႃႈယၢမ်း
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• ၶၢဝ်းမႆႈ ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = ပိူင်ဝၼ်းထိ
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|ပိူင်ႁေႃႈလူတ်ႉ]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ၶူတ်ႉႁွင်ႉၽူၼ်း]]
| ၶူတ်ႉႁွင်ႉၽူၼ်း
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|ဢိၼ်ႇထႃႇၼႅတ်ႉ TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''ဝႅပ်ႉသၢႆႉ'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
2rjqcc9hvz0y3u4nefj5u7d9ngoqa4k
65882
65881
2024-12-24T03:37:44Z
Saimawnkham
5
65882
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = Status
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = Location
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = Common languages
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|ႁူမ်ႈလေႃး}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• လိၼ်</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• ၼမ်ႉ</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• ၼမ်ႉ (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|ယူင်ႉငိုၼ်းတွင်း}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• ၶၢဝ်းမႆႈ ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = ပိူင်ဝၼ်းထိ
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|ပိူင်ႁေႃႈလူတ်ႉ]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ၶူတ်ႉႁွင်ႉၽူၼ်း]]
| ၶူတ်ႉႁွင်ႉၽူၼ်း
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|ဢိၼ်ႇထႃႇၼႅတ်ႉ TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''ဝႅပ်ႉသၢႆႉ'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = Today part of
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
iueik2embe2r9pwjubm1lscgk23faq4
65893
65882
2024-12-24T06:37:53Z
Saimawnkham
5
65893
wikitext
text/x-wiki
{{#invoke:Infobox|infoboxTemplate
|templatestyles = Template:Infobox country/styles.css
| bodyclass = ib-country vcard
| aboveclass = adr
| above =
{{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}}
| {{#if:{{{conventional_long_name|}}}
|<div class="fn org country-name">{{{conventional_long_name|}}}</div>
}}{{#if:{{{native_name|}}}{{{name|}}}
|<div class="ib-country-names"><!--
-->{{br separated entries
|{{{native_name|}}}
|{{#if:{{{name|}}}
|<div class="ib-country-name-style fn org country-name">{{{name|}}}</div>
}}}}</div>
}}<!--
-->{{#ifeq:{{{micronation|}}}|yes
|<span class="fn org">[[Micronation]]</span>
}}
|<div class="fn org country-name">{{PAGENAMEBASE}}</div>}}
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }}
| image1 = {{#if:{{{image_coat|}}}{{{image_symbol|}}}{{{image_flag|}}}{{{image_flag2|}}}
|{{infobox country/imagetable
|image1a = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag|}}}|sizedefault=125px|size={{{flag_width|{{{flag_size|}}}}}}|maxsize=250|border={{yesno |{{{flag_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag|{{{flag_alt|}}}}}}|title=Flag of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|image1b = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{{image_flag2|}}}|sizedefault=125px|size={{{flag_width|}}}|maxsize=250|border={{yesno |{{{flag2_border|}}}|yes=yes|blank=yes}}|alt={{{alt_flag2|{{{flag_alt2|}}}}}}}}
|caption1= {{#ifexist:{{if empty |{{{flag_type_article|}}} |{{{flag|}}} | {{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{flag_type_article|}}} |{{{flag|}}} |{{if empty |{{{flag_type|}}} |ၸွမ်ပိဝ်}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }}|{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}}]] |{{if empty |{{{flag_caption|}}} |{{{flag_type|}}} |ၸွမ်ပိဝ်}} }}
|image2 = {{#invoke:InfoboxImage|InfoboxImage|suppressplaceholder={{main other||no}}|image={{if empty|{{{image_coat|}}}|{{{image_symbol|}}}}} |size={{{symbol_width|{{{coa_size|}}}}}}|sizedefault=85px|alt={{#if:{{{image_coat|}}}|{{{alt_coat|{{{coat_alt|}}}}}}|{{{alt_symbol|}}}}}|title={{{symbol_type|Coat of arms}}} of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}}}}}}}}}}}}}
|caption2= {{#ifexist:{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} |[[{{if empty |{{{symbol_type_article|}}} |{{{symbol|}}} |{{if empty |{{{symbol_type|}}} |Coat of arms}} of {{if empty |{{{linking_name|}}} |{{{common_name|}}} |{{{name|}}} |{{PAGENAME}} }} }} | {{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}}]] |{{if empty |{{{symbol_type|}}} |မိၵ်ႈမၢႆ}} }}
}} }}
| data1 = {{#if:{{{national_motto|}}}{{{motto|}}}
|'''ၶေႃႈၶၼ်ပၢၵ်ႇ: '''{{if empty|{{{motto|}}}|{{{national_motto|}}}}}<!--
-->{{#if:{{{englishmotto|}}}|<div>{{{englishmotto}}}</div> }}
}}
| class2 = anthem
| data2 = {{#if:{{{national_anthem|}}}{{{anthem|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{if empty|{{{national_anthem|}}}|{{{anthem|}}}}}
}}{{#if:{{{anthems|}}}
|'''ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ:''' {{{anthems}}}
}}{{#if:{{{royal_anthem|}}}
|
<div class="ib-country-anthem">'''[[:en:Royal anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈၶုၼ်]]:''' {{{royal_anthem}}}</div>
}}{{#if:{{{flag_anthem|}}}
|
<div class="ib-country-anthem">'''[[Flag anthem|ၽဵင်းၸိူဝ်ႉၸၢတ်ႈ ၸွမ်ပိဝ်]]:''' {{{flag_anthem}}}</div>
}}{{#if:{{{national_march|}}}
|
<div class="ib-country-anthem">'''National march:''' {{{national_march}}}</div>
}}{{#if:{{{territorial_anthem|}}}
|
<div class="ib-country-anthem">'''Territorial anthem:''' {{{territorial_anthem}}}</div>
}}{{#if:{{{regional_anthem|}}}
|
<div class="ib-country-anthem">'''Regional anthem:''' {{{regional_anthem}}}</div>
}}{{#if:{{{state_anthem|}}}
|
<div class="ib-country-anthem">'''State anthem:''' {{{state_anthem}}}</div>
}}{{#if:{{{march|}}}
|
<div class="ib-country-anthem">'''March:''' {{{march}}}</div>
}}
| data3 = {{#if:{{{other_symbol|}}}{{{text_symbol|}}}
|{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}}
| '''{{if empty|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}'''<br/>}}<!--
-->{{if empty|{{{other_symbol|}}}|{{{text_symbol|}}}}}
}}
| data4 = {{#if:{{{image_map|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map|}}}|size={{{map_width|{{{image_map_size|}}}}}}|upright=1.15|alt={{{alt_map|{{{image_map_alt|}}}}}}|title={{{map_caption|{{{image_map_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption|{{{image_map_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption|{{{image_map_caption|}}}}}}</div>}} }}
| data5 = {{#if:{{{image_map2|}}}
|{{#invoke:InfoboxImage|InfoboxImage|image={{{image_map2|}}}|size={{{map2_width|{{{image_map2_size|}}}}}}|upright=1.15|alt={{{alt_map2|{{{image_map2_alt|}}}}}}|title={{{map_caption2|{{{image_map2_caption|Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption2|{{{image_map2_caption|}}}}}}|<div class="ib-country-map-caption">{{{map_caption2|{{{image_map2_caption|}}}}}}</div>}} }}
| label6 = သၢႆငၢႆ
| data6 = {{#if:{{{status|}}}|{{Infobox country/status text|status={{{status|}}}|status_text={{{status_text|}}}|empire={{{empire|}}}|year_end={{{year_end|}}}|year_exile_start={{{year_exile_start|}}}|year_exile_end={{{year_exile_end|}}} }} }}
| label7 = ဢွင်ႈတီႈ
| data7 = {{{loctext|}}}
| label8 = {{#if:{{{capital_type|}}} | {{{capital_type}}} | ဝဵင်းလူင် }}{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!------------------------------------------
capital is largest_city/_settlement:
-------------------------------------------
--><div class="ib-country-largest">and {{{largest_settlement_type|largest city}}}</div>
}}
| data8 = {{#if:{{{capital|}}}|{{{capital}}}{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }}
| rowclass9 = {{#if:{{{capital|}}}|mergedrow}}
| label9 = Capital-in-exile
| data9 = {{#ifexist:{{{capital_exile|}}}|[[{{{capital_exile|}}}]]|{{{capital_exile|}}}}}
| rowclass10 = {{#if:{{{capital|}}}|mergedrow}}
| label10 = {{#if:{{{admin_center_type|}}}| {{{admin_center_type}}} | Administrative center }}
| data10 = {{#switch:{{{admin_center|}}}
|capital | =
|[[{{{capital|}}}]] =
|{{{capital|}}} =
|#default = {{{admin_center}}}{{#if:{{{capital|}}}||{{#if:{{{coordinates|}}}|<br/>{{#invoke:Coordinates|coordinsert|{{{coordinates}}}|type:city}}}} }} }}
| rowclass11 = {{#if:{{{capital|}}}{{{admin_center|}}}|mergedbottomrow}}
| label11 = {{{largest_settlement_type|ဝဵင်းလူင်}}} ဢၼ်ယႂ်ႇသုတ်း
| data11 = {{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}}|capital
|capital<!--
-->|{{#switch:{{{capital}}}
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital
| {{{largest_city|}}}{{{largest_settlement|}}} = capital
| not capital
}}<!--
-->}}|capital <!--
(#ifeq:)-->|<!-- nothing already appears above -->
| {{if empty| {{{largest_city|}}} | {{{largest_settlement|}}} }}
}}
| rowclass12 = mergedtoprow
| label12 = ၽႃႇသႃႇဢၼ်ပဵၼ်တၢင်းၵၢၼ်
| data12 = {{{official_languages|}}}
| rowclass13 = mergedrow
| label13 = <span class="ib-country-lang">{{#if:{{{recognized_languages|}}}|Recognized|Recognised}} languages</span>
| data13 = {{if empty| {{{recognized_languages|}}} | {{{recognised_languages|}}} }}
| rowclass14 = mergedrow
| label14 = <span class="ib-country-lang">{{#if:{{{recognized_national_languages|}}}|Recognized|Recognised}} national languages</span>
| data14 = {{if empty| {{{recognized_national_languages|}}} | {{{recognised_national_languages|}}} | {{{national_languages|}}} }}
| rowclass15 = mergedrow
| label15 = <span class="ib-country-lang">{{#if:{{{recognized_regional_languages|}}}|Recognized|Recognised}} regional languages</span>
| data15 = {{if empty| {{{recognized_regional_languages|}}} | {{{recognised_regional_languages|}}} | {{{regional_languages|}}} }}
| label16 = ၽႃႇသႃႇဢၼ်ၸႂ်ႉတိုဝ်းၼမ်
| data16 = {{{common_languages|}}}
| rowclass17 = {{#ifeq:{{{languages2_sub|}}}|yes
|{{#ifeq:{{{languages_sub|}}}|yes |mergedrow}}
|{{#ifeq:{{{languages_sub|}}}|yes |mergedbottomrow}} }}
| label17 ={{#ifeq:{{{languages_sub|}}}|yes
|<div class="ib-country-lang">{{if empty| {{{languages_type|}}} | Other languages }}</div>
|{{if empty| {{{languages_type|}}} | Other languages }}
}}
| data17 = {{{languages|}}}
| rowclass18 = {{#ifeq:{{{languages2_sub|}}}|yes |mergedbottomrow}}
| label18 = {{#ifeq:{{{languages2_sub|}}}|yes
|<div class="ib-country-lang">{{if empty|{{{languages2_type|}}} | Other languages }}</div>
|{{if empty|{{{languages2_type|}}} | Other languages }}
}}
| data18 = {{{languages2|}}}
| label19 = [[:en:Ethnic group|ၸုမ်းၸၢဝ်းၶိူဝ်း]] <!--
-->{{#if:{{{ethnic_groups_year|}}} |<div class="ib-country-ethnic"> ({{{ethnic_groups_year}}}){{{ethnic_groups_ref|}}}</div>|<div class="ib-country-ethnic">{{{ethnic_groups_ref|}}}</div>}}
| data19 = {{{ethnic_groups|}}}
| label20 = သႃႇသၼႃႇ <!--
-->{{#if:{{{religion_year|}}} |<div class="ib-country-religion"> ({{{religion_year}}}){{{religion_ref|}}}</div>|<div class="ib-country-religion">{{{religion_ref|}}}</div>}}
| data20 = {{{religion|}}}
| label21 = [[:en:Demonym|ၵူၼ်းၶိူဝ်းငဝ်ႈမိူင်း]]
| data21 = {{#if:{{{demonym|}}}
|{{#ifexist:{{{demonym}}} people
| [[{{{demonym}}} people|{{{demonym}}}]]
| {{{demonym}}}
}}
}}
| label22 = Type
| data22 = {{{org_type|}}}
| label23 = {{if empty|{{{membership_type|}}} | Membership }}
| data23 = {{{membership|}}}
| label24 = {{#if:{{{government_type|}}}
| {{#if:{{{politics_link|}}}
| [[{{{politics_link}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifexist:Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Politics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|{{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}]]<!--
-->| {{#ifeq:{{{micronation|}}}|yes|Organizational structure|လူင်ပွင်ၸိုင်ႈ}}<!--
-->}}<!--
-->}}<!--
-->}}
| data24 = {{{government_type|}}}
| header25 = {{#if:{{{government_type|}}} || {{#if:{{{leader_title1|}}}{{{leader_name1|}}}
| {{#if:{{{name|}}}{{{membership|}}}
| <!--template being used for geopolitical org:-->ၽူႈဢွၼ်ႁူဝ်
| <!--template being used for country/territory: -->လူင်ပွင်ၸိုင်ႈ
}}
}} }}
| rowclass26 = mergedrow
| data26 = {{#if:{{{leader_name1|}}}|{{Infobox country/multirow|{{{leader_title1|}}} |{{{leader_name1|}}} |{{{leader_title2|}}} |{{{leader_name2|}}} |{{{leader_title3|}}} |{{{leader_name3|}}} |{{{leader_title4|}}} |{{{leader_name4|}}} |{{{leader_title5|}}} |{{{leader_name5|}}} |{{{leader_title6|}}} |{{{leader_name6|}}} |{{{leader_title7|}}} |{{{leader_name7|}}} |{{{leader_title8|}}} |{{{leader_name8|}}} |{{{leader_title9|}}} |{{{leader_name9|}}} |{{{leader_title10|}}} |{{{leader_name10|}}} |{{{leader_title11|}}} |{{{leader_name11|}}} |{{{leader_title12|}}} |{{{leader_name12|}}} |{{{leader_title13|}}} |{{{leader_name13|}}} |{{{leader_title14|}}} |{{{leader_name14|}}} |{{{leader_title15|}}} |{{{leader_name15|}}} }} }}
| rowclass27 = mergedrow
| label27 = {{#if:{{{title_leader|}}}| {{{title_leader}}} }}
| data27 = {{#if:{{{title_leader|}}}| }}
| rowclass28 = mergedrow
| data28 = {{#if:{{{year_leader1|}}} | {{Infobox country/multirow|{{{year_leader1|}}} |{{{leader1|}}} |{{{year_leader2|}}} |{{{leader2|}}} |{{{year_leader3|}}} |{{{leader3|}}} |{{{year_leader4|}}} |{{{leader4|}}} |{{{year_leader5|}}} |{{{leader5|}}} |{{{year_leader6|}}} |{{{leader6|}}} |{{{year_leader7|}}} |{{{leader7|}}} |{{{year_leader8|}}} |{{{leader8|}}} |{{{year_leader9|}}} |{{{leader9|}}} |{{{year_leader10|}}} |{{{leader10|}}} |{{{year_leader11|}}} |{{{leader11|}}}|{{{year_leader12|}}} |{{{leader12|}}}|{{{year_leader13|}}} |{{{leader13|}}}|{{{year_leader14|}}} |{{{leader14|}}}|{{{year_leader15|}}} |{{{leader15|}}} }} }}
| rowclass29 = mergedrow
| label29 = {{#if:{{{title_representative|}}}| {{{title_representative}}} }}
| data29 = {{#if:{{{title_representative|}}}| }}
| rowclass30 = mergedrow
| data30 = {{#if:{{{year_representative1|}}}|{{Infobox country/multirow|{{{year_representative1|}}} |{{{representative1|}}} |{{{year_representative2|}}} |{{{representative2|}}} |{{{year_representative3|}}} |{{{representative3|}}} |{{{year_representative4|}}} |{{{representative4|}}} |{{{year_representative5|}}} |{{{representative5|}}}|{{{year_representative6|}}} |{{{representative6|}}}|{{{year_representative7|}}} |{{{representative7|}}}|{{{year_representative8|}}} |{{{representative8|}}} }} }}
| rowclass31 = mergedrow
| label31 = {{#if:{{{title_deputy|}}}|{{{title_deputy}}} }}
| data31 = {{#if:{{{title_deputy|}}}| }}
| rowclass32 = mergedrow
| data32 = {{#if:{{{year_deputy1|}}}|{{Infobox country/multirow|{{{year_deputy1|}}} |{{{deputy1|}}} |{{{year_deputy2|}}} |{{{deputy2|}}} |{{{year_deputy3|}}} |{{{deputy3|}}} |{{{year_deputy4|}}} |{{{deputy4|}}} |{{{year_deputy5|}}} |{{{deputy5|}}} |{{{year_deputy6|}}} |{{{deputy6|}}}|{{{year_deputy7|}}} |{{{deputy7|}}}|{{{year_deputy8|}}} |{{{deputy8|}}}|{{{year_deputy9|}}} |{{{deputy9|}}}|{{{year_deputy10|}}} |{{{deputy10|}}}|{{{year_deputy11|}}} |{{{deputy11|}}}|{{{year_deputy12|}}} |{{{deputy12|}}}|{{{year_deputy13|}}} |{{{deputy13|}}}|{{{year_deputy14|}}} |{{{deputy14|}}}|{{{year_deputy15|}}} |{{{deputy15|}}} }} }}
| label40 = ၸုမ်းသၢင်ႈၵူတ်းမၢႆ
| data40 = {{{legislature|}}}
| rowclass41 = mergedrow
| label41 = <div class="ib-country-fake-li">• {{#if:{{{type_house1|}}}|{{{type_house1}}}|[[Upper house]]}}</div>
| data41 = {{{upper_house|{{{house1|}}}}}}
| rowclass42 = mergedbottomrow
| label42 = <div class="ib-country-fake-li">• {{#if:{{{type_house2|}}}|{{{type_house2}}}|[[Lower house]]}}</div>
| data42 = {{{lower_house|{{{house2|}}}}}}
| rowclass43 = {{#if:{{{established_event1|}}} |mergedtoprow}}
| header43 = {{#if:{{{established_event1|}}}{{{sovereignty_type|}}}
|{{#if:{{{sovereignty_type|}}}
| {{{sovereignty_type}}}<!--
-->{{#if:{{{sovereignty_note|}}} | <div class="ib-country-sovereignty">{{{sovereignty_note}}}</div>}}
| {{#if:{{{established|}}}| | Establishment }}
}} }}
| label44 = ၵေႃႇတင်ႈ
| data44 = {{#if:{{{sovereignty_type|}}}
|
|{{{established|}}}
}}
| label45 = {{#if:{{{era|}}}|Historical era|ပိုၼ်း}}
| data45 = {{#if:{{{era|}}} |{{#ifexist:{{{era|}}}|[[{{{era}}}]]|{{{era}}}}} | {{#if:{{{date_start|}}}{{{year_start|}}}| }}}}
| rowclass46 = {{#if:{{{established_event1|}}} |mergedrow |mergedbottomrow}}
| data46 = {{#if:{{{established_date1|}}}|{{Infobox country/multirow |{{{established_event1|}}} |{{{established_date1||}}} |{{{established_event2|}}} |{{{established_date2||}}} |{{{established_event3|}}} |{{{established_date3|}}} |{{{established_event4|}}} |{{{established_date4|}}} |{{{established_event5|}}} |{{{established_date5|}}} |{{{established_event6|}}} |{{{established_date6|}}} |{{{established_event7|}}} |{{{established_date7|}}} |{{{established_event8|}}} |{{{established_date8|}}} |{{{established_event9|}}} |{{{established_date9|}}} |{{{established_event10|}}} |{{{established_date10|}}} |{{{established_event11|}}} |{{{established_date11|}}} |{{{established_event12|}}} |{{{established_date12|}}} |{{{established_event13|}}} |{{{established_date13|}}} |{{{established_event14|}}} |{{{established_date14|}}} |{{{established_event15|}}} |{{{established_date15|}}} |{{{established_event16|}}} |{{{established_date16|}}} |{{{established_event17|}}} |{{{established_date17|}}} |{{{established_event18|}}} |{{{established_date18|}}} |{{{established_event19|}}} |{{{established_date19|}}} |{{{established_event20|}}} |{{{established_date20|}}} }} }}
| rowclass47 = {{#if:{{{date_start|}}}{{{year_start|}}} |mergedrow |mergedbottomrow}}
| data47 = {{#if:{{{date_start|}}}{{{year_start|}}}|{{Infobox country/multirow |{{{event_pre|}}} |{{{date_pre|}}} |{{if empty|{{{event_start|}}}|Established}} |{{{date_start|}}} {{{year_start|}}} |{{{event1|}}} |{{{date_event1|}}} |{{{event2|}}} |{{{date_event2|}}} |{{{event3|}}} |{{{date_event3|}}} |{{{event4|}}} |{{{date_event4|}}} |{{{event5|}}} |{{{date_event5|}}} |{{{event6|}}} |{{{date_event6|}}}|{{{event7|}}} |{{{date_event7|}}}|{{{event8|}}} |{{{date_event8|}}}|{{{event9|}}} |{{{date_event9|}}}|{{{event10|}}} |{{{date_event10|}}} |{{if empty|{{{event_end|}}}|Disestablished}} |{{{date_end|}}} {{{year_end|}}} |{{{event_post|}}} |{{{date_post|}}} }} }}
| rowclass60 = mergedtoprow
| header60 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}
| {{#if:{{{area_link|}}}
| [[{{{area_link}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| {{#ifexist:Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Geography of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}]]
| လႅၼ်တီႈ {{#ifeq:{{{micronation|}}}|yes|claimed|}}<!--
-->}}<!--
-->}} }}
| rowclass61 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label61 = <div class="ib-country-fake-li">• {{{area_label|ႁူမ်ႈလေႃး}}}{{{FR_foot4|}}}</div>
| data61 = {{#if:{{{area_km2|}}}{{{area_ha|}}}{{{area_sq_mi|}}}{{{area_acre|}}}
|{{#if:{{{area_km2|}}}{{{area_sq_mi|}}}
|{{convinfobox|{{{area_km2|}}}|km2|{{{area_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_ha|}}}{{{area_acre|}}}
|{{convinfobox|{{{area_ha|}}}|ha|{{{area_acre|}}}|acre|abbr=on}}
}}
}}{{{area_footnote|}}}{{#if:{{{area_rank|}}} | ([[List of countries and dependencies by area|{{{area_rank}}}]]) }}
}}
| rowclass62 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label62 = <div class="ib-country-fake-li">• လိၼ်</div>
| data62 = {{#if:{{{area_land_km2|}}}{{{area_land_ha|}}}{{{area_land_sq_mi|}}}{{{area_land_acre|}}}
|{{#if:{{{area_land_km2|}}}{{{area_land_sq_mi|}}}
|{{convinfobox|{{{area_land_km2|}}}|km2|{{{area_land_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_land_ha|}}}{{{area_land_acre|}}}
|{{convinfobox|{{{area_land_ha|}}}|ha|{{{area_land_acre|}}}|acre|abbr=on}}
}}
}}{{{area_land_footnote|}}}
}}
| rowclass63 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{percent_water|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label63 = <div class="ib-country-fake-li">• ၼမ်ႉ</div>
| data63 = {{#if:{{{area_water_km2|}}}{{{area_water_ha|}}}{{{area_water_sq_mi|}}}{{{area_water_acre|}}}
|{{#if:{{{area_water_km2|}}}{{{area_water_sq_mi|}}}
|{{convinfobox|{{{area_water_km2|}}}|km2|{{{area_water_sq_mi|}}}|sqmi|abbr=on}}
|{{#if:{{{area_water_ha|}}}{{{area_water_acre|}}}
|{{convinfobox|{{{area_water_ha|}}}|ha|{{{area_water_acre|}}}|acre|abbr=on}}
}}
}}{{{area_water_footnote|}}}
}}
| rowclass64 = {{#if:{{{FR_metropole|}}}{{{area_label2|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label64 = <div class="ib-country-fake-li">• ၼမ်ႉ (%)</div>
| data64 = {{{percent_water|}}}
| rowclass65 = {{#if:{{{FR_metropole|}}}{{{area_label3|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label65 = <div class="ib-country-fake-li">• {{{area_label2|}}}</div>
| data65 = {{#if:{{{area_label2|}}}| {{{area_data2|}}} }}
| rowclass66 = {{#if:{{{FR_metropole|}}}{{{stat_area1|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label66 = <div class="ib-country-fake-li">• {{{area_label3|}}}</div>
| data66 = {{#if:{{{area_label3|}}}| {{{area_data3|}}} }}
| rowclass67 = {{#if:{{{FR_metropole|}}}{{{stat_area2|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label67 = {{{stat_year1|}}}{{{ref_area1|}}}
| data67 = {{#if: {{{stat_area1|}}} | {{convinfobox|{{{stat_area1|}}}|km2||sqmi}} }}
| rowclass68 = {{#if:{{{FR_metropole|}}}{{{stat_area3|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label68 = {{{stat_year2|}}}{{{ref_area2|}}}
| data68 = {{#if: {{{stat_area2|}}} | {{convinfobox|{{{stat_area2|}}}|km2||sqmi}} }}
| rowclass69 = {{#if:{{{FR_metropole|}}}{{{stat_area4|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label69 = {{{stat_year3|}}}{{{ref_area3|}}}
| data69 = {{#if: {{{stat_area3|}}} | {{convinfobox|{{{stat_area3|}}}|km2||sqmi}} }}
| rowclass70 = {{#if:{{{FR_metropole|}}}{{{stat_area5|}}}|mergedrow|mergedbottomrow}}
| label70 = {{{stat_year4|}}}{{{ref_area4|}}}
| data70 = {{#if: {{{stat_area4|}}} | {{convinfobox|{{{stat_area4|}}}|km2||sqmi}} }}
| rowclass71 = {{#if:{{{FR_metropole|}}}|mergedrow|mergedbottomrow}}
| label71 = {{{stat_year5|}}}{{{ref_area5|}}}
| data71 = {{#if: {{{stat_area5|}}} | {{convinfobox|{{{stat_area5|}}}|km2||sqmi}} }}
| rowclass72 = mergedrow
| label72 = <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data72 = {{#if:{{{FR_metropole|}}}| <nowiki /> }}
| rowclass73 = mergedrow
| label73 = <div class="ib-country-fake-li2">• [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</div>
| data73 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_IGN_area_km2|}}}{{{FR_IGN_area_sq_mi|}}}
|{{convinfobox|{{{FR_IGN_area_km2|}}}|km2|{{{FR_IGN_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_IGN_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_IGN_area_rank|}}}]])}}
}}
}}
| rowclass89 = mergedbottomrow
| label89 = <div class="ib-country-fake-li2">• [[Cadastre]]{{{FR_foot3|}}}</div>
| data89 = {{#if:{{{FR_metropole|}}}
|{{#if:{{{FR_cadastre_area_km2|}}}{{{FR_cadastre_area_sq_mi|}}}
| {{convinfobox|{{{FR_cadastre_area_km2|}}}|km2|{{{FR_cadastre_area_sq_mi|}}}|sqmi|abbr=on}}{{#if:{{{FR_cadastre_area_rank|}}}| ([[List of countries and dependencies by area|{{{FR_cadastre_area_rank|}}}]])}}
}}
}}
| rowclass90 = mergedtoprow
| header90 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}
|{{#if:{{{population_link|}}}
| {{#ifeq:{{{population_link}}}|no|Population|[[{{{population_link}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]}}<!--
-->| {{#ifexist:Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Demographics of {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း]]<!--
-->| ႁူဝ်ၼပ်ႉၵူၼ်းမိူင်း<!--
-->}}<!--
-->}} }}
| rowclass91 = mergedrow
| label91 = <div class="ib-country-fake-li">• {{#if:{{{population_estimate_year|}}} |{{{population_estimate_year}}} estimate|Estimate}}</div>
| data91 = {{#if:{{{population_estimate|}}}
|{{{population_estimate}}}<!--
-->{{#if:{{{population_estimate_rank|}}} | ([[List of countries and dependencies by population|{{{population_estimate_rank}}}]])}}
}}
| rowclass92 = mergedrow
| label92= <div class="ib-country-fake-li">• {{{population_label2|}}}</div>
| data92= {{#if:{{{population_label2|}}}|{{{population_data2|}}}}}
| rowclass93= mergedrow
| label93= <div class="ib-country-fake-li">• {{{population_label3|}}}</div>
| data93= {{#if:{{{population_label3|}}}|{{{population_data3|}}}}}
| rowclass94= mergedrow
| data94= {{#if:{{{stat_pop1|}}}{{{stat_pop2|}}}{{{stat_pop3|}}}{{{stat_pop4|}}}{{{stat_pop5|}}}|{{infobox country/multirow|{{{stat_year1|}}}{{{ref_pop1|}}} |{{formatnum:{{{stat_pop1|}}}}}|{{{stat_year2|}}}{{{ref_pop2|}}} |{{formatnum:{{{stat_pop2|}}}}}|{{{stat_year3|}}}{{{ref_pop3|}}} |{{formatnum:{{{stat_pop3|}}}}}|{{{stat_year4|}}}{{{ref_pop4|}}} |{{formatnum:{{{stat_pop4|}}}}}|{{{stat_year5|}}}{{{ref_pop5|}}} |{{formatnum:{{{stat_pop5|}}}}} }} }}
| rowclass95= mergedrow
| label95= <div class="ib-country-fake-li">• {{#if:{{{population_census_year|}}} |{{{population_census_year}}} census|Census}}</div>
| data95= {{#if:{{{population_census|}}}
|{{{population_census}}}<!--
-->{{#if:{{{population_census_rank|}}} | ([[List of countries and dependencies by population|{{{population_census_rank}}}]])}}
}}
| rowclass96= mergedrow
| label96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|{{nobold|1= ({{{FR_total_population_estimate_year}}})}}}}}}
| data96 = {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate_year|}}}|<nowiki />}}}}
| rowclass97 = mergedrow
| label97= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး{{{FR_foot|}}}</div>
| data97= {{#if:{{{FR_metropole_population|}}}|{{#if:{{{FR_total_population_estimate|}}}
|{{{FR_total_population_estimate}}}{{#if:{{{FR_total_population_estimate_rank|}}}| ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])}}
}} }}
| rowclass98 = mergedrow
| label98= <div class="ib-country-fake-li">• {{{FR_metropole}}}</div>
| data98= {{#if:{{{FR_metropole_population|}}}|{{{FR_metropole_population}}}{{#if:{{{FR_metropole_population_estimate_rank|}}}
| ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])}}
}}
| rowclass99 = mergedbottomrow
| label99= <div class="ib-country-fake-li">• Density{{{FR_foot5|}}}</div>
| data99= {{#if:{{{population_density_km2|}}}{{{population_density_sq_mi|}}}
| {{convinfobox|{{{population_density_km2|}}}|/km2|{{{population_density_sq_mi|}}}|/sqmi|1|abbr=on}}{{{pop_den_footnote|}}}<!--
-->{{#if:{{{population_density_rank|}}} | ([[List of countries and dependencies by population density|{{{population_density_rank}}}]])}}
}}
| rowclass100 = {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}}|mergedbottomrow|mergedtoprow}}
| label100 = Membership
| data100= {{{nummembers|}}}
| rowclass101= mergedtoprow
| label101= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|([[Purchasing power parity|PPP]])}}
| data101= {{#if:{{{GDP_PPP|}}}{{{GDP_PPP_per_capita|}}}
|{{#if:{{{GDP_PPP_year|}}} |{{{GDP_PPP_year}}} }}estimate
}}
| rowclass102= mergedrow
| label102= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data102= {{#if:{{{GDP_PPP|}}}
|{{{GDP_PPP}}}<!--
-->{{#if:{{{GDP_PPP_rank|}}} | ([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]])}}
}}
| rowclass103= mergedbottomrow
| label103= <div class="ib-country-fake-li">• Per capita</div>
| data103= {{#if:{{{GDP_PPP_per_capita|}}}
|{{{GDP_PPP_per_capita}}}<!--
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | ([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]])}}
}}
| rowclass104= mergedtoprow
| label104= {{#ifeq:{{{micronation|}}}|yes|Claimed|}} [[Gross domestic product|GDP]] {{nobold|(nominal)}}
| data104= {{#if:{{{GDP_nominal|}}}{{{GDP_nominal_per_capita|}}}
|{{#if:{{{GDP_nominal_year|}}} |{{{GDP_nominal_year}}} }}estimate
}}
| rowclass105= mergedrow
| label105= <div class="ib-country-fake-li">• ႁူမ်ႈလေႃး</div>
| data105= {{#if:{{{GDP_nominal|}}}
|{{{GDP_nominal}}}<!--
-->{{#if:{{{GDP_nominal_rank|}}} | ([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]])}}
}}
| rowclass106= mergedbottomrow
| label106= <div class="ib-country-fake-li">• Per capita</div>
| data106= {{#if:{{{GDP_nominal_per_capita|}}}
| {{{GDP_nominal_per_capita}}}<!--
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | ([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]])}}
}}
| label107= [[Gini_coefficient|Gini]]{{#if:{{{Gini_year|}}} | {{nobold|1=({{{Gini_year}}})}}}}
| data107= {{#if:{{{Gini|}}}
| {{#switch:{{{Gini_change|}}}
|increase = {{increaseNegative}} <!--
-->|decrease = {{decreasePositive}} <!--
-->|steady = {{steady}} <!--
-->}}{{{Gini}}}{{{Gini_ref|}}}<br/><!--
---------Evaluate and add Gini category:----------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{Gini}}}>100 <!--
-->| {{error|Error: Gini value above 100}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{Gini}}}>=60 |{{color|red|very high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=46 <!--
-->| {{color|darkred|high inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=30 <!--
-->| {{color|#707070|medium inequality}}<!--
-->| {{#ifexpr:{{{Gini}}}>=0 <!--
-->| {{color|forestgreen|low inequality}}<!--
-->| {{error|Error:Gini value below 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid Gini value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
-----------Add Gini_rank (if supplied):----------
-->{{#if:{{{Gini_rank|}}}
| ([[List of countries by income equality|{{{Gini_rank}}}]])<!--
-->}}<!--
-->}}
| label108= [[Human Development Index|HDI]]{{#if:{{{HDI_year|}}} | {{nobold|1=({{{HDI_year}}})}}}}
| data108= {{#if:{{{HDI|}}}
| {{#switch:{{{HDI_change|}}}
|increase = {{increase}} <!--
-->|decrease = {{decrease}} <!--
-->|steady = {{steady}} <!--
-->}}{{{HDI}}}{{{HDI_ref|}}}<br/><!--
---------Evaluate and add HDI category:---------
-->{{nowrap|1=<!--
-->{{#iferror:<!--
-->{{#ifexpr:{{{HDI}}}>1 <!--
-->| {{error|Error: HDI value greater than 1}}<!--Handled by outer #iferror, not visible to users--><!--
-->| {{#ifexpr:{{{HDI}}}>0.799 <!--
-->| {{color|darkgreen|very high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.699 <!--
-->| {{color|forestgreen|high}}<!--
-->| {{#ifexpr:{{{HDI}}}>0.549 <!--
-->| {{color|orange|medium}}<!--
-->| {{#ifexpr:{{{HDI}}}>=0.000<!--
-->| {{color|red|low}}<!--
-->| {{error|Error: HDI value less than 0}}<!--Handled by outer #iferror, not visible to users--><!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->| {{error|Error: Invalid HDI value}}{{#ifeq: {{NAMESPACE}} | {{ns:0}} | [[Category:Country articles requiring maintenance]] }}<!--
-->}}<!--
-->}}<!--
----------Add HDI_rank (if supplied):-----------
-->{{#if:{{{HDI_rank|}}}
| ([[List of countries by Human Development Index|{{{HDI_rank}}}]])<!--
-->}}<!--
-->}}
| label109= {{#ifeq:{{{micronation|}}}|yes|Purported currency|ယူင်ႉငိုၼ်းတွင်း}}
| data109= {{#if:{{{currency|}}}
| {{{currency}}} {{#if:{{{currency_code|}}} |([[ISO 4217|{{{currency_code}}}]])}}
}}
| rowclass119= {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |mergedtoprow}}
| label119= ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း
| data119= {{#if:{{{utc_offset|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset}}}}} {{#if:{{{time_zone|}}}|({{{time_zone}}})}}
|{{{time_zone|}}}
}}
| rowclass120= {{#if:{{{DST_note|}}} |mergedrow |mergedbottomrow}}
| label120= <div class="ib-country-fake-li">• ၶၢဝ်းမႆႈ ([[Daylight saving time|DST]])</div>
| data120= {{#if:{{{utc_offset_DST|}}}
|{{nowrap|[[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}}} {{#if:{{{time_zone_DST|}}}|({{{time_zone_DST}}})|{{#if:{{{DST|}}}|({{{DST}}})}}}}
|{{#if:{{{time_zone_DST|}}}|{{{time_zone_DST}}}|{{{DST|}}}}}
}}
| rowclass121= mergedbottomrow
| label121= <nowiki />
| data121= {{{DST_note|}}}
| label122 = [[Antipodes]]
| data122= {{{antipodes|}}}
| label123 = ပိူင်ဝၼ်းထိ
| data123= {{{date_format|}}}
| label125= [[Left- and right-hand traffic|ပိူင်ႁေႃႈလူတ်ႉ]]
| data125= {{#if:{{{drives_on|}}} | {{ucfirst:{{{drives_on}}}}} }}
| label126= {{#if:{{{calling_code|}}}
|{{#ifexist:Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}
| [[Telephone numbers in {{{linking_name|{{{common_name|{{{name|{{PAGENAME}}}}}}}}}}}|ၶူတ်ႉႁွင်ႉၽူၼ်း]]
| ၶူတ်ႉႁွင်ႉၽူၼ်း
}}
}}
| data126= {{{calling_code|}}}
| label127= [[ISO 3166|ISO 3166 code]]
| data127= {{#switch:{{{iso3166code|}}}
|omit = <!--(do nothing)-->
| = <!--if iso3166code is not supplied:
-->{{#if:{{{common_name|}}}
| {{#if:{{ISO 3166 code|{{{common_name}}}|nocat=true}}
| [[ISO 3166-2:{{ISO 3166 code|{{{common_name}}}}}|{{ISO 3166 code|{{{common_name}}}}}]]
}}
}}
|#default = [[ISO 3166-2:{{uc:{{{iso3166code}}}}}|{{uc:{{{iso3166code}}}}}]]
}}
| label128= [[Country code top-level domain|ဢိၼ်ႇထႃႇၼႅတ်ႉ TLD]]
| data128= {{{cctld|}}}
| data129 = {{#if:{{{official_website|}}}
|<div class="ib-country-website">'''ဝႅပ်ႉသၢႆႉ'''<br/>{{{official_website}}}</div>
}}
| data130= {{#if:{{{image_map3|{{{location_map|}}}}}}
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image_map3|{{{location_map|}}}}}}|size={{{map3_width|}}}|upright=1.15|alt={{{alt_map3|}}}|title=Location of {{{common_name|{{{name|{{{linking_name|{{PAGENAME}} }}} }}} }}} }}<!--
-->{{#if:{{{map_caption3|}}}|<div class="ib-country-map-caption3">{{{map_caption3|}}}</div>}}
}}
| data134 = {{#if:{{{p1|}}}{{{s1|}}}
|{{Infobox country/formernext|flag_p1={{{flag_p1|}}}|image_p1={{{image_p1|}}}|p1={{{p1|}}}|border_p1={{{border_p1|}}}|flag_p2={{{flag_p2|}}}|image_p2={{{image_p2|}}}|p2={{{p2|}}}|border_p2={{{border_p2|}}}|flag_p3={{{flag_p3|}}}|image_p3={{{image_p3|}}}|p3={{{p3|}}}|border_p3={{{border_p3|}}}|flag_p4={{{flag_p4|}}}|image_p4={{{image_p4|}}}|p4={{{p4|}}}|border_p4={{{border_p4|}}}|flag_p5={{{flag_p5|}}}|image_p5={{{image_p5|}}}|p5={{{p5|}}}|border_p5={{{border_p5|}}}|flag_p6={{{flag_p6|}}}|image_p6={{{image_p6|}}}|p6={{{p6|}}}|border_p6={{{border_p6|}}}|flag_p7={{{flag_p7|}}}|image_p7={{{image_p7|}}}|p7={{{p7|}}}|border_p7={{{border_p7|}}}|flag_p8={{{flag_p8|}}}|image_p8={{{image_p8|}}}|p8={{{p8|}}}|border_p8={{{border_p8|}}}|flag_p9={{{flag_p9|}}}|image_p9={{{image_p9|}}}|p9={{{p9|}}}|border_p9={{{border_p9|}}}|flag_p10={{{flag_p10|}}}|image_p10={{{image_p10|}}}|p10={{{p10|}}}|border_p10={{{border_p10|}}}|flag_p11={{{flag_p11|}}}|image_p11={{{image_p11|}}}|p11={{{p11|}}}|border_p11={{{border_p11|}}}|flag_p12={{{flag_p12|}}}|image_p12={{{image_p12|}}}|p12={{{p12|}}}|border_p12={{{border_p12|}}}|flag_p13={{{flag_p13|}}}|image_p13={{{image_p13|}}}|p13={{{p13|}}}|border_p13={{{border_p13|}}}|flag_p14={{{flag_p14|}}}|image_p14={{{image_p14|}}}|p14={{{p14|}}}|border_p14={{{border_p14|}}}|flag_p15={{{flag_p15|}}}|image_p15={{{image_p15|}}}|p15={{{p15|}}}|border_p15={{{border_p15|}}}|flag_p16={{{flag_p16|}}}|image_p16={{{image_p16|}}}|p16={{{p16|}}}|border_p16={{{border_p16|}}}|flag_p17={{{flag_p17|}}}|image_p17={{{image_p17|}}}|p17={{{p17|}}}|border_p17={{{border_p17|}}}|flag_p18={{{flag_p18|}}}|image_p18={{{image_p18|}}}|p18={{{p18|}}}|border_p18={{{border_p18|}}}|flag_p19={{{flag_p19|}}}|image_p19={{{image_p19|}}}|p19={{{p19|}}}|border_p19={{{border_p19|}}}|flag_p20={{{flag_p20|}}}|image_p20={{{image_p20|}}}|p20={{{p20|}}}|border_p20={{{border_p20|}}}|flag_p21={{{flag_p21|}}}|image_p21={{{image_p21|}}}|p21={{{p21|}}}|border_p21={{{border_p21|}}}|flag_p22={{{flag_p22|}}}|image_p22={{{image_p22|}}}|p22={{{p22|}}}|border_p22={{{border_p22|}}}|flag_s1={{{flag_s1|}}}|image_s1={{{image_s1|}}}|s1={{{s1|}}}|border_s1={{{border_s1|}}}|flag_s2={{{flag_s2|}}}|image_s2={{{image_s2|}}}|s2={{{s2|}}}|border_s2={{{border_s2|}}}|flag_s3={{{flag_s3|}}}|image_s3={{{image_s3|}}}|s3={{{s3|}}}|border_s3={{{border_s3|}}}|flag_s4={{{flag_s4|}}}|image_s4={{{image_s4|}}}|s4={{{s4|}}}|border_s4={{{border_s4|}}}|flag_s5={{{flag_s5|}}}|image_s5={{{image_s5|}}}|s5={{{s5|}}}|border_s5={{{border_s5|}}}|flag_s6={{{flag_s6|}}}|image_s6={{{image_s6|}}}|s6={{{s6|}}}|border_s6={{{border_s6|}}}|flag_s7={{{flag_s7|}}}|image_s7={{{image_s7|}}}|s7={{{s7|}}}|border_s7={{{border_s7|}}}|flag_s8={{{flag_s8|}}}|image_s8={{{image_s8|}}}|s8={{{s8|}}}|border_s8={{{border_s8|}}}|flag_s9={{{flag_s9|}}}|image_s9={{{image_s9|}}}|s9={{{s9|}}}|border_s9={{{border_s9|}}}|flag_s10={{{flag_s10|}}}|image_s10={{{image_s10|}}}|s10={{{s10|}}}|border_s10={{{border_s10|}}}|flag_s11={{{flag_s11|}}}|image_s11={{{image_s11|}}}|s11={{{s11|}}}|border_s11={{{border_s11|}}}|flag_s12={{{flag_s12|}}}|image_s12={{{image_s12|}}}|s12={{{s12|}}}|border_s12={{{border_s12|}}}|flag_s13={{{flag_s13|}}}|image_s13={{{image_s13|}}}|s13={{{s13|}}}|border_s13={{{border_s13|}}}|flag_s14={{{flag_s14|}}}|image_s14={{{image_s14|}}}|s14={{{s14|}}}|border_s14={{{border_s14|}}}|flag_s15={{{flag_s15|}}}|image_s15={{{image_s15|}}}|s15={{{s15|}}}|border_s15={{{border_s15|}}}|flag_s16={{{flag_s16|}}}|image_s16={{{image_s16|}}}|s16={{{s16|}}}|border_s16={{{border_s16|}}}|flag_s17={{{flag_s17|}}}|image_s17={{{image_s17|}}}|s17={{{s17|}}}|border_s17={{{border_s17|}}}|flag_s18={{{flag_s18|}}}|image_s18={{{image_s18|}}}|s18={{{s18|}}}|border_s18={{{border_s18|}}}|flag_s19={{{flag_s19|}}}|image_s19={{{image_s19|}}}|s19={{{s19|}}}|border_s19={{{border_s19|}}}|flag_s20={{{flag_s20|}}}|image_s20={{{image_s20|}}}|s20={{{s20|}}}|border_s20={{{border_s20|}}}|flag_s21={{{flag_s21|}}}|image_s21={{{image_s21|}}}|s21={{{s21|}}}|border_s21={{{border_s21|}}}|flag_s22={{{flag_s22|}}}|image_s22={{{image_s22|}}}|s22={{{s22|}}}|border_s22={{{border_s22|}}}}}
}}
| label135 = ဝၼ်းမိူဝ်ႈၼႆႉ ပဵၼ်ပွတ်းတွၼ်ႈ ၶွင်
| data135 = {{{today|}}}
| data136 = {{#if:{{{footnote_a|}}}{{{footnote_b|}}}{{{footnote_c|}}}{{{footnote_d|}}}{{{footnote_e|}}}{{{footnote_f|}}}{{{footnote_g|}}}{{{footnote_h|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-alpha">
{{#if:{{{footnote_a|}}}|<li value=1>{{{footnote_a|}}}</li>
}}{{#if:{{{footnote_b|}}}|<li value=2>{{{footnote_b|}}}</li>
}}{{#if:{{{footnote_c|}}}|<li value=3>{{{footnote_c|}}}</li>
}}{{#if:{{{footnote_d|}}}|<li value=4>{{{footnote_d|}}}</li>
}}{{#if:{{{footnote_e|}}}|<li value=5>{{{footnote_e|}}}</li>
}}{{#if:{{{footnote_f|}}}|<li value=6>{{{footnote_f|}}}</li>
}}{{#if:{{{footnote_g|}}}|<li value=7>{{{footnote_g|}}}</li>
}}{{#if:{{{footnote_h|}}}|<li value=8>{{{footnote_h|}}}</li>}}
</ol></div>}}
| data137 = {{#if:{{{footnote1|}}}{{{footnote2|}}}{{{footnote3|}}}{{{footnote4|}}}{{{footnote5|}}}{{{footnote6|}}}{{{footnote7|}}}{{{footnote8|}}}
|<div class="ib-country-fn"><ol class="ib-country-fn-num">
{{#if:{{{footnote1|}}}|<li value=1>{{{footnote1|}}}</li>
}}{{#if:{{{footnote2|}}}|<li value=2>{{{footnote2|}}}</li>
}}{{#if:{{{footnote3|}}}|<li value=3>{{{footnote3|}}}</li>
}}{{#if:{{{footnote4|}}}|<li value=4>{{{footnote4|}}}</li>
}}{{#if:{{{footnote5|}}}|<li value=5>{{{footnote5|}}}</li>
}}{{#if:{{{footnote6|}}}|<li value=6>{{{footnote6|}}}</li>
}}{{#if:{{{footnote7|}}}|<li value=7>{{{footnote7|}}}</li>
}}{{#if:{{{footnote8|}}}|<li value=8>{{{footnote8|}}}</li>}}
</ol></div>}}
| data138 = {{#if:{{{footnotes|}}}|<div class="ib-country-fn">{{{footnotes}}}{{#if:{{{footnotes2|}}}|<br>{{{footnotes2}}}}}</div>}}
| belowclass = mergedtoprow noprint
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox country with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox country]] with unknown parameter "_VALUE_"|ignoreblank=y| admin_center_type | admin_center | alt_coat | alt_flag | alt_flag2 | alt_map | alt_map2 | alt_map3 | alt_symbol | anthem | anthems | antipodes | area_acre | area_data2 | area_data3 | area_footnote | area_ha | area_km2 | area_label | area_label2 | area_label3 | area_land_acre | area_land_footnote | area_land_ha | area_land_km2 | area_land_sq_mi | area_link | area_rank | area_sq_mi | area_water_acre | area_water_footnote | area_water_ha | area_water_km2 | area_water_sq_mi | regexp1 = border_[ps][%d]+ | calling_code | capital_exile | capital_type | capital | cctld | coa_size | coat_alt | common_languages | common_name | conventional_long_name | coordinates | currency_code | currency | date_end | regexp2 = date_event[%d]+ | date_format | date_post | date_pre | date_start | demonym | regexp3 = deputy[%d]+ | drives_on | DST_note | DST | empire | englishmotto | era | regexp4 = established_date[%d]+ | regexp5 = established_event[%d]+ | established | ethnic_groups_ref | ethnic_groups_year | ethnic_groups | event_end | event_post | event_pre | event_start | regexp6 = event[%d]+ | flag| flag_alt | flag_alt2 | flag_border | flag_caption | flag_caption | regexp7 = flag_[ps][%d]+ | flag_size | flag_type | flag_type_article | flag_width | flag2_border | regexp8 = footnote_[a-h] | regexp9 = footnote[%d]+ | footnotes | footnotes2 | FR_cadastre_area_km2 | FR_cadastre_area_rank | FR_cadastre_area_sq_mi | FR_foot | FR_foot2 | FR_foot3 | FR_foot4 | FR_foot5 | FR_IGN_area_km2 | FR_IGN_area_rank | FR_IGN_area_sq_mi | FR_metropole_population_estimate_rank | FR_metropole_population | FR_metropole | FR_total_population_estimate_rank | FR_total_population_estimate_year | FR_total_population_estimate | GDP_nominal_per_capita_rank | GDP_nominal_per_capita | GDP_nominal_rank | GDP_nominal_year | GDP_nominal | GDP_PPP_per_capita_rank | GDP_PPP_per_capita | GDP_PPP_rank | GDP_PPP_year | GDP_PPP | Gini_change | Gini_rank | Gini_ref | Gini_year | Gini | government_type | HDI_change | HDI_rank | HDI_ref | HDI_year | HDI | house1 | house2 | image_coat | image_flag | image_flag2 | image_map_alt | image_map_caption | image_map_size | image_map | image_map2_alt | image_map2_caption | image_map2_size | image_map2 | image_map3 | regexp10 = image_[ps][%d]+ | image_symbol | iso3166code | languages_sub | languages_type | languages | languages2_sub | languages2_type | languages2 | largest_city | largest_settlement_type | largest_settlement | regexp11 = leader_name[%d]+ | regexp12 = leader_title[%d]+ | regexp13 = leader[%d]+ | legislature | life_span | linking_name | location_map | loctext | lower_house | map_caption | map_caption2 | map_caption3 | map_width | map2_width | map3_width | membership_type | membership | micronation | motto | name | national_anthem | national_languages | national_motto | native_name | navbar | nummembers | official_languages | official_website | org_type | other_symbol_type | other_symbol | regexp14 = [ps][%d]+ | patron_saint | patron_saints | percent_water | politics_link | pop_den_footnote | population_census_rank | population_census_year | population_census | population_data2 | population_data3 | population_density_km2 | population_density_rank | population_density_sq_mi | population_estimate_rank | population_estimate_year | population_estimate | population_label2 | population_label3 | population_link | recognised_languages | recognised_national_languages | recognised_regional_languages | recognized_languages | recognized_national_languages | regexp15 = ref_area[%d]+ | regexp16 = ref_pop[%d]+ | regional_languages | recognized_regional_languages | religion_ref | religion_year | religion | regexp17 = representative[%d]+ | royal_anthem | flag_anthem | march | national_march | regional_anthem | territorial_anthem | state_anthem | sovereignty_note | sovereignty_type | regexp18 = stat_area[%d]+ | regexp19 = stat_pop[%d]+ | regexp20 = stat_year[%d]+ | status_text | status | symbol| symbol_type_article | symbol_type | symbol_width | text_symbol_type | text_symbol | time_zone_DST | time_zone | title_deputy | title_leader | title_representative | today | type_house1 | type_house2 | upper_house | utc_offset_DST | utc_offset | regexp21 = year_deputy[%d]+ | year_end | year_exile_end | year_exile_start | regexp22 = year_leader[%d]+ | regexp23 = year_representative[%d]+ | year_start}}{{main other|
{{#if:{{both|{{{image_coat|}}}|{{{image_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|A]]
}}{{#if:{{both|{{{alt_coat|}}}|{{{alt_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|B]]
}}{{#if:{{both|{{{motto|}}}|{{{national_motto|}}}}}|[[Category:Pages using infobox country with syntax problems|C]]
}}{{#if:{{both|{{{national_anthem|}}}|{{{anthem|}}}}}|[[Category:Pages using infobox country with syntax problems|D]]
}}{{#if:{{both|{{{other_symbol|}}}|{{{text_symbol|}}}}}|[[Category:Pages using infobox country with syntax problems|E]]
}}{{#if:{{both|{{{other_symbol_type|}}}|{{{text_symbol_type|}}}}}|[[Category:Pages using infobox country with syntax problems|F]]
}}{{#if:{{both|{{{largest_city|}}}|{{{largest_settlement|}}}}}|[[Category:Pages using infobox country with syntax problems|G]]
}}{{#if:{{both|{{{recognized_languages|}}}|{{{recognised_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|H]]
}}{{#if:{{both|{{{recognized_national_languages|}}}|{{{recognised_national_languages|}}}}}{{both|{{{recognized_regional_languages|}}}|{{{recognised_regional_languages|}}}}}|[[Category:Pages using infobox country with syntax problems|I]]
}}{{#if:{{{official_languages|}}}||{{#if:{{{recognized_languages|}}}{{{recognised_languages|}}}{{{recognized_national_languages|}}}{{{recognised_national_languages|}}}{{{recognized_regional_languages|}}}{{{recognised_regional_languages|}}}|[[Category:Pages using infobox country with syntax problems|J]]}}
}}{{#if:{{both|{{{area_km2|}}}|{{{area_ha|}}}}}{{both|{{{area_land_km2|}}}|{{{area_land_ha|}}}}}{{both|{{{area_water_km2|}}}|{{{area_water_ha|}}}}}|[[Category:Pages using infobox country with syntax problems|K]]
}}{{#if:{{both|{{{DST|}}}|{{{time_zone_DST|}}}}}|[[Category:Pages using infobox country with syntax problems|L]]
}}{{#if:{{{time_zone|}}}{{{utc_offset|}}}||{{#if:{{{time_zone_DST|}}}{{{utc_offset_DST|}}}|[[Category:Pages using infobox country with syntax problems|M]]}}
}}{{#if:{{both|{{{sovereignty_type|}}}|{{{established|}}} }}|[[Category:Pages using infobox country with syntax problems|O]]
}}{{#if:{{{languages|}}}|{{#if:{{{languages_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{languages2|}}}|{{#if:{{{languages2_type|}}}||[[Category:Pages using infobox country with syntax problems|P]]}}
}}{{#if:{{{flag_type|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{flag_caption|}}}|[[Category:Pages using infobox country or infobox former country with the flag caption or type parameters|C{{PAGENAME}}]]
}}{{#if:{{{symbol_type|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|T{{PAGENAME}}]]
}}{{#if:{{{symbol_caption|}}}|[[Category:Pages using infobox country or infobox former country with the symbol caption or type parameters|C{{PAGENAME}}]]
}}}}<!--
Tracking categories from merge with {{infobox former country}}. After all cats are empty/have been checked, these can be removed.
-->{{#if:{{{status_text|}}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Colony|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}|{{#ifeq:{{ucfirst:{{{status|}}}}}|Exile|{{main other|[[Category:Former country articles using status text with Colony or Exile]]}}}}}}
}}<!--End of former country tracking cats--><noinclude>
{{documentation}}
</noinclude>
3eme9zni8ozluqxvnbhtu93isiw5705
ထႅမ်းပလဵတ်ႉ:Tlx
10
1428
65850
9681
2024-12-24T02:07:26Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Template link expanded]]
65850
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Template link expanded]]
d56pijx41mrfgip3nzefexw5d61p4qg
ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း
0
4500
65883
47130
2024-12-24T03:40:22Z
Saimawnkham
5
Saimawnkham ၶၢႆႉယဝ်ႉ ၼႃႈလိၵ်ႈ [[ၶၢဝ်းယၢမ်းၼႃႈလိၼ်]] တေႃႇ [[ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း]]: ဢၢပ်ႉတဵတ်ႉ ၸိုဝ်ႈ
47130
wikitext
text/x-wiki
'''ၶၢဝ်းယၢမ်းၼႃႈလိၼ်''' ဢၼ်ဝႃႈၼႆႉ ပဵၼ် ၼႃႈလိၵ် ဢၼ်မၵ်းမၼ်ႈဝႆႉ [[:en:Standard_time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း]] ပဵၼ်တၢင်းၵၢၼ် တွၼ်ႈတႃႇႁႂ်ႈမၼ်းပေႃးမႅၼ်ႈၽဵင်ႇၵၼ် တီႈ လွင်ႈသိုဝ်ႉၶၢႆပၢႆးမၢၵ်ႈမီး၊ လွင်ႈတၢင်းတူင်ႇဝူင်းၵူၼ်းၵူႈသမ်ႇသမ်ႇၸိူဝ်းၼၼ်ႉယဝ်ႉ။ ၶၢဝ်းယၢမ်းၼႃႈလိၼ်ၼႆႉ ၵႆႉၸႅၵ်ႇသေမၵ်းမၼ်ႈ ၸွမ်းၼၼ်ႇ သၢႆၶႅၼ်ႈလိၼ်မိူင်းၼၼ်ႉယဝ်ႉ။ ယွၼ်ႉမၵ်းမၼ်ႈဝႆႉ ၸိူင်ႉၼၼ်သေ တီႈၼႂ်းၼႃႈလိၼ်ၼၼ်ႉ ၸိူဝ်းပဵၼ် ၵၢၼ်ၵႃႉၵၢၼ်ၶၢႆလႄႈသင်၊ ၵၢၼ်ၵပ်းသိုပ်ႇလႄႈသင် တေၸၢင်ႈႁဵတ်းႁႂ်ႈမၼ်းၶႅမ်ႉလႅပ်ႈ ၼႂ်းၶၢဝ်းယၢမ်း ဢၼ်လဵဝ်ၵၼ်ၼၼ်ႉယဝ်ႉ။
ဢၼ်ပဵၼ် ၶၢဝ်းယၢမ်းၼႃႈလိၼ် မိူင်းၸိူဝ်းမီးၼႂ်းၵမ်ႇၽႃႇၼႆႉ ၵမ်ႉၼမ်တႄႉ ဢွၼ်ၵၼ်ၸႂ်ႉ ပဵၼ်ယၢမ်းမူင်းတဵမ် (UTC−12 to UTC+14) ၼင်ႇၵႃႈတီႈ [[Coordinated Universal Time]] (UTC)သေ မိူင်းၵမ်ႈၽွင်ႈတႄႉ ၸႂ်ႉဝႆႉ 30 လႄႈ 45 မိတ်ႉၼိတ်ႉၼၼ်ႉယဝ်ႉ။ (တူဝ်ယၢင်ႇမၼ်း [[:en:Newfoundland_Time_Zone|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ၼဵဝ်းၽွင်းလႅၼ်း]] - UTC−03:30၊ [[:en:Nepal_Time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ၼီႇပေႃး]] - UTC+05:45၊ [[လၵ်းၸဵင်ၶၢဝ်းယၢမ်းမျၢၼ်ႇမႃႇ]] - UTC +06:30၊ [[:en:Indian_Standard_Time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ဢိၼ်းတီးယႃး]] - UTC+05:30) မိူင်းဢၼ် လတ်ႉတိၵျူႉသုင်ၼၼ်ႉ ဢွၼ်ၵၼ်ၸႂ်ႉ [[:en:Daylight_saving_time|ၶၢဝ်းယၢမ်းၶၢဝ်းမႆႈ]] ဢၼ်ပဵၼ် ပေႃးထိုင်ၶၢဝ်းမႆႈၸိုင် သုတ်ႉၽၢႆႇၼႃႈ ၼိုင်ႈၸူဝ်ႈမူင်းၼၼ်ႉယဝ်ႉ။
==ပိုၼ်းး==
===Early timekeeping===
မိူဝ်ႈပႆႇၶူင်သၢင်ႈလႆႈ [[ယၢမ်းမူင်း]]ဢွၼ်တၢင်းသုတ်းၼၼ်ႉ ၵူၼ်းၶဝ်ၼႆႉ ၶၢဝ်းယၢမ်းၼိုင်ႈဝၼ်းၼိုင်ႈဝၼ်းၼႆႉ လႆႈဢိင်ၼိူဝ်သဵၼ်ႈတၢင်းဢၼ်လႅတ်ႇၵႂႃႇသေ တႅပ်းတတ်းယဝ်ႉ။ တူဝ်ယၢင်ႇမၼ်း မိူၼ်ၼင်ႇ ယၢမ်းမူင်းလႅတ်ႇၼၼ်ႉသေ ၼၼ်ႉၵေႃႈ ဢိင်ၼိူဝ်ဢွင်ႈတီႈမၼ်းသေ မီးလွင်ႈပႅၵ်ႇပိူင်ႈၵၼ်ဝႆႉယူႇယဝ်ႉ။
ထိုင် ႁူဝ်ပၢၵ်ႇပီ ၁၉ ၽိူဝ်ႇ ယၢမ်းမူင်းဢၼ်ၶႅမ်ႉလႅပ်ႈ ဢွၵ်ႇမႃးၸိုင်{{citation needed}} ၵူႈဝဵင်းဝဵင်းၼႆႉ ဢွၼ်ၵၼ်ၸႂ်ႉ ၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈ [[:en:Mean solar time|mean solar time]] မႃးယဝ်ႉ။ ၶၢဝ်းယၢမ်းလႅတ်ႇ ဢၼ်မီးတႄႉတႄႉမၼ်းၼႆႉ တင်း mean solar time သေ ပိူင်ႈၵၼ် မွၵ်ႈ ၁၅ မိတ်ႉၼိတ်ႉၼၼ်ႉယဝ်ႉ။ (ၼႄဝႆႉတီႈ ([[:en:Equation of time|လွင်ႈၽဵင်ႇမိူၼ် ၶၢဝ်းယၢမ်း]] ၼၼ်ႉယူႇ။) လွင်ႈလႆႈပိူင်ႈၵၼ်ၸိူင်ႉၼၼ်ၼၼ်ႉ ယွၼ်ႉပိူဝ်ႈဝႃႈ ၵမ်ႇၽႃႇၼႆႉ မၼ်းပၼ်ႁွပ်ႈလႅတ်ႈ ၼင်ႇမူၼ်းၶႆႇပဵတ်းလၢဝ်ႈလၢဝ်ႈ ([[:en:Orbital eccentricity|Eccentricity]]) လႄႈ ယွၼ်ႉ မၼ်းပၼ်ႇၵိူင်း တီႈၼိူဝ်ၵၢၼ်း ([[:en:Axial tilt|Obliquity]]) မၼ်းၼၼ်ႉယဝ်ႉ။ ဝၼ်း ၸိူဝ်းဢၼ်မီးတီႈၼိူဝ် Mean solar time ၸိူဝ်းၼၼ်ႉ ပေႃးဝႃႈပဵၼ် ၶၢဝ်းၵၢင်ဝၼ်းၼႆ မီးၶၢဝ်းယၢမ်းဢၼ်မိူၼ်ၵၼ်သေ လွင်ႈပိူင်ႈၵၼ် သွင်ဢၼ်ၼၼ်ႉ ပေႃးဝႆႉ သုတ်းပီၵႂႃႇၼႆ ၶိုၼ်းၽႅဝ်ၵႂႃႇတီႈ သၢႆငၢႆ သုၼ် ၼၼ်ႉယဝ်ႉ။
ပဵၼ် [[လၵ်းၸဵင်ၶၢဝ်းယၢမ်းၵရိၼ်းၼိတ်ႉ|လၵ်းၸဵင်ၶၢဝ်းယၢမ်းၵရိၼ်းၼိတ်ႉ (Greenwich Mean Time)]] (GMT) ၼႆႉ လုၵ်ႉတီႈ [[:en:Royal Observatory, Greenwich|ဢွင်ႈလႅပ်ႈႁဵၼ်းၾႃႉလၢဝ် ၸၢဝ်းၸဝ်ႈ (ၵရိၼ်းၼိတ်ႉ)]] သေ လႆႈၵေႃႇသၢင်ႈမႃး မိူဝ်ႈပီ 1675 ၼၼ်ႉယဝ်ႉ။ လွင်ႈယိူင်းဢၢၼ်းတႄႉ ပဵၼ်တွၼ်ႈတႃႇပၼ်လႆႈ တၢင်းၸွႆႈထႅမ်ႈ တႃႇ ႁိူင်းသၢင်ႈၽေႃး ဢၼ်မီးတီႈၼႂ်း ပၢင်ႇလၢႆႇ ႁႂ်ႈမၵ်းမၼ်ႈလႆႈ [[:en:Longitude|လွင်ႇၵျီႇၵျူႉ]] ၼႆယဝ်ႉ။ ၽွင်းမိူဝ်ႈဝဵင်းတီႈၼႂ်း ဢိင်ႇၵလၢၼ်ႇ ၵူႈတီႈတီႈ ဢၼ်မီးၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈ ဢမ်ႇမိူၼ်ၵၼ်ၼၼ်ႉ သၢႆဢၼ်ၼၼ်ႉ မၼ်းပၼ်မႃးလႆႈ လၵ်းၸဵင်ၶၢဝ်းယၢမ်းတႃႇဢိင်ဢၢင်ႈၼၼ်ႉယဝ်ႉ။
===Railway time===
[[File:Time zone chicago.jpg|right|thumb|Plaque commemorating the Railway General Time Convention of 1883 in North America]]
ၽိူဝ်ႇ လွင်ႈၵၢၼ်တေႃႉသူင်ႇရူတ်ႉလဵၼ်း လႄႈ လွင်ႈၵပ်းသိုပ်ႇသၢႆလူမ်း ႁုၼ်ႈမုၼ်းၶိုၼ်ႈယႂ်ႇမႃး ဢၼ်ပဵၼ် ယၢမ်းပိုၼ်ႉတီႈ (Local solar time) ၸိူဝ်းၼၼ်ႉ မီးလွင်ႈဢမ်ႇၶႅမ်ႉလႅပ်ႈမႃးယဝ်ႉ။ လွင်ႈတၢင်းမၼ်းတႄႉ ဢိင်ၼိူဝ်ၼႃႈလိၼ်သေၵေႃႈ လွင်ႇၵျီႇၵျူႉ ဢၼ်ၵဵဝ်ႇလူၺ်ႈလႅင်ႈလိၼ်သေ ၼႂ်းၵႄႈဢွင်ႈတီႈပိုၼ်ႉတီႈၸိူဝ်းၼၼ်ႉ ယၢမ်းမူင်းၼႆႉ လႅၵ်ႈလၢႆႈဝႆႉယူႇယဝ်ႉ။ တီႈ လွင်ႇၵျီႇၵျူႉတီႇၵရီႇၼိုင်ႈဢၼ်ၼႆႉ ၶၢဝ်းယၢမ်းလႅၵ်ႈလၢႆႈ သီႇမိတ်ႉၼိတ်ႉယဝ်ႉ။ တူဝ်ယၢင်ႇမၼ်း [[:en:Bristol|ပရိတ်ႉသ်တူဝ်ႇ]]ၼႆႉ မီးဝႆႉ ၽၢႆႇတူၵ်း ၵရိၼ်းၼိတ်ႉ (ပွတ်းဢွၵ်ႇ [[လၼ်ႇတၼ်ႇ၊ ဝဵင်း|ဝဵင်းလၼ်ႇတၼ်ႇ]]) မွၵ်ႈ ၂.၅ တီႇၵရီႇၼၼ်ႉလႄႈ ၶၢဝ်းယၢမ်းတဵင်ႈဝၼ်း တီႈ ဝဵင်းပရိတ်ႉသ်တူဝ်ႇ (Solar noon) ၼႆႉ မၼ်းပေႃးပူၼ်ႉၵႂႃႇ ၶၢဝ်းယၢမ်းတဵင်ႈဝၼ်းတီႈလၼ်ႇတၼ်ႇ တႃႇ ၁၀ မိတ်ႉၼိတ်ႉပၢႆယဝ်ႉ။ <ref>Latitude and Longitude of World Cities http://www.infoplease.com/ipa/A0001769.html</ref> လွင်ႈၸႂ်ႉတိုဝ်းၶၢဝ်းယၢမ်းၼႃႈလိၼ်ၼႆ့ ယိုင်ႈႁိုင်ႈယိုင်ႈပိူင်ႈၵၼ်မႃးၼမ်ယဝ်ႉ။
ဢၼ်ပဵၼ် လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ဢွၼ်တၢင်းသုတ်းၼႆႉ မိူဝ်ႈ ပီ 1847 တီႇသႅမ်ႇပႃႇ 1 ဝၼ်းၼၼ်ႉ လုၵ်ႉတီႈ [[:en:History of rail transport in Great Britain|ၶမ်ႇပၼီႇရူတ်ႉလဵၼ်း]] ဢၼ်မီးတီႈ ၵရဵတ်ႉပရိတ်ႉတဵင်ႇ ဢဝ် GMT သႂ်ႇတီႈၼႂ်ႈ [[ယၢမ်းမူင်းၶရူဝ်ႇမီႇတႃႇ|ၶရူဝ်ႇၼူဝ်ႇမီႇတႃႇ]] ဢၼ်တေႃႉဢဝ်ၵႂႃႇငၢႆႈၼၼ်ႉသေၵေႃႈ မၵ်းမၼ်ႈမႃးယဝ်ႉ။ ၼႂ်းၵႃႈၶမ်ႇပၼီႇ ႁူင်းၵၢၼ်ၸိူဝ်းၼၼ်ႉ ၶမ်ႇပၼီႇဢၼ်မၵ်းမၼ်ႈဢွၼ်တၢင်းသုတ်းၼႆႉ ပဵၼ် [[:en:Great Western Railway|Great Western Railway]] (GWR) သေ ပဵၼ် မိူဝ်ႈ 1840 ၼူဝ်ႇဝႅမ်ႇပႃႇၼၼ်ႉယဝ်ႉ။ လွင်ႈၸႂ်ႉတိုဝ်းဢၼ်ၼၼ်ႉၼႆႉ ဢမ်ႇပေႃးႁိုင်ပေႃးၼၢၼ်း ၵူၼ်းႁူႉၼမ်မႃးဝႃႈ [[:en:Railway time|Railway Time]] ဝႃႈၼႆယဝ်ႉ။ မွၵ်ႈ 1852 ဢေႃးၵၢတ်ႉ 23 ၼၼ်ႉ လုၵ်ႉတီႈ ဢွင်ႈတူၺ်းလၢဝ်ၾႃႉ ၸၢဝ်းၸဝ်ႈ (ၵရိၼ်းၼိတ်ႉ) လႆႈပိုၼ်ပွႆႇပၼ် သၢႆၶၢဝ်းယမၢ်း (time signals) [[သၢႆလူမ်း]]ၼၼ်ႉယဝ်ႉ။ ယၢမ်းမူင်း ၵူၼ်းမိူင်းဢၼ်မီးတီႈ ၵရဵတ်ႉပရိတ်ႉတဵင်ႇ မွၵ်ႈ ႁူဝ်ပၢၵ်ႇ ၉၈% ၼႆႉ မိူဝ်ႈပႆႇထိုင် 1855 ၼႆႉ တိုၵ်ႉဢွၼ်ၵၼ်ၸႂ်ႉ GMT မႃးယဝ်ႉ။ တေႃႇပႆႇထိုင် 1880 ဢေႃးၵၢတ်ႉ 2 ဝၼ်းၼၼ်ႉ ယင်းပႆႇလႆႈမၵ်းမၼ်ႈ ၶၢဝ်းယၢမ်းပဵၼ်တၢင်းၵၢၼ် ႁင်းပရိတ်ႉတဵင်ႇ။ ၶၢဝ်းယမၢ်းၼၼ်ႉ တီႈယၢမ်းမူင်းပရိတ်ႉတဵင်ႇၼၼ်ႉ မီး မိုဝ်းမိတ်ႉၼိတ်ႉသွင်ဢၼ်သေ ဢၼ်ၼိုင်ႈၼႆႉ ပဵၼ်တွၼ်ႈတႃႇ ၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈလႄႈ ဢၼ်ၼိုင်ႈၼႆႉ ပဵၼ် တႃႇ GMT ယဝ်ႉ။<ref>{{Cite web|url=http://wwp.greenwichmeantime.com/info/bristol-time.htm|title=Bristol Time|publisher=Wwp.greenwichmeantime.com|date=|accessdate=2011-12-05|archivedate=2006-06-28|archiveurl=https://web.archive.org/web/20060628151049/http://wwp.greenwichmeantime.com/info/bristol-time.htm}}</ref>
ၽွင်းၼႂ်းပိုၼ်ႉၵမ်ႉၽႃႇၼႆႉ ၽၢႆႇလွင်ႈၵပ်းသိုပ်ႇတိတ်းတေႃႇ ၶႅမ်ႉလႅပ်ႈမႃးၸိုင် တီႈဢၼ်ၶဵင်ႇၵပ်းသိုပ်ႇတိတ်းတေႃႇၵၼ်ၼၼ်ႉ လူဝ်ႇ လွင်ႈမၵ်းမၼ်ႈၶၢဝ်းယၢမ်း ဢၼ်ပွင်ၸႂ်ငၢႆႈၼၼ်ႉယဝ်ႉ။
===ၼႃႈလိၼ်ၶၢဝ်းယၢမ်း ပတ်ႉပိုၼ်ႉၵမ်ႇၽႃႇ===
==ၶေႃႈပိုတ်ႇတီႈပွင်ႇ==
==Notation of time==
===SO 8601===
===UTC===
====UTC offset====
===တူဝ်ယေႃႈမၼ်း===
==UTC offsets ပတ်ႉပိုၼ်ႉၵမ်ႇၽႃႇ==
==သဵၼ်ႈမၢႆ UTC offsets==
==Time zone conversions==
==ၶၢဝ်းယၢမ်း ဢၼ်ထိင်းဝႆႉပၼ် လႅင်းသၢႆလႅတ်ႇ==
==ပိူင်ၶွမ်ပိဝ်ႇတႃႇလႄႈ ပိူင်ဢိၼ်ႇထႃႇၼႅတ်ႇ==
===Operating systems===
====Unix====
====မၢႆႉၶရူဝ်ႇသွပ်ႉၾ် ဝိၼ်းတူဝ်း====
===ၽႃႇသႃႇၵႂၢမ်း ၽရူဝ်ႇၶႅမ်းမိင်း===
====Java====
====JavaScript====
====Perl====
====PHP====
====Python====
==တႃႇသိုပ်ႇတူၺ်းထႅင်ႈ==
[[File:Coventry_Time_Zone_Clock.jpg|right|thumb|220x220px|The control panel of the Time Zone Clock in front of Coventry Transport Museum.]]
* [[:en:Daylight_saving_time|Daylight saving time]]
* [[:en:ISO_8601|ISO 8601]]
* [[:en:Jet_lag|Jet lag]]
* [[:en:List_of_time_zone_abbreviations|List of time zone abbreviations]]
* [[:en:List_of_time_zones_by_country|List of time zones by country]]
* [[:en:Lists_of_time_zones|Lists of time zones]]
* [[:en:Metric_time|Metric time]]
* [[:en:Category:Time_by_country|Time by country]]
* [[:en:World_clock|World clock]]
==ၽိုၼ်ဢိင်==
{{Reflist|2}}
==ႁဵၼ်းၵွင်ႉၽၢႆႇၼွၵ်ႈ==
{{Wikivoyage|Time zones|ၶၢဝ်းယၢမ်းၼႃႈလိၼ်}}
* {{Commons category-inline|Time zones|ၶၢဝ်းယၢမ်းၼႃႈလိၼ်}}
* [http://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-LT.1-2015-PDF-E.pdf LEGAL TIME 2015]
[[Category:ၶၢဝ်းယၢမ်းၼႃႈလိၼ်]]
1ex60qlh1phtf7w5e2b1i6bs2bd88i7
65885
65883
2024-12-24T03:40:41Z
Saimawnkham
5
65885
wikitext
text/x-wiki
'''ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း''' ဢၼ်ဝႃႈၼႆႉ ပဵၼ် ၼႃႈလိၵ် ဢၼ်မၵ်းမၼ်ႈဝႆႉ [[:en:Standard_time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း]] ပဵၼ်တၢင်းၵၢၼ် တွၼ်ႈတႃႇႁႂ်ႈမၼ်းပေႃးမႅၼ်ႈၽဵင်ႇၵၼ် တီႈ လွင်ႈသိုဝ်ႉၶၢႆပၢႆးမၢၵ်ႈမီး၊ လွင်ႈတၢင်းတူင်ႇဝူင်းၵူၼ်းၵူႈသမ်ႇသမ်ႇၸိူဝ်းၼၼ်ႉယဝ်ႉ။ ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်းၼႆႉ ၵႆႉၸႅၵ်ႇသေမၵ်းမၼ်ႈ ၸွမ်းၼၼ်ႇ သၢႆၶႅၼ်ႈလိၼ်မိူင်းၼၼ်ႉယဝ်ႉ။ ယွၼ်ႉမၵ်းမၼ်ႈဝႆႉ ၸိူင်ႉၼၼ်သေ တီႈၼႂ်းၼႃႈလိၼ်ၼၼ်ႉ ၸိူဝ်းပဵၼ် ၵၢၼ်ၵႃႉၵၢၼ်ၶၢႆလႄႈသင်၊ ၵၢၼ်ၵပ်းသိုပ်ႇလႄႈသင် တေၸၢင်ႈႁဵတ်းႁႂ်ႈမၼ်းၶႅမ်ႉလႅပ်ႈ ၼႂ်းၶၢဝ်းယၢမ်း ဢၼ်လဵဝ်ၵၼ်ၼၼ်ႉယဝ်ႉ။
ဢၼ်ပဵၼ် ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း မိူင်းၸိူဝ်းမီးၼႂ်းၵမ်ႇၽႃႇၼႆႉ ၵမ်ႉၼမ်တႄႉ ဢွၼ်ၵၼ်ၸႂ်ႉ ပဵၼ်ယၢမ်းမူင်းတဵမ် (UTC−12 to UTC+14) ၼင်ႇၵႃႈတီႈ [[Coordinated Universal Time]] (UTC)သေ မိူင်းၵမ်ႈၽွင်ႈတႄႉ ၸႂ်ႉဝႆႉ 30 လႄႈ 45 မိတ်ႉၼိတ်ႉၼၼ်ႉယဝ်ႉ။ (တူဝ်ယၢင်ႇမၼ်း [[:en:Newfoundland_Time_Zone|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ၼဵဝ်းၽွင်းလႅၼ်း]] - UTC−03:30၊ [[:en:Nepal_Time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ၼီႇပေႃး]] - UTC+05:45၊ [[လၵ်းၸဵင်ၶၢဝ်းယၢမ်းမျၢၼ်ႇမႃႇ]] - UTC +06:30၊ [[:en:Indian_Standard_Time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ဢိၼ်းတီးယႃး]] - UTC+05:30) မိူင်းဢၼ် လတ်ႉတိၵျူႉသုင်ၼၼ်ႉ ဢွၼ်ၵၼ်ၸႂ်ႉ [[:en:Daylight_saving_time|ၶၢဝ်းယၢမ်းၶၢဝ်းမႆႈ]] ဢၼ်ပဵၼ် ပေႃးထိုင်ၶၢဝ်းမႆႈၸိုင် သုတ်ႉၽၢႆႇၼႃႈ ၼိုင်ႈၸူဝ်ႈမူင်းၼၼ်ႉယဝ်ႉ။
==ပိုၼ်းး==
===Early timekeeping===
မိူဝ်ႈပႆႇၶူင်သၢင်ႈလႆႈ [[ယၢမ်းမူင်း]]ဢွၼ်တၢင်းသုတ်းၼၼ်ႉ ၵူၼ်းၶဝ်ၼႆႉ ၶၢဝ်းယၢမ်းၼိုင်ႈဝၼ်းၼိုင်ႈဝၼ်းၼႆႉ လႆႈဢိင်ၼိူဝ်သဵၼ်ႈတၢင်းဢၼ်လႅတ်ႇၵႂႃႇသေ တႅပ်းတတ်းယဝ်ႉ။ တူဝ်ယၢင်ႇမၼ်း မိူၼ်ၼင်ႇ ယၢမ်းမူင်းလႅတ်ႇၼၼ်ႉသေ ၼၼ်ႉၵေႃႈ ဢိင်ၼိူဝ်ဢွင်ႈတီႈမၼ်းသေ မီးလွင်ႈပႅၵ်ႇပိူင်ႈၵၼ်ဝႆႉယူႇယဝ်ႉ။
ထိုင် ႁူဝ်ပၢၵ်ႇပီ ၁၉ ၽိူဝ်ႇ ယၢမ်းမူင်းဢၼ်ၶႅမ်ႉလႅပ်ႈ ဢွၵ်ႇမႃးၸိုင်{{citation needed}} ၵူႈဝဵင်းဝဵင်းၼႆႉ ဢွၼ်ၵၼ်ၸႂ်ႉ ၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈ [[:en:Mean solar time|mean solar time]] မႃးယဝ်ႉ။ ၶၢဝ်းယၢမ်းလႅတ်ႇ ဢၼ်မီးတႄႉတႄႉမၼ်းၼႆႉ တင်း mean solar time သေ ပိူင်ႈၵၼ် မွၵ်ႈ ၁၅ မိတ်ႉၼိတ်ႉၼၼ်ႉယဝ်ႉ။ (ၼႄဝႆႉတီႈ ([[:en:Equation of time|လွင်ႈၽဵင်ႇမိူၼ် ၶၢဝ်းယၢမ်း]] ၼၼ်ႉယူႇ။) လွင်ႈလႆႈပိူင်ႈၵၼ်ၸိူင်ႉၼၼ်ၼၼ်ႉ ယွၼ်ႉပိူဝ်ႈဝႃႈ ၵမ်ႇၽႃႇၼႆႉ မၼ်းပၼ်ႁွပ်ႈလႅတ်ႈ ၼင်ႇမူၼ်းၶႆႇပဵတ်းလၢဝ်ႈလၢဝ်ႈ ([[:en:Orbital eccentricity|Eccentricity]]) လႄႈ ယွၼ်ႉ မၼ်းပၼ်ႇၵိူင်း တီႈၼိူဝ်ၵၢၼ်း ([[:en:Axial tilt|Obliquity]]) မၼ်းၼၼ်ႉယဝ်ႉ။ ဝၼ်း ၸိူဝ်းဢၼ်မီးတီႈၼိူဝ် Mean solar time ၸိူဝ်းၼၼ်ႉ ပေႃးဝႃႈပဵၼ် ၶၢဝ်းၵၢင်ဝၼ်းၼႆ မီးၶၢဝ်းယၢမ်းဢၼ်မိူၼ်ၵၼ်သေ လွင်ႈပိူင်ႈၵၼ် သွင်ဢၼ်ၼၼ်ႉ ပေႃးဝႆႉ သုတ်းပီၵႂႃႇၼႆ ၶိုၼ်းၽႅဝ်ၵႂႃႇတီႈ သၢႆငၢႆ သုၼ် ၼၼ်ႉယဝ်ႉ။
ပဵၼ် [[လၵ်းၸဵင်ၶၢဝ်းယၢမ်းၵရိၼ်းၼိတ်ႉ|လၵ်းၸဵင်ၶၢဝ်းယၢမ်းၵရိၼ်းၼိတ်ႉ (Greenwich Mean Time)]] (GMT) ၼႆႉ လုၵ်ႉတီႈ [[:en:Royal Observatory, Greenwich|ဢွင်ႈလႅပ်ႈႁဵၼ်းၾႃႉလၢဝ် ၸၢဝ်းၸဝ်ႈ (ၵရိၼ်းၼိတ်ႉ)]] သေ လႆႈၵေႃႇသၢင်ႈမႃး မိူဝ်ႈပီ 1675 ၼၼ်ႉယဝ်ႉ။ လွင်ႈယိူင်းဢၢၼ်းတႄႉ ပဵၼ်တွၼ်ႈတႃႇပၼ်လႆႈ တၢင်းၸွႆႈထႅမ်ႈ တႃႇ ႁိူင်းသၢင်ႈၽေႃး ဢၼ်မီးတီႈၼႂ်း ပၢင်ႇလၢႆႇ ႁႂ်ႈမၵ်းမၼ်ႈလႆႈ [[:en:Longitude|လွင်ႇၵျီႇၵျူႉ]] ၼႆယဝ်ႉ။ ၽွင်းမိူဝ်ႈဝဵင်းတီႈၼႂ်း ဢိင်ႇၵလၢၼ်ႇ ၵူႈတီႈတီႈ ဢၼ်မီးၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈ ဢမ်ႇမိူၼ်ၵၼ်ၼၼ်ႉ သၢႆဢၼ်ၼၼ်ႉ မၼ်းပၼ်မႃးလႆႈ လၵ်းၸဵင်ၶၢဝ်းယၢမ်းတႃႇဢိင်ဢၢင်ႈၼၼ်ႉယဝ်ႉ။
===Railway time===
[[File:Time zone chicago.jpg|right|thumb|Plaque commemorating the Railway General Time Convention of 1883 in North America]]
ၽိူဝ်ႇ လွင်ႈၵၢၼ်တေႃႉသူင်ႇရူတ်ႉလဵၼ်း လႄႈ လွင်ႈၵပ်းသိုပ်ႇသၢႆလူမ်း ႁုၼ်ႈမုၼ်းၶိုၼ်ႈယႂ်ႇမႃး ဢၼ်ပဵၼ် ယၢမ်းပိုၼ်ႉတီႈ (Local solar time) ၸိူဝ်းၼၼ်ႉ မီးလွင်ႈဢမ်ႇၶႅမ်ႉလႅပ်ႈမႃးယဝ်ႉ။ လွင်ႈတၢင်းမၼ်းတႄႉ ဢိင်ၼိူဝ်ၼႃႈလိၼ်သေၵေႃႈ လွင်ႇၵျီႇၵျူႉ ဢၼ်ၵဵဝ်ႇလူၺ်ႈလႅင်ႈလိၼ်သေ ၼႂ်းၵႄႈဢွင်ႈတီႈပိုၼ်ႉတီႈၸိူဝ်းၼၼ်ႉ ယၢမ်းမူင်းၼႆႉ လႅၵ်ႈလၢႆႈဝႆႉယူႇယဝ်ႉ။ တီႈ လွင်ႇၵျီႇၵျူႉတီႇၵရီႇၼိုင်ႈဢၼ်ၼႆႉ ၶၢဝ်းယၢမ်းလႅၵ်ႈလၢႆႈ သီႇမိတ်ႉၼိတ်ႉယဝ်ႉ။ တူဝ်ယၢင်ႇမၼ်း [[:en:Bristol|ပရိတ်ႉသ်တူဝ်ႇ]]ၼႆႉ မီးဝႆႉ ၽၢႆႇတူၵ်း ၵရိၼ်းၼိတ်ႉ (ပွတ်းဢွၵ်ႇ [[လၼ်ႇတၼ်ႇ၊ ဝဵင်း|ဝဵင်းလၼ်ႇတၼ်ႇ]]) မွၵ်ႈ ၂.၅ တီႇၵရီႇၼၼ်ႉလႄႈ ၶၢဝ်းယၢမ်းတဵင်ႈဝၼ်း တီႈ ဝဵင်းပရိတ်ႉသ်တူဝ်ႇ (Solar noon) ၼႆႉ မၼ်းပေႃးပူၼ်ႉၵႂႃႇ ၶၢဝ်းယၢမ်းတဵင်ႈဝၼ်းတီႈလၼ်ႇတၼ်ႇ တႃႇ ၁၀ မိတ်ႉၼိတ်ႉပၢႆယဝ်ႉ။ <ref>Latitude and Longitude of World Cities http://www.infoplease.com/ipa/A0001769.html</ref> လွင်ႈၸႂ်ႉတိုဝ်းပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်းၼႆ့ ယိုင်ႈႁိုင်ႈယိုင်ႈပိူင်ႈၵၼ်မႃးၼမ်ယဝ်ႉ။
ဢၼ်ပဵၼ် လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ဢွၼ်တၢင်းသုတ်းၼႆႉ မိူဝ်ႈ ပီ 1847 တီႇသႅမ်ႇပႃႇ 1 ဝၼ်းၼၼ်ႉ လုၵ်ႉတီႈ [[:en:History of rail transport in Great Britain|ၶမ်ႇပၼီႇရူတ်ႉလဵၼ်း]] ဢၼ်မီးတီႈ ၵရဵတ်ႉပရိတ်ႉတဵင်ႇ ဢဝ် GMT သႂ်ႇတီႈၼႂ်ႈ [[ယၢမ်းမူင်းၶရူဝ်ႇမီႇတႃႇ|ၶရူဝ်ႇၼူဝ်ႇမီႇတႃႇ]] ဢၼ်တေႃႉဢဝ်ၵႂႃႇငၢႆႈၼၼ်ႉသေၵေႃႈ မၵ်းမၼ်ႈမႃးယဝ်ႉ။ ၼႂ်းၵႃႈၶမ်ႇပၼီႇ ႁူင်းၵၢၼ်ၸိူဝ်းၼၼ်ႉ ၶမ်ႇပၼီႇဢၼ်မၵ်းမၼ်ႈဢွၼ်တၢင်းသုတ်းၼႆႉ ပဵၼ် [[:en:Great Western Railway|Great Western Railway]] (GWR) သေ ပဵၼ် မိူဝ်ႈ 1840 ၼူဝ်ႇဝႅမ်ႇပႃႇၼၼ်ႉယဝ်ႉ။ လွင်ႈၸႂ်ႉတိုဝ်းဢၼ်ၼၼ်ႉၼႆႉ ဢမ်ႇပေႃးႁိုင်ပေႃးၼၢၼ်း ၵူၼ်းႁူႉၼမ်မႃးဝႃႈ [[:en:Railway time|Railway Time]] ဝႃႈၼႆယဝ်ႉ။ မွၵ်ႈ 1852 ဢေႃးၵၢတ်ႉ 23 ၼၼ်ႉ လုၵ်ႉတီႈ ဢွင်ႈတူၺ်းလၢဝ်ၾႃႉ ၸၢဝ်းၸဝ်ႈ (ၵရိၼ်းၼိတ်ႉ) လႆႈပိုၼ်ပွႆႇပၼ် သၢႆၶၢဝ်းယမၢ်း (time signals) [[သၢႆလူမ်း]]ၼၼ်ႉယဝ်ႉ။ ယၢမ်းမူင်း ၵူၼ်းမိူင်းဢၼ်မီးတီႈ ၵရဵတ်ႉပရိတ်ႉတဵင်ႇ မွၵ်ႈ ႁူဝ်ပၢၵ်ႇ ၉၈% ၼႆႉ မိူဝ်ႈပႆႇထိုင် 1855 ၼႆႉ တိုၵ်ႉဢွၼ်ၵၼ်ၸႂ်ႉ GMT မႃးယဝ်ႉ။ တေႃႇပႆႇထိုင် 1880 ဢေႃးၵၢတ်ႉ 2 ဝၼ်းၼၼ်ႉ ယင်းပႆႇလႆႈမၵ်းမၼ်ႈ ၶၢဝ်းယၢမ်းပဵၼ်တၢင်းၵၢၼ် ႁင်းပရိတ်ႉတဵင်ႇ။ ၶၢဝ်းယမၢ်းၼၼ်ႉ တီႈယၢမ်းမူင်းပရိတ်ႉတဵင်ႇၼၼ်ႉ မီး မိုဝ်းမိတ်ႉၼိတ်ႉသွင်ဢၼ်သေ ဢၼ်ၼိုင်ႈၼႆႉ ပဵၼ်တွၼ်ႈတႃႇ ၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈလႄႈ ဢၼ်ၼိုင်ႈၼႆႉ ပဵၼ် တႃႇ GMT ယဝ်ႉ။<ref>{{Cite web|url=http://wwp.greenwichmeantime.com/info/bristol-time.htm|title=Bristol Time|publisher=Wwp.greenwichmeantime.com|date=|accessdate=2011-12-05|archivedate=2006-06-28|archiveurl=https://web.archive.org/web/20060628151049/http://wwp.greenwichmeantime.com/info/bristol-time.htm}}</ref>
ၽွင်းၼႂ်းပိုၼ်ႉၵမ်ႉၽႃႇၼႆႉ ၽၢႆႇလွင်ႈၵပ်းသိုပ်ႇတိတ်းတေႃႇ ၶႅမ်ႉလႅပ်ႈမႃးၸိုင် တီႈဢၼ်ၶဵင်ႇၵပ်းသိုပ်ႇတိတ်းတေႃႇၵၼ်ၼၼ်ႉ လူဝ်ႇ လွင်ႈမၵ်းမၼ်ႈၶၢဝ်းယၢမ်း ဢၼ်ပွင်ၸႂ်ငၢႆႈၼၼ်ႉယဝ်ႉ။
===ၼႃႈလိၼ်ၶၢဝ်းယၢမ်း ပတ်ႉပိုၼ်ႉၵမ်ႇၽႃႇ===
==ၶေႃႈပိုတ်ႇတီႈပွင်ႇ==
==Notation of time==
===SO 8601===
===UTC===
====UTC offset====
===တူဝ်ယေႃႈမၼ်း===
==UTC offsets ပတ်ႉပိုၼ်ႉၵမ်ႇၽႃႇ==
==သဵၼ်ႈမၢႆ UTC offsets==
==Time zone conversions==
==ၶၢဝ်းယၢမ်း ဢၼ်ထိင်းဝႆႉပၼ် လႅင်းသၢႆလႅတ်ႇ==
==ပိူင်ၶွမ်ပိဝ်ႇတႃႇလႄႈ ပိူင်ဢိၼ်ႇထႃႇၼႅတ်ႇ==
===Operating systems===
====Unix====
====မၢႆႉၶရူဝ်ႇသွပ်ႉၾ် ဝိၼ်းတူဝ်း====
===ၽႃႇသႃႇၵႂၢမ်း ၽရူဝ်ႇၶႅမ်းမိင်း===
====Java====
====JavaScript====
====Perl====
====PHP====
====Python====
==တႃႇသိုပ်ႇတူၺ်းထႅင်ႈ==
[[File:Coventry_Time_Zone_Clock.jpg|right|thumb|220x220px|The control panel of the Time Zone Clock in front of Coventry Transport Museum.]]
* [[:en:Daylight_saving_time|Daylight saving time]]
* [[:en:ISO_8601|ISO 8601]]
* [[:en:Jet_lag|Jet lag]]
* [[:en:List_of_time_zone_abbreviations|List of time zone abbreviations]]
* [[:en:List_of_time_zones_by_country|List of time zones by country]]
* [[:en:Lists_of_time_zones|Lists of time zones]]
* [[:en:Metric_time|Metric time]]
* [[:en:Category:Time_by_country|Time by country]]
* [[:en:World_clock|World clock]]
==ၽိုၼ်ဢိင်==
{{Reflist|2}}
==ႁဵၼ်းၵွင်ႉၽၢႆႇၼွၵ်ႈ==
{{Wikivoyage|Time zones|ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း}}
* {{Commons category-inline|Time zones|ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း}}
* [http://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-LT.1-2015-PDF-E.pdf LEGAL TIME 2015]
[[Category:ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း]]
5g4algr876f9vvfylg5sh089ls63i69
65886
65885
2024-12-24T03:45:30Z
Saimawnkham
5
65886
wikitext
text/x-wiki
'''ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း''' ဢၼ်ဝႃႈၼႆႉ ပဵၼ် ၼႃႈလိၵ် ဢၼ်မၵ်းမၼ်ႈဝႆႉ [[:en:Standard_time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း]] ပဵၼ်တၢင်းၵၢၼ် တွၼ်ႈတႃႇႁႂ်ႈမၼ်းပေႃးမႅၼ်ႈၽဵင်ႇၵၼ် တီႈ လွင်ႈသိုဝ်ႉၶၢႆပၢႆးမၢၵ်ႈမီး၊ လွင်ႈတၢင်းတူင်ႇဝူင်းၵူၼ်းၵူႈသမ်ႇသမ်ႇၸိူဝ်းၼၼ်ႉယဝ်ႉ။ ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်းၼႆႉ ၵႆႉၸႅၵ်ႇသေမၵ်းမၼ်ႈ ၸွမ်းၼၼ်ႇ သၢႆၶႅၼ်ႈလိၼ်မိူင်းၼၼ်ႉယဝ်ႉ။ ယွၼ်ႉမၵ်းမၼ်ႈဝႆႉ ၸိူင်ႉၼၼ်သေ တီႈၼႂ်းၼႃႈလိၼ်ၼၼ်ႉ ၸိူဝ်းပဵၼ် ၵၢၼ်ၵႃႉၵၢၼ်ၶၢႆလႄႈသင်၊ ၵၢၼ်ၵပ်းသိုပ်ႇလႄႈသင် တေၸၢင်ႈႁဵတ်းႁႂ်ႈမၼ်းၶႅမ်ႉလႅပ်ႈ ၼႂ်းၶၢဝ်းယၢမ်း ဢၼ်လဵဝ်ၵၼ်ၼၼ်ႉယဝ်ႉ။
ဢၼ်ပဵၼ် ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း မိူင်းၸိူဝ်းမီးၼႂ်းၵမ်ႇၽႃႇၼႆႉ ၵမ်ႉၼမ်တႄႉ ဢွၼ်ၵၼ်ၸႂ်ႉ ပဵၼ်ယၢမ်းမူင်းတဵမ် (UTC−12 to UTC+14) ၼင်ႇၵႃႈတီႈ [[Coordinated Universal Time]] (UTC)သေ မိူင်းၵမ်ႈၽွင်ႈတႄႉ ၸႂ်ႉဝႆႉ 30 လႄႈ 45 မိတ်ႉၼိတ်ႉၼၼ်ႉယဝ်ႉ။ (တူဝ်ယၢင်ႇမၼ်း [[:en:Newfoundland_Time_Zone|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ၼဵဝ်းၽွင်းလႅၼ်း]] - UTC−03:30၊ [[:en:Nepal_Time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ၼီႇပေႃး]] - UTC+05:45၊ [[လၵ်းၸဵင်ၶၢဝ်းယၢမ်းမျၢၼ်ႇမႃႇ]] - UTC +06:30၊ [[:en:Indian_Standard_Time|လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ဢိၼ်းတီးယႃး]] - UTC+05:30) မိူင်းဢၼ် လတ်ႉတိၵျူႉသုင်ၼၼ်ႉ ဢွၼ်ၵၼ်ၸႂ်ႉ [[:en:Daylight_saving_time|ၶၢဝ်းယၢမ်းၶၢဝ်းမႆႈ]] ဢၼ်ပဵၼ် ပေႃးထိုင်ၶၢဝ်းမႆႈၸိုင် သုတ်ႉၽၢႆႇၼႃႈ ၼိုင်ႈၸူဝ်ႈမူင်းၼၼ်ႉယဝ်ႉ။
== List of UTC offsets ==
{{Main|List of UTC time offsets}}
<!-- Please do not use time zone maps that have fixed file names with fixed dates. They are never updated and are only used for historical reference. -->
[[File:World time zones.svg|800px|thumb|center|Time zones of the world]]
In the table below, the locations that use daylight saving time (DST) are listed in their UTC offset when DST is ''not'' in effect. When DST is in effect, approximately during spring and summer, their UTC offset is increased by one hour (except for [[Lord Howe Island]], where it is increased by 30 minutes). For example, during the DST period [[California]] observes [[UTC−07:00]] and the [[United Kingdom]] observes [[UTC+01:00]].
{| class="wikitable" style="font-size:90%; line-height:1.2"
|-
! UTC offset
! colspan=2|Locations that do not use DST
! colspan=2|Locations that use DST
|-
| [[UTC−12:00]]
| style=background:#00FF85| ||style=width:40%|<div style="column-width:10em;column-count:2">{{flag|Baker Island}}<br>{{flag|Howland Island}}</div>
| style=background:#00BF63| ||style=width:60%|
|-
| [[UTC−11:00]]
| style=background:#F0FF00| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|American Samoa}}<br>{{flag|Jarvis Island}}<br>{{flag|Kingman Reef}}<br>{{flag|Midway Atoll}}<br>{{flag+link|Time in|Niue}}<br>{{flag|Palmyra Atoll}}</div>
| style=background:#D3D800| ||
|-
| [[UTC−10:00]]
| style=background:#FF409C| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Cook Islands}}<br>{{no col break|{{flag|French Polynesia}} (most)}}{{flag|Johnston Atoll}}<br>{{flag+link|Time in|United States}}: [[Time in Hawaii|Hawaii]]</div>
| style=background:#DE006A| ||{{flag+link|Time in|United States}}: [[Andreanof Islands]], [[Islands of Four Mountains]], [[Near Islands]], [[Rat Islands]] ([[Aleutian Islands]], [[Alaska]])
|-
| [[UTC−09:30]]
| style=background:#CD61FF| ||{{flag|French Polynesia}}: [[Marquesas Islands]]
| style=background:#9900E0| ||
|-
| [[UTC−09:00]]
| style=background:#6D6AFF| ||{{flag|French Polynesia}}: [[Gambier Islands]]
| style=background:#0400CD| ||{{flag+link|Time in|United States}}: [[Time in Alaska|Alaska]] (most)
|-
| [[UTC−08:00]]
| style=background:#00FF85| ||{{flag|Clipperton Island}}<br>{{flag|Pitcairn Islands}}
| style=background:#00BF63| ||<div style="column-width:20em;column-count:2">{{flag+link|Time in|Canada}}: [[British Columbia]] (most)<br>{{flag+link|Time in|Mexico}}: [[Baja California]]<br>{{flag+link|Time in|United States}}: [[Time in California|California]], [[Time in Idaho|Idaho]] (north), [[Time in Nevada|Nevada]] (most), [[Time in Oregon|Oregon]] (most), [[Washington (state)|Washington]]</div>
|-
| [[UTC−07:00]]
| style=background:#F0FF00| ||{{flag+link|Time in|Canada}}: [[British Columbia]] (northeast), [[Yukon]]<br>{{flag+link|Time in|Mexico}}: [[Baja California Sur]], [[Nayarit]] (most), [[Sinaloa]], [[Sonora]]<br>{{flag+link|Time in|United States}}: [[Time in Arizona|Arizona]] (most)
| style=background:#D3D800| ||{{flag+link|Time in|Canada}}: [[Alberta]], [[British Columbia]] (southeast), [[Northwest Territories]], [[Time in Nunavut|Nunavut]] (west), [[Time in Saskatchewan|Saskatchewan]] ([[Lloydminster]] area)<br>{{flag+link|Time in|Mexico}}: [[Chihuahua (state)|Chihuahua]] (northwest border)<br>{{flag+link|Time in|United States}}: [[Time in Arizona|Arizona]] ([[Navajo Nation]]), [[Colorado]], [[Time in Idaho|Idaho]] (most), [[Time in Kansas|Kansas]] (west), [[Montana]], [[Time in Nebraska|Nebraska]] (west), [[New Mexico]], [[Time in Nevada|Nevada]] (northeast border), [[Time in North Dakota|North Dakota]] (southwest), [[Time in Oregon|Oregon]] (east), [[Time in South Dakota|South Dakota]] (west), [[Time in Texas|Texas]] (west), [[Utah]], [[Wyoming]]
|-
| [[UTC−06:00]]
| style=background:#FF409C| ||<div style="column-width:10em;column-count:2">{{flag|Belize}}<br>{{flag+link|Time in|Canada}}: [[Time in Saskatchewan|Saskatchewan]] (most)<br>{{flag+link|Time in|Costa Rica}}<br>{{no col break|{{flag+link|Time in|Ecuador}}: [[Galápagos Province|Galápagos]]}}{{flag|El Salvador}}<br>{{flag|Guatemala}}<br>{{flag|Honduras}}<br>{{flag+link|Time in|Mexico}} (most)<br>{{flag|Nicaragua}}</div>
| style=background:#DE006A| ||<div style="column-width:20em;column-count:2">{{flag+link|Time in|Canada}}: [[Manitoba]], [[Time in Nunavut|Nunavut]] (central), [[Ontario]] (west)<br>{{flag+link|Time in|Chile}}: [[Easter Island]]<br>{{flag+link|Time in|Mexico}} (northeast border)<br>{{no col break|{{flag+link|Time in|United States}}: [[Time in Alabama|Alabama]], [[Arkansas]], [[Time in Florida|Florida]] (northwest), [[Illinois]], [[Time in Indiana|Indiana]] (northwest, southwest), [[Iowa]], [[Time in Kansas|Kansas]] (most), [[Time in Kentucky|Kentucky]] (west), [[Louisiana]], [[Time in Michigan|Michigan]] (northwest border), [[Minnesota]], [[Mississippi]], [[Missouri]], [[Time in Nebraska|Nebraska]] (most), [[Time in North Dakota|North Dakota]] (most), [[Oklahoma]], [[Time in South Dakota|South Dakota]] (most), [[Time in Tennessee|Tennessee]] (most), [[Time in Texas|Texas]] (most), [[Wisconsin]]}}</div>
|-
| [[UTC−05:00]]
| style=background:#6D6AFF| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Brazil}}: [[Acre (state)|Acre]], [[Amazonas (Brazilian state)|Amazonas]] (southwest)<br>{{flag+link|Time in|Canada}}: [[Atikokan]], [[Mishkeegogamang First Nation|Mishkeegogamang]], [[Southampton Island]]<br>{{flag|Cayman Islands}}<br>{{flag+link|Time in|Colombia}}<br>{{flag+link|Time in|Ecuador}} (most)<br>{{flag+link|Time in|Jamaica}}<br>{{flag+link|Time in|Mexico}}: [[Quintana Roo]]<br>{{flag|Navassa Island}}<br>{{flag|Panama}}<br>{{flag+link|Time in|Peru}}</div>
| style=background:#0400CD| ||<div style="column-width:20em;column-count:2">{{flag|Bahamas}}<br>{{flag+link|Time in|Canada}}: [[Time in Nunavut|Nunavut]] (east), [[Ontario]] (most), [[Quebec]] (most)<br>{{flag|Cuba}}<br>{{flag|Haiti}}<br>{{flag|Turks and Caicos Islands}}<br>{{no col break|{{flag+link|Time in|United States}}: [[Time in Connecticut|Connecticut]], [[Delaware]], [[Time in Washington, D.C.|District of Columbia]], [[Time in Florida|Florida]] (most), [[Georgia (U.S. state)|Georgia]], [[Time in Indiana|Indiana]] (most), [[Time in Kentucky|Kentucky]] (east), [[Time in Maine|Maine]], [[Maryland]], [[Time in Massachusetts|Massachusetts]], [[Time in Michigan|Michigan]] (most), [[Time in New Hampshire|New Hampshire]], [[New Jersey]], [[Time in New York|New York]], [[North Carolina]], [[Ohio]], [[Pennsylvania]], [[Time in Rhode Island|Rhode Island]], [[South Carolina]], [[Time in Tennessee|Tennessee]] (east), [[Time in Vermont|Vermont]], [[Virginia]], [[West Virginia]]}}</div>
|-
| [[UTC−04:00]]
| style=background:#00FF85| ||<div style="column-width:10em;column-count:2">{{flag|Anguilla}}<br>{{flag+link|Time in|Antigua and Barbuda}}<br>{{flag|Aruba}}<br>{{flag|Barbados}}<br>{{flag|Bolivia}}<br>{{flag+link|Time in|Brazil}}: [[Amazonas (Brazilian state)|Amazonas]] (most), [[Mato Grosso]], [[Mato Grosso do Sul]], [[Rondônia]], [[Roraima]]<br>{{flag|British Virgin Islands}}<br>{{flag+link|Time in|Canada}}: [[Quebec]] (east)<br>{{flag|Caribbean Netherlands}}<br>{{flag|Curaçao}}<br>{{flag|Dominica}}<br>{{no col break|{{flag|Dominican Republic}}}}{{flag|Grenada}}<br>{{flag|Guadeloupe}}<br>{{flag|Guyana}}<br>{{flag|Martinique}}<br>{{flag|Montserrat}}<br>{{flag+link|Time in|Puerto Rico}}<br>{{flag|Saint Barthélemy}}<br>{{flag|Saint Kitts and Nevis}}<br>{{flag|Saint Lucia}}<br>{{flag|Saint Martin}}<br>{{flag|Saint Vincent and the Grenadines}}<br>{{flag|Sint Maarten}}<br>{{flag+link|Time in|Trinidad and Tobago}}<br>{{flag+link|Time in|United States Virgin Islands}}<br>{{flag+link|Time in|Venezuela}}</div>
| style=background:#00BF63| ||{{flag|Bermuda}}<br>{{flag+link|Time in|Canada}}: [[Labrador]] (most), [[New Brunswick]], [[Nova Scotia]], [[Prince Edward Island]]<br>{{flag+link|Time in|Chile}} (most)<br>{{flag+link|Time in|Greenland}}: [[Pituffik Space Base]]
|-
| [[UTC−03:30]]
| style=background:#A9FF13| ||
| style=background:#419300| ||{{flag+link|Time in|Canada}}: [[Newfoundland (island)|Newfoundland]], [[Labrador]] (southeast)
|-
| [[UTC−03:00]]
| style=background:#F0FF00| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Argentina}}<br>{{flag+link|Time in|Brazil}} (most)<br>{{flag+link|Time in|Chile}}: [[Magallanes Region]]<br>{{flag+link|Time in|Falkland Islands}}<br>{{flag|French Guiana}}<br>{{flag+link|Time in|Paraguay}}<br>{{flag|Suriname}}<br>{{flag+link|Time in|Uruguay}}</div>
| style=background:#D3D800| ||{{flag|Saint Pierre and Miquelon}}
|-
| [[UTC−02:00]]
| style=background:#FF409C| ||{{flag+link|Time in|Brazil}}: [[Fernando de Noronha]]<br>{{flag|South Georgia and the South Sandwich Islands}}
| style=background:#DE006A| ||{{flag+link|Time in|Greenland}} (most)
|-
| [[UTC−01:00]]
| style=background:#6D6AFF| ||{{flag+link|Time in|Cape Verde}}
| style=background:#0400CD| ||{{flag+link|Time in|Portugal}}: [[Azores]]
|-
| [[UTC+00:00]]
| style=background:#00FF85| ||<div style="column-width:10em;column-count:2">{{flag|Burkina Faso}}<br>{{flag|Gambia}}<br>{{flag|Ghana}}<br>{{flag+link|Time in|Greenland}}: [[Northeast Greenland National Park|National Park]] (east coast)<br>{{flag|Guinea}}<br>{{flag|Guinea-Bissau}}<br>{{flag|Iceland}}<br>{{flag|Ivory Coast}}<br>{{flag|Liberia}}<br>{{flag|Mali}}<br>{{flag|Mauritania}}<br>{{flag|Saint Helena, Ascension and Tristan da Cunha}}<br>{{flag|Senegal}}<br>{{flag|Sierra Leone}}<br>{{flag|São Tomé and Príncipe}}<br>{{flag|Togo}}</div>
| style=background:#00BF63| ||{{flag+link|Time in|Faroe Islands}}<br>{{flag|Bailiwick of Guernsey|name=Guernsey}}<br>{{flag+link|Time in|Ireland}}<br>{{flag|Isle of Man}}<br>{{flag|Jersey}}<br>{{flag+link|Time in|Portugal}} (most)<br>{{flag+link|Time in|Spain}}: [[Canary Islands]]<br>{{flag+link|Time in|United Kingdom}}
|-
| [[UTC+01:00]]
| style=background:#F0FF00| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Algeria}}<br>{{flag+link|Time in|Angola}}<br>{{flag|Benin}}<br>{{flag|Cameroon}}<br>{{flag|Central African Republic}}<br>{{flag|Chad}}<br>{{flag|Congo}}<br>{{no col break|{{flag+link|Time in|DR Congo|name=Democratic Republic of the Congo}}: [[Province of Équateur|Équateur]], [[Kinshasa]], [[Kongo Central]], [[Kwango]], [[Kwilu Province|Kwilu]], [[Mai-Ndombe Province|Mai-Ndombe]], [[Mongala]], [[Nord-Ubangi]], [[Sud-Ubangi]], [[Tshuapa]]}}{{flag|Equatorial Guinea}}<br>{{flag|Gabon}}<br>{{flag+link|Time in|Morocco}}{{efn|name=ma|Observes UTC+00:00 around [[Ramadan]].<ref>{{cite web |url=https://www.timeanddate.com/news/time/morocco-changes-clocks-2019.html |title=Morocco Re-Introduces Clock Changes for Ramadan 2019 |publisher=Timeanddate.com |date=April 19, 2019 |archive-url=https://web.archive.org/web/20201228210847/https://www.timeanddate.com/news/time/morocco-changes-clocks-2019.html |archive-date=December 28, 2020 |url-status=live}}</ref><ref>{{cite web |url=https://www.timeanddate.com/time/zone/morocco/casablanca |title=Time Zone in Casablanca, Morocco |publisher=Timeanddate.com |archive-url=https://web.archive.org/web/20210330010901/https://www.timeanddate.com/time/zone/morocco/casablanca |archive-date=March 30, 2021 |url-status=live}}</ref><ref>{{cite web |url=https://www.timeanddate.com/time/zone/western-sahara/el-aaiun |title=Time Zone in El Aaiún, Western Sahara |publisher=Timeanddate.com |archive-url=https://web.archive.org/web/20210214122434/https://www.timeanddate.com/time/zone/western-sahara/el-aaiun |archive-date=February 14, 2021 |url-status=live}}</ref>}}<br>{{flag|Niger}}<br>{{flag|Nigeria}}<br>{{flag+link|Time in|Tunisia}}<br>''{{flag|Western Sahara}}''{{efn|name=ma}}</div>
| style=background:#D3D800| ||<div style="column-width:10em;column-count:3">{{flag|Albania}}<br>{{flag|Andorra}}<br>{{flag|Austria}}<br>{{flag+link|Time in|Belgium}}<br>{{flag+link|Time in|Bosnia and Herzegovina}}<br>{{flag|Croatia}}<br>{{flag+link|Time in|Czech Republic}}<br>{{flag+link|Time in|Denmark}}<br>{{flag+link|Time in|France}} ([[Metropolitan France|metropolitan]])<br>{{flag+link|Time in|Germany}}<br>{{flag+link|Time in|Gibraltar}}<br>{{flag+link|Time in|Hungary}}<br>{{flag+link|Time in|Italy}}<br>''{{flag|Kosovo}}''<br>{{flag|Liechtenstein}}<br>{{flag|Luxembourg}}<br>{{flag+link|Time in|Malta}}<br>{{flag|Monaco}}<br>{{flag|Montenegro}}<br>{{flag+link|Time in|Netherlands}} (European)<br>{{flag|North Macedonia}}<br>{{flag+link|Time in|Norway}}<br>{{flag|Poland}}<br>{{flag|San Marino}}<br>{{flag|Serbia}}<br>{{flag+link|Time in|Slovakia}}<br>{{flag|Slovenia}}<br>{{flag+link|Time in|Spain}} (most)<br>{{flag|Sweden}}<br>{{flag+link|Time in|Switzerland}}<br>{{flag|Vatican City}}</div>
|-
| [[UTC+02:00]]
| style=background:#FF409C| ||<div style="column-width:10em;column-count:2">{{flag|Botswana}}<br>{{flag|Burundi}}<br>{{flag+link|Time in|DR Congo|name=Democratic Republic of the Congo}} (most)<br>{{flag|Eswatini}}<br>{{flag|Lesotho}}<br>{{flag|Libya}}<br>{{flag|Malawi}}<br>{{flag|Mozambique}}<br>{{flag+link|Time in|Namibia}}<br>{{flag+link|Time in|Russia}}: [[Kaliningrad Oblast|Kaliningrad]]<br>{{flag|Rwanda}}<br>{{flag+link|Time in|South Africa}} (most)<br>{{flag|South Sudan}}<br>{{flag|Sudan}}<br>{{flag|Zambia}}<br>{{flag|Zimbabwe}}</div>
| style=background:#DE006A| ||<div style="column-width:10em;column-count:3">{{flag|Akrotiri and Dhekelia}}<br>{{flag|Bulgaria}}<br>{{flag+link|Time in|Cyprus}}<br>{{flag+link|Time in|Egypt}}<br>{{flag+link|Time in|Estonia}}<br>{{flag+link|Time in|Finland}}<br>{{flag|Greece}}<br>{{flag+link|Time in|Israel}}<br>{{flag|Latvia}}<br>{{flag+link|Time in|Lebanon}}<br>{{flag+link|Time in|Lithuania}}<br>{{flag|Moldova}}<br>''{{flag|Northern Cyprus}}''<br>{{flag+link|Time in|Palestine}}<br>{{flag|Romania}}<br>''{{flag|Transnistria}}''<br>{{flag+link|Time in|Ukraine}} (most)</div>
|-
| [[UTC+03:00]]
| style=background:#6D6AFF| ||<div style="column-width:10em;column-count:2">''{{flag|Abkhazia}}''<br>{{flag+link|Time in|Bahrain}}<br>{{flag+link|Time in|Belarus}}<br>{{flag|Comoros}}<br>{{flag|Djibouti}}<br>{{flag|Eritrea}}<br>{{flag+link|Time in|Ethiopia}}<br>{{flag|French Southern and Antarctic Lands}}: [[Scattered Islands]]<ref name=fr>{{cite web |url=https://www.legifrance.gouv.fr/jorf/id/JORFTEXT000034154759 |title=Décret nº 2017-292 du 6 mars 2017 relatif au temps légal français |trans-title=Decree no. 2017-292 of 6 March 2017 relative to French legal time |publisher=Légifrance |date=March 8, 2017 |language=fr |archive-url=https://web.archive.org/web/20201202160854/https://www.legifrance.gouv.fr/jorf/id/JORFTEXT000034154759/ |archive-date=December 2, 2020 |url-status=live}}</ref><br>{{flag+link|Time in|Iraq}}<br>{{flag+link|Time in|Jordan}}<br>{{flag+link|Time in|Kenya}}<br>{{flag+link|Time in|Kuwait}}<br>{{flag|Madagascar}}<br>{{flag|Mayotte}}<br>{{flag+link|Time in|Qatar}}<br>{{flag+link|Time in|Russia}} (most of [[European Russia|European part]])<br>{{flag+link|Time in|Saudi Arabia}}<br>{{flag|Somalia}}<br>''{{flag|Somaliland}}''<br>{{flag+link|Time in|South Africa}}: [[Prince Edward Islands]]<br>''{{flag+link|Time in|South Ossetia}}''<br>{{flag+link|Time in|Syria}}<br>{{flag|Tanzania}}<br>{{flag+link|Time in|Turkey}}<br>{{flag|Uganda}}<br>{{flag|Ukraine}}: [[Russian-occupied territories of Ukraine|occupied territories]]<br>{{flag+link|Time in|Yemen}}</div>
| style=background:#0400CD| ||
|-
| [[UTC+03:30]]
| style=background:#35C8FF| ||{{flag+link|Time in|Iran}}
| style=background:#0080B2| ||
|-
| [[UTC+04:00]]
| style=background:#00FF85| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Armenia}}<br>{{flag+link|Time in|Azerbaijan}}<br>{{flag|French Southern and Antarctic Lands}}: [[Crozet Islands]]<ref name=fr/><br>{{flag+link|Time in|Georgia}}<br>{{flag+link|Time in|Mauritius}}<br>{{flag+link|Time in|Oman}}<br>{{flag+link|Time in|Russia}}: [[Astrakhan Oblast|Astrakhan]], [[Samara Oblast|Samara]], [[Saratov Oblast|Saratov]], [[Udmurtia]], [[Ulyanovsk Oblast|Ulyanovsk]]<br>{{flag|Réunion}}<br>{{flag|Seychelles}}<br>{{flag+link|Time in|United Arab Emirates}}</div>
| style=background:#00BF63| ||
|-
| [[UTC+04:30]]
| style=background:#A9FF13| ||{{flag+link|Time in|Afghanistan}}
| style=background:#419300| ||
|-
| [[UTC+05:00]]
| style=background:#F0FF00| ||<div style="column-width:10em;column-count:2">{{flag|French Southern and Antarctic Lands}}: [[Kerguelen Islands]], [[Île Saint-Paul|Saint Paul Island]], [[Île Amsterdam|Amsterdam Island]]<br>{{flag|Heard Island and McDonald Islands}}<br>{{flag+link|Time in|Kazakhstan}}<br>{{flag+link|Time in|Maldives}}<br>{{flag+link|Time in|Pakistan}}<br>{{flag+link|Time in|Russia}}: [[Bashkortostan]], [[Chelyabinsk Oblast|Chelyabinsk]], [[Khanty-Mansi Autonomous Okrug|Khanty-Mansi]], [[Kurgan Oblast|Kurgan]], [[Orenburg Oblast|Orenburg]], [[Perm Krai|Perm]], [[Sverdlovsk Oblast|Sverdlovsk]], [[Tyumen Oblast|Tyumen]], [[Yamalia]]<br>{{flag+link|Time in|Tajikistan}}<br>{{flag+link|Time in|Turkmenistan}}<br>{{flag+link|Time in|Uzbekistan}}</div>
| style=background:#D3D800| ||
|-
| [[UTC+05:30]]
| style=background:#FF9F25| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|India}}<br>{{flag+link|Time in|Sri Lanka}}</div>
| style=background:#F05F00| ||
|-
| [[UTC+05:45]]
| style=background:#FF2F2F| ||{{flag+link|Time in|Nepal}}
| style=background:#D0D0D0| ||
|-
| [[UTC+06:00]]
| style=background:#FF409C| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Bangladesh}}<br>{{flag+link|Time in|Bhutan}}<br>{{flag|British Indian Ocean Territory}}<br>{{flag+link|Time in|Kyrgyzstan}}<br>{{flag+link|Time in|Russia}}: [[Omsk Oblast|Omsk]]</div>
| style=background:#DE006A| ||
|-
| [[UTC+06:30]]
| style=background:#CD61FF| ||<div style="column-width:10em;column-count:2">{{flag|Cocos (Keeling) Islands}}<br>{{flag+link|Time in|Myanmar}}</div>
| style=background:#9900E0| ||
|-
| [[UTC+07:00]]
| style=background:#6D6AFF| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Cambodia}}<br>{{flag|Christmas Island}}<br>{{flag+link|Time in|Indonesia}}: [[Sumatra]], [[Java]], [[West Kalimantan]], [[Central Kalimantan]]<br>{{flag+link|Time in|Laos}}<br>{{no col break|{{flag+link|Time in|Mongolia}}: [[Bayan-Ölgii Province|Bayan-Ölgii]], [[Khovd Province|Khovd]], [[Uvs Province|Uvs]]}}{{flag+link|Time in|Russia}}: [[Altai Krai]], [[Altai Republic]], [[Kemerovo Oblast|Kemerovo]], [[Khakassia]], [[Krasnoyarsk Krai|Krasnoyarsk]], [[Novosibirsk Oblast|Novosibirsk]], [[Tomsk Oblast|Tomsk]], [[Tuva]]<br>{{flag+link|Time in|Thailand}}<br>{{flag+link|Time in|Vietnam}}</div>
| style=background:#0400CD| ||
|-
| [[UTC+08:00]]
| style=background:#00FF85| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Australia}}: [[Western Australia]] (most)<br>{{flag+link|Time in|Brunei}}<br>{{flag+link|Time in|China}}<br>{{flag+link|Time in|Hong Kong}}<br>{{no col break|{{flag+link|Time in|Indonesia}}: [[South Kalimantan]], [[East Kalimantan]], [[North Kalimantan]], [[Sulawesi]], [[Lesser Sunda Islands]]}}{{flag+link|Time in|Macau}}<br>{{flag+link|Time in|Malaysia}}<br>{{flag+link|Time in|Mongolia}} (most)<br>{{flag+link|Time in|Philippines}}<br>{{flag+link|Time in|Russia}}: [[Buryatia]], [[Irkutsk Oblast|Irkutsk]]<br>{{flag+link|Time in|Singapore}}<br>''{{flag+link|Time in|Taiwan}}''</div>
| style=background:#00BF63| ||
|-
| [[UTC+08:45]]
| style=background:#A5FB00| ||{{flag+link|Time in|Australia}}: [[Eucla, Western Australia|Eucla]]
| style=background:#8ED800| ||
|-
| [[UTC+09:00]]
| style=background:#F0FF00| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|East Timor}}<br>{{flag+link|Time in|Indonesia}}: [[Maluku Islands]], [[Western New Guinea]]<br>{{flag+link|Time in|Japan}}<br>{{flag+link|Time in|North Korea}}<br>{{flag|Palau}}<br>{{flag+link|Time in|Russia}}: [[Amur Oblast|Amur]], [[Sakha Republic|Sakha]] (most), [[Zabaykalsky Krai|Zabaykalsky]]<br>{{flag+link|Time in|South Korea}}</div>
| style=background:#D3D800| ||
|-
| [[UTC+09:30]]
| style=background:#FF9F25| ||{{flag+link|Time in|Australia}}: [[Northern Territory]]
| style=background:#F05F00| ||{{flag+link|Time in|Australia}}: [[South Australia]], [[Yancowinna County]]<ref>{{cite web |title=Standard Time Act 1987 No 149 |url=https://legislation.nsw.gov.au/view/whole/html/inforce/current/act-1987-149 |publisher=New South Wales Government |access-date=February 29, 2024}}</ref>
|-
| [[UTC+10:00]]
| style=background:#FF409C| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Australia}}: [[Queensland]]<br>{{flag+link|Time in|Guam}}<br>{{flag|Micronesia}}: [[Chuuk State|Chuuk]], [[Yap State|Yap]]<br>{{no col break|{{flag+link|Time in|Northern Mariana Islands}}}}{{no col break|{{flag|Papua New Guinea}} (most)}}{{flag+link|Time in|Russia}}: [[Jewish Autonomous Oblast|Jewish]], [[Khabarovsk Krai|Khabarovsk]], [[Primorsky Krai|Primorsky]], [[Sakha Republic|Sakha]] (central-east)</div>
| style=background:#DE006A| ||{{flag+link|Time in|Australia}}: [[Australian Capital Territory]], [[Jervis Bay Territory]], [[New South Wales]] (most), [[Tasmania]], [[Victoria (Australia)|Victoria]]
|-
| [[UTC+10:30]]
| style=background:#CD61FF| ||
| style=background:#9900E0| ||{{flag+link|Time in|Australia}}: [[Lord Howe Island]] (DST increase is 30 minutes)
|-
| [[UTC+11:00]]
| style=background:#6D6AFF| ||<div style="column-width:10em;column-count:2">{{flag|Micronesia}}: [[Kosrae]], [[Pohnpei State|Pohnpei]]<br>{{flag|New Caledonia}}<br>{{no col break|{{flag|Papua New Guinea}}: [[Autonomous Region of Bougainville|Bougainville]]}}{{flag+link|Time in|Russia}}: [[Magadan Oblast|Magadan]], [[Sakha Republic|Sakha]] (east), [[Sakhalin Oblast|Sakhalin]]<br>{{flag|Solomon Islands}}<br>{{flag+link|Time in|Vanuatu}}</div>
| style=background:#0400CD| ||{{flag+link|Time in|Norfolk Island}}
|-
| [[UTC+12:00]]
| style=background:#00FF85| ||<div style="column-width:10em;column-count:2">{{flag+link|Time in|Fiji}}<br>{{flag|Kiribati}}: [[Gilbert Islands]]<br>{{flag|Marshall Islands}}<br>{{flag|Nauru}}<br>{{no col break|{{flag+link|Time in|Russia}}: [[Chukotka Autonomous Okrug|Chukotka]], [[Kamchatka Krai|Kamchatka]]}}{{flag+link|Time in|Tuvalu}}<br>{{flag|Wake Island}}<br>{{flag|Wallis and Futuna}}</div>
| style=background:#00BF63| ||{{flag+link|Time in|New Zealand}} (most)
|-
| [[UTC+12:45]]
| style=background:#A5FB00| ||
| style=background:#8ED800| ||{{flag+link|Time in|New Zealand}}: [[Chatham Islands]]
|-
| [[UTC+13:00]]
| style=background:#F0FF00| ||<div style="column-width:10em;column-count:2">{{flag|Kiribati}}: [[Phoenix Islands]]<br>{{flag+link|Time in|Samoa}}<br>{{flag+link|Time in|Tokelau}}<br>{{flag+link|Time in|Tonga}}</div>
| style=background:#D3D800| ||
|-
| [[UTC+14:00]]
| style=background:#FF409C| ||{{flag|Kiribati}}: [[Line Islands]]
| style=background:#DE006A| ||
|}
==ပိုၼ်းး==
===Early timekeeping===
မိူဝ်ႈပႆႇၶူင်သၢင်ႈလႆႈ [[ယၢမ်းမူင်း]]ဢွၼ်တၢင်းသုတ်းၼၼ်ႉ ၵူၼ်းၶဝ်ၼႆႉ ၶၢဝ်းယၢမ်းၼိုင်ႈဝၼ်းၼိုင်ႈဝၼ်းၼႆႉ လႆႈဢိင်ၼိူဝ်သဵၼ်ႈတၢင်းဢၼ်လႅတ်ႇၵႂႃႇသေ တႅပ်းတတ်းယဝ်ႉ။ တူဝ်ယၢင်ႇမၼ်း မိူၼ်ၼင်ႇ ယၢမ်းမူင်းလႅတ်ႇၼၼ်ႉသေ ၼၼ်ႉၵေႃႈ ဢိင်ၼိူဝ်ဢွင်ႈတီႈမၼ်းသေ မီးလွင်ႈပႅၵ်ႇပိူင်ႈၵၼ်ဝႆႉယူႇယဝ်ႉ။
ထိုင် ႁူဝ်ပၢၵ်ႇပီ ၁၉ ၽိူဝ်ႇ ယၢမ်းမူင်းဢၼ်ၶႅမ်ႉလႅပ်ႈ ဢွၵ်ႇမႃးၸိုင်{{citation needed}} ၵူႈဝဵင်းဝဵင်းၼႆႉ ဢွၼ်ၵၼ်ၸႂ်ႉ ၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈ [[:en:Mean solar time|mean solar time]] မႃးယဝ်ႉ။ ၶၢဝ်းယၢမ်းလႅတ်ႇ ဢၼ်မီးတႄႉတႄႉမၼ်းၼႆႉ တင်း mean solar time သေ ပိူင်ႈၵၼ် မွၵ်ႈ ၁၅ မိတ်ႉၼိတ်ႉၼၼ်ႉယဝ်ႉ။ (ၼႄဝႆႉတီႈ ([[:en:Equation of time|လွင်ႈၽဵင်ႇမိူၼ် ၶၢဝ်းယၢမ်း]] ၼၼ်ႉယူႇ။) လွင်ႈလႆႈပိူင်ႈၵၼ်ၸိူင်ႉၼၼ်ၼၼ်ႉ ယွၼ်ႉပိူဝ်ႈဝႃႈ ၵမ်ႇၽႃႇၼႆႉ မၼ်းပၼ်ႁွပ်ႈလႅတ်ႈ ၼင်ႇမူၼ်းၶႆႇပဵတ်းလၢဝ်ႈလၢဝ်ႈ ([[:en:Orbital eccentricity|Eccentricity]]) လႄႈ ယွၼ်ႉ မၼ်းပၼ်ႇၵိူင်း တီႈၼိူဝ်ၵၢၼ်း ([[:en:Axial tilt|Obliquity]]) မၼ်းၼၼ်ႉယဝ်ႉ။ ဝၼ်း ၸိူဝ်းဢၼ်မီးတီႈၼိူဝ် Mean solar time ၸိူဝ်းၼၼ်ႉ ပေႃးဝႃႈပဵၼ် ၶၢဝ်းၵၢင်ဝၼ်းၼႆ မီးၶၢဝ်းယၢမ်းဢၼ်မိူၼ်ၵၼ်သေ လွင်ႈပိူင်ႈၵၼ် သွင်ဢၼ်ၼၼ်ႉ ပေႃးဝႆႉ သုတ်းပီၵႂႃႇၼႆ ၶိုၼ်းၽႅဝ်ၵႂႃႇတီႈ သၢႆငၢႆ သုၼ် ၼၼ်ႉယဝ်ႉ။
ပဵၼ် [[လၵ်းၸဵင်ၶၢဝ်းယၢမ်းၵရိၼ်းၼိတ်ႉ|လၵ်းၸဵင်ၶၢဝ်းယၢမ်းၵရိၼ်းၼိတ်ႉ (Greenwich Mean Time)]] (GMT) ၼႆႉ လုၵ်ႉတီႈ [[:en:Royal Observatory, Greenwich|ဢွင်ႈလႅပ်ႈႁဵၼ်းၾႃႉလၢဝ် ၸၢဝ်းၸဝ်ႈ (ၵရိၼ်းၼိတ်ႉ)]] သေ လႆႈၵေႃႇသၢင်ႈမႃး မိူဝ်ႈပီ 1675 ၼၼ်ႉယဝ်ႉ။ လွင်ႈယိူင်းဢၢၼ်းတႄႉ ပဵၼ်တွၼ်ႈတႃႇပၼ်လႆႈ တၢင်းၸွႆႈထႅမ်ႈ တႃႇ ႁိူင်းသၢင်ႈၽေႃး ဢၼ်မီးတီႈၼႂ်း ပၢင်ႇလၢႆႇ ႁႂ်ႈမၵ်းမၼ်ႈလႆႈ [[:en:Longitude|လွင်ႇၵျီႇၵျူႉ]] ၼႆယဝ်ႉ။ ၽွင်းမိူဝ်ႈဝဵင်းတီႈၼႂ်း ဢိင်ႇၵလၢၼ်ႇ ၵူႈတီႈတီႈ ဢၼ်မီးၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈ ဢမ်ႇမိူၼ်ၵၼ်ၼၼ်ႉ သၢႆဢၼ်ၼၼ်ႉ မၼ်းပၼ်မႃးလႆႈ လၵ်းၸဵင်ၶၢဝ်းယၢမ်းတႃႇဢိင်ဢၢင်ႈၼၼ်ႉယဝ်ႉ။
===Railway time===
[[File:Time zone chicago.jpg|right|thumb|Plaque commemorating the Railway General Time Convention of 1883 in North America]]
ၽိူဝ်ႇ လွင်ႈၵၢၼ်တေႃႉသူင်ႇရူတ်ႉလဵၼ်း လႄႈ လွင်ႈၵပ်းသိုပ်ႇသၢႆလူမ်း ႁုၼ်ႈမုၼ်းၶိုၼ်ႈယႂ်ႇမႃး ဢၼ်ပဵၼ် ယၢမ်းပိုၼ်ႉတီႈ (Local solar time) ၸိူဝ်းၼၼ်ႉ မီးလွင်ႈဢမ်ႇၶႅမ်ႉလႅပ်ႈမႃးယဝ်ႉ။ လွင်ႈတၢင်းမၼ်းတႄႉ ဢိင်ၼိူဝ်ၼႃႈလိၼ်သေၵေႃႈ လွင်ႇၵျီႇၵျူႉ ဢၼ်ၵဵဝ်ႇလူၺ်ႈလႅင်ႈလိၼ်သေ ၼႂ်းၵႄႈဢွင်ႈတီႈပိုၼ်ႉတီႈၸိူဝ်းၼၼ်ႉ ယၢမ်းမူင်းၼႆႉ လႅၵ်ႈလၢႆႈဝႆႉယူႇယဝ်ႉ။ တီႈ လွင်ႇၵျီႇၵျူႉတီႇၵရီႇၼိုင်ႈဢၼ်ၼႆႉ ၶၢဝ်းယၢမ်းလႅၵ်ႈလၢႆႈ သီႇမိတ်ႉၼိတ်ႉယဝ်ႉ။ တူဝ်ယၢင်ႇမၼ်း [[:en:Bristol|ပရိတ်ႉသ်တူဝ်ႇ]]ၼႆႉ မီးဝႆႉ ၽၢႆႇတူၵ်း ၵရိၼ်းၼိတ်ႉ (ပွတ်းဢွၵ်ႇ [[လၼ်ႇတၼ်ႇ၊ ဝဵင်း|ဝဵင်းလၼ်ႇတၼ်ႇ]]) မွၵ်ႈ ၂.၅ တီႇၵရီႇၼၼ်ႉလႄႈ ၶၢဝ်းယၢမ်းတဵင်ႈဝၼ်း တီႈ ဝဵင်းပရိတ်ႉသ်တူဝ်ႇ (Solar noon) ၼႆႉ မၼ်းပေႃးပူၼ်ႉၵႂႃႇ ၶၢဝ်းယၢမ်းတဵင်ႈဝၼ်းတီႈလၼ်ႇတၼ်ႇ တႃႇ ၁၀ မိတ်ႉၼိတ်ႉပၢႆယဝ်ႉ။ <ref>Latitude and Longitude of World Cities http://www.infoplease.com/ipa/A0001769.html</ref> လွင်ႈၸႂ်ႉတိုဝ်းပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်းၼႆ့ ယိုင်ႈႁိုင်ႈယိုင်ႈပိူင်ႈၵၼ်မႃးၼမ်ယဝ်ႉ။
ဢၼ်ပဵၼ် လၵ်းၸဵင်ၶၢဝ်းယၢမ်း ဢွၼ်တၢင်းသုတ်းၼႆႉ မိူဝ်ႈ ပီ 1847 တီႇသႅမ်ႇပႃႇ 1 ဝၼ်းၼၼ်ႉ လုၵ်ႉတီႈ [[:en:History of rail transport in Great Britain|ၶမ်ႇပၼီႇရူတ်ႉလဵၼ်း]] ဢၼ်မီးတီႈ ၵရဵတ်ႉပရိတ်ႉတဵင်ႇ ဢဝ် GMT သႂ်ႇတီႈၼႂ်ႈ [[ယၢမ်းမူင်းၶရူဝ်ႇမီႇတႃႇ|ၶရူဝ်ႇၼူဝ်ႇမီႇတႃႇ]] ဢၼ်တေႃႉဢဝ်ၵႂႃႇငၢႆႈၼၼ်ႉသေၵေႃႈ မၵ်းမၼ်ႈမႃးယဝ်ႉ။ ၼႂ်းၵႃႈၶမ်ႇပၼီႇ ႁူင်းၵၢၼ်ၸိူဝ်းၼၼ်ႉ ၶမ်ႇပၼီႇဢၼ်မၵ်းမၼ်ႈဢွၼ်တၢင်းသုတ်းၼႆႉ ပဵၼ် [[:en:Great Western Railway|Great Western Railway]] (GWR) သေ ပဵၼ် မိူဝ်ႈ 1840 ၼူဝ်ႇဝႅမ်ႇပႃႇၼၼ်ႉယဝ်ႉ။ လွင်ႈၸႂ်ႉတိုဝ်းဢၼ်ၼၼ်ႉၼႆႉ ဢမ်ႇပေႃးႁိုင်ပေႃးၼၢၼ်း ၵူၼ်းႁူႉၼမ်မႃးဝႃႈ [[:en:Railway time|Railway Time]] ဝႃႈၼႆယဝ်ႉ။ မွၵ်ႈ 1852 ဢေႃးၵၢတ်ႉ 23 ၼၼ်ႉ လုၵ်ႉတီႈ ဢွင်ႈတူၺ်းလၢဝ်ၾႃႉ ၸၢဝ်းၸဝ်ႈ (ၵရိၼ်းၼိတ်ႉ) လႆႈပိုၼ်ပွႆႇပၼ် သၢႆၶၢဝ်းယမၢ်း (time signals) [[သၢႆလူမ်း]]ၼၼ်ႉယဝ်ႉ။ ယၢမ်းမူင်း ၵူၼ်းမိူင်းဢၼ်မီးတီႈ ၵရဵတ်ႉပရိတ်ႉတဵင်ႇ မွၵ်ႈ ႁူဝ်ပၢၵ်ႇ ၉၈% ၼႆႉ မိူဝ်ႈပႆႇထိုင် 1855 ၼႆႉ တိုၵ်ႉဢွၼ်ၵၼ်ၸႂ်ႉ GMT မႃးယဝ်ႉ။ တေႃႇပႆႇထိုင် 1880 ဢေႃးၵၢတ်ႉ 2 ဝၼ်းၼၼ်ႉ ယင်းပႆႇလႆႈမၵ်းမၼ်ႈ ၶၢဝ်းယၢမ်းပဵၼ်တၢင်းၵၢၼ် ႁင်းပရိတ်ႉတဵင်ႇ။ ၶၢဝ်းယမၢ်းၼၼ်ႉ တီႈယၢမ်းမူင်းပရိတ်ႉတဵင်ႇၼၼ်ႉ မီး မိုဝ်းမိတ်ႉၼိတ်ႉသွင်ဢၼ်သေ ဢၼ်ၼိုင်ႈၼႆႉ ပဵၼ်တွၼ်ႈတႃႇ ၶၢဝ်းယၢမ်းပိုၼ်ႉတီႈလႄႈ ဢၼ်ၼိုင်ႈၼႆႉ ပဵၼ် တႃႇ GMT ယဝ်ႉ။<ref>{{Cite web|url=http://wwp.greenwichmeantime.com/info/bristol-time.htm|title=Bristol Time|publisher=Wwp.greenwichmeantime.com|date=|accessdate=2011-12-05|archivedate=2006-06-28|archiveurl=https://web.archive.org/web/20060628151049/http://wwp.greenwichmeantime.com/info/bristol-time.htm}}</ref>
ၽွင်းၼႂ်းပိုၼ်ႉၵမ်ႉၽႃႇၼႆႉ ၽၢႆႇလွင်ႈၵပ်းသိုပ်ႇတိတ်းတေႃႇ ၶႅမ်ႉလႅပ်ႈမႃးၸိုင် တီႈဢၼ်ၶဵင်ႇၵပ်းသိုပ်ႇတိတ်းတေႃႇၵၼ်ၼၼ်ႉ လူဝ်ႇ လွင်ႈမၵ်းမၼ်ႈၶၢဝ်းယၢမ်း ဢၼ်ပွင်ၸႂ်ငၢႆႈၼၼ်ႉယဝ်ႉ။
===ၼႃႈလိၼ်ၶၢဝ်းယၢမ်း ပတ်ႉပိုၼ်ႉၵမ်ႇၽႃႇ===
==ၶေႃႈပိုတ်ႇတီႈပွင်ႇ==
==Notation of time==
===SO 8601===
===UTC===
====UTC offset====
===တူဝ်ယေႃႈမၼ်း===
==UTC offsets ပတ်ႉပိုၼ်ႉၵမ်ႇၽႃႇ==
==သဵၼ်ႈမၢႆ UTC offsets==
==Time zone conversions==
==ၶၢဝ်းယၢမ်း ဢၼ်ထိင်းဝႆႉပၼ် လႅင်းသၢႆလႅတ်ႇ==
==ပိူင်ၶွမ်ပိဝ်ႇတႃႇလႄႈ ပိူင်ဢိၼ်ႇထႃႇၼႅတ်ႇ==
===Operating systems===
====Unix====
====မၢႆႉၶရူဝ်ႇသွပ်ႉၾ် ဝိၼ်းတူဝ်း====
===ၽႃႇသႃႇၵႂၢမ်း ၽရူဝ်ႇၶႅမ်းမိင်း===
====Java====
====JavaScript====
====Perl====
====PHP====
====Python====
==တႃႇသိုပ်ႇတူၺ်းထႅင်ႈ==
[[File:Coventry_Time_Zone_Clock.jpg|right|thumb|220x220px|The control panel of the Time Zone Clock in front of Coventry Transport Museum.]]
* [[:en:Daylight_saving_time|Daylight saving time]]
* [[:en:ISO_8601|ISO 8601]]
* [[:en:Jet_lag|Jet lag]]
* [[:en:List_of_time_zone_abbreviations|List of time zone abbreviations]]
* [[:en:List_of_time_zones_by_country|List of time zones by country]]
* [[:en:Lists_of_time_zones|Lists of time zones]]
* [[:en:Metric_time|Metric time]]
* [[:en:Category:Time_by_country|Time by country]]
* [[:en:World_clock|World clock]]
==ၽိုၼ်ဢိင်==
{{Reflist|2}}
==ႁဵၼ်းၵွင်ႉၽၢႆႇၼွၵ်ႈ==
{{Wikivoyage|Time zones|ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း}}
* {{Commons category-inline|Time zones|ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း}}
* [http://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-LT.1-2015-PDF-E.pdf LEGAL TIME 2015]
[[Category:ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း]]
ag7lbr2q26k40249vjv3730ife6s9ou
မိူင်းသီးရီးယႃး
0
17622
65823
65369
2024-12-24T00:14:20Z
Saimawnkham
5
65823
wikitext
text/x-wiki
{{pp-extended|small=yes}}
{{Infobox country
| conventional_long_name = မိူင်းၸွမ်ပွင်ၸိုင်ႈ သီးရီးယႃး ဢႃႇရပ်ႉ
| common_name = သီးရီးယႃး
| native_name = {{native name|ar|اَلْجُمْهُورِيَّةُ ٱلْعَرَبِيَّةُ ٱلْسُوْرِيَّة|italics=off}}<br />{{small|{{transliteration|ar|al-Jumhūriyyah al-ʿArabiyyah as-Sūriyyah}}}}
| image_flag = Flag of Syria.svg
| flag_type = [[:en:Flag of Syria|ၸွမ်ပိဝ်]]</br>(''de facto'')
| image_coat = [[File:Coat of arms of Syria.svg|90px]]
| symbol_type = [[:en:Coat of arms of Syria|မိၵ်ႈမၢႆ]]</br>(''de facto'')
| national_anthem = {{lang|ar|حُمَاةَ الدِّيَارِ}}<br />{{transliteration|ar|Ḥumāt ad-Diyār}}<br />"[[Humat ad-Diyar|Guardians of the Homeland]]"{{parabr}}{{center|[[File:National Anthem of Syria.ogg]]}}
| national_motto =
| image_map = {{Switcher|[[File:Syria (orthographic projection) disputed.svg|frameless]]<br />Controlled territory shown in dark green; Syria's claims over most of Turkey's [[Hatay Province]] and the Israeli-occupied [[Golan Heights]] shown in light green|Show globe|[[File:Syria - Location Map (2013) - SYR - UNOCHA.svg|upright=1.15|frameless]]|Show map of Syria|default=1}}
| status = [[UN member state]] under a [[transitional government]]
| capital = [[Damascus]]
| coordinates = {{Coord|33|30|N|36|18|E|type:city}}
| largest_city = capital
| languages_type = Major languages
| languages = [[Arabic language|Arabic]]{{efn|Official use: [[Modern Standard Arabic|Modern Standard]]<br />Natively: [[Levantine Arabic|Levantine]] and [[Mesopotamian Arabic|Mesopotamian]]}}
| languages2_type = Minor languages
| languages2 = [[Kurdish language|Kurdish]] ([[Kurmanji]]){{efn|Spoken by Kurdish population, and has an official status in Kurdish-led [[Syrian Democratic Forces|SDF]]-controlled [[Autonomous Administration of North and East Syria]] (AANES).}}<br />[[Turkish dialects#Syrian Turkmen dialect|Syrian Turkish]]{{efn|Spoken by [[Syrian Turkmen|Turkmen]] population<ref>{{cite book |last=Behnstedt |first=Peter |year=2008 |chapter=Syria |title=Encyclopedia of Arabic Language and Linguistics |editor1-last=Versteegh |editor1-first=Kees |editor2-last=Eid |editor2-first=Mushira |editor3-last=Elgibali |editor3-first=Alaa |editor4-last=Woidich |editor4-first=Manfred |editor5-last=Zaborski |editor5-first=Andrzej |volume=4|page=402|publisher=[[Brill Publishers]] |isbn=978-90-04-14476-7}}</ref>}}<br />[[Neo-Aramaic]] ([[Turoyo]]){{efn|Spoken by [[Assyrians in Syria|Assyrian]] population, and it is a regional official language (as [[Syriac language|Syriac]]) in [[Jazira Region]] of AANES, also traditionally spoken in [[Maaloula]], [[Jubb'adin]] and [[Al-Sarkha (Bakhah)|Al-Sarkha]]}}<br />[[Languages of Syria|Other]]
| ethnic_groups = 80–90% [[Arabs]]<br />9–10% [[Kurds]]<br/>1–10% [[Ethnic groups in Syria|others]]
| ethnic_groups_year = 2021
| religion = {{Tree list}}
* 94.17% [[Islam in Syria|Islam]]
** 79.19% [[Sunni Islam|Sunni]]
** 14.10% [[Shia Islam|Shia]] (including [[Alawites|Alawism]])
* 2.5% [[Christianity in Syria|Christianity]]
* 1.99% [[Religion in Syria|other]]
{{Tree list/end}}
| religion_year = 2024
| government_type = [[Syrian transitional government|Transitional government]]
| leader_title1 = [[List of heads of state of Syria|Leader]] (''de facto'')
| leader_name1 = [[Ahmed al-Sharaa]]
| leader_title2 = [[Vice President of Syria|Vice President]]
| leader_name2 =
| leader_title3 = [[Prime Minister of Syria|Prime Minister]]
| leader_name3 = [[Mohammed al-Bashir]]<ref>{{Cite web|url=https://en.ammonnews.net/article/76979|title=Mohammed al-Bashir assigned to form new Syrian government|website=[[Ammon News]]}}</ref>
| legislature = [[People's Assembly of Syria|People's Assembly]] (suspended)
| established_event1 = [[Arab Kingdom of Syria]]
| established_date1 = 8 March 1920
| established_event2 = [[State of Syria (1925–1930)|State of Syria]] under [[Mandate for Syria and Lebanon|French mandate]]
| established_date2 = 1 December 1924
| established_event3 = [[First Syrian Republic]]
| established_date3 = 14 May 1930
| established_event5 = End of the [[Mandate for Syria and the Lebanon|French mandate]]
| established_date5 = 17 April 1946
| established_event6 = Part of the [[United Arab Republic]]
| established_date6 = {{nowrap|22 February 1958}} – {{nowrap|28 September 1961}}
| established_event7 = [[1963 Syrian coup d'état|Beginning of Ba'athist rule]]
| established_date7 = {{nowrap|8 March 1963}}
| established_event8 = [[Fall of the Assad regime|Ba'athist regime overthrown]], [[Syrian transitional government|transitional government]] established
| established_date8 = {{nowrap|8 December 2024}}
| established_event9 =
| established_date9 =
| area_km2 = 185180<ref>{{cite web|url=http://www.mofa.gov.sy/cweb/MOEX_NEW/syria/Overview.htm|archive-url=https://web.archive.org/web/20120511155611/http://mofa.gov.sy/cweb/MOEX_NEW/syria/Overview.htm|url-status=dead|archive-date=11 May 2012|title=Syrian ministry of foreign affairs}}</ref>
| area_rank = 87th<!-- Area rank should match [[List of countries and dependencies by area]]-->
| area_sq_mi = 71479<!-- Do not remove per [[WP:MOSNUM]] -->
| percent_water = 1.1
| population_estimate = {{IncreaseNeutral}} 25,000,753<ref>{{cite web|url=https://www.worldometers.info/world-population/syria-population/|title=Syria Population|website=World of Meters.info|access-date=6 November 2024}}</ref>{{unreliable source|date=December 2024}}
| population_estimate_year = 2024
| population_estimate_rank = 57th
| population_density_km2 = 118.3
| population_density_sq_mi = 306.5<!--Do not remove per [[WP:MOSNUM]]-->
| population_density_rank = 70th
| GDP_PPP = {{nowrap|$50.28 billion<ref name=CIA>{{cite web|url=https://www.cia.gov/the-world-factbook/countries/syria/#people-and-society|title=Syria|work=The World Factbook|publisher=Central Intelligence Agency|access-date=7 April 2021|archive-date=3 February 2021|archive-url=https://web.archive.org/web/20210203054123/https://www.cia.gov/the-world-factbook/countries/syria/#people-and-society|url-status=live}}</ref><!--end nowrap:-->}}
| GDP_PPP_year = 2021
| GDP_PPP_rank =
| GDP_PPP_per_capita = $3,300<ref name="CIA" />
| GDP_PPP_per_capita_rank =
| GDP_nominal = {{nowrap|$9.8 billion<ref name="CIA" />}}
| GDP_nominal_year = 2022
| GDP_nominal_per_capita = $800
| GDP_nominal_per_capita_rank =
| Gini = 26.6<!-- number only -->
| Gini_year = 2022
| Gini_change = decrease<!--increase/decrease/steady -->
| Gini_ref = <ref>{{cite web|url=http://data.worldbank.org/indicator/SI.POV.GINI/|title=World Bank GINI index|publisher=World Bank|access-date=22 January 2013|archive-date=9 February 2015|archive-url=https://web.archive.org/web/20150209003326/http://data.worldbank.org/indicator/SI.POV.GINI|url-status=live}}</ref>
| Gini_rank =
| HDI = 0.557<!--number only-->
| HDI_year = 2022<!-- Please use the year to which the data refers, not the publication year -->
| HDI_change = steady<!-- increase/decrease/steady -->
| HDI_ref = <ref>{{Cite web|date=13 March 2024|title=HUMAN DEVELOPMENT REPORT 2023-24|url=http://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf|website=[[United Nations Development Programme]]|publisher=United Nations Development Programme|pages=274–277|language=en|access-date=3 May 2024|archive-date=1 May 2024|archive-url=https://web.archive.org/web/20240501075007/https://hdr.undp.org/system/files/documents/global-report-document/hdr2023-24reporten.pdf|url-status=live}}</ref>
| HDI_rank = 157th
| currency = [[Syrian pound]]
| currency_code = SYP
| time_zone = [[Arabia Standard Time]]
| utc_offset = +3
| utc_offset_DST =
| time_zone_DST =
| drives_on = Right
| calling_code = [[Telephone numbers in Syria|+963]]
| iso3166code = SY
| cctld = [[.sy]]<br />[[سوريا.]]
| religion_ref = <ref name=":4" /><ref>{{cite web | url=https://theconversation.com/why-syrias-reconstruction-may-depend-on-the-fate-of-its-minorities-245913 | title=Why Syria's reconstruction may depend on the fate of its minorities }}</ref>
| demonym = Syrian
| today =
| ethnic_groups_ref = <ref name="CIA - The World Factbook">{{cite web|title=Syria: People and society|url=https://www.cia.gov/the-world-factbook/countries/syria/#people-and-society|website=The World Factbook|date=10 May 2022|publisher=CIA|access-date=30 December 2021|archive-date=3 February 2021|archive-url=https://web.archive.org/web/20210203054123/https://www.cia.gov/the-world-factbook/countries/syria/#people-and-society|url-status=live}}</ref><ref>{{cite web|url=https://2009-2017.state.gov/outofdate/bgn/syria/35817.htm|title=Syria (10/03)}}</ref><ref>{{cite web|url=https://www.voanews.com/a/syria_religious_ethinic_groups/1568679.html|title=Syria's Religious, Ethnic Groups|date=20 December 2012}}</ref><ref name="Khalifa2013"/><ref name=Shoup>{{citation|last=Shoup|first=John A.|year=2018|title=The History of Syria|page=6|publisher=[[ABC-CLIO]]|isbn=978-1440858352|quote=Syria has several other ethnic groups, the Kurds... they make up an estimated 9 percent...Turkomen comprise around 4-5 percent of the total population. The rest of the ethnic mix of Syria is made of Assyrians (about 4 percent), Armenians (about 2 percent), and Circassians (about 1 percent).}}</ref>
}}
မိူင်းသီးရီးယႃး ဢၼ်ပဵၼ် မိူင်းႁူမ်ႈတုမ် ဢႃႇရၢပ်ႉ သီးရီးယႃး ပဵၼ်တၢင်းၵၢၼ်ၼၼ်ႉ ပဵၼ်မိူင်း ဢၼ်မီးတီႈ ပွတ်းၵၢင်ဝၼ်းဢွၵ်ႇ ဢၼ်မီးတီႈ ၽင်ႇပၢင်ႇလၢႆႇ ၽၢႆႇဢွၵ်ႇ ပၢင်ႇလၢႆႇ မေႇတီႇထရီႇယႅၼ်ႇၼၼ်ႉယဝ်ႉ။ ဝဵင်းလူင် တမ်ႇမတ်ႉသၵတ်ႉ၊ ၽၢႆႇႁွင်ႇမၼ်း မီးလႅၼ်လိၼ် မိူင်းတူႇရၵီႇ၊ ၽၢႆႇဢွၵ်ႇမၼ်း မီးမိူင်းဢီႇရၢၵ်ႉ၊ ၽၢႆႇၸၢၼ်းမၼ်း မီးမိူင်းၵျေႃႇတၢၼ်ႇ၊ ၽၢႆႇၸၢၼ်းဝၼ်းတူၵ်းမၼ်း မီးမိူင်းလႅပ်ႉပၢၼ်ႇ၊ တၢင်းၵႂၢင်ႈမိူင်းႁူမ်ႈတုမ် မီးမွၵ်ႈ 185 ႁဵင်လွၵ်းလၵ်း၊
ပိုၼ်းမိူင်းသီးရီးယႃးၼႆႉ မီးမႃး ၼပ်ႉႁူဝ်ႁဵင်ပီႊယဝ်ႉ။ တီႈလိၼ်ဢၼ်ၼႆႉ ပဵၼ်တီႈဢၼ် တူင်ႇဝူင်းၶိူဝ်းၵူၼ်းတၢင်းၼမ် ၶိုၼ်ႈယ်ႂႇမႃး ဢိၵ်ႇပႃး တူင်ႇဝူင်းၶိူဝ်းၵူၼ်းမိူဝ်ႈၵွၼ်ႇ ၶွင် Mesopotamia လႄႈ မိူင်းဢီႇၵျိပ်ႉၼၼ်ႉယဝ်ႉ။ မိူဝ်ႈပၢၼ်ဢမ်ႇမိူၼ်ၵၼ်ၼၼ်ႉ ၵူၼ်းၶိူဝ်းၽိၼ်ႇၼိတ်ႉ၊ မိူဝ်ႈႁူဝ်ပၢၵ်ႇပီႊ 7 ၼၼ်ႉ မိူင်းသီးရီးယႃး လႆႈထုၵ်ႇ ဢႃႇရၢပ်ႉ မူႇသလိမ်ႇၶဝ် သိမ်းဢဝ်သေ လႅၵ်ႈလၢႆႈပဵၼ် ၸၢဝ်းဢိတ်ႉသလမ်းမႃး။
မိူဝ်ႈႁူဝ်ပၢၵ်ႇပီႊ ႒႐ ၼၼ်ႉ ၼႃႈလိၼ် သီးရီးယႃး ပၢၼ်မႂ်ႇၼႆႉ လႆႈယူႇတႂ်ႈ ဢႃႇၼႃႇ ၾရၢင်ႇသဵတ်ႈ။ ထိုင်မႃးပီ 1946 ပဵၼ်မႃးၸိုင်ႈမိူင်းႁင်းၶေႃ။ ဝၢႆးၼၼ်ႉ ၼႂ်းသိပ်းပီႊၼၼ်ႉ မိူင်းသီးရီးယႃး လႆႈႁူပ်ႉထူပ်း လွင်ႈပႅၵ်ႇပိူင်ႈၵၢၼ်မိူင်း၊ မိူဝ်ႈပီႊ 2011 ၼၼ်ႉ ပၢင်တိုၵ်းၼႂ်းမိူင်း တႄႇပဵၼ်မႃးသေ ႁဵတ်းႁႂ်ႈၵူၼ်းလႆႈလူႉသုမ်းၼမ် လႄႈ ၶူဝ်းၶွင်ၵေႃႇသၢင်ႈ လႆႈလူႉလႅဝ်ၵႂႃႇ။
ယၢမ်းလဵဝ် မိူင်းသီးရီးယႃးၼႆႉ တိုၵ်ႉပဵၼ်မိူင်းဢၼ်လူႉလႅဝ်ၵႂႃႇ ဢၼ်လႆႈၶၢမ်ႇတၢမ်ႇ လွင်ႈၶဵင်ႇတႃႉ တႃႇဢႃႇၼႃႇ လႄႈ လွင်ႈႁူမ်ႇငမ်းၼၼ်ႉယူႇ။ ပိၵ်ႉသမ်ႉဝႃႈ ၸုမ်းၸၢတ်ႈၸိုင်ႈလုမ်ႈၾႃႉ လႄႈ တၢမ်တူဝ် လူင်ပွင်ၸိုင်ႈသီးရီးယႃးၶဝ် ၶတ်းၸႂ်ႁဵတ်းသၢင်ႈယူႇသေတႃႉ ပၢင်တိုၵ်းၼႆႉ တိုၵ်ႉသိုပ်ႇပဵၼ်ယူႇ ၼႆယဝ်ႉ။ ၵူၼ်းမိူင်း လႆႈၶၢမ်ႇတၢမ်ႇ ၽေးသိုၵ်း တင်းၼမ် ၵူၼ်းပၢႆႈၽေးသိုၵ်း လႄႈ ၵူၼ်းပၢႆႈၽေးသိုၵ်း ၼႂ်းမိူင်း လႆႈႁႃတီႈယူႇ ႁႃတၢင်းၸွႆႈထႅမ် တင်းၼမ်။
မိူင်းသီးရီးယႃးၼႆႉ မီးပိုၼ်း ၾိင်ႈငႄႈ လႄႈ ၶူဝ်းၶွင် ဢၼ်ႁၢင်ႈလီ တင်းၼမ်သေတႃႉ ၼႂ်းပီႊပူၼ်ႉမႃးၼႆႉ ၶူဝ်းၶွင်ၸိူဝ်းၼႆႉ လႆႈထုၵ်ႇ ၽေးၶဵၼ် ႁၢဝ်ႈႁႅင်းမႃးယူႇ။ လွင်ႈၼႆႉ ပဵၼ်လွင်ႈဢၼ်လီၼႅင်ၸႂ် တႃႇၵူၼ်းတင်းၼမ် ၼႂ်းလုမ်ႈၾႃႉ ၸိူဝ်းမုင်ႈမွင်း တႃႇတေၵႄႈလိတ်ႈပၼ်ႁႃ လူၺ်ႈလွင်ႈငမ်းယဵၼ်သေ ႁႂ်ႈလႆႈၶိုၼ်းၵတ်းယဵၼ် ၼိမ်သဝ်း ၼႂ်းမိူင်းဢၼ်လႆႈၶၢမ်ႇတၢင်းတုၵ်ႉၶၼႆႉ။
==မၢႆတွင်း==
{{notelist}}
==ၽိုၼ်ဢိင်==
{{Reflist}}
k4vt0uqrr1svo98ko0tb5f039kdga8s
ထႅမ်းပလဵတ်ႉ:Endplainlist
10
19126
65796
41104
2024-12-23T15:31:00Z
Saimawnkham
5
65796
wikitext
text/x-wiki
<includeonly></div></includeonly><noinclude>
{{documentation|Template:Plainlist/doc}}
</noinclude>
owuqpy73m48jricqo7bykll5w0j3c2o
ထႅမ်းပလဵတ်ႉ:Unreliable source?
10
20372
65824
42968
2024-12-24T00:15:34Z
Saimawnkham
5
65824
wikitext
text/x-wiki
{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B=
<!--{{Unreliable source?}} begin-->{{Fix
| subst = <includeonly>{{subst:substcheck}}</includeonly>
| name = {{{name|Unreliable source?}}}
| link = Wikipedia:Reliable sources
| title = The material near this tag {{#if:{{{sure|{{{certain|{{{failed|}}}}}}}}}|relies|may rely}} on an unreliable source. {{{reason|}}}
| text = ၶေႃႈမုၼ်းဢၼ်ဢမ်ႇယုမ်ႇလႆႈ{{#if:{{{sure|{{{certain|{{{failed|}}}}}}}}}||?}}
| date = {{{date|}}}
| cat = [[Category:All articles lacking reliable references]]
| cat-date = Category:Articles lacking reliable references
}}<!--{{Unreliable source?}} end-->
}}<noinclude>
{{Documentation}}
</noinclude>
tvjl3emh6wd3x31yfaow8hj5u78rdnt
65825
65824
2024-12-24T00:16:00Z
Saimawnkham
5
65825
wikitext
text/x-wiki
{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B=
<!--{{Unreliable source?}} begin-->{{Fix
| subst = <includeonly>{{subst:substcheck}}</includeonly>
| name = {{{name|Unreliable source?}}}
| link = Wikipedia:ၶေႃႈမုၼ်းဢၼ်ဢမ်ႇယုမ်ႇလႆႈ
| title = The material near this tag {{#if:{{{sure|{{{certain|{{{failed|}}}}}}}}}|relies|may rely}} on an unreliable source. {{{reason|}}}
| text = ၶေႃႈမုၼ်းဢၼ်ဢမ်ႇယုမ်ႇလႆႈ{{#if:{{{sure|{{{certain|{{{failed|}}}}}}}}}||?}}
| date = {{{date|}}}
| cat = [[Category:All articles lacking reliable references]]
| cat-date = Category:Articles lacking reliable references
}}<!--{{Unreliable source?}} end-->
}}<noinclude>
{{Documentation}}
</noinclude>
dfrafkq2byw6fuzexb0d1jrmn0co4cr
ထႅမ်းပလဵတ်ႉ:Category link with count
10
20443
65793
43057
2024-12-23T15:28:33Z
Saimawnkham
5
65793
wikitext
text/x-wiki
[[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!--
-->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!--
-->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude>
{{Documentation}}
</noinclude>
t44qc0k3i1yz2ecwxpiksck04hyz7rx
ထႅမ်းပလဵတ်ႉ:Template-linking templates
10
22283
65811
45932
2024-12-23T15:41:36Z
Saimawnkham
5
/* General-purpose formatting */
65811
wikitext
text/x-wiki
<includeonly>{{navbar|Template-linking templates|text=These tables:|style=float: right;}}</includeonly>
=== General-purpose formatting ===
<div style="overflow-x: auto; margin: 1em 0;">
{| class="wikitable plainrowheaders" style="margin: 0;"
|+ Comparison of template-linking templates according to the styles of generated text and link produced
|- style="background-color: #fee;"
! scope="col" rowspan="2"| Text style ↓
! scope="col" rowspan="2"| {{Template link expanded|tlg}} options{{NoteTag|name=TlTfn1}}<br />to achieve text style
! scope="col" colspan="5"| Link style
|- style="background-color: #fee;"
! scope="col"| Linked
! scope="col"| Unlinked
! scope="col"| Linked with subst
! scope="col"| Linked including braces
! scope="col"| Linked with alternative text
|-
! scope="row"| {{Template link expanded|tlg}} options{{NoteTag|name=TlTfn1}}<br />to achieve link style
| {{n/a}}
| {{n/a|DEFAULT}}
| {{code|nolink{{=}}yes}}
| {{code|subst{{=}}yes}}
| {{code|braceinside{{=}}yes}}
| {{code|alttext{{=}}Foo}}<br />{{code|2{{=}}Foo}}
|-
! scope="row"| normal
| {{n/a|DEFAULT}}
| {{nowrap|{{tlg|tlg}}}}<wbr/>{{NoteTag|name=TlTfn1}}<br />{{tl|tl}}<br />{{tlp|tlp|1|2|...}}<wbr/>{{NoteTag|name=TlTfn2}}<br />{{tlu|Template:tlu}}<wbr/>{{NoteTag|name=TlTfn3}}
| {{tlf|tlf}}<wbr/>{{NoteTag|name=TlTfn2}}<br /><sup><[[Template:Template link with link off|template link]]></sup>
| {{tls|tls}}<br />{{tlsu|Template:tlsu}}<wbr/>{{NoteTag|name=TlTfn3}}
| {{tn|tn}}
| {{tla|tla}}
|-
! scope="row"| <code>code</code>
| {{code|code{{=}}yes}}
| {{tl2|tl2}}<br />{{Template link expanded|tlx}}<br />{{tlxu|Template:tlxu}}<wbr/>{{NoteTag|name=TlTfn3}}
| {{tlc|tlc}}<wbr/>{{NoteTag|name=TlTfn2}}<br /><sup><[[Template:tlc|template link]]></sup><br />{{tnull|tnull}}<sup><[[Template:tnull|template link]]></sup>
| {{tlxs|tlxs}}
| colspan="2" rowspan="3" {{n/a}}
|-
! scope="row"| <span style="font-family:monospace; font-size:larger;">monospace</span>
| {{code|plaincode{{=}}yes}}<wbr/>{{NoteTag|name=TlTfn4}}
| colspan="2" rowspan="2" {{n/a}}
| rowspan="2"| {{tltss|tltss}}<wbr/>{{NoteTag|name=TlTfn5}}
|-
! scope="row"| <kbd>kbd</kbd>
| {{code|kbd{{=}}yes}}<wbr/>{{NoteTag||name=TlTfn5}}
|-
! scope="row"| '''bold'''
| {{code|bold{{=}}yes}}
| {{tlb|tlb}}
| colspan="4" rowspan="3" {{n/a}}
|-
! scope="row"| '''<code>bold+code</code>'''
|| <code>bold=yes<wbr/>|code=yes</code>
| {{tlxb|tlxb}}
|-
! scope="row"| ''<code>italic+code</code>''
|| <code>italic=yes<wbr/>|code=yes</code>
| {{tlxi|tlxi}}
|}
</div>
{{NoteFoot|refs=
{{NoteTag|name=TlTfn1|{{tlx|tlg}} is the most general template, allowing any combination of text style and/or link style options.}}
{{NoteTag|name=TlTfn2|Prevents wrapping of text by placing it inside {{tag|span|params=class="nowrap"}} tags.}}
{{NoteTag|name=TlTfn3|Allows links to templates in any namespace.}}
{{NoteTag|name=TlTfn4|{{tld|tlg|plaincode{{=}}yes}} uses [[HTML element#code|{{tag|code|params=style="border:none; background-color:transparent;"}}]].}}
{{NoteTag|name=TlTfn5|Displays monospaced font using {{tag|span|params=style="font-family:monospace;"}}.}}
}}
{{clear}}
{{Notelist}}
===Other formatting templates===
{| class="wikitable sortable plainrowheaders"
|+ Templates producing specialised formatting effects for given templates, modules or parameters
!scope="col"| Code example
!scope="col"| Effect
!scope="col"| Notes
|-
!scope="row"| {{tlx|tl2|<nowiki>Hatnote|lang=fr</nowiki>}}
| {{tl2|hatnote|lang=fr}} || Supports linking to sister projects (e.g., fr:Hatnote)
|-
!scope="row"| {{tlx|tlu|User:Ahunt/SSHFS}}
| {{tlu|User:Ahunt/SSHFS}} || Supports linking to any namespace
|-
!scope="row"| {{tlx|demo|<nowiki><nowiki>{{Hatnote|lang=fr|Some text}}</nowiki></nowiki>}}
| {{demo|<nowiki>{{hatnote|lang=fr|Some text}}</nowiki>}} || Shows code and example
|-
!scope="row"| {{tlx|xpd|<nowiki>Hatnote|Some hatnote text</nowiki>}}
| {{xpd|hatnote|Some hatnote text}} || Shows code, example and a link to expand the template code
|-
!scope="row"| {{tlx|tln|Hatnote}}
| {{tln|Hatnote}} || Produces a normal link to the template
|-
<!-- Yes, I know these two aren't actually template-linking templates, but they're a heck of a lot easier to find if listed in the docs for e.g. {{tl}} -->
!scope="row"| {{tlx|elc|Template:Hatnote}}<br />{{tlx|elc|<nowiki>Template:Hatnote|Hatnote</nowiki>}}
| {{elc|Template:Hatnote}}<br />{{elc|<nowiki>Template:Hatnote|Hatnote</nowiki>}} || Formats wikilink, with optional piped link text and blended suffix
|-
!scope="row"| {{tlx|ml|Example|hello}}
| {{ml|Example|hello}} || Counterpart to {{tl|tl}} for linking to Lua modules
|-
!scope="row"| {{tlx|mlx|Example|hello}}
| {{mlx|Example|hello}} || Counterpart to {{tl|tlx}} for linking to Lua modules
|-
!scope="row"| {{tlx|para|<nowiki>title|<var>book title</var></nowiki>}}
| {{para|title|<var>book title</var>}} || Formats template parameters for display, with or without values
|-
!scope="row"| {{tlx|sclx|LASTING}}
| {{sclx|LASTING}} || Takes a shortcut suffix in project namespace and displays it with brackets and the [[WP:ALIAS|WP: alias]] in a [[WP:CODE|{{tag|code}}]] tag.
|-
!scope="row"| {{tlx|tag|ref}}<br />{{tlx|xtag|templatedata}}
| {{tag|ref}}<br />{{xtag|templatedata}} || Formats [X]HTML tags; can add content, choose opening, closing, or self-closing
|-
!scope="row"| {{tlx|dtl|Ping project}}
| {{dtl|Ping project}} || Wikidata counterpart to {{tl|tl}}
|-
!scope="row"| {{tlx|pf|if}}<br />{{tlx|pf|if|<nowiki>{{{1}}}</nowiki>|true|false}}
| {{pf|if}}<br />{{pf|if|<nowiki>{{{1}}}</nowiki>|true|false}} || [[Help:Parser functions|Parser function]] equivalent to {{tl|tl}}
|-
!scope="row"| {{tlx|magic word|uc:}}
| {{magic word|uc:}} || Magic word links
|}
===With utility links===
{| class="wikitable sortable plainrowheaders"
|+ Templates producing utility links for a given template ([[Template:Hatnote|Hatnote]] used here as example)
!scope="col"| Code example
!scope="col"| Effect
|-
!scope="row"| {{tlx|lt|Hatnote}}
| {{lt|hatnote}}
|-
!scope="row"| {{tlx|lts|Hatnote}}
| {{lts|hatnote}}
|-
!scope="row"| {{tlx|t links|Hatnote}}
| {{t links|hatnote}}
|-
!scope="row"| {{tlx|tfd links|Hatnote}}
| {{tfd links|hatnote}}
|-
!scope="row"| {{tlx|tetl|Hatnote}}
| {{tetl|Hatnote}}
|-
!scope="row"| {{tlx|tsetl|Hatnote}}
| {{tsetl|Hatnote}}
|-
!scope="row"| {{tlx|ti|Hatnote}}
| {{ti|Hatnote}}
|-
!scope="row"| {{tlx|tic|Hatnote}}
| {{tic|Hatnote}}
|-
!scope="row"| {{tlx|tim|Hatnote}}
| {{tim|Hatnote}}
|-
!scope="row"| {{tlx|tiw|Hatnote}}
| {{tiw|Hatnote}}
|-
!scope="row"| {{tlx|tlt|Hatnote}}
| {{tlt|Hatnote}}
|-
!scope="row"| {{tlx|ttl|Hatnote}}
| {{ttl|Hatnote}}
|-
!scope="row"| {{tlx|twlh|Hatnote}}
| {{twlh|Hatnote}}
|}<noinclude>
{{Documentation
| content =
{{template shortcut|tl-nav|tl templates}}
==လၢႆးၸႂ်ႉတိုဝ်း==
Use this {{tl|Template-linking templates}} on /doc pages for related templates.
[[Category:Documentation see also templates]]
}}</noinclude>
p7t7zsi4970u8dipjw4p3j5dkzpbazk
ထႅမ်းပလဵတ်ႉ:Ml
10
22367
65814
46083
2024-12-23T15:45:18Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Module link]]
65814
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Module link]]
5hofj9rbh5nhvlaobhvenirzeocflkw
ထႅမ်းပလဵတ်ႉ:Replace
10
23185
65792
48160
2024-12-23T15:26:20Z
Saimawnkham
5
65792
wikitext
text/x-wiki
<includeonly>{{safesubst:#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|plain={{safesubst:#if:{{{plain|}}}|{{{plain}}}|true}}|count={{{count|}}}}}</includeonly><noinclude>
{{documentation}}
</noinclude>
r178n7opmwh460jjikowaqng5m5fzrn
ထႅမ်းပလဵတ်ႉ:Navbox documentation
10
32965
65778
2024-12-23T14:52:52Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "<div style="border: 2px dashed #666666;"><div style="margin: 3em;"><onlyinclude>{{documentation | 1 = Template:Navbox documentation | content = {{{hatnotes|}}} {{Template display|nomobile}} {{{intro|{{{2|}}}}}} This is a [[Wikipedia:Navigation template|navigational template]] created using {{tl|navbox}}. It can be [[Help:Transclusion|transcluded]] on pages by placing <code><nowiki>{{</nowiki>{{{template|{{PAGENAME}..."
65778
wikitext
text/x-wiki
<div style="border: 2px dashed #666666;"><div style="margin: 3em;"><onlyinclude>{{documentation
| 1 = Template:Navbox documentation | content =
{{{hatnotes|}}}
{{Template display|nomobile}}
{{{intro|{{{2|}}}}}}
This is a [[Wikipedia:Navigation template|navigational template]] created using {{tl|navbox}}. It can be [[Help:Transclusion|transcluded]] on pages by placing <code><nowiki>{{</nowiki>{{{template|{{PAGENAME}}}}}<nowiki>}}</nowiki></code> below the [[Wikipedia:Manual of Style/Layout#Standard appendices and footers|standard article appendices]].
{{#if:{{{stateless|}}}||
==Initial visibility==
{{Collapsible option|parameter_name={{{parameter_name|state}}}|default={{{1|{{{state|autocollapse}}}}}}|nobase={{{nobase|}}}}}
{{Navbox visibility}}
==TemplateData==
<templatedata>
{
"params": {
"state": {
"label": "State",
"description": "The initial visibility of the navbox",
"suggestedvalues": [
"collapsed",
"expanded",
"autocollapse"
],
"suggested": true,
"type": "string"
}
},
"description": "A navigational box that can be placed at the bottom of articles."
}
</templatedata>
}}
==Template transclusions==
{{Check completeness of transclusions}}
{{{3|}}}
}}</onlyinclude></div></div><noinclude>
{{Documentation}}
<!-- Add categories to the /doc subpage -->
</noinclude>
o30qi44pfh9ra2tfepyxwoox8j0m4my
ထႅမ်းပလဵတ်ႉ:Navbox documentation/doc
10
32966
65779
2024-12-23T14:53:39Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{High-use}} {{Template shortcut|navdoc}} {{Template redirect|Navbox doc}} This is a wrapper for {{tl|Collapsible option}} to provide a semblance of documentation for navbox templates. See that template for further guidance. The <nowiki>{{Collapsible option}}</nowiki> template can be suppressed with {{para|stateless|yes}}. == Elements == This template uses the following single elements: {..."
65779
wikitext
text/x-wiki
{{Documentation subpage}}
{{High-use}}
{{Template shortcut|navdoc}}
{{Template redirect|Navbox doc}}
This is a wrapper for {{tl|Collapsible option}} to provide a semblance of documentation for navbox templates. See that template for further guidance. The <nowiki>{{Collapsible option}}</nowiki> template can be suppressed with {{para|stateless|yes}}.
== Elements ==
This template uses the following single elements: {{tl|Template display}}, {{tl|Collapsible option}}, {{tl|Navbox visibility}} and {{tl|Check completeness of transclusions}}.
== TemplateData ==
{{TemplateData header}}
<templatedata>
{
"params": {
"3": {
"label": "Content",
"description": "TemplateData, See also, etc. (below {{collapsible option}})",
"type": "content"
},
"state": {
"aliases": [
"or 1"
],
"label": "State",
"description": "The default initial state of the template. Set to either: (1) expanded, (2) collapsed, or (3) autocollapse",
"default": "autocollapse",
"suggested": true,
"suggestedvalues": [
"expanded",
"collapsed",
"autocollapse"
]
},
"template": {
"label": "Template",
"description": "To call the template anything other than {{PAGENAME}} within the documentation",
"type": "string",
"autovalue": "{{PAGENAME}}"
},
"stateless": {
"label": "Stateless",
"description": "Hides the {{Collapsible option}} transclusion for when the navbox doesn't support a state.",
"example": "yes",
"autovalue": "no"
},
"hatnotes": {
"label": "Hatnotes",
"description": "Hatnotes to appear above the template banners",
"example": "{{For|xyz|abc}}",
"type": "content"
},
"intro": {
"aliases": [
"or 2"
],
"label": "Top content",
"description": "Template shortcuts/redirects, High-use template, templatestyles, usage, etc. (put below {{Template display|nomobile}})",
"type": "content"
},
"nobase": {
"description": "Pass through to {{Collapsible option}} to disable BASEPAGENAME detection. Use it when the template's name contains a forward slash, which can break basepage-subpage distinction.",
"type": "boolean"
}
},
"description": "This is a wrapper for {{Collapsible option}} to provide a semblance of documentation for navbox templates.",
"paramOrder": [
"hatnotes",
"intro",
"3",
"state",
"template",
"stateless",
"nobase"
]
}
</templatedata>
<includeonly>{{Sandbox other||
<!-- Categories below this line -->
[[Category:Documentation shared content templates]]
[[Category:Documentation templates]]
[[Category:Navigational box metatemplates|Δ]]
}}</includeonly>
duv34yyyss45jgfog0icgjxuehibhi3
ထႅမ်းပလဵတ်ႉ:Navbox doc
10
32967
65780
2024-12-23T14:53:57Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Navbox documentation]]
65780
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Navbox documentation]]
bgzz5xw9l9ppqmc88w0qp6mxyonjhpb
ထႅမ်းပလဵတ်ႉ:Navdoc
10
32968
65781
2024-12-23T14:53:59Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Navbox documentation]]
65781
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Navbox documentation]]
bgzz5xw9l9ppqmc88w0qp6mxyonjhpb
ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions
10
32969
65782
2024-12-23T14:54:52Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{| class="wikitable" |- ! {{#if: {{{header|}}} | {{{header}}} | Transclusion maintenance }} |- | [https://templatetransclusioncheck.toolforge.org/?lang=en&name={{FULLPAGENAMEE}} Check completeness of transclusions] |- {{#if: {{{update source|}}} | {{!}} [{{{update source}}} Update source] }} |- {{#if: {{{extra|}}} | {{!}} {{{extra}}} }} |}<noinclude> {{Documentation}} </noinclude>"
65782
wikitext
text/x-wiki
{| class="wikitable"
|-
! {{#if: {{{header|}}} | {{{header}}} | Transclusion maintenance }}
|-
| [https://templatetransclusioncheck.toolforge.org/?lang=en&name={{FULLPAGENAMEE}} Check completeness of transclusions]
|-
{{#if: {{{update source|}}} | {{!}} [{{{update source}}} Update source] }}
|-
{{#if: {{{extra|}}} | {{!}} {{{extra}}} }}
|}<noinclude>
{{Documentation}}
</noinclude>
77lc4exjlxnaxb0to163j8thz09np66
ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions/doc
10
32970
65783
2024-12-23T14:55:28Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{High-use}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> {{Template shortcut|ccot}} {{Template redirect|Squad maintenance|Roster maintenance}} This template facilitates checking if all linked entries have the template transcluded and if all pages having the template transcluded are also linked in it. =..."
65783
wikitext
text/x-wiki
{{Documentation subpage}}
{{High-use}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Template shortcut|ccot}}
{{Template redirect|Squad maintenance|Roster maintenance}}
This template facilitates checking if all linked entries have the template transcluded and if all pages having the template transcluded are also linked in it.
== လွင်ႈၸႂ်ႉတိုဝ်း ==
<code><nowiki>{{Check completeness of transclusions}}</nowiki></code>
{{Parameter names example}}
<code><nowiki>{{Check completeness of transclusions|update source=</nowiki>''provide URL here''<nowiki>}}</nowiki></code>
{{Parameter names example | update source}}
<code><nowiki>{{Check completeness of transclusions|extra=</nowiki>''any text here''<nowiki>}}</nowiki></code>
{{Parameter names example | extra}}
<code><nowiki>{{Check completeness of transclusions|header=</nowiki>''alternative header here''<nowiki>}}</nowiki></code>
{{Parameter names example | header}}
== တူၺ်းပႃး ==
* {{tl|Navbox documentation}}, which transcludes this template
<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Documentation shared content templates]]
[[Category:Wikipedia metatemplates]]
[[Category:Documentation assistance templates]]
[[Category:Navigational metatemplates]]
}}</includeonly>
tp55vbxykfs69qhgpatbwtbc3vf86ux
ထႅမ်းပလဵတ်ႉ:Squad maintenance
10
32971
65784
2024-12-23T14:55:54Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions]]
65784
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions]]
fq5as5a0aa08o3qxxdtpwkuophh2apt
ထႅမ်းပလဵတ်ႉ:Roster maintenance
10
32972
65785
2024-12-23T14:55:56Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions]]
65785
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions]]
fq5as5a0aa08o3qxxdtpwkuophh2apt
ထႅမ်းပလဵတ်ႉ:Ccot
10
32973
65786
2024-12-23T14:55:59Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions]]
65786
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Check completeness of transclusions]]
fq5as5a0aa08o3qxxdtpwkuophh2apt
မေႃႇၵျူး:Color contrast/colors/doc
828
32974
65790
2024-12-23T15:24:09Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{High-use|327086}} {{Module rating |protected}} This module contains the [[relative luminance]] of [[HTML colors]]. It is used in [[Module:Color contrast]]. <noinclude> [[Category:Module documentation pages]] </noinclude>"
65790
wikitext
text/x-wiki
{{High-use|327086}}
{{Module rating |protected}}
This module contains the [[relative luminance]] of [[HTML colors]]. It is used in [[Module:Color contrast]].
<noinclude>
[[Category:Module documentation pages]]
</noinclude>
1bsseq1qixez0oiuk9ja8674mcf6ycw
ထႅမ်းပလဵတ်ႉ:Category link with count/doc
10
32975
65794
2024-12-23T15:29:35Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> {{High-use}} {{Expensive}} {{Template shortcut|clc|CLC}} {{Lua|Module:String}} == လွင်ႈတၢင်း == {{tl|Category link with count}} generates a link to a category followed by the number of pages in the category. It uses the mw:Help:Magic word..."
65794
wikitext
text/x-wiki
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{High-use}}
{{Expensive}}
{{Template shortcut|clc|CLC}}
{{Lua|Module:String}}
== လွင်ႈတၢင်း ==
{{tl|Category link with count}} generates a link to a category followed by the number of pages in the category. It uses the [[mw:Help:Magic words#PAGESINCATEGORY|PAGESINCATEGORY]] [[Help:Magic words#Parser functions|parser function]].
== လွင်ႈၸႂ်ႉတိုဝ်း ==
One parameter
* {{tlc|Category link with count|<var>CATEGORY</var>}}
* {{tlc|clc|<var>CATEGORY</var>}}
Two parameters
* {{tlc|Category link with count|<var>CATEGORY</var>|<var>TYPE</var>}}
* {{tlc|clc|<var>CATEGORY</var>|<var>TYPE</var>}}
Name label
* {{tlc|Category link with count|<var>Category:Guans (bird)</var>|<nowiki>name=CAT:Guans</nowiki>}} → {{clc|Category:Guans (bird)|name=CAT:Guans}}
== တူဝ်ယၢင်ႇ ==
Using the template shortcut {{tlx|clc}}:
=== One parameter ===
Prefix namespace {{mono|Category}} is optional.
Without "Category:"
* {{tlc|clc|Côte-d'Or}} → {{clc|Côte-d'Or}}
With "Category:"
* {{tlc|clc|Category:Côte-d'Or}} → {{clc|Category:Côte-d'Or}}
=== Two parameters ===
* {{tlc|clc|Côte-d'Or|pages}} → {{clc|Côte-d'Or|pages}}
* {{tlc|clc|Côte-d'Or|subcats}} → {{clc|Côte-d'Or|subcats}}
* {{tlc|clc|Côte-d'Or|files}} → {{clc|Côte-d'Or|files}}
* {{tlc|clc|Category:Côte-d'Or|pages}} → {{clc|Category:Côte-d'Or|pages}}
* {{tlc|clc|Category:Côte-d'Or|subcats}} → {{clc|Category:Côte-d'Or|subcats}}
* {{tlc|clc|Category:Côte-d'Or|files}} → {{clc|Category:Côte-d'Or|files}}
===Name label===
<div style="margin-left:1.6em;">{{para|name|}}</div>
* <code><nowiki>{{clc|Côte-d'Or|name=Cd'O}}</nowiki></code> → {{clc|Côte-d'Or|name=Cd'O}}
==တူၺ်းပႃး==
{{Internal category-link templates}}
<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Internal category-link templates]]
}}</includeonly>
jl2qxiu5qz9u5c0zy33ffwd29ab7alh
ထႅမ်းပလဵတ်ႉ:CLC
10
32976
65795
2024-12-23T15:29:49Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Category link with count]]
65795
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Category link with count]]
iyu3m6ifj38vbyu0d8p2vg3fqsyumek
ထႅမ်းပလဵတ်ႉ:Plainlist/doc
10
32977
65797
2024-12-23T15:31:34Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Cascade-protected template}} {{High-use}} {{Template shortcut|plist}} {{Uses TemplateStyles|Template:Plainlist/styles.css}} This template provides a [[Web Content Accessibility Guidelines|WCAG]]/ISO-standards-compliant accessible alternative to <code><nowiki><br /></nowiki></code> separated lists, per [[WP:UBLIST]] and [[WP:PLIST]]..."
65797
wikitext
text/x-wiki
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
{{Cascade-protected template}}
{{High-use}}
{{Template shortcut|plist}}
{{Uses TemplateStyles|Template:Plainlist/styles.css}}
This template provides a [[Web Content Accessibility Guidelines|WCAG]]/ISO-standards-compliant accessible alternative to <code><nowiki><br /></nowiki></code> separated lists, per [[WP:UBLIST]] and [[WP:PLIST]]
== လွင်ႈၸႂ်ႉတိုဝ်း ==
{{tl|plainlist}} starts a plain (i.e. unbulleted) list, such as:
{{plainlist|
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
}}
It uses proper HTML list markup, which is more standards-compliant and more accessible than separating list items with {{tag|br|s}}. Detailed reasons for using this template can be found at [[WP:UBLIST]].
This template can be used with or without {{tl|endplainlist}}. It is an alternative to {{tl|unbulleted list}}, which performs the same function in a more concise but less wiki-style manner. Note that {{tl|unbulleted list}} will work inside image captions, whereas {{tl|plainlist}} does not.
== Examples ==
{{Markup
|<syntaxhighlight lang="wikitext">
{{plainlist|
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
}}
</syntaxhighlight>
|
{{plainlist|
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
}}
}}
=== Alternative syntax ===
{{Markup
|<syntaxhighlight lang="wikitext">
{{plainlist}}
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
{{endplainlist}}
</syntaxhighlight>
|
{{plainlist}}
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
{{endplainlist}}
}}
== ပႃႇရႃႇမီႇတႃႇ ==
{{Format TemplateData|JSON= {
"params": {
"1": {
"label": "List content",
"description": "If supplied, the list, as a normal bulleted list. (Every line should start with an asterisk. No blank lines between lines.) See template page for how this works otherwise.",
"type": "content",
"suggested": true
},
"class": {
"label": "CSS classes",
"description": "Adds a CSS class to the containing div.",
"type": "string",
"default": "The class \"plainlist\" is always applied."
},
"style": {
"label": "Custom CSS",
"description": "Adds CSS style options. Complex styles should not be used in articles (per [[WP:Deviations]]) but may be acceptable on user, project, and talk pages.",
"type": "string",
"example": "border:solid 1px silver; background:lightyellow"
},
"indent": {
"label": "Indent level",
"description": "Indents the list by a number of standard indents (one indent being 1.6em), particularly handy for inclusion in an indented discussion thread.",
"type": "number",
"example": "2"
}
},
"description": "This template provides a [[Web Content Accessibility Guidelines|WCAG]]/ISO standards–compliant accessible alternative to <code class=\"nowrap\"><[[HTML element#br|br]] /></code>-separated lists, per [[WP:UBLIST]] and [[WP:PLIST]]. It uses proper HTML list markup, which is more standards-compliant and more accessible than separating list items with <code class=\"nowrap\"><br /></code>. Detailed reasons for using this template can be found at [[WP:UBLIST]]."
} }}
=== Controlling line-breaking ===
Template {{tlx|nbsp}} may be used with {{tlx|wbr}} and {{tlx|nowrap}} to control line-breaking in bulletless lists, to prevent wrapped long entries from being confused with multiple entries. See {{slink|Template:Wbr/doc#Controlling line-breaking in infoboxes}} for details.
== Technical details ==
{{tl|Plainlist}} works by constructing a [[span and div|div]] with the [[Cascading Style Sheets|CSS]] class "plainlist" which has the styles listed in [[Template:Plainlist/styles.css]].
{| class="wikitable"
! Wikitext
! Expanded template
! HTML
|- style="vertical-align:top;"
| class="nowrap" | <pre>
{{Plainlist|
* Example 1
* Example 2
* Example 3
}}
</pre>
| class="nowrap" | {{nowiki2|tag=pre|
{{Plainlist|
* Example 1
* Example 2
* Example 3
}}
}}
| <syntaxhighlight lang="html">
<div class="plainlist">
<ul>
<li>Example 1</li>
<li>Example 2</li>
<li>Example 3</li>
</ul>
</div>
</syntaxhighlight>
|}
== ပိၼ်ႇတၢင်း ==
* {{Template link|Bulletless list}}
* {{Template link|PL}}
* {{Template link|Plain list}}
* {{tl|Startplainlist}}
== တူၺ်းပႃး ==
* {{tl|unbulleted list}} – essentially the same but uses <code><nowiki>| ... | ... | ...</nowiki></code> instead of <code><nowiki>|* ... * ... * ...</nowiki></code>
* {{tl|flatlist}} and {{tl|hlist}} (replacements for comma- or dash-separated lists)
* {{tl|bulleted list}}
* {{tl|indented plainlist}}
* {{tl|ordered list}}
* {{section link|Template:Infobox person#Inline lists}} for more information on creating lists within the Infobox family of templates, with examples in the following {{section link|Template:Infobox person#Examples|nopage=y}}
{{navbox lists}}
<includeonly>{{Sandbox other||
<!-- CATEGORIES HERE, THANKS -->
[[Category:List formatting and function templates|Plainlist]]
[[Category:Semantic markup templates]]
[[Category:Typing-aid templates|Plainlist]]
}}</includeonly>
aff245iqnikrd8z6s5cocga0cb30h3f
ထႅမ်းပလဵတ်ႉ:Plist
10
32978
65798
2024-12-23T15:31:50Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
65798
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
qnxmaclqnp0vaj6o98is8skkkg2qlpk
ထႅမ်းပလဵတ်ႉ:Bulletless list
10
32979
65799
2024-12-23T15:32:56Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
65799
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
qnxmaclqnp0vaj6o98is8skkkg2qlpk
ထႅမ်းပလဵတ်ႉ:PL
10
32980
65800
2024-12-23T15:32:59Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
65800
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
qnxmaclqnp0vaj6o98is8skkkg2qlpk
ထႅမ်းပလဵတ်ႉ:Plain list
10
32981
65801
2024-12-23T15:33:02Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
65801
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Plainlist]]
qnxmaclqnp0vaj6o98is8skkkg2qlpk
ထႅမ်းပလဵတ်ႉ:FULLBASEPAGENAME/doc
10
32982
65802
2024-12-23T15:34:24Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high-use}} Get the namespace and the base page name of a page. It is similar to the template {{tl|FULLROOTPAGENAME}}, but returns the '''parent''' of the page hierarchy instead of the '''root'''. It is basically equivalent to using the magic word <code><nowiki>{{NAMESPACE}}:{{..."
65802
wikitext
text/x-wiki
{{Documentation subpage}}
<!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) -->
{{high-use}}
Get the namespace and the base page name of a page. It is similar to the template {{tl|FULLROOTPAGENAME}}, but returns the '''parent''' of the page hierarchy instead of the '''root'''.
It is basically equivalent to using the magic word <code><nowiki>{{NAMESPACE}}:{{BASEPAGENAME}}</nowiki></code>.
== လွင်ႈၸႂ်ႉတိုဝ်း ==
* {{tlx|FULLBASEPAGENAME}} → {{FULLBASEPAGENAME}}
* {{tlx|FULLBASEPAGENAME|Template:1x/sandbox}} → {{FULLBASEPAGENAME|Template:1x/sandbox}}
* {{tlx|FULLBASEPAGENAME|Wikipedia:Administrators' noticeboard/Arbitration enforcement/Archive1}} → {{FULLBASEPAGENAME|Wikipedia:Administrators' noticeboard/Arbitration enforcement/Archive1}}
In namespaces with subpages disabled, it will return the full page name:
* {{tlx|FULLBASEPAGENAME|List of 28 Days/Weeks Later characters}} → {{FULLBASEPAGENAME|List of 28 Days/Weeks Later characters}}
Note that this template can be substituted.
== တူၺ်းပႃး ==
* [[mw:Help:Magic words#Page names]]
* {{tl|FULLROOTPAGENAME}}
* {{tl|ROOTPAGENAME}}
<includeonly>{{sandbox other||
<!-- Add categories below this line, and interwikis at Wikidata -->
[[Category:Wikipedia magic word templates]]
}}</includeonly>
nfoi00fkou6zyme7mbm6z2cqxyy6wpi
ထႅမ်းပလဵတ်ႉ:ROOTPAGENAME
10
32983
65803
2024-12-23T15:34:43Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{ROOTPAGENAME:{{{1|}}}}}<includeonly>[[Category:Pages which use a template in place of a magic word|S{{PAGENAME}}]]</includeonly><noinclude> {{documentation}} </noinclude>"
65803
wikitext
text/x-wiki
{{ROOTPAGENAME:{{{1|}}}}}<includeonly>[[Category:Pages which use a template in place of a magic word|S{{PAGENAME}}]]</includeonly><noinclude>
{{documentation}}
</noinclude>
bk7b2wlo06j53y67edkp8666d77n4c6
ထႅမ်းပလဵတ်ႉ:ROOTPAGENAME/doc
10
32984
65804
2024-12-23T15:35:16Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage|[[Template:BASEPAGENAME]] ''and other similar templates''.}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> {{nutshell|Never write {{!xt|{{{{BASEPAGENAME}}'''|'''''argument''}}}}. Write {{xt|{{{{BASEPAGENAME}}''':'''''argument''}}}} instead.}} {{transclusionless}}..."
65804
wikitext
text/x-wiki
{{Documentation subpage|[[Template:BASEPAGENAME]] ''and other similar templates''.}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{nutshell|Never write {{!xt|{{{{BASEPAGENAME}}'''|'''''argument''}}}}. Write {{xt|{{{{BASEPAGENAME}}''':'''''argument''}}}} instead.}}
{{transclusionless}}
== လွင်ႈၸႂ်ႉတိုဝ်း ==
The magic word {{BASEPAGENAME}} is described at [[Wikipedia:Magic words#Parser functions]]. An example of its output is <code>{{{{BASEPAGENAME}}:{{{example|Template:Example/with/subpages}}}}}</code> → "{{ {{BASEPAGENAME}}:{{{example|Template:Example/with/subpages}}} }}".
This ''template'' should never be used, but when someone uses the [[Wikipedia:Magic_words#Variables|magic word "{{BASEPAGENAME}}"]] with a piped parameter, it will prevent breakage. Parameter 1 will be used as the : parameter, other parameters will be discarded.
The page will be added to the hidden category {{clc|Pages which use a template in place of a magic word}}.
== ပိူင်ထၢၼ်ႈ ဢၼ်ၸွမ်းႁွႆး ==
* {{clc|Pages which use a template in place of a magic word}}
<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Wikipedia magic word templates]]
[[Category:Templates that add a tracking category]]
}}</includeonly>
2ybj8eit67mqqblbxlg3fwrzoy0liec
ထႅမ်းပလဵတ်ႉ:For/doc
10
32985
65806
2024-12-23T15:36:16Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{for|the template to create a for loop|Template:For loop}} {{documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{high-use| 149560 }} {{Lua|Module:For}} == လွင်ႈၸႂ်ႉတိုဝ်း == This template yields a [[WP:Hatnote|hatnote]] similar to {{tl|Other uses}}, but allowing more flexible text with links to multiple articles or disambiguation pages. It accepts one or mo..."
65806
wikitext
text/x-wiki
{{for|the template to
create a for loop|Template:For loop}}
{{documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{high-use| 149560 }}
{{Lua|Module:For}}
== လွင်ႈၸႂ်ႉတိုဝ်း ==
This template yields a [[WP:Hatnote|hatnote]] similar to {{tl|Other uses}}, but allowing more flexible text with links to multiple articles or disambiguation pages. It accepts one or more parameters (zero is not allowed).
=== With one parameter (rare) ===
The first parameter sets the hatnote itself and should be plain text. Without any further parameter, it will link to a default disambiguation page for the article title, e.g. {{tlc|For|other entities}} yields on page Foo:
{{hatnote|For other entities, see [[:Foo (disambiguation)]].}}
This kind of usage with exactly one parameter is rare, as in most instances {{tl|Other uses}} (and in this case, {{tl|About}} with the same result) can be used more easily, and without any parameter. But it makes sense in some cases for disambiguation pages with the same type of other meanings, e.g. in [[Treaty of Lisbon]]:
{{hatnote|For earlier treaties known as Treaty of Lisbon, see [[Treaty of Lisbon (disambiguation)]].}}
However, for many such cases specific new templates have been implemented, like {{tl|Other people}}, {{tl|Other places}} etc. - see hatnote template overview box below.
=== With two parameters ===
The second parameter is used to change the resultant link, e.g. {{tlc|For|the acronym|FOO}} yields (wherever it is set, now independent of the article title):
{{For|the acronym|FOO}}
=== With more parameters ===
The third, fourth and fifth parameters are used to give one, two, or three additional resultant links:
{{For|similar terms|Foobar|Bar}}
{{For|similar terms|Foobar|Bar|Baz}}
{{For|similar terms|Foobar|Bar|Baz|Quux}}
the last being produced by e.g. {{tlc|For|similar terms|Foobar|Bar|Baz|Quux}}.
The {{para|selfref|yes}} option marks the entire hatnote as a Wikipedia self-reference, causing it to be omitted when the page content is reused outside of Wikipedia (see {{tl|self reference}} and [[MOS:SELFREF]] for more details).
=== Styling in italics ===
Please see {{section link|Wikipedia:Hatnote|Hatnotes with italics in the links}} ([[WP:ITHAT]]) for details about how to use italics in hatnotes.
==Tracking category==
Pages with errors reported by this template are added to [[:Category:Hatnote templates using unusual parameters]].
==TemplateData==
{{TemplateData header}}
<templatedata>
{
"description": "This template lists up to four articles on alternative meanings of a term. For further details and examples see the template documentation.",
"params": {
"1": {
"label": "Description",
"description": "a phrase describing the major alternative, or a general term for all alternative meanings",
"type": "string",
"required": true,
"example": "other people with the surname Smith"
},
"2": {
"label": "First link",
"description": "A page to link to; usually a disambiguation page or the most likely other meaning.",
"default": "{{PAGENAME}} (disambiguation)",
"type": "wiki-page-name",
"required": false
},
"3": {
"label": "Second link",
"description": "A page to link to for another meaning, if any.",
"type": "wiki-page-name",
"required": false
},
"4": {
"label": "Third link",
"description": "A page to link to for another meaning, if any.",
"type": "wiki-page-name",
"required": false
},
"5": {
"label": "Fourth link",
"description": "A page to link to for another meaning, if any.",
"type": "wiki-page-name",
"required": false
},
"selfref": {
"label": "Is self-reference?",
"description": "Set to yes to make this hatnote invisible on e.g. printed versions, for [[WP:SELFREF]]s",
"type": "boolean",
"default": "no",
"autovalue": "yes"
}
},
"format": "inline"
}
</templatedata>
{{Hatnote templates}}
<includeonly>{{Sandbox other||
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Disambiguation and redirection hatnote templates]]
}}</includeonly>
escdfzkwn0iqfg2pka21gr1qckk5uni
မေႃႇၵျူး:For
828
32986
65807
2024-12-23T15:36:33Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For..."
65807
Scribunto
text/plain
local mArguments --initialize lazily
local mHatlist = require('Module:Hatnote list')
local mHatnote = require('Module:Hatnote')
local yesNo = require('Module:Yesno')
local p = {}
--Implements {{For}} from the frame
--uses capitalized "For" to avoid collision with Lua reserved word "for"
function p.For (frame)
mArguments = require('Module:Arguments')
return p._For(mArguments.getArgs(frame))
end
--Implements {{For}} but takes a manual arguments table
function p._For (args)
local use = args[1]
if (not use) then
return mHatnote.makeWikitextError(
'no context parameter provided. Use {{other uses}} for "other uses" hatnotes.',
'Template:For#Errors',
args.category
)
end
local pages = {}
function two (a, b) return a, b, 1 end --lets us run ipairs from 2
for k, v in two(ipairs(args)) do table.insert(pages, v) end
local title = mw.title.getCurrentTitle()
local skipCat = title.isTalkPage or title.namespace == 2 --don't categorise talk pages and userspace
local oddCat = skipCat and '' or '[[Category:Hatnote templates using unusual parameters]]'
local category = yesNo(args.category)
return mHatnote._hatnote(
mHatlist.forSeeTableToString({{use = use, pages = pages}}),
{selfref = args.selfref}
) .. (
(use == 'other uses') and ((category == true) or (category == nil)) and
oddCat or ''
)
end
return p
5kir3llbyjasubdg18thlz8rxsxfwtw
မေႃႇၵျူး:For/doc
828
32987
65808
2024-12-23T15:36:58Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Distinguish|Module:For loop}} {{high-risk}} {{Module rating|protected}} {{Lua|Module:Yesno|Module:Hatnote|Module:Hatnote list|Module:Arguments}} Implements {{tl|for}}. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> [[Category:Hatnote modules]] }}</includeonly><noinclude> [[Category:Module documentation pages]] </noinclude>"
65808
wikitext
text/x-wiki
{{Distinguish|Module:For loop}}
{{high-risk}}
{{Module rating|protected}}
{{Lua|Module:Yesno|Module:Hatnote|Module:Hatnote list|Module:Arguments}}
Implements {{tl|for}}.
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Hatnote modules]]
}}</includeonly><noinclude>
[[Category:Module documentation pages]]
</noinclude>
4nv0wi1f7c765l4x57h80ny09joxrip
ထႅမ်းပလဵတ်ႉ:Hatnote/doc
10
32988
65810
2024-12-23T15:39:22Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{Redirect|Template:Dablink|the maintenance template|Template:Dablinks}} {{used in system}} {{Never substitute}} {{Template redirect|Dablink}} {{Lua|Module:Hatnote}} This template produces formatted text, following the guideline for a '''[[Wikipedia:Hatnote|Wikipedia hatnote]]''': :{{tji|Hatnote|Example hatnote text.}} →<br><!-- a construct to show hatnote as expected (using newline)..."
65810
wikitext
text/x-wiki
{{Documentation subpage}}
{{Redirect|Template:Dablink|the maintenance template|Template:Dablinks}}
{{used in system}}
{{Never substitute}}
{{Template redirect|Dablink}}
{{Lua|Module:Hatnote}}
This template produces formatted text, following the guideline for a '''[[Wikipedia:Hatnote|Wikipedia hatnote]]''':
:{{tji|Hatnote|Example hatnote text.}} →<br><!-- a construct to show hatnote as expected (using newline) -->
{{Hatnote|Example hatnote text.}}
Broadly speaking, a hatnote should answer a reader's question (maybe preemptively): ''Am I on the right page?''
{{TOC limit}}
== လွင်ႈႁဵတ်းၵၢၼ် ==
This template is primarily used to add a correctly formatted ''hatnote'' to a page. Often, but not always, this is a ''disambiguation link'' at the top of article pages. It places an HTML <code>div-</code> / <code>div</code> block around the text entered as its only argument, which provides standardized formatting (contents are indented and italicized in most displays); it also isolates the contained code to make sure that it is interpreted correctly.
This template is also used as the "meta-template" for additional specialized disambiguation link templates; see [[:Category:Hatnote templates]] for a list.
The template does not automatically create links of any kind. Links and other desired formatting must be explicitly added, using normal [[Wikipedia:Cheatsheet|Wikipedia markup]].
== လွင်ႈၸႂ်ႉတိုဝ်း ==
; Basic usage:
: {{tji|hatnote|text}}
; All parameters:
: {{tji|hatnote|text|extraclasses:extra classes|selfref:yes|category:no}}
== ပႃႇရႃႇမီႇတႃႇ ==
This template accepts the following parameters:
* <code>1</code> – the hatnote text (required)
* <code>extraclasses</code> – any extra CSS classes to be added, for example, the {{tl|see also}} template adds the classes "{{para|extraclasses|boilerplate seealso}}".
* <code>selfref</code> – If set to "yes", "y", "true" or "1", adds the CSS class "selfref". This is used to denote self-references to Wikipedia. See [[Template:Selfref]] for more information.
* <code>category</code> – If set to "no", "n", "false", or "0", suppresses the error tracking category ([[:Category:Hatnote templates with errors]]). This has an effect only if the <!--"first-positional parameter", not "first positional parameter", if you value the readers' time ... but better yet --> leftmost parameter (the hatnote text) is omitted.
== တူဝ်ယၢင်ႇ ==
* {{tji|hatnote|Example hatnote text}} → {{hatnote|Example hatnote text}}
== လွင်ႈၽိတ်းပိူင်ႈ ==
If no hatnote text is supplied, the template will output the following message:
* {{hatnote|category=no}}
If you see this error message, it is for one of four reasons:
# No parameters were specified (the template code was <code><nowiki>{{hatnote}}</nowiki></code>). Please use <code><nowiki>{{hatnote|</nowiki>''text''<nowiki>}}</nowiki></code> instead.
# Some parameters were specified, but the hatnote text wasn't included. For example, the template text <code><nowiki>{{hatnote|extraclasses=seealso}}</nowiki></code> will produce this error. Please use (for example) <code><nowiki>{{hatnote|</nowiki>''text''<nowiki>|extraclasses=seealso}}</nowiki></code> instead.
# The hatnote text was specified, but that text contains an equals sign ("="). The equals sign has a special meaning in template code, and because of this it cannot be used in template parameters that do not specify a parameter name. For example, the template code <code><nowiki>{{hatnote|2+2=4}}</nowiki></code> will produce this error. To work around this, you can specify the parameter name explicitly by using <code>1=</code> before the hatnote text, like this: <code><nowiki>{{hatnote|1=2+2=4}}</nowiki></code>.
# You tried to access [[Module:Hatnote]] directly by using <code><nowiki>{{#invoke:hatnote|hatnote|</nowiki>''text''<nowiki>}}</nowiki></code>. Use of #invoke in this way has been disabled for performance reasons. Please use <code><nowiki>{{hatnote|</nowiki>''text''<nowiki>}}</nowiki></code> instead.
If you see this error message and are unsure of what to do, please post a message on [[Template talk:Hatnote]], and someone should be able to help you.
Pages that contain this error message are tracked in [[:Category:Hatnote templates with errors]].
== Technical details ==
The HTML code produced by this template looks like this:
* {{tag|div|attribs=role="note" class="hatnote navigation-not-searchable"|link=yes|content= hatnote text}}
The code is produced by [[Module:Hatnote]].
==တူၺ်းပႃး==
* {{tl|For}}
{{Hatnote templates}}
{{Collapse top|[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}}
{{TemplateData header|noheader=1}}
<templatedata>
{
"description": "Template for creating a standard Wikipedia hatnote. A hatnote is a short note placed at the top of an article to provide disambiguation of closely related terms or summarise a topic, explaining its boundaries.",
"params": {
"1": {
"label": "Text",
"description": "This field should contain the text that will be displayed in the hatnote.",
"type": "string",
"required": true
},
"extraclasses": {
"type": "string/line",
"label": "Extra classes",
"description": "Extra CSS classes to be added to the <div> tags surrounding the hatnote text."
},
"selfref": {
"type": "string/line",
"label": "Self reference",
"description": "Set to \"yes\" if the hatnote text is a self-reference to Wikipedia that would not make sense on mirrors or forks of the Wikipedia site. (E.g. \"For the Wikipedia Sandbox, see [[WP:SAND]]\".)"
},
"category": {
"label": "Category",
"description": "Set to \"no\", \"n\", \"false\", or \"0\" to suppresses the error tracking category (Category:Hatnote templates with errors). This only has an effect if the hatnote text is omitted."
}
}
}
</templatedata>
{{Collapse bottom}}<includeonly>{{Sandbox other||
[[Category:Hatnote templates| ]]
[[Category:Cross-reference templates]]
}}</includeonly>
gyn22cb768wszyv9y3vjtcfzkc6cvq6
ထႅမ်းပလဵတ်ႉ:Module link
10
32989
65812
2024-12-23T15:42:45Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "<includeonly>{{{{{{{|safesubst:}}}#invoke:Separated entries|main|[[Module:{{{1}}}{{{section|}}}|#invoke:{{{1}}}]]|{{{2|''function''}}}|separator=|}}}}</includeonly><noinclude>{{documentation}}<!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>"
65812
wikitext
text/x-wiki
<includeonly>{{{{{{{|safesubst:}}}#invoke:Separated entries|main|[[Module:{{{1}}}{{{section|}}}|#invoke:{{{1}}}]]|{{{2|''function''}}}|separator=|}}}}</includeonly><noinclude>{{documentation}}<!-- Categories go on the /doc subpage and interwikis go on Wikidata. -->
</noinclude>
9i2jehvmqdbxqb6uexjk8k33u9p06v8
ထႅမ်းပလဵတ်ႉ:Module link/doc
10
32990
65813
2024-12-23T15:44:44Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{tsh|ml}}{{lua|Module:Separated entries}} {{lt|ml}} is used to display a module name as a link surrounded by braces with the {{((}}#invoke{{))}} [[WP:PF|parser function]], thus showing the module name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a module by name without invoking it. It is also supports the defin..."
65813
wikitext
text/x-wiki
{{Documentation subpage}}
{{tsh|ml}}{{lua|Module:Separated entries}}
{{lt|ml}} is used to display a module name as a link surrounded by braces with the {{((}}#invoke{{))}} [[WP:PF|parser function]], thus showing the module name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a module by name without invoking it. It is also supports the definition of a function and parameters.
== တူဝ်ယၢင်ႇ ==
{| class="wikitable"
! Code
! Result
! Notes
|-
| {{tji|ml|Example}}
| {{ml|Example}}
| Usage without function name. This does not produce a usable invocation.
|-
| {{tji|ml|Example|hello}}
| {{ml|Example|hello}}
| Usage with a function name.
|-
| {{tji|ml|Example|count_fruit|4{{=}}bananas{{=}}10|5{{=}}kiwis{{=}}5}}
| {{ml|Example|count_fruit|4=bananas=10|5=kiwis=5}}
| Usage with a function name and parameters.
|-
| {{tji|ml|Example|count_fruit|Fred|bananas<nowiki>{{</nowiki>{{=}}<nowiki>}}</nowiki>10|apples<nowiki>{{</nowiki>{{=}}<nowiki>}}</nowiki>5}}
| {{ml|Example|count_fruit|Fred|bananas{{=}}10|apples{{=}}5}}
| Usage with a function name and parameters, using {{((}}={{))}}.
|-
| {{tji|ml|Example|}}
| {{ml|Example|}}
| Omits the function name
|}
== TemplateData ==
{{TemplateData header}}
<templatedata>{
"description": "This template displays a module name as a link surrounded by braces with the {{#invoke}} parser function, thus showing how the module name would be used in code. Its primary use is in instruction and documentation.",
"params": {
"1": {
"label": "module name",
"description": "the module name without the namespace prefix “Module:”, which is added automatically",
"type": "string",
"required": true
},
"2": {
"label": "function name",
"description": "the function name within the module to call",
"type": "string",
"required": true
},
"3": {
"label": "parameter 1",
"description": "the name (and value) of the first parameter, use {{=}} to add an equal sign",
"type": "string"
},
"4": {
"label": "parameter 2",
"description": "the name (and value) of the second parameter, use {{=}} to add an equal sign",
"type": "string"
},
"5": {
"label": "parameter 3",
"description": "the name (and value) of the third parameter, use {{=}} to add an equal sign",
"type": "string"
}
}}</templatedata>
== တူၺ်းပႃး ==
* {{tl|mfl}} - Similar function but creates a link to the function paragraph in the documentation.
* {{tl|mlx}} - Similar function but surrounded in {{tag|code}} tags.
* {{tl|tl}} - A version of this template for templates instead of modules.
{{Template:Template-linking templates}}
<includeonly>{{Sandbox other||
[[Category:Internal module-link templates]]
}}</includeonly>
ke908jazn2qoetcsxka67jaf66vkidp
ထႅမ်းပလဵတ်ႉ:UF-hcard-place
10
32991
65815
2024-12-24T00:05:16Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "The HTML mark up produced by this template includes an [[HCard|hCard microformat]], which makes the place-name and location [[Parsing|parsable]] by computers, either acting automatically to catalogue article across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. For more information about the use of [[microformat]]s on Wikipedia, please see WP:UF|the micr..."
65815
wikitext
text/x-wiki
The HTML mark up produced by this template includes an [[HCard|hCard microformat]], which makes the place-name and location [[Parsing|parsable]] by computers, either acting automatically to catalogue article across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. For more information about the use of [[microformat]]s on Wikipedia, please see [[WP:UF|the microformat project]].
If the place or venue has an "established", "founded", "opened" or similar date that is specific to the day, use {{tl|start date}} [[Wikipedia:WikiProject Microformats/dates|unless the date is before 1583 CE]]. If it has a URL, use {{tl|URL}}.
hCard uses HTML classes including:
{{flatlist |
* adr
* category
* country-name
* extended-address
* fn
* label
* locality
* nickname
* note
* org
* street-address
* url
* vcard
}}
'''Please do not rename or remove these classes nor collapse nested elements which use them.'''<includeonly>{{sandbox other||[[Category:Templates generating hCards]]}}</includeonly><noinclude>
[[Category:Templates generating hCards]]
[[Category:Microformat (uF) message templates]]
</noinclude>
93b6vrmnx2j6ku5ef40z9o8i8kx2bw3
ထႅမ်းပလဵတ်ႉ:Infobox former country
10
32992
65816
2024-12-24T00:05:58Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Infobox country]]
65816
wikitext
text/x-wiki
#REDIRECT [[Template:Infobox country]]
4bmm8w753ggaras7qtv4bihz2hx6emu
ထႅမ်းပလဵတ်ႉ:!)
10
32993
65817
2024-12-24T00:06:29Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "|}<noinclude> {{Documentation}} </noinclude>"
65817
wikitext
text/x-wiki
|}<noinclude>
{{Documentation}}
</noinclude>
8apcw4qp5lvn6mmsnwmuhdas81mpdci
ထႅမ်းပလဵတ်ႉ:!)/doc
10
32994
65818
2024-12-24T00:06:58Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{High-use|200000+}} {{Auxiliary template common notice|entity=#124;&#125}} <includeonly>{{Sandbox other|| [[Category:Templates with partial table wikitext]] [[Category:Character-substitution templates]] }}</includeonly>"
65818
wikitext
text/x-wiki
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
{{High-use|200000+}}
{{Auxiliary template common notice|entity=#124;&#125}}
<includeonly>{{Sandbox other||
[[Category:Templates with partial table wikitext]]
[[Category:Character-substitution templates]]
}}</includeonly>
dencbkx69d61ab02w98uqme90tqp0t3
ထႅမ်းပလဵတ်ႉ:Infobox country/status text
10
32995
65819
2024-12-24T00:07:49Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{#if:{{{status_text|}}} |{{{status_text}}} |{{#switch:{{ucfirst:{{{status|}}}}} |Empire=<!--Empire--> |Nomadic empire|Nomadic Empire=[[Nomadic empire]] |Ancient Chinese state |Ancient Chinese State=[[Ancient Chinese state]] |Federation |Federal=<!--Federation--> |Confederation=<!--Confederation--> |State union |State Union |Union=<!--State union--> |Special |Special territory=<!--Special..."
65819
wikitext
text/x-wiki
{{#if:{{{status_text|}}} |{{{status_text}}} |{{#switch:{{ucfirst:{{{status|}}}}}
|Empire=<!--Empire-->
|Nomadic empire|Nomadic Empire=[[Nomadic empire]]
|Ancient Chinese state |Ancient Chinese State=[[Ancient Chinese state]]
|Federation |Federal=<!--Federation-->
|Confederation=<!--Confederation-->
|State union |State Union |Union=<!--State union-->
|Special |Special territory=<!--Special territory-->
|Unrecognized state |Unrecognised state |Unrecognized State |Unrecognised State
|Unrecognized |Unrecognised=[[List of states with limited recognition|Unrecognized state]]
|City-state |City-State |City state |City State
|City={{#if:{{{empire|}}}
| {{#switch:{{{empire|}}} |Holy Roman Empire |HRE=[[Free Imperial City]] of the [[Holy Roman Empire]] {{#if:{{{year_end|}}}|{{#ifexpr:{{{year_end}}}>1806|<br/>(until 1806)}}|}} |#default=City-state {{#if:{{{empire|}}}|of [[{{{empire}}}]]|}} }}
|<!--City-state-->
}}
|Commonwealth realm |Commonwealth Realm=[[Commonwealth Realm]]
|League of Nations Mandate |League of Nations
|Mandate={{#if:{{{empire|}}}
| [[League of Nations mandate|Mandate]] of {{#switch:{{{empire}}} |United Kingdom |UK=the [[United Kingdom]] |#default={{#ifexist:{{{empire}}}|[[{{{empire}}}]]|{{{empire}}}}} }}
| [[League of Nations mandate]]
}}
|United Nations Trust Territory| UN Trust Territory
|Trust Territory=[[United Nations Trust Territories|Trust Territory]]<!--
-->{{#if:{{{empire|}}} | of {{#switch:{{{empire}}} |United Kingdom |UK=the [[United Kingdom]] |United States |US |USA=the [[United States]] |#default={{#ifexist:{{{empire}}}|[[{{{empire}}}]]|{{{empire}}}}} }} }}
|Protectorate=Protectorate of <!--
-->{{#if:{{{empire|}}}
|{{#switch:{{{empire}}}
|United Kingdom |UK=the [[United Kingdom]]
|United States |US |USA=the [[United States]] |#default={{#ifexist:{{{empire}}}|[[{{{empire}}}]]|{{{empire}}}}}
}}
|whom? {{#if:{{{_noautocat|<noinclude>yes</noinclude>}}}||[[Category:Former country articles requiring maintenance|S]]}}
}}
|Client |Client state |Client State |Puppet |Puppet-state
|Puppet state={{#if:{{{empire|}}}
| {{#switch:{{{empire}}} |First French Empire |France=[[French client republic|Client]] of the [[First French Empire]] |#default=[[Puppet state]] of {{#ifexist:{{{empire}}}|[[{{{empire}}}]]|{{{empire}}}}} }}
| Puppet state ''of whom?'' {{#if:{{{_noautocat|<noinclude>yes</noinclude>}}}||[[Category:Former country articles requiring maintenance|S]]}}
}}
|Vassal={{#switch:{{{empire|}}} |Holy Roman Empire |HRE=[[States of the Holy Roman Empire|State]] of the [[Holy Roman Empire]] {{#if:{{{year_end|}}}|{{#ifexpr:{{{year_end}}}>1806|(until 1806)}}|}} |#default=Vassal{{#if:{{{empire|}}}| of {{{empire}}}| ''of whom?'' {{#if:{{{_noautocat|<noinclude>yes</noinclude>}}}||[[Category:Former country articles requiring maintenance|S]]}}}} }}
|Fief={{#switch:{{{empire|}}} |#default=Fief{{#if:{{{empire|}}}| of {{{empire}}}| ''of whom?'' {{#if:{{{_noautocat|<noinclude>yes</noinclude>}}}||[[Category:Former country articles requiring maintenance|S]]}}}} }}
|Abbey={{#switch:{{{empire|}}} |Holy Roman Empire |HRE=[[Imperial Abbey]] of the [[Holy Roman Empire]] {{Main other|[[Category:Imperial abbeys|{{{common_name}}}]]}} |#default=Abbey{{#if:{{{empire|}}}| of {{{empire}}}| ''of whom?'' {{#if:{{{_noautocat|<noinclude>yes</noinclude>}}}||[[Category:Former country articles requiring maintenance|S]]}}}} }}
|Satellite state |Satellite State
|Satellite= Satellite state of the [[Soviet Union]]
|Colony={{#switch:{{ucfirst:{{{empire}}}}}
|United Kingdom |UK |British Empire |Britain=[[Territorial evolution of the British Empire|British colony]]
|England=[[English overseas possessions|English colony]]
|France |First French Empire| French Empire=[[French colonial empire|French colony]]
|NL |Netherlands |The Netherlands=[[Dutch Empire|Dutch colony]]
|Belgium=[[Belgian colonial empire|Belgian colony]]
|Spain |Spanish Empire=[[Spanish Empire|Spanish colony]]
|Portugal=[[Portuguese Empire|Portuguese colony]]
|Germany |German Empire=[[German colonial empire|German colony]]
|Italy=[[Italian Empire|Italian colony]]
|Sweden=[[Swedish overseas colonies|Swedish colony]]
|Denmark=[[Danish colonial empire|Danish colony]]
|Norway=[[Norwegian Empire|Norwegian colony]]
|Russia=[[Russian Empire|Russian colony]]
|Japan=[[Empire of Japan|Japanese colony]]
|#default=Colony ({{#if:{{{empire|}}} |{{{empire}}}) |''of whom?'') {{#if:{{{_noautocat|<noinclude>yes</noinclude>}}}||[[Category:Former country articles requiring maintenance|S]]}} }}
}}
|Provisional Government |Provisional government
|Provisional=[[Provisional government]]
|Exiled Government |Exiled government
|Exile={{#if:{{{year_exile_start|}}}
| [[Government in exile|In exile]] {{#if:{{{year_exile_end|}}} |({{{year_exile_start}}}{{spaced ndash}}{{{year_exile_end}}}) |since {{{year_exile_start}}} }}
| [[Government in exile]]
}}
|#default={{{status}}}
}}
}}<noinclude>
{{documentation|content=
This subtemplate is used to simplify the code of {{tl|infobox country}}. It should not be used directly.
}}</noinclude>
9akxdiq3yekwe3xf0wa0dcwwwoqwqtb
ထႅမ်းပလဵတ်ႉ:Infobox country/formernext
10
32996
65820
2024-12-24T00:08:42Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{| style="width:95%; text-align:center; margin:0 auto; display:inline-table;" |- | style="text-align:center; border:0; padding-bottom:0"|<div id="before-after"></div> {{#if:{{{p1|}}}|'''Preceded by'''}} || style="text-align:center;border:0; padding-bottom:0;"| {{#if:{{{s1|}}}|'''Succeeded by'''}} |- | style="vertical-align:top; text-align:center; border:0;"| {{#if:{{{p1|}}} | <!--start subtable:-->{{{!}} style="widt..."
65820
wikitext
text/x-wiki
{| style="width:95%; text-align:center; margin:0 auto; display:inline-table;"
|-
| style="text-align:center; border:0; padding-bottom:0"|<div id="before-after"></div> {{#if:{{{p1|}}}|'''Preceded by'''}} || style="text-align:center;border:0; padding-bottom:0;"| {{#if:{{{s1|}}}|'''Succeeded by'''}}
|-
| style="vertical-align:top; text-align:center; border:0;"| {{#if:{{{p1|}}} | <!--start subtable:-->{{{!}} style="width:100%; text-align:center; margin:0 auto; border:0;"
{{!}}-
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p1|}}}|[[File:{{{flag_p1}}}|20px{{#ifeq:{{{border_p1}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p1|}}}|{{{image_p1}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p1}}}]]
{{!}}-
{{#if:{{{p2|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p2|}}}|[[File:{{{flag_p2}}}|20px{{#ifeq:{{{border_p2}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p2|}}}|{{{image_p2}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p2}}}]]}}
{{!}}-
{{#if:{{{p3|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p3|}}}|[[File:{{{flag_p3}}}|20px{{#ifeq:{{{border_p3}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p3|}}}|{{{image_p3}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p3}}}]]}}
{{!}}-
{{#if:{{{p4|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p4|}}}|[[File:{{{flag_p4}}}|20px{{#ifeq:{{{border_p4}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p4|}}}|{{{image_p4}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p4}}}]]}}
{{!}}-
{{#if:{{{p5|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p5|}}}|[[File:{{{flag_p5}}}|20px{{#ifeq:{{{border_p5}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p5|}}}|{{{image_p5}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p5}}}]]}}
{{!}}-
{{#if:{{{p6|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p6|}}}|[[File:{{{flag_p6}}}|20px{{#ifeq:{{{border_p6}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p6|}}}|{{{image_p6}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p6}}}]]}}
{{!}}-
{{#if:{{{p7|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p7|}}}|[[File:{{{flag_p7}}}|20px{{#ifeq:{{{border_p7}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p7|}}}|{{{image_p7}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p7}}}]]}}
{{!}}-
{{#if:{{{p8|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p8|}}}|[[File:{{{flag_p8}}}|20px{{#ifeq:{{{border_p8}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p8|}}}|{{{image_p8}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p8}}}]]}}
{{!}}-
{{#if:{{{p9|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p9|}}}|[[File:{{{flag_p9}}}|20px{{#ifeq:{{{border_p9}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p9|}}}|{{{image_p9}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p9}}}]]}}
{{!}}-
{{#if:{{{p10|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p10|}}}|[[File:{{{flag_p10}}}|20px{{#ifeq:{{{border_p10}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p10|}}}|{{{image_p10}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p10}}}]]}}
{{!}}-
{{#if:{{{p11|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p11|}}}|[[File:{{{flag_p11}}}|20px{{#ifeq:{{{border_p11}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p11|}}}|{{{image_p11}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p11}}}]]}}
{{!}}-
{{#if:{{{p12|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p12|}}}|[[File:{{{flag_p12}}}|20px{{#ifeq:{{{border_p12}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p12|}}}|{{{image_p12}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p12}}}]]}}
{{!}}-
{{#if:{{{p13|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p13|}}}|[[File:{{{flag_p13}}}|20px{{#ifeq:{{{border_p13}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p13|}}}|{{{image_p13}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p13}}}]]}}
{{!}}-
{{#if:{{{p14|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p14|}}}|[[File:{{{flag_p14}}}|20px{{#ifeq:{{{border_p14}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p14|}}}|{{{image_p14}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p14}}}]]}}
{{!}}-
{{#if:{{{p15|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p15|}}}|[[File:{{{flag_p15}}}|20px{{#ifeq:{{{border_p15}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p15|}}}|{{{image_p15}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p15}}}]]}}
{{!}}-
{{#if:{{{p16|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p16|}}}|[[File:{{{flag_p16}}}|20px{{#ifeq:{{{border_p16}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p16|}}}|{{{image_p16}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p16}}}]]}}
{{!}}-
{{#if:{{{p17|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p17|}}}|[[File:{{{flag_p17}}}|20px{{#ifeq:{{{border_p17}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p17|}}}|{{{image_p17}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p17}}}]]}}
{{!}}-
{{#if:{{{p18|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p18|}}}|[[File:{{{flag_p18}}}|20px{{#ifeq:{{{border_p18}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p18|}}}|{{{image_p18}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p18}}}]]}}
{{!}}-
{{#if:{{{p19|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p19|}}}|[[File:{{{flag_p19}}}|20px{{#ifeq:{{{border_p19}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p19|}}}|{{{image_p19}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p19}}}]]}}
{{!}}-
{{#if:{{{p20|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p20|}}}|[[File:{{{flag_p20}}}|20px{{#ifeq:{{{border_p20}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p20|}}}|{{{image_p20}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p20}}}]]}}
{{!}}-
{{#if:{{{p21|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p21|}}}|[[File:{{{flag_p21}}}|20px{{#ifeq:{{{border_p21}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p21|}}}|{{{image_p21}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p21}}}]]}}
{{!}}-
{{#if:{{{p22|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_p22|}}}|[[File:{{{flag_p22}}}|20px{{#ifeq:{{{border_p22}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_p22|}}}|{{{image_p22}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:left;"{{!}} [[{{{p22}}}]]}}
<!--end subtable:-->
{{!}}}
}}
| style="vertical-align:top; text-align:center;border:0;"| {{#if:{{{s1|}}} | <!--start subtable:-->{{{!}} style="width:92%; text-align:center; margin:0 auto; border:0;"
{{!}}-
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s1}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s1|}}}|[[File:{{{flag_s1}}}|20px{{#ifeq:{{{border_s1}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s1|}}}|{{{image_s1}}}|[[File:Blank.png|22px|link=|alt=]]}}}}
{{!}}-
{{#if:{{{s2|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s2}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s2|}}}|[[File:{{{flag_s2}}}|20px{{#ifeq:{{{border_s2}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s2|}}}|{{{image_s2}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s3|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s3}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s3|}}}|[[File:{{{flag_s3}}}|20px{{#ifeq:{{{border_s3}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s3|}}}|{{{image_s3}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s4|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s4}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s4|}}}|[[File:{{{flag_s4}}}|20px{{#ifeq:{{{border_s4}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s4|}}}|{{{image_s4}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s5|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s5}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s5|}}}|[[File:{{{flag_s5}}}|20px{{#ifeq:{{{border_s5}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s5|}}}|{{{image_s5}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s6|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s6}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s6|}}}|[[File:{{{flag_s6}}}|20px{{#ifeq:{{{border_s6}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s6|}}}|{{{image_s6}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s7|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s7}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s7|}}}|[[File:{{{flag_s7}}}|20px{{#ifeq:{{{border_s7}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s7|}}}|{{{image_s7}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s8|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s8}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s8|}}}|[[File:{{{flag_s8}}}|20px{{#ifeq:{{{border_s8}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s8|}}}|{{{image_s8}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s9|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s9}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s9|}}}|[[File:{{{flag_s9}}}|20px{{#ifeq:{{{border_s9}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s9|}}}|{{{image_s9}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s10|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s10}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s10|}}}|[[File:{{{flag_s10}}}|20px{{#ifeq:{{{border_s10}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s10|}}}|{{{image_s10}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s11|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s11}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s11|}}}|[[File:{{{flag_s11}}}|20px{{#ifeq:{{{border_s11}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s11|}}}|{{{image_s11}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s12|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s12}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s12|}}}|[[File:{{{flag_s12}}}|20px{{#ifeq:{{{border_s12}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s12|}}}|{{{image_s12}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s13|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s13}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s13|}}}|[[File:{{{flag_s13}}}|20px{{#ifeq:{{{border_s13}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s13|}}}|{{{image_s13}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s14|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s14}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s14|}}}|[[File:{{{flag_s14}}}|20px{{#ifeq:{{{border_s14}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s14|}}}|{{{image_s14}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s15|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s15}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s15|}}}|[[File:{{{flag_s15}}}|20px{{#ifeq:{{{border_s15}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s15|}}}|{{{image_s15}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s16|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s16}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s16|}}}|[[File:{{{flag_s16}}}|20px{{#ifeq:{{{border_s16}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s16|}}}|{{{image_s16}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s17|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s17}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s17|}}}|[[File:{{{flag_s17}}}|20px{{#ifeq:{{{border_s17}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s17|}}}|{{{image_s17}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s18|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s18}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s18|}}}|[[File:{{{flag_s18}}}|20px{{#ifeq:{{{border_s18}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s18|}}}|{{{image_s18}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s19|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s19}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s19|}}}|[[File:{{{flag_s19}}}|20px{{#ifeq:{{{border_s19}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s19|}}}|{{{image_s19}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s20|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s20}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s20|}}}|[[File:{{{flag_s20}}}|20px{{#ifeq:{{{border_s20}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s20|}}}|{{{image_s20}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s21|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s21}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s21|}}}|[[File:{{{flag_s21}}}|20px{{#ifeq:{{{border_s21}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s21|}}}|{{{image_s21}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
{{!}}-
{{#if:{{{s22|}}} |
{{!}}style="border:0; padding:0; vertical-align:middle; text-align:right;"{{!}} [[{{{s22}}}]]
{{!}}style="border:0; padding:0; vertical-align:middle;"{{!}} {{#if:{{{flag_s22|}}}|[[File:{{{flag_s22}}}|20px{{#ifeq:{{{border_s22}}}|no||{{!}}border}}|link=|alt=]]|{{#if:{{{image_s22|}}}|{{{image_s22}}}|[[File:Blank.png|22px|link=|alt=]]}}}}}}
<!--end subtable:-->
<!--end subtable:-->
{{!}}}
}}
<!--end subtable:-->
{{!}}}<noinclude>
{{documentation|content=
This subtemplate is used to simplify the code of {{tl|infobox country}}. It should not be used directly. It can currently handle up to 21 flags.
}}</noinclude>
9p6ah8hna5bawbmmky4aqh9g48o39j2
ထႅမ်းပလဵတ်ႉ:Infobox country/formernext/styles.css
10
32997
65821
2024-12-24T00:09:22Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း ".ib-country-formernext { width: 95%; margin: 0 auto; display: flex; justify-content: center; } .ib-country-formernext > div { min-width: 50%; flex-grow: 1; } .ib-country-formernext table { width: 100%; } /* .ib-country-formernext caption { font-weight: bold; text-align: center; } */ @media all and (max-width: 720px) { body.skin-minerva .ib-country-formernext table { display: table; } }"
65821
sanitized-css
text/css
.ib-country-formernext {
width: 95%;
margin: 0 auto;
display: flex;
justify-content: center;
}
.ib-country-formernext > div {
min-width: 50%;
flex-grow: 1;
}
.ib-country-formernext table {
width: 100%;
}
/*
.ib-country-formernext caption {
font-weight: bold;
text-align: center;
}
*/
@media all and (max-width: 720px) {
body.skin-minerva .ib-country-formernext table {
display: table;
}
}
is6s4smw0gif2wjr3vk7j7qbqvim04j
ထႅမ်းပလဵတ်ႉ:Unreliable source
10
32998
65826
2024-12-24T00:16:20Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Unreliable source?]]
65826
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Unreliable source?]]
dsd6z5bq7vandfyhdhwtq55g3b6p7zz
ထႅမ်းပလဵတ်ႉ:Unreliable source?/doc
10
32999
65827
2024-12-24T00:16:54Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{High-use}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Template redirects|Unreliable source inline|Unreliable source|Verify credibility|Reliable source}} {{Template shortcuts|rs?|rs}} == လွင်ႈၸႂ်ႉတိုဝ်း == This template is intended to be used when a statement is sourced but it is questionable whether the so..."
65827
wikitext
text/x-wiki
{{Documentation subpage}}
{{High-use}}
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{Template redirects|Unreliable source inline|Unreliable source|Verify credibility|Reliable source}}
{{Template shortcuts|rs?|rs}}
== လွင်ႈၸႂ်ႉတိုဝ်း ==
This template is intended to be used when a statement is sourced but it is questionable whether the source used is [[WP:RS|reliable]] for supporting the statement. It produces a superscripted notation like the following:
: It was actually written by Francis Bacon.<sup>[9]</sup>{{Unreliable source?}}
Articles tagged with this template will be categorized into [[:Category:All articles lacking reliable references]].
Place this template inline, {{tlc|Unreliable source?|date{{=}}{{CURRENTMONTHNAME}} {{CURRENTYEAR}} }} following the questionable source. The template should be placed {{em|outside and immediately after the reference}} to the questionable source (<code><nowiki><ref> ... </ref></nowiki></code>), within the article's text:
: Potentially controversial statement.<code><nowiki><ref>some alleged source for this</ref>{{Unreliable source?|date=</nowiki>{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}</code> Next sentence.
=== Parameters ===
The template has the following optional parameters:
* '''date''': should be set to the month and year when the article was tagged. Example: {{tlx|Unreliable source?|date{{=}}{{#time:F Y}}}}
* '''reason''': a note explaining why you think the source is unreliable as per [[WP:RS]]. Displays as a tool tip. Keep it short (one sentence) as longer material belongs on the talk page. It is good to reiterate the reason in your edit summary. Example: {{tlc|Unreliable source?|reason{{=}}{{var|Your WP:RS-based reason here.}}|date{{=}}{{#time:F Y}}}}
* '''sure''' or '''certain''': if set to "y" or "yes" will remove the question mark from the template's output to denote a degree of certainty that the source is unreliable. Please use this with a {{para|reason}} parameter, and only after a good faith attempt to verify the reliability of the source in question. Example: {{tlx|Unreliable source?|sure{{=}}y|reason{{=}}{{var|1=Your WP:RS-based reason here.}}|date{{=}}{{#time:F Y}}}} NOTE: This parameter has an alias, {{para|failed}}, which may make more grammatical sense when used with certain redirects like {{tlx|verify credibility}}.
=== When to use and not use this template ===
This template should be used to express your doubt about the credibility of a source.
This tag should not be used on [[WP:BLPREMOVE|unreliably sourced contentious statements about living persons]]; if a source for such a statement is not reliable, the statement and the source should be {{strong|removed immediately}}.
For whole articles or article sections that rely on suspect sources, considering using the banner template {{tlx|More citations needed}} or {{tlx|More citations needed section}}, respectively, rather than individually tagging a large number of statements.
For sources promoting [[WP:FRINGE|fringe theories and pseudo-science]], the more specific template {{tlx|Unreliable fringe source}} can be used. Even more specifically, flag [[WP:MEDRS|improperly sourced medical claims]] with {{tlx|Unreliable medical source}}.
This tag should not be used to indicate that the sourced material could not be found within a given source. In that case, {{tlx|failed verification}} is a better template. For statements that have failed verification {{em|and}} have a questionable would-be source, consider removal of the source (and possibly the statement) over using both tags.
== ၶေႃႈမုၼ်းထႅမ်းပလဵတ်ႉ ==
{{TemplateDataHeader}}
<templatedata>
{
"params": {
"reason": {
"label": "Reason",
"description": "Note explaining why you think the source is unreliable as per WP:RS. Displays as a tool tip",
"type": "string"
},
"certain": {
"aliases": [
"sure",
"failed"
],
"label": "Certain?",
"description": "If set to \"y\" or \"yes\" will remove the question mark from the template's output to denote a degree of certainty that the source is unreliable",
"type": "boolean",
"default": "no",
"example": "yes"
},
"date": {
"label": "Month and year",
"description": "Month and year of tagging; e.g., 'January 2013', but not 'jan13'",
"type": "string",
"autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}",
"suggested": true
},
"name": {
"type": "string",
"label": "Displayed tag text",
"description": "Text displayed by the in-line tag between the square brackets",
"default": "unreliable source?"
}
},
"description": "Used when a statement is sourced but it is questionable whether the source used is reliable for supporting the statement.",
"format": "inline"
}
</templatedata>
== တူၺ်းပႃး ==
=== Inline templates ===
* {{tlx|Better source needed}}, an alternative to {{tlx|Unreliable source?|certain{{=}}y}}; especially useful for tagging sources that are low-quality but not necessarily wrong
* {{tlx|Dubious}}, for questionable claims that seem unlikely to be properly sourceable
* {{tlx|Obsolete source}}, for when a source has been surpassed by more recent works
* {{tlx|Primary source inline}}, for [[WP:PSTS|misuse of primary source material]]
* {{tlx|Unreliable fringe source}}, for [[WP:FRINGE|fringe]] sources
* {{tlx|Unreliable medical source}}, for [[WP:MEDRS|fringe medical]] sources in particular
=== Lists of templates ===
* [[Wikipedia:Template index/Cleanup/Verifiability and sources]]
* [[Wikipedia:Template index/Sources of articles]]
=== Policies, guidelines, essays, and WikiProjects ===
* [[Wikipedia:Citing sources]], especially § [[Wikipedia:Citing sources#Unsourced material|Unsourced material]]
* [[Wikipedia:Independent sources]]
* [[Wikipedia:Reliable sources]]
* [[Wikipedia:Verifiability]]
* [[Wikipedia:WikiProject Reliability]]
{{Inline cleanup tags}}
<includeonly>{{Sandbox other||
<!-- Categories go here; interwikis go in Wikidata. -->
[[Category:Inline citation and verifiability dispute templates]]
[[Category:Inline citation cleanup templates]]
}}</includeonly>
17chgi8t8ep1ir5vo94b5zslpas7i22
ထႅမ်းပလဵတ်ႉ:Coord how-to
10
33000
65833
2024-12-24T00:31:23Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "<div class="{{{class|}}}" style="display:table; background:#f5fffa; color: #222; margin: 1em 0; border: 1px solid #a2a9b1;{{{style|}}}"> <div style="background:#cef2e0; font-weight:bold; border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> {{{{{navbar|navbar-header}}}|1= {{{title|Quick how-to}}} |2=Coord_how-to}} </div><!--end header --> <div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> To a..."
65833
wikitext
text/x-wiki
<div class="{{{class|}}}" style="display:table; background:#f5fffa; color: #222; margin: 1em 0; border: 1px solid #a2a9b1;{{{style|}}}">
<div style="background:#cef2e0; font-weight:bold; border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
{{{{{navbar|navbar-header}}}|1= {{{title|Quick how-to}}} |2=Coord_how-to}}
</div><!--end header -->
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
To add {{Coord|57|18|22|N|4|27|32|W}} to the top of an article, use {{Tl|Coord}}, thus:
:'''<code><nowiki>{{Coord|57|18|22|N|4|27|32|W|display=title}}</nowiki></code>'''
These [[Geographic coordinate system|coordinates]] are in [[Degree (angle)|degrees]], [[Minute and second of arc|minutes, and seconds of arc]].
"title" means that the coordinates will be displayed next to the article's title at the top of the page (in desktop view only; title coordinates do not display in mobile view) and before any other text or images. It also records the coordinates as the primary location of the page's subject in Wikipedia's geosearch API.
</div><!-- end of section 1 -->
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
To add {{Coord|44.1124|N|87.9130|W}} to the top of an article, use either
:'''<code><nowiki>{{Coord|44.1124|N|87.9130|W|display=title}}</nowiki></code>'''
(which does not require minutes or seconds but does require the user to specify north/ south and east/west) ''or''
:'''<code><nowiki>{{Coord|44.1124|-87.9130|display=title}}</nowiki></code>'''
(in which the north and east are presumed by positive values while the south and west are negative ones).
These coordinates are in [[decimal degrees]].
</div><!-- end of section 2 -->
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
* Degrees, minutes and seconds, when used, must each be separated by a [[Vertical bar|pipe ("|")]].
* [[Geodetic datum|Map datum]] must be [[WGS84]] if possible (except for off-Earth bodies).
* Avoid [[Wikipedia:WikiProject Geographical coordinates#Precision guidelines|excessive precision]] (0.0001° is <11 m, 1″ is <31 m).
* Maintain [[MOS:UNCERTAINTY|consistency]] of decimal places or minutes/seconds between latitude and longitude.
* Latitude (N/S) must appear before longitude (E/W).
</div><!-- end of section 3 -->
<div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;">
Optional coordinate parameters follow the longitude and are separated by [[Underscore|an underscore ("_")]]:<br />
*[[Template:Coord#dim:D|dim]]: <code>dim:</code>'''''N''''' (viewing <u>d</u>iameter <u>i</u>n <u>m</u>etres)
*[[Template:Coord#region:R|region]]: <code>region:</code>'''''R''''' ([[ISO 3166-1 alpha-2]] or [[ISO 3166-2]] code)
*[[Template:Coord#type:T|type]]: <code>type:</code>'''''T''''' (<code>landmark</code> or <code>city(30,000)</code>, for example)
Other optional parameters are separated by [[Vertical bar|a pipe ("|")]]:<br />
*[[Template:Coord#Display|display]]
*: {{Para|display|inline}} (the default) to display in the body of the article only,
*: {{Para|display|title}} to display at the top of the article only (in desktop view only; title coordinates do not display in mobile view), or
*: {{Para|display|inline,title}} to display in both places.
*[[Template:Coord#Name|name]]
*: <code>name=</code>'''''X''''' to label the place on maps (default is [[mw:Help:Magic words#Page names|PAGENAME]])
Thus: '''<code><nowiki>{{Coord|44.1172|-87.9135|dim:30_region:US-WI_type:event</nowiki></code>'''
::'''<code><nowiki>|display=inline,title|name=accident site}}</nowiki></code>'''
Use {{Para|display|title}} (or {{Para|display|inline,title}}) once per article, for the subject of the article, where appropriate.
</div><!-- end of section 4 -->
<div style="padding: 0.2em 0.4em;">
* Per [[WP:ORDER]], the template is placed at the bottom of the article in the 'end matter', after any [[Wikipedia:Navigation template|navigation templates]], but before all [[Wikipedia:Categorization|categories]], including the {{tl|DEFAULTSORT}} template. The {{tl|coord}} template may also be placed within an [[Help:Infobox|infobox]], instead of at the bottom of the article.
* For full details, refer to {{tl|Coord/doc}}.
* Additional guidance is available at [[Wikipedia:Obtaining geographic coordinates|obtaining coordinates]] and [[Geographic coordinate conversion|converting coordinates]].
</div><!-- end of section 5 -->
</div><noinclude>
{{documentation|content=
==Usage ==
This a sub-tempate for {{tl|Coord/doc}}.
[[Category:WikiProject Geographical coordinates]]
}}</noinclude>
nn1ku2vdvz8ce8633l1zqj5snp9ozy9
ထႅမ်းပလဵတ်ႉ:UF-coord-classes
10
33001
65834
2024-12-24T00:32:14Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "To always display coordinates as DMS values, add this to [[Special:Mypage/common.css|your common.css]]: <syntaxhighlight lang="css" style="display:table; padding:0.5em; margin-left:1em; border-radius:2px"> .geo-default { display: inline } .geo-nondefault { display: inline } .geo-dec { display: none } .geo-dms { display: inline } </syntaxhighlight> To always display coordinates as decimal values, add this to Speci..."
65834
wikitext
text/x-wiki
To always display coordinates as DMS values, add this to [[Special:Mypage/common.css|your common.css]]:
<syntaxhighlight lang="css" style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }
</syntaxhighlight>
To always display coordinates as decimal values, add this to [[Special:Mypage/common.css|your common.css]]:
<syntaxhighlight lang="css" style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }
</syntaxhighlight>
To display coordinates in both formats, add this to [[Special:Mypage/common.css|your common.css]]:
<syntaxhighlight lang="css" style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }
</syntaxhighlight>
If CSS is disabled, or you have an old copy of [[MediaWiki:Common.css]] cached, you will see both formats. (You can either clear your cache or manually refresh this URL: {{Plain link|url=https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400}}.)
To disable display of the blue globe adjacent to coordinates, add this to [[Special:Mypage/common.js|your common.js]]:
<syntaxhighlight lang="javascript" style="display:table; padding:0.5em; margin-left:1em; border-radius:2px">
var wma_settings = {enabled:false}
</syntaxhighlight>
Note that this will disable [[meta:WikiMiniAtlas|WikiMiniAtlas]].
See also: {{section link|Wikipedia:Manual of Style/Dates and numbers|Geographical coordinates}}.<noinclude>
[[Category:Coordinates templates]]
[[Category:Microformat (uF) message templates]]
[[Category:WikiProject Geographical coordinates|τ]]
</noinclude>
5q2o9chcu0klm3flqx0rr9qp9nl7x94
ထႅမ်းပလဵတ်ႉ:Transwiki guide candidate
10
33002
65835
2024-12-24T00:33:01Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "<includeonly>{{ombox |style=border:#38C400 1px solid; |image=[[File:Edit-copy purple-wikit.svg|48px|alt=|link=]] |text=This is a candidate to have a [[Help:Transwiki guide|transwiki guide]]. Due to the complexity of the project or template, this guide will help editors adapt it to a remote wiki when this cannot be done by simply copying the codes of one single template. If you know this template syntax very well, fe..."
65835
wikitext
text/x-wiki
<includeonly>{{ombox
|style=border:#38C400 1px solid;
|image=[[File:Edit-copy purple-wikit.svg|48px|alt=|link=]]
|text=This is a candidate to have a [[Help:Transwiki guide|transwiki guide]]. Due to the complexity of the project or template, this guide will help editors adapt it to a remote wiki when this cannot be done by simply copying the codes of one single template. If you know this template syntax very well, feel free to start the guide in {{#if:{{{1|}}}|[[{{{1}}}]]|[[{{FULLPAGENAME}}/Transwiki guide]]}}. Once the transwiki guide page is complete, replace this tag by {{tl|Transwiki guide}}.
}}[[Category:Transwiki guide candidate|{{{2|{{PAGENAME}}}}}]]</includeonly><noinclude>
{{doc|content=
{{Transwiki guide candidate||*}}
Adding this tag to the page will automatically include it in [[:Category:Transwiki guide candidate]]. If the template has a document page, you should add it inside the <code><nowiki><includeonly></nowiki></code> tag in the document. Parameter {{{1}}} provides the option to change the page name of the transwiki guide if desired, <nowiki>[[{{FULLPAGENAME}}/Transwiki guide]]</nowiki> by default. Parameter {{{2}}} is for changing the category sorting, <nowiki>{{PAGENAME}}</nowiki> by default.
}}
samsfdbgfiv9od0bkkrtmpcswrfb1o8
ထႅမ်းပလဵတ်ႉ:Template link with magic
10
33003
65836
2024-12-24T00:33:44Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{#invoke:Template link with magic|format_link}}<noinclude>{{documentation}}</noinclude>"
65836
wikitext
text/x-wiki
{{#invoke:Template link with magic|format_link}}<noinclude>{{documentation}}</noinclude>
ezr8lyec4by1h5n4tc8usbsvex50acb
ထႅမ်းပလဵတ်ႉ:Template link with magic/doc
10
33004
65837
2024-12-24T01:56:18Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{Lua|Module:Template link with magic}} {{tsh|tlm}} This template is an all-purpose double-brace linking template. The magic is implemented by [[Module:Template link with magic]]. == လွင်ႈၸႂ်ႉတိုဝ်း == {{tlm|[[safe]subst:][msg[nw]:][raw:]<var>name of template</var>|...}} {{tlm|[[safe]subst:][msg[nw]:][raw:]<var>namespace</var>:<var>pagenam..."
65837
wikitext
text/x-wiki
{{Documentation subpage}}
{{Lua|Module:Template link with magic}}
{{tsh|tlm}}
This template is an all-purpose double-brace linking template. The magic is implemented by [[Module:Template link with magic]].
== လွင်ႈၸႂ်ႉတိုဝ်း ==
{{tlm|[[safe]subst:][msg[nw]:][raw:]<var>name of template</var>|...}}
{{tlm|[[safe]subst:][msg[nw]:][raw:]<var>namespace</var>:<var>pagename</var>|...}}
{{tlm|[[safe]subst:][msg[nw]:][raw:]#invoke:<var>module name</var>|...}}
{{tlm|[[safe]subst:][msg[nw]:][raw:]#<var>parser function</var>:...[|...]}}
{{tlm|[[safe]subst:]<var>VARIABLE NAME</var>}}
{{tlm|tlm}} may be used for linking to templates, quasi-templates (pages transcluded from namespaces other than {{ns:10}}), modules (using the <code>#invoke</code> syntax), documentation of parser functions and variables (so-called "[[Help:Magic words|magic words]]"). <code>subst:</code> and other modifier prefixes and other are detected automatically and linked appropriately.
If this template is passed non-numeric named parameters, they will be displayed: {{tlm|tlm|unreferenced|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} renders as {{tlm|unreferenced|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}. No particular order of parameters is guaranteed, and it will not work for numeric parameters, even explicitly named ones: {{tlm|tlm|X0|<nowiki>2=2</nowiki>}} displays {{tlm|X0|2=2}}.
==တူၺ်းပႃး==
*{{tlx|template link with magic nested}} (shortcut {{tl-r|tlmn}})
*{{tlx|magic word link}} (shortcut {{tl-r|mwl}})
<includeonly>{{Sandbox other||
<!--Categories below this line, please; interwikis at Wikidata-->
[[Category:Internal template-link templates]]
}}</includeonly>
4r7xg5jqbnsbttjtfqocsv7if71qaob
မေႃႇၵျူး:Template link with magic
828
33005
65838
2024-12-24T01:56:41Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "local export = {} local variables_nullary = { ["CURRENTYEAR"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTH"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTH1"] = "mw:Help:Magic words#Date and time"; -- undocumented ["CURRENTMONTH2"] = "mw:Help:Magic words#Date and time"; -- undocumented ["CURRENTMONTHNAME"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTHNAMEGEN"] = "mw:Help:Magic words#Da..."
65838
Scribunto
text/plain
local export = {}
local variables_nullary = {
["CURRENTYEAR"] = "mw:Help:Magic words#Date and time";
["CURRENTMONTH"] = "mw:Help:Magic words#Date and time";
["CURRENTMONTH1"] = "mw:Help:Magic words#Date and time"; -- undocumented
["CURRENTMONTH2"] = "mw:Help:Magic words#Date and time"; -- undocumented
["CURRENTMONTHNAME"] = "mw:Help:Magic words#Date and time";
["CURRENTMONTHNAMEGEN"] = "mw:Help:Magic words#Date and time";
["CURRENTMONTHABBREV"] = "mw:Help:Magic words#Date and time";
["CURRENTDAY"] = "mw:Help:Magic words#Date and time";
["CURRENTDAY2"] = "mw:Help:Magic words#Date and time";
["CURRENTDOW"] = "mw:Help:Magic words#Date and time";
["CURRENTDAYNAME"] = "mw:Help:Magic words#Date and time";
["CURRENTTIME"] = "mw:Help:Magic words#Date and time";
["CURRENTHOUR"] = "mw:Help:Magic words#Date and time";
["CURRENTWEEK"] = "mw:Help:Magic words#Date and time";
["CURRENTTIMESTAMP"] = "mw:Help:Magic words#Date and time";
["LOCALYEAR"] = "mw:Help:Magic words#Date and time";
["LOCALMONTH"] = "mw:Help:Magic words#Date and time";
["LOCALMONTH1"] = "mw:Help:Magic words#Date and time"; -- undocumented
["LOCALMONTH2"] = "mw:Help:Magic words#Date and time"; -- undocumented
["LOCALMONTHNAME"] = "mw:Help:Magic words#Date and time";
["LOCALMONTHNAMEGEN"] = "mw:Help:Magic words#Date and time";
["LOCALMONTHABBREV"] = "mw:Help:Magic words#Date and time";
["LOCALDAY"] = "mw:Help:Magic words#Date and time";
["LOCALDAY2"] = "mw:Help:Magic words#Date and time";
["LOCALDOW"] = "mw:Help:Magic words#Date and time";
["LOCALDAYNAME"] = "mw:Help:Magic words#Date and time";
["LOCALTIME"] = "mw:Help:Magic words#Date and time";
["LOCALHOUR"] = "mw:Help:Magic words#Date and time";
["LOCALWEEK"] = "mw:Help:Magic words#Date and time";
["LOCALTIMESTAMP"] = "mw:Help:Magic words#Date and time";
["SITENAME"] = "mw:Help:Magic words#Technical metadata";
["SERVER"] = "mw:Help:Magic words#Technical metadata";
["SERVERNAME"] = "mw:Help:Magic words#Technical metadata";
["DIRMARK"] = "mw:Help:Magic words#Technical metadata";
["DIRECTIONMARK"] = "mw:Help:Magic words#Technical metadata";
["ARTICLEPATH"] = "mw:Help:Magic words#Technical metadata"; -- undocumented
["SCRIPTPATH"] = "mw:Help:Magic words#Technical metadata";
["STYLEPATH"] = "mw:Help:Magic words#Technical metadata";
["CURRENTVERSION"] = "mw:Help:Magic words#Technical metadata";
["CONTENTLANGUAGE"] = "mw:Help:Magic words#Technical metadata";
["CONTENTLANG"] = "mw:Help:Magic words#Technical metadata";
["PAGEID"] = "mw:Help:Magic words#Technical metadata";
["CASCADINGSOURCES"] = "mw:Help:Magic words#Technical metadata";
["REVISIONID"] = "mw:Help:Magic words#Technical metadata";
["REVISIONDAY"] = "mw:Help:Magic words#Technical metadata";
["REVISIONDAY2"] = "mw:Help:Magic words#Technical metadata";
["REVISIONMONTH"] = "mw:Help:Magic words#Technical metadata";
["REVISIONMONTH1"] = "mw:Help:Magic words#Technical metadata";
["REVISIONYEAR"] = "mw:Help:Magic words#Technical metadata";
["REVISIONTIMESTAMP"] = "mw:Help:Magic words#Technical metadata";
["REVISIONUSER"] = "mw:Help:Magic words#Technical metadata";
["REVISIONSIZE"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFPAGES"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFARTICLES"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFFILES"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFEDITS"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFVIEWS"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFUSERS"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFADMINS"] = "mw:Help:Magic words#Technical metadata";
["NUMBEROFACTIVEUSERS"] = "mw:Help:Magic words#Technical metadata";
["FULLPAGENAME"] = "mw:Help:Magic words#Page names";
["PAGENAME"] = "mw:Help:Magic words#Page names";
["BASEPAGENAME"] = "mw:Help:Magic words#Page names";
["SUBPAGENAME"] = "mw:Help:Magic words#Page names";
["SUBJECTPAGENAME"] = "mw:Help:Magic words#Page names";
["ARTICLEPAGENAME"] = "mw:Help:Magic words#Page names";
["TALKPAGENAME"] = "mw:Help:Magic words#Page names";
["ROOTPAGENAME"] = "mw:Help:Magic words#Page names"; -- undocumented
["FULLPAGENAMEE"] = "mw:Help:Magic words#Page names";
["PAGENAMEE"] = "mw:Help:Magic words#Page names";
["BASEPAGENAMEE"] = "mw:Help:Magic words#Page names";
["SUBPAGENAMEE"] = "mw:Help:Magic words#Page names";
["SUBJECTPAGENAMEE"] = "mw:Help:Magic words#Page names";
["ARTICLEPAGENAMEE"] = "mw:Help:Magic words#Page names";
["TALKPAGENAMEE"] = "mw:Help:Magic words#Page names";
["ROOTPAGENAMEE"] = "mw:Help:Magic words#Page names"; -- undocumented
["NAMESPACE"] = "mw:Help:Magic words#Namespaces";
["NAMESPACENUMBER"] = "mw:Help:Magic words#Namespaces";
["SUBJECTSPACE"] = "mw:Help:Magic words#Namespaces";
["ARTICLESPACE"] = "mw:Help:Magic words#Namespaces";
["TALKSPACE"] = "mw:Help:Magic words#Namespaces";
["NAMESPACEE"] = "mw:Help:Magic words#Namespaces";
["SUBJECTSPACEE"] = "mw:Help:Magic words#Namespaces";
["TALKSPACEE"] = "mw:Help:Magic words#Namespaces";
["!"] = "mw:Help:Magic words#Other";
["="] = "mw:Help:Magic words#Other";
-- case-insensitive!
["noexternallanglinks"] = "mw:Extension:Wikibase Client";
["wbreponame"] = "mw:Extension:Wikibase Client";
["pendingchangelevel"] = "mw:Extension:FlaggedRevs"; -- not documented yet
["numberofwikis"] = "mw:Extension:SiteMatrix";
}
local variables_nonnullary = {
["PROTECTIONLEVEL"] = "mw:Help:Magic words#Technical metadata";
["DISPLAYTITLE"] = "mw:Help:Magic words#Technical metadata";
["DEFAULTSORT"] = "mw:Help:Magic words#Technical metadata";
["PAGESINCATEGORY"] = "mw:Help:Magic words#Technical metadata";
["PAGESINCAT"] = "mw:Help:Magic words#Technical metadata";
["NUMBERINGROUP"] = "mw:Help:Magic words#Technical metadata";
["PAGESINNS"] = "mw:Help:Magic words#Technical metadata";
["PAGESINNAMESPACE"] = "mw:Help:Magic words#Technical metadata";
["FULLPAGENAME"] = "mw:Help:Magic words#Page names";
["PAGENAME"] = "mw:Help:Magic words#Page names";
["BASEPAGENAME"] = "mw:Help:Magic words#Page names";
["SUBPAGENAME"] = "mw:Help:Magic words#Page names";
["SUBJECTPAGENAME"] = "mw:Help:Magic words#Page names";
["ARTICLEPAGENAME"] = "mw:Help:Magic words#Page names";
["TALKPAGENAME"] = "mw:Help:Magic words#Page names";
["ROOTPAGENAME"] = "mw:Help:Magic words#Page names"; -- undocumented
["FULLPAGENAMEE"] = "mw:Help:Magic words#Page names";
["PAGENAMEE"] = "mw:Help:Magic words#Page names";
["BASEPAGENAMEE"] = "mw:Help:Magic words#Page names";
["SUBPAGENAMEE"] = "mw:Help:Magic words#Page names";
["SUBJECTPAGENAMEE"] = "mw:Help:Magic words#Page names";
["ARTICLEPAGENAMEE"] = "mw:Help:Magic words#Page names";
["TALKPAGENAMEE"] = "mw:Help:Magic words#Page names";
["ROOTPAGENAMEE"] = "mw:Help:Magic words#Page names"; -- undocumented
["NAMESPACE"] = "mw:Help:Magic words#Namespaces";
["NAMESPACENUMBER"] = "mw:Help:Magic words#Namespaces";
["SUBJECTSPACE"] = "mw:Help:Magic words#Namespaces";
["ARTICLESPACE"] = "mw:Help:Magic words#Namespaces";
["TALKSPACE"] = "mw:Help:Magic words#Namespaces";
["NAMESPACEE"] = "mw:Help:Magic words#Namespaces";
["SUBJECTSPACEE"] = "mw:Help:Magic words#Namespaces";
["TALKSPACEE"] = "mw:Help:Magic words#Namespaces";
["PAGEID"] = "mw:Help:Magic words#Technical metadata of another page";
["PAGESIZE"] = "mw:Help:Magic words#Technical metadata of another page";
["PROTECTIONLEVEL"] = "mw:Help:Magic words#Technical metadata of another page";
["CASCADINGSOURCES"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONID"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONDAY"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONDAY2"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONMONTH"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONMONTH1"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONYEAR"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONTIMESTAMP"] = "mw:Help:Magic words#Technical metadata of another page";
["REVISIONUSER"] = "mw:Help:Magic words#Technical metadata of another page";
["SHORTDESC"] = "mw:Extension:Wikibase Client";
}
local parser_functions = {
-- built-ins
["localurl"] = "mw:Help:Magic words#URL data";
["localurle"] = "mw:Help:Magic words#URL data";
["fullurl"] = "mw:Help:Magic words#URL data";
["fullurle"] = "mw:Help:Magic words#URL data";
["canonicalurl"] = "mw:Help:Magic words#URL data";
["canonicalurle"] = "mw:Help:Magic words#URL data";
["filepath"] = "mw:Help:Magic words#URL data";
["urlencode"] = "mw:Help:Magic words#URL data";
["urldecode"] = "mw:Help:Magic words#URL data";
["anchorencode"] = "mw:Help:Magic words#URL data";
["ns"] = "mw:Help:Magic words#Namespaces";
["nse"] = "mw:Help:Magic words#Namespaces";
["formatnum"] = "mw:Help:Magic words#Formatting";
["#dateformat"] = "mw:Help:Magic words#Formatting";
["#formatdate"] = "mw:Help:Magic words#Formatting";
["lc"] = "mw:Help:Magic words#Formatting";
["lcfirst"] = "mw:Help:Magic words#Formatting";
["uc"] = "mw:Help:Magic words#Formatting";
["ucfirst"] = "mw:Help:Magic words#Formatting";
["padleft"] = "mw:Help:Magic words#Formatting";
["padright"] = "mw:Help:Magic words#Formatting";
["plural"] = "mw:Help:Magic words#Localization";
["grammar"] = "mw:Help:Magic words#Localization";
["gender"] = "mw:Help:Magic words#Localization";
["int"] = "mw:Help:Magic words#Localization";
["#language"] = "mw:Help:Magic words#Miscellaneous";
["#special"] = "mw:Help:Magic words#Miscellaneous";
["#speciale"] = "mw:Help:Magic words#Miscellaneous";
["#tag"] = "mw:Help:Magic words#Miscellaneous";
-- [[mw:Extension:ParserFunctions]]
["#expr"] = "mw:Help:Extension:ParserFunctions##expr";
["#if"] = "mw:Help:Extension:ParserFunctions##if";
["#ifeq"] = "mw:Help:Extension:ParserFunctions##ifeq";
["#iferror"] = "mw:Help:Extension:ParserFunctions##iferror";
["#ifexpr"] = "mw:Help:Extension:ParserFunctions##ifexpr";
["#ifexist"] = "mw:Help:Extension:ParserFunctions##ifexist";
["#rel2abs"] = "mw:Help:Extension:ParserFunctions##rel2abs";
["#switch"] = "mw:Help:Extension:ParserFunctions##switch";
["#time"] = "mw:Help:Extension:ParserFunctions##time";
["#timel"] = "mw:Help:Extension:ParserFunctions##timel";
["#titleparts"] = "mw:Help:Extension:ParserFunctions##titleparts";
-- other extensions
["#babel"] = "mw:Extension:Babel#Usage";
["#categorytree"] = "mw:Extension:CategoryTree#The {{#categorytree}} parser function";
["#commaseparatedlist"] = "mw:Extension:Wikibase Client";
["#coordinates"] = "mw:Extension:GeoData#Parser function";
["#invoke"] = "mw:Extension:Scribunto#Usage";
["#lst"] = "mw:Extension:Labeled Section Transclusion#How it works";
["#lsth"] = "mw:Extension:Labeled Section Transclusion#How it works"; -- not available, it seems
["#lstx"] = "mw:Extension:Labeled Section Transclusion#How it works";
["noexternallanglinks"] = "mw:Extension:Wikibase Client";
["noreplace"] = "mw:Extension:Wikibase Client";
["pendingchangelevel"] = "mw:Extension:FlaggedRevs"; -- not documented yet
["#property"] = "mw:Extension:Wikibase Client";
["#statements"] = "mw:Extension:Wikibase Client";
["#target"] = "mw:Extension:MassMessage"; -- not documented yet
}
-- rudimentary
local function is_valid_pagename(pagename)
if (pagename == "") or pagename:match("[%[%]%|%{%}#\127<>]") then
return false
end
return true
end
local function hook_special(page)
if is_valid_pagename(page) then
return "[[Special:" .. page .. "|" .. page .. "]]"
else
return page
end
end
local function hook_wdprop(name)
if mw.wikibase.resolvePropertyId(name) then
return ("[[:d:Special:EntityPage/%s|%s]]"):format(mw.wikibase.resolvePropertyId(name), name)
else
return name
end
end
local parser_function_hooks = {
["#special"] = hook_special;
["#speciale"] = hook_special;
["int"] = function (mesg)
if is_valid_pagename(mesg) then
return ("[[:MediaWiki:" .. mesg .. "|" .. mesg .. "]]")
else
return mesg
end
end;
["#categorytree"] = function (cat)
if is_valid_pagename(cat) and not (mw.title.getCurrentTitle().fullText == ("Category:" .. cat)) then
return ("[[:Category:" .. cat .. "|" .. cat .. "]]")
else
return cat
end
end;
["#invoke"] = function (mod)
if is_valid_pagename(mod) and not (mw.title.getCurrentTitle().fullText == ("Module:" .. mod)) then
return ("[[Module:%s|%s]]"):format(mod, mod)
else
return mod
end
end;
-- ["#tag"] = function (tag)
-- local doc_table = require('Module:wikitag link').doc_table
-- if doc_table[tag] then
-- return ("[[%s|%s]]"):format(doc_table[tag], tag)
-- else
-- return tag
-- end
-- end;
["#property"] = hook_wdprop;
["#statements"] = hook_wdprop;
}
function export.format_link(frame)
local args = frame:getParent().args
local output = { frame.args.nested and "{{" or "<code>{{" }
local templ = args[1]
local noargs = true
if not templ then
if mw.title.getCurrentTitle().fullText == frame:getParent():getTitle() then
-- demo mode
return "<code>{{<var>{{{1}}}</var>|<var>{{{2}}}</var>|...}}</code>"
else
error("The template name must be given.")
end
end
for key, value in pairs(args) do
if key ~= 1 then
noargs = false
break
end
end
local function render_title(templ)
local marker, rest
marker, rest = templ:match("^([Ss][Uu][Bb][Ss][Tt]):(.*)")
if not marker then
marker, rest = templ:match("^([Ss][Aa][Ff][Ee][Ss][Uu][Bb][Ss][Tt]):(.*)")
end
if marker then
templ = rest
table.insert(output, ("[[mw:Manual:Substitution|%s]]:"):format(marker))
end
if noargs and variables_nullary[templ] then
table.insert(output, ("[[%s|%s]]"):format(variables_nullary[templ], templ))
return
end
marker, rest = templ:match("^([Mm][Ss][Gg][Nn][Ww]):(.*)")
if marker then
templ = rest
-- not the most accurate documentation ever
table.insert(output, ("[[m:Help:Magic words#Template modifiers|%s]]:"):format(marker))
else
marker, rest = templ:match("^([Mm][Ss][Gg]):(.*)")
if marker then
templ = rest
table.insert(output, ("[[m:Help:Magic words#Template modifiers|%s]]:"):format(marker)) -- ditto
end
end
marker, rest = templ:match("^([Rr][Aa][Ww]):(.*)")
if marker then
table.insert(output, ("[[m:Help:Magic words#Template modifiers|%s]]:"):format(marker)) -- missingno.
templ = rest
end
if templ:match("^%s*/") then
table.insert(output, ("[[%s]]"):format(templ))
return
end
marker, rest = templ:match("^(.-):(.*)")
if marker then
local lcmarker = marker:lower()
if parser_functions[lcmarker] then
if parser_function_hooks[lcmarker] then
rest = parser_function_hooks[lcmarker](rest)
end
table.insert(output, ("[[%s|%s]]:%s"):format(mw.uri.encode(parser_functions[lcmarker], "WIKI"), marker, rest))
return
elseif variables_nonnullary[marker] then
table.insert(output, ("[[%s|%s]]:%s"):format(variables_nonnullary[marker], marker, rest))
return
end
end
if templ:match("[%[%]%|%{%}#\127<>]") then
table.insert(output, templ)
return
end
if marker then
if mw.site.namespaces[marker] then
if (title == "") or (mw.title.getCurrentTitle().fullText == templ) then
table.insert(output, templ)
else
table.insert(output, ("[[:%s|%s]]"):format(templ, templ))
end
return
elseif mw.site.interwikiMap()[marker:lower()] then
-- XXX: not sure what to do now…
table.insert(output, ("[[:%s:|%s]]:%s"):format(marker, marker, rest))
return
end
end
if (templ == "") or (mw.title.getCurrentTitle().fullText == ("Template:" .. templ)) then
table.insert(output, templ)
else
table.insert(output, ("[[Template:%s|%s]]"):format(templ, templ))
end
end
render_title(templ)
local i = 2
while args[i] do
table.insert(output, "|" .. args[i])
i = i + 1
end
for key, value in pairs(args) do
if type(key) == "string" then
table.insert(output, "|" .. key .. "=" .. value)
end
end
table.insert(output, frame.args.nested and "}}" or "}}</code>")
return table.concat(output)
end
return export
9mnt4jhs2a1vuyrn78iw60rdsaevr0f
ထႅမ်းပလဵတ်ႉ:Template link with magic nested
10
33006
65839
2024-12-24T01:57:24Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{#invoke:Template link with magic|format_link|nested=1}}<noinclude>{{documentation}}</noinclude>"
65839
wikitext
text/x-wiki
{{#invoke:Template link with magic|format_link|nested=1}}<noinclude>{{documentation}}</noinclude>
i3wygot95x41kl16f9lsdzontt3n7wo
ထႅမ်းပလဵတ်ႉ:Template link with magic nested/doc
10
33007
65840
2024-12-24T01:57:59Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{Lua|Module:Template link with magic}} {{tsh|tlm}} This template is an all-purpose double-brace linking template. The magic is implemented by [[Module:Template link with magic]]. == လွင်ႈၸႂ်ႉတိုဝ်း == {{tlm|[[safe]subst:][msg[nw]:][raw:]<var>name of template</var>|...}} {{tlm|[[safe]subst:][msg[nw]:][raw:]<var>namespace</var>:<var>pagenam..."
65840
wikitext
text/x-wiki
{{Documentation subpage}}
{{Lua|Module:Template link with magic}}
{{tsh|tlm}}
This template is an all-purpose double-brace linking template. The magic is implemented by [[Module:Template link with magic]].
== လွင်ႈၸႂ်ႉတိုဝ်း ==
{{tlm|[[safe]subst:][msg[nw]:][raw:]<var>name of template</var>|...}}
{{tlm|[[safe]subst:][msg[nw]:][raw:]<var>namespace</var>:<var>pagename</var>|...}}
{{tlm|[[safe]subst:][msg[nw]:][raw:]#invoke:<var>module name</var>|...}}
{{tlm|[[safe]subst:][msg[nw]:][raw:]#<var>parser function</var>:...[|...]}}
{{tlm|[[safe]subst:]<var>VARIABLE NAME</var>}}
{{tlm|tlm}} may be used for linking to templates, quasi-templates (pages transcluded from namespaces other than {{ns:10}}), modules (using the <code>#invoke</code> syntax), documentation of parser functions and variables (so-called "[[Help:Magic words|magic words]]"). <code>subst:</code> and other modifier prefixes and other are detected automatically and linked appropriately.
If this template is passed non-numeric named parameters, they will be displayed: {{tlm|tlm|unreferenced|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}} renders as {{tlm|unreferenced|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}. No particular order of parameters is guaranteed, and it will not work for numeric parameters, even explicitly named ones: {{tlm|tlm|X0|<nowiki>2=2</nowiki>}} displays {{tlm|X0|2=2}}.
==တူၺ်းပႃး==
*{{tlx|template link with magic nested}} (shortcut {{tl-r|tlmn}})
*{{tlx|magic word link}} (shortcut {{tl-r|mwl}})
<includeonly>{{Sandbox other||
<!--Categories below this line, please; interwikis at Wikidata-->
[[Category:Internal template-link templates]]
}}</includeonly>
4r7xg5jqbnsbttjtfqocsv7if71qaob
ထႅမ်းပလဵတ်ႉ:Template link no redirect
10
33008
65841
2024-12-24T02:00:05Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{{{{|safesubst:}}}#if: {{{{{|safesubst:}}}#invoke:Redirect|isRedirect|Template:{{{1}}}}} | <span class="plainlinks">{{[{{{{{|safesubst:}}}fullurl:Template:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]}}</span> | {{{{{|safesubst:}}}#if:{{{2|}}}|{{[[:{{{{{|safesubst:}}}Template:FULLPAGENAME:{{{1}}}}}|{{{2}}}]]}}|{{:{{{{{|safesubst:}}}FULLPAGENAME:Template:{{{1}}}}}|{{{1}}}..."
65841
wikitext
text/x-wiki
{{{{{|safesubst:}}}#if: {{{{{|safesubst:}}}#invoke:Redirect|isRedirect|Template:{{{1}}}}}
| <span class="plainlinks">{{[{{{{{|safesubst:}}}fullurl:Template:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]}}</span>
| {{{{{|safesubst:}}}#if:{{{2|}}}|{{[[:{{{{{|safesubst:}}}Template:FULLPAGENAME:{{{1}}}}}|{{{2}}}]]}}|{{[[:{{{{{|safesubst:}}}FULLPAGENAME:Template:{{{1}}}}}|{{{1}}}]]}}}}
}}<noinclude>
{{documentation}}
</noinclude>
50p95ruqsind3drddlv0lkso4oxi8e3
ထႅမ်းပလဵတ်ႉ:Template link no redirect/doc
10
33009
65842
2024-12-24T02:00:37Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{High-use}} {{Expensive}} {{Lua|Module:Redirect}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{clear}} == လွင်ႈၸႂ်ႉတိုဝ်း == {{Template shortcut|tl-r}} This template works exactly like {{tl|no redirect}} except it is meant for templates. ;Example <code><nowiki>{{tl-r|tl}}</nowiki></code> {{tl-r|tl}} <inclu..."
65842
wikitext
text/x-wiki
{{Documentation subpage}}
{{High-use}}
{{Expensive}}
{{Lua|Module:Redirect}}
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{clear}}
== လွင်ႈၸႂ်ႉတိုဝ်း ==
{{Template shortcut|tl-r}}
This template works exactly like {{tl|no redirect}} except it is meant for templates.
;Example
<code><nowiki>{{tl-r|tl}}</nowiki></code>
{{tl-r|tl}}
<includeonly>{{sandbox other||
<!-- Categories below this line; interwikis at Wikidata -->
[[Category:Internal template-link templates]]
[[Category:Redirect templates| Template No redirect]]
[[Category:Wikitext typing-aid templates]]
}}</includeonly>
czpz1vta0ma1lfhiz85tj91yxmjbdsu
ထႅမ်းပလဵတ်ႉ:Tl-r
10
33010
65843
2024-12-24T02:01:06Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Template link with magic nested]]
65843
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Template link with magic nested]]
9hsqvprgpyhncnt10y0aiqn4nrrf7jf
ထႅမ်းပလဵတ်ႉ:Tlmn
10
33011
65844
2024-12-24T02:01:46Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Template link with magic nested]]
65844
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Template link with magic nested]]
9hsqvprgpyhncnt10y0aiqn4nrrf7jf
ထႅမ်းပလဵတ်ႉ:Magic word link
10
33012
65845
2024-12-24T02:02:18Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "<includeonly>{{#switch:{{uc:{{{1}}}}} <!-- Behavior switches --> | NOTOC | FORCETOC | TOC | NOEDITSECTION | NEWSECTIONLINK | NONEWSECTIONLINK | NOGALLERY | HIDDENCAT | EXPECTUNUSEDCATEGORY | NOCONTENTCONVERT | NOCC | NOTITLECONVERT | NOTC | START | END | INDEX | NOINDEX | STATICREDIRECT | EXPECTUNUSEDTEMPLATE = [[mw:Help:Magic words#{{uc:{{{1}}}}}|{{{2|__{{{1}}}__}}}]] <!-- Parser functions without number si..."
65845
wikitext
text/x-wiki
<includeonly>{{#switch:{{uc:{{{1}}}}}
<!-- Behavior switches -->
| NOTOC
| FORCETOC
| TOC
| NOEDITSECTION
| NEWSECTIONLINK
| NONEWSECTIONLINK
| NOGALLERY
| HIDDENCAT
| EXPECTUNUSEDCATEGORY
| NOCONTENTCONVERT | NOCC
| NOTITLECONVERT | NOTC
| START
| END
| INDEX
| NOINDEX
| STATICREDIRECT
| EXPECTUNUSEDTEMPLATE = [[mw:Help:Magic words#{{uc:{{{1}}}}}|{{{2|__{{{1}}}__}}}]]
<!-- Parser functions without number sign -->
| PROTECTIONLEVEL
| PROTECTIONEXPIRY
| DISPLAYTITLE
| DEFAULTSORT | DEFAULTSORTKEY | DEFAULTCATEGORYSORT |
| PAGESINCATEGORY | PAGESINCAT
| NUMBERINGROUP | NUMINGROUP
| PAGESINNS | PAGESINNAMESPACE
| PAGESIZE
| LOCALURL
| FULLURL
| CANONICALURL
| FILEPATH
| URLENCODE
| ANCHORENCODE
| LOCALURLE
| FULLURLE
| CANONICALURLE
| NS
| NSE
| FORMATNUM
| LC
| LCFIRST
| UC
| UCFIRST
| PADLEFT
| PADRIGHT
| BIDI
| PLURAL
| GRAMMAR
| GENDER
| INT
| MSG
| RAW
| MSGNW
| SUBST
| SAFESUBST = {{[[mw:Help:Magic words#{{uc:{{{1}}}}}|{{{2|{{{1}}}}}}]]:}}
| : = {{[[mw:Help:Magic words#Transclusion modifiers|{{{1}}}]]{{{2|}}}}}
<!-- Parser functions with number sign -->
| DATEFORMAT
| LANGUAGE
| BCP47
| DIR
| SPECIAL
| SPECIALE
| TAG = {{[[mw:Help:Magic words#{{lc:{{{1}}}}}|{{{2|#{{{1}}}}}}]]:}}
| INVOKE = {{[[mw:Extension:Scribunto#.23invoke|{{{2|#{{{1}}}}}}]]:}}
<!-- ParserFunctions extension -->
| EXPR
| IF
| IFEQ
| IFERROR
| IFEXPR
| IFEXIST
| REL2ABS
| SWITCH
| TIME
| TIMEL
| TIMEF
| TIMEFL
| TITLEPARTS = {{[[mw:Help:Extension:ParserFunctions#{{lc:{{{1}}}}}|{{{2|#{{{1}}}}}}]]:}}
<!--- Redirect --->
| REDIRECT = [[mw:Help:Redirects|{{{2|#{{{1}}}}}}]]
<!--- Default --->
| {{[[mw:Help:Magic words#{{uc:{{{1}}}}}|{{{2|{{{1}}}}}}]]}}
}}</includeonly><noinclude>{{documentation}}</noinclude>
888y2k33u6t355aq6km9e3vn8wwp081
ထႅမ်းပလဵတ်ႉ:Magic word link/doc
10
33013
65846
2024-12-24T02:02:54Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{tsh|mwl}} == လွင်ႈၸႂ်ႉတိုဝ်း == This template links to a help page about magic words. Takes any kind and will add the correct syntax. * <nowiki>{{</nowiki>mwl|NOTOC}} → {{mwl|NOTOC}} * <nowiki>{{</nowiki>mwl|localurl}} → {{mwl|localurl}} * <nowiki>{{</nowiki>mwl|:|Some page}} → {{mwl|:|Some pag..."
65846
wikitext
text/x-wiki
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
{{tsh|mwl}}
== လွင်ႈၸႂ်ႉတိုဝ်း ==
This template links to a help page about magic words. Takes any kind and will add the correct syntax.
* <nowiki>{{</nowiki>mwl|NOTOC}} → {{mwl|NOTOC}}
* <nowiki>{{</nowiki>mwl|localurl}} → {{mwl|localurl}}
* <nowiki>{{</nowiki>mwl|:|Some page}} → {{mwl|:|Some page}}
* <nowiki>{{</nowiki>mwl|language}} → {{mwl|language}}
* <nowiki>{{</nowiki>mwl|invoke}} → {{mwl|invoke}}
* <nowiki>{{</nowiki>mwl|ifexist}} → {{mwl|ifexist}}
* <nowiki>{{</nowiki>mwl|REDIRECT}} → {{mwl|REDIRECT}}
* <nowiki>{{</nowiki>mwl|PAGENAME}} → {{mwl|PAGENAME}}
...
==တူၺ်းပႃး==
* {{tlx|tlm}}
* {{tlx|tlmn}}
<includeonly>{{Sandbox other||<!-- CATEGORIES HERE, INTERWIKIS AT WIKIDATA; THANKS -->
[[Category:Interwiki link templates|{{PAGENAME}}]]
}}</includeonly>
1lcxq8mvjutk78iinys88r9d25e4sju
ထႅမ်းပလဵတ်ႉ:Mwl
10
33014
65847
2024-12-24T02:03:07Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Magic word link]]
65847
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Magic word link]]
aydioejh1gy8rnuhgaflydmwusfzlwl
ထႅမ်းပလဵတ်ႉ:Tlm
10
33015
65848
2024-12-24T02:03:46Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Template link with magic]]
65848
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Template link with magic]]
b1qta8sx1n9432uvo9brv93aunea4c1
ထႅမ်းပလဵတ်ႉ:TLX
10
33016
65849
2024-12-24T02:07:15Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Template link expanded]]
65849
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Template link expanded]]
d56pijx41mrfgip3nzefexw5d61p4qg
ထႅမ်းပလဵတ်ႉ:Coord missing
10
33017
65851
2024-12-24T02:08:44Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "<span class="metadata coord-missing"><!-- Please do not add text here until there is cross-community consensus to do so. --></span>{{main other | demospace = {{{demospace|}}} | {{#if:{{{1|}}} | [[Category:{{resolve category redirect|{{{1|}}} articles missing geocoordinate data}}]]<!-- -->{{Coord missing/CheckCat|{{{1|}}}}} | [[Category:Unclassified articles missing geocoordinate data]] }}{{#if:{{{2|}}} | [..."
65851
wikitext
text/x-wiki
<span class="metadata coord-missing"><!-- Please do not add text here until there is cross-community consensus to do so. --></span>{{main other
| demospace = {{{demospace|}}}
| {{#if:{{{1|}}}
| [[Category:{{resolve category redirect|{{{1|}}} articles missing geocoordinate data}}]]<!--
-->{{Coord missing/CheckCat|{{{1|}}}}}
| [[Category:Unclassified articles missing geocoordinate data]]
}}{{#if:{{{2|}}}
| [[Category:{{resolve category redirect|{{{2|}}} articles missing geocoordinate data}}]]<!--
-->{{Coord missing/CheckCat|{{{2|}}}}}
}}<includeonly>[[Category:All articles needing coordinates]]{{if||{{wikidata|property|P625}}|[[Category:Articles missing coordinates with coordinates on Wikidata]]|[[Category:Articles missing coordinates without coordinates on Wikidata]]}}</includeonly>
| <!-- Do not categorise when not in main (article) space. -->
}}<noinclude>
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
52y0ybpa2ght2rh49b5axrczcc5ekht
ထႅမ်းပလဵတ်ႉ:Coord missing/doc
10
33018
65857
2024-12-24T02:18:53Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{High-use}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> This template is used to mark articles without geolocation data (coordinates) and is easily converted, by adding them, into {{tl|coord}}. == လွင်ႈၸႂ်ႉတိုဝ်း == {{tlx|Coord missing|region name}} === ပႃႇရႃႇမီႇတႃႇ === *;region name: Either one of the..."
65857
wikitext
text/x-wiki
{{Documentation subpage}}
{{High-use}}
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
This template is used to mark articles without geolocation data (coordinates) and is easily converted, by adding them, into {{tl|coord}}.
== လွင်ႈၸႂ်ႉတိုဝ်း ==
{{tlx|Coord missing|region name}}
=== ပႃႇရႃႇမီႇတႃႇ ===
*;region name:
Either one of the country names used in the subcategories of [[:Category:Articles missing geocoordinate data by country]], or a smaller area, such as a state or province, where that sub-subcategory exists or is warranted. Where a particular country cannot be identified, one of the continent names used in the subcategories of [[:Category:Articles missing geocoordinate data by continent]] should be used instead.
::The categories are [[WP:hidden categories|hidden categories]]. To view hidden categories, one needs to activate them in [[Special:Preferences]]. Under "Appearance", there is "Show hidden categories".
If a category is renamed, leave a category redirect page at the old name, as this template resolves category redirects. E.g. by default the parameter "Washington, D.C." would populate [[:Category:Washington, D.C. articles missing geocoordinate data]], but this is redirected, so the template instead populates the target [[:Category:Washington, D.C., articles missing geocoordinate data]].
=== Removal of template ===
The template should be removed when coordinates are added to the article.
A bot occasionally removes it from all articles that already use {{tl|coor URL}}.
=== Error tracking ===
* [[:Category:Unclassified articles missing geocoordinate data]]<br/>For pages where no region name is supplied
* [[:Category:Misclassified articles missing geocoordinate data]]<br/>For pages where the region name does not match a valid category
== ၶေႃႈမုၼ်းထႅမ်းပလဵတ်ႉ ==
{{TemplateData header}}
<TemplateData>
{
"description": "This template is used to mark articles without geolocation data (coordinates). Use the {{coord}} template to add geographical data.",
"params": {
"1": {
"label": "Region name",
"description": "The name of the area this article details. Please refer to 'Category:Articles missing geocoordinate data by country' and its subcategories for accepted values.",
"type": "string",
"required": false
}
}
}
</TemplateData>
== လွင်ႈသႂ်ႇ ၵူဝ်ႇဢေႃးတိၼဵတ်ႉ ==
{{coord how-to}}
* [[Wikipedia:Obtaining geographic coordinates|Obtain the coordinates]]
* Use the appropriate infobox parameters, or {{tl|coord}}.
* Follow the [[Wikipedia:Manual of Style (dates and numbers)#Geographical coordinates|Manual of Style]].
* Please don't be [[Wikipedia:WikiProject Geographical coordinates#Precision|overly precise]].
== တူၺ်းပႃး ==
* [[Wikipedia:WikiProject Geographical coordinates|WikiProject Geographical coordinates]]
* {{tl|Place missing}}
<includeonly>{{Sandbox other|
| <!-- CATEGORIES BELOW THIS LINE, PLEASE: -->
[[Category:Coordinates templates]]
[[Category:Cleanup templates]]
[[commons:Template:Location possible]]
[[de:Vorlage:Lagewunsch]]
[[pt:Predefinição:Falta-geodata]]
}}</includeonly>
1mxm2y0fot7dhg2hjbzlho5n95wbgqt
ထႅမ်းပလဵတ်ႉ:Place missing
10
33019
65858
2024-12-24T02:19:25Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "<!--{{Place missing}} begin-->{{Fix | subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly> | link = Wikipedia:Citing sources | text = place missing | title = Please supply an "|place=" of publication, or use "|location= unspecified" for intentional omission. | date = {{{date|}}} | cat = <!--[[Category:All articles with broken citations]]--> | cat-date = <!--C..."
65858
wikitext
text/x-wiki
<!--{{Place missing}} begin-->{{Fix
| subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
| link = Wikipedia:Citing sources
| text = place missing
| title = Please supply an "|place=" of publication, or use "|location= unspecified" for intentional omission.
| date = {{{date|}}}
| cat = <!--[[Category:All articles with broken citations]]-->
| cat-date = <!--Category:Articles with broken citations-->
}}<!--{{Place missing}} end--><noinclude>
{{Documentation}}
</noinclude>
6jxvv6ahycvc7pse87l3o7vm1orh65u
65859
65858
2024-12-24T02:20:35Z
Saimawnkham
5
65859
wikitext
text/x-wiki
<!--{{Place missing}} begin-->{{Fix
| subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly>
| link = Wikipedia:Citing sources
| text = ဢွင်ႈတီႈဢၼ်ႁၢႆဝႆႉ
| title = Please supply an "|place=" of publication, or use "|location= unspecified" for intentional omission.
| date = {{{date|}}}
| cat = <!--[[Category:All articles with broken citations]]-->
| cat-date = <!--Category:Articles with broken citations-->
}}<!--{{Place missing}} end--><noinclude>
{{Documentation}}
</noinclude>
22e4fizs4uh04sjtj8a3lipmbky9edj
ထႅမ်းပလဵတ်ႉ:Place missing/doc
10
33020
65860
2024-12-24T02:21:45Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{documentation subpage}} {{Nosubst}}<includeonly>{{template shortcut|Place?}}</includeonly> <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{selfref|This template is an in-line request '''for the place of a published source'''.}} {{Tl|Place missing}} is an inline cleanup template flagging a broken source citation that is missing the place of publication of the cited source. ==လွင..."
65860
wikitext
text/x-wiki
{{documentation subpage}}
{{Nosubst}}<includeonly>{{template shortcut|Place?}}</includeonly>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{selfref|This template is an in-line request '''for the place of a published source'''.}}
{{Tl|Place missing}} is an inline cleanup template flagging a broken source citation that is missing the place of publication of the cited source.
==လွင်ႈၸႂ်ႉတိုဝ်း==
{{Tld|Place missing|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}
*With references in a {{cs1}} template ({{Tlx|Cite web}}, {{Tlx|Cite book}}, {{Tlx|Citation}}, etc.):
**Place {{Tlx|Place missing<!--|{{grey|<nowiki>{{subst:DATE}}</nowiki>}}-->}} outside the citation template
*With a free-form reference citation, just append {{Tlx|Place missing<!--|{{grey|<nowiki>{{subst:DATE}}</nowiki>}}-->}} to the end of the citation.
<!--
If you're really lazy, you can omit the optional date stuff: {{Tlx|Place missing}}
If you're weird, you can do the date manually: {{Tlx|Place missing|{{grey|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}}}
-->
=လၢႆးၵႄႈလိတ်ႈပၼ်ႁႃ ဢၼ် ထႅမ်းပလဵတ်ႉ ၼႆႉ ၼႄဝႆႉ==
'''Do not remove the template without fixing the problem one of the following ways.'''
*If you ''know the place'', fill in the needed information, and remove the template.
*;For a template-formatted citation, add the place:
*#{{para|place|<var>XXX</var>}}
*;For a free-form citation::
*#Just add the place as appropriate to the format of the citation; or...
*#''Better yet'', convert the entire citation to {{tl|cite journal}}, {{tl|cite news}} or some other {{cite xxx}}-series template, as appropriate for the work in question.
*If you ''know that no place was specified'' by the original source, as is common with older books, you have the following option.<!--???-->
*#Explicitly state that the location was unspecified:
*#:{{para|Place|<nowiki><!-- Place unspecified --></nowiki>}} (''you must use HTML'' <code><nowiki><!-- --></nowiki></code> ''comment tags to hide the message from the citation processing software'')
*:For free-form citations:
*:::<code>No place specified.</code>
*:Do ''not'' use question marks.
*:Do ''not'' leave the information blank and untag it, or someone else will just come along later and flag this with {{Tl|Place missing}} again!
*:Do ''not'' use {{para|Place|none}}, {{para|Place|unknown}} or anything else vague; any implication other than that ''the source itself'' did not specify an ISBN is simply a signal to other editors to re-tag it with {{Tl|Place missing}}.
*If you ''don't know'':
*#Check the source, and add the necessary information, as above.
*:Do ''not'' use question marks.
*:If the source is a dead link, check archive.org for a backup copy (see your {{tl|citation}}/{{cite xxx}}-type template's documentation for use of {{para|archiveurl}} and {{para|archivedate}} parameters). If no archive copy is available, use {{Tl|Dead link}} after the citation, but leave {{Tl|Place missing}} as well.
== ပိၼ်ႇတၢင်း ==
* {{Tl|Place?}}
* {{Tl|Place needed}}
* {{Tl|Location missing}}
* {{Tl|Location?}}
* {{Tl|Location needed}}
==တူၺ်းပႃး==
*{{tl|Coord missing}}
{{Citation repair}}
;Other
* {{Tl|List years}}, for missing years in lists
{{Inline tags}}
<includeonly>{{Sandbox other||
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Inline citation cleanup templates]]
}}</includeonly>
52ks93owib2poumcz8wphjflmkg7yef
ထႅမ်းပလဵတ်ႉ:Place?
10
33021
65861
2024-12-24T02:22:02Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Place missing]]
65861
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Place missing]]
qj0stiu3qnbnzfzbznnkfocwgkmfihn
ထႅမ်းပလဵတ်ႉ:Place needed
10
33022
65862
2024-12-24T02:22:33Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Place missing]]
65862
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Place missing]]
qj0stiu3qnbnzfzbznnkfocwgkmfihn
ထႅမ်းပလဵတ်ႉ:Location missing
10
33023
65863
2024-12-24T02:22:36Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Place missing]]
65863
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Place missing]]
qj0stiu3qnbnzfzbznnkfocwgkmfihn
ထႅမ်းပလဵတ်ႉ:Location?
10
33024
65864
2024-12-24T02:22:39Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Place missing]]
65864
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Place missing]]
qj0stiu3qnbnzfzbznnkfocwgkmfihn
ထႅမ်းပလဵတ်ႉ:Location needed
10
33025
65865
2024-12-24T02:22:41Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:Place missing]]
65865
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:Place missing]]
qj0stiu3qnbnzfzbznnkfocwgkmfihn
ထႅမ်းပလဵတ်ႉ:Convinfobox/doc
10
33026
65876
2024-12-24T03:10:35Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Documentation subpage}} {{high-use}} {{Lua|Module:ConvertIB}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> This template is a frontend for {{tl|convert}}. It is intended as a meta-template for use within the code for a template, where the input is not known ''a priori''. For unit conversions within articles, one should use {{tl|convert}} directly. This template accepts from four to seven unnamed paramet..."
65876
wikitext
text/x-wiki
{{Documentation subpage}}
{{high-use}}
{{Lua|Module:ConvertIB}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
This template is a frontend for {{tl|convert}}. It is intended as a meta-template for use within the code for a template, where the input is not known ''a priori''. For unit conversions within articles, one should use {{tl|convert}} directly.
This template accepts from four to seven unnamed parameters. Odd parameters must be numerical (or empty) and specify the numerical value of a measurement and the intended precision of the conversion. Even parameters must be unit codes as used in {{tlf|convert}}. Named parameters are the same as used by {{tlf|convert}}.
This template differs from {{tlf|convert}} in the following respects.
* The units to convert to and the units to convert from must be specified (therefore there are no default convert-to units).
* Fields for the numerical value of a measurement may be left blank.
* The default is to abbreviate units (where abbreviations exist).
* Range conversions are not available.
This template may be used when it is unknown in which direction the conversion is to be made. The direction is determined as shown in the following examples.
* <code><nowiki>{{convinfobox|100|m2||sqft}}</nowiki></code> → {{convinfobox|100|m2||sqft}}
* <code><nowiki>{{convinfobox||m2|100|sqft}}</nowiki></code> → {{convinfobox||m2|100|sqft}}
==Dual conversions==
Dual conversions may be performed by adding a fifth (possibly blank) and sixth unnamed parameter.
* <code><nowiki>{{convinfobox|375|ml||impoz||USoz}}</nowiki></code> → {{convinfobox|375|ml||impoz||USoz}}
* <code><nowiki>{{convinfobox||ml|40|impoz||USoz}}</nowiki></code> → {{convinfobox||ml|40|impoz||USoz}}
* <code><nowiki>{{convinfobox||ml||impoz|32|USoz}}</nowiki></code> → {{convinfobox||ml||impoz|32|USoz}}
==Paired units==
Length may be expressed in feet and inches.
* <code><nowiki>{{convinfobox|180|cm||ft||in}}</nowiki></code> → {{convinfobox|180|cm||ft||in}}
* <code><nowiki>{{convinfobox||cm|5|ft||in}}</nowiki></code> → {{convinfobox||cm|5|ft||in}}
* <code><nowiki>{{convinfobox||cm||ft|120|in}}</nowiki></code> → {{convinfobox||cm||ft|120|in}}
* <code><nowiki>{{convinfobox||cm|5|ft|6|in}}</nowiki></code> → {{convinfobox||cm|5|ft|6|in}}
* <code><nowiki>{{convinfobox||ft||in|180|cm}}</nowiki></code> → {{convinfobox||ft||in|180|cm}}
* <code><nowiki>{{convinfobox|5|ft||in||cm}}</nowiki></code> → {{convinfobox|5|ft||in||cm}}
* <code><nowiki>{{convinfobox||ft|120|in||cm}}</nowiki></code> → {{convinfobox||ft|120|in||cm}}
* <code><nowiki>{{convinfobox|5|ft|6|in||cm}}</nowiki></code> → {{convinfobox|5|ft|6|in||cm}}
Similarly, mass may be expressed in pounds and ounces.
* <code><nowiki>{{convinfobox|8.5|kg||lb||oz}}</nowiki></code> → {{convinfobox|8.5|kg||lb||oz}}
* <code><nowiki>{{convinfobox||kg|4|lb|3|oz}}</nowiki></code> → {{convinfobox||kg|4|lb|3|oz}}
Mass may also be expressed in stone and pounds.
* <code><nowiki>{{convinfobox|65|kg||st||lb}}</nowiki></code> → {{convinfobox|65|kg||st||lb}}
* <code><nowiki>{{convinfobox||kg|10|st||lb}}</nowiki></code> → {{convinfobox||kg|10|st||lb}}
* <code><nowiki>{{convinfobox||kg|10|st|7|lb}}</nowiki></code> → {{convinfobox||kg|10|st|7|lb}}
* <code><nowiki>{{convinfobox||kg||st|145|lb}}</nowiki></code> → {{convinfobox||kg||st|145|lb}}
==Specifying more than one value==
The template currently bases conversions on the first non-blank numerical value ignoring any secondary or tertiary values.
* <code><nowiki>{{convinfobox|100|m2|100|sqft}}</nowiki></code> → {{convinfobox|100|m2|100|sqft}}
* <code><nowiki>{{convinfobox|375|ml|40|impoz||USoz}}</nowiki></code> → {{convinfobox|375|ml|40|impoz||USoz}}
* <code><nowiki>{{convinfobox|375|ml||impoz|32|USoz}}</nowiki></code> → {{convinfobox|375|ml||impoz|32|USoz}}
* <code><nowiki>{{convinfobox||ml|40|impoz|32|USoz}}</nowiki></code> → {{convinfobox||ml|40|impoz|32|USoz}}
==Rounding==
As with {{tlf|convert}} rounding can be done automatically or manually by specifying the precision and/or number of significant figures in the converted value. The number of significant figures can be determined by the parameter {{para|sigfig|}}. The precision can be determined by the fifth (if there is no sixth) or seventh (if there is a sixth) unnamed parameter as shown in the examples below.
* <code><nowiki>{{convinfobox|100|m2||sqft|4}}</nowiki></code> → {{convinfobox|100|m2||sqft|4}}
* <code><nowiki>{{convinfobox|100|m2||sqft|sigfig=4}}</nowiki></code> → {{convinfobox|100|m2||sqft|sigfig=4}}
* <code><nowiki>{{convinfobox||ml|40|impoz||USoz|2}}</nowiki></code> → {{convinfobox||ml|40|impoz||USoz|2}}
* <code><nowiki>{{convinfobox||ml|40|impoz||USoz|sigfig=3}}</nowiki></code> → {{convinfobox||ml|40|impoz||USoz|sigfig=3}}
* <code><nowiki>{{convinfobox||kg|10|st|7|lb|3}}</nowiki></code> → {{convinfobox||kg|10|st|7|lb|3}}
* <code><nowiki>{{convinfobox||kg|10|st|7|lb|sigfig=5}}</nowiki></code> → {{convinfobox||kg|10|st|7|lb|sigfig=5}}
Specify precision "0" to prevent rounding of values ending in zero:
* kilograms (kg)
** with "0": <code><nowiki>{{convinfobox|110|kg||lb|0}}</nowiki></code> → {{convinfobox|110|kg||lb|0}}
** without: <code><nowiki>{{convinfobox|110|kg||lb}}</nowiki></code> → {{convinfobox|110|kg||lb}}
* pounds (lb)
** with "0": <code><nowiki>{{convinfobox||kg|240|lb|0}}</nowiki></code> → {{convinfobox||kg|240|lb|0}}
** without: <code><nowiki>{{convinfobox||kg|240|lb}}</nowiki></code> → {{convinfobox||kg|240|lb}}
* metres (m)
** with "0": <code><nowiki>{{convinfobox|100|m||ft|0}}</nowiki></code> → {{convinfobox|100|m||ft|0}}
** without: <code><nowiki>{{convinfobox|100|m||ft}}</nowiki></code> → {{convinfobox|100|m||ft}}
* inches (in)
** with "0": <code><nowiki>{{convinfobox||cm|100|in|0}}</nowiki></code> → {{convinfobox||cm|100|in|0}}
** without: <code><nowiki>{{convinfobox||cm|100|in}}</nowiki></code> → {{convinfobox||cm|100|in}}
==Leaving all numerical fields blank==
If all numerical value fields are left blank the template returns nothing.
* <code><nowiki>{{convinfobox||m2||sqft}}</nowiki></code> → {{convinfobox||m2||sqft}}
* <code><nowiki>{{convinfobox||ml||impoz||USoz}}</nowiki></code> → {{convinfobox||ml||impoz||USoz}}
==See also==
; Supporting templates
* [[Template:Convert]] (invokes [[Module:Convert]])
; Templates transcluding {{tl|convinfobox}}
{{Collapsible list | framestyle = border 1px; | titlestyle = text-align:left;background-color:lightgrey; |
# [[Template:Infobox amusement park]]
# [[Template:Infobox animal]]
# [[Template:Infobox bandy biography]]
# [[Template:Infobox body of water]]
# [[Template:Infobox cemetery]]
# [[Template:Infobox college football player]]
# [[Template:Infobox combat robot]]
# [[Template:Infobox diocese]]
# [[Template:Infobox figure skater]]
# [[Template:Infobox football biography]]
# [[Template:Infobox hiking trail]]
# [[Template:Infobox islands/area]]
#* [[Template:Infobox islands]] (via [[Template:Infobox islands/area]])
# [[Template:Infobox mountain]]
#* [[Template:Infobox Berg]] (via [[Template:Infobox mountain]])
# [[Template:Infobox mountain range]]
#* [[Template:Infobox Gebirgsgruppe]] (via [[Template:Infobox mountain range]])
# [[Template:Infobox NFL player]]
# [[Template:Infobox person]]
# [[Template:Infobox pipeline]]
# [[Template:Infobox power transmission line]]
# [[Template:Infobox protected area]]
# [[Template:Infobox rail line]]
#* [[Template:Infobox Paris Metro line]] (via [[Template:Infobox rail line]])
# [[Template:Infobox rugby biography]]
# [[Template:Infobox rugby league biography]]
# [[Template:Infobox sportsperson]]
#* [[Template:Infobox biathlete]] (via [[Template:Infobox sportsperson]])
#* [[Template:Infobox boxer (amateur)]] (via [[Template:Infobox sportsperson]])
#* [[Template:Infobox sailor]] (via [[Template:Infobox sportsperson]])
#* [[Template:Infobox speed skater]] (via [[Template:Infobox sportsperson]])
#* [[Template:Infobox sport wrestler]] (via [[Template:Infobox sportsperson]])
#* [[Template:Infobox swimmer]] (via [[Template:Infobox sportsperson]])
# [[Template:Infobox tennis biography]]
# [[Template:Infobox themed area]]
# [[Template:Infobox valley]]
# [[Template:Infobox water park]]
# [[Template:Infobox YouTube personality]]
}}
{{Math templates|conversion}}
<includeonly>{{Sandbox other||
<!-- Categories go here -->
[[Category:Numerical conversion templates]]
[[Category:Convert-like templates|{{SUBPAGENAME}}]]
}}</includeonly>
194f1n20lsvn1a784unb7jge1hc852q
မေႃႇၵျူး:ConvertIB
828
33027
65877
2024-12-24T03:10:54Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs -- Units accepted by {{convert}} that come in groups (e.g., "5 ft 6 in") local multiple = {'mich', 'michlk', 'michainlk', 'miyd', 'miydftin', 'mift', 'ydftin', 'ydft', 'ftin', 'footin', 'handin', 'lboz', 'stlb', 'stlboz', 'stlb'} -- Convert unit list to hash local mult_table = {} for _, v in ipairs(multiple) do mult_table[v] = tru..."
65877
Scribunto
text/plain
require('strict')
local p = {}
local getArgs = require('Module:Arguments').getArgs
-- Units accepted by {{convert}} that come in groups (e.g., "5 ft 6 in")
local multiple =
{'mich', 'michlk', 'michainlk', 'miyd', 'miydftin', 'mift', 'ydftin', 'ydft',
'ftin', 'footin', 'handin', 'lboz', 'stlb', 'stlboz', 'stlb'}
-- Convert unit list to hash
local mult_table = {}
for _, v in ipairs(multiple) do
mult_table[v] = true
end
-- Function to pull out values and units from numeric args
-- Returns:
-- values: list of numeric values, or "false" if no numeric argument is given
-- units: list of units (str)
-- value: if there is a last numeric value unpaired with a unit, it becomes the precision
-- anyValue: whether there is a non-false value in the values list
local function parseValuesUnits(args)
local values = {}
local units = {}
local indx = 1
local value = nil
local anyValue = false
-- loop through numeric arguments in pairs
while args[indx] or args[indx+1] do
value = args[indx]
anyValue = anyValue or value
-- if there is a unit, save in output lists
if args[indx+1] then
table.insert(values, value or false)
table.insert(units, args[indx+1])
value = nil
end
indx = indx+2
end
return values, units, value, anyValue
end
-- Function to identify multiple units and rewrite them as new input or output groups
-- Args:
-- values, units: numeric values and units, as lists with same length
-- Returns:
-- newValues, newUnits: same lists rewritten
local function parseMultiples(values, units)
local newValues = {}
local newUnits = {}
local i = 1
-- we will search for multiples with up to 4 entries (depending on length)
local maxMultiple = math.min(4,#units-1)
local valueFound = false -- flag to suppress second (and later) input values
--- Hack for handling "stone": check if only value supplied is "lb"
local onlyPounds = true
for i = 1, #units do
if values[i] and units[i] ~= 'lb' then
onlyPounds = false
break
end
end
-- sweep through units
while i <= #units do
-- determine index of last possible unit that could contain a multiple
local last_unit = math.min(i+maxMultiple-1,#units)
local multipleFound = false
-- try from longest multiple down to double multiple (prefer longest ones)
for j = last_unit, i+1, -1 do
local key = table.concat({unpack(units,i,j)}, '')
if mult_table[key] then
-- we found a multiple unit
multipleFound = true
-- Hack for "stone": add either 'lb' or multiple unit string to output units
-- depending on whether 'lb' was the only unit string with a value
if mw.ustring.sub(key,1,2) == 'st' then
table.insert(newValues, false)
table.insert(newUnits, onlyPounds and key or 'lb')
end
-- if there are any value in the span of the multiple,
-- then the multiple is an input
-- assume all missing values after the first are zero
local firstValueFound = false
for k = i, j do
firstValueFound = not valueFound and (firstValueFound or values[k])
if firstValueFound then
table.insert(newValues, values[k] or 0)
table.insert(newUnits, units[k])
end
end
valueFound = valueFound or firstValueFound
-- if no values in the span of the multiple,
-- then the multiple is an output. Insert combined string as output unit
if not firstValueFound then
table.insert(newValues, false)
table.insert(newUnits, key)
end
i = j+1
break
end
end
--- If no multiple unit was found, insert value[i] and unit[i] into rewritten lists
if not multipleFound then
if valueFound then
table.insert(newValues, false) -- skip writing value if it is a duplicate
else
table.insert(newValues,values[i])
valueFound = values[i]
end
table.insert(newUnits, units[i])
i = i+1
end
end
return newValues, newUnits
end
-- Implement {{convinfobox}}
function p._convert(args)
-- find all values and units in numeric args (and the precision, if it exists)
local values, units, precision, anyValue = parseValuesUnits(args)
-- bail if no values at all
if not anyValue then
return nil
end
-- rewrite values and units if multiple units are found
values, units = parseMultiples(values, units)
-- sort input and outputs into different buckets
local input_values = {}
local input_units = {}
local output_units = {}
for i = 1, #units do
if values[i] then
table.insert(input_values, values[i])
table.insert(input_units, units[i])
else
table.insert(output_units, units[i])
end
end
-- bail if nothing to convert
if #input_values == 0 or #output_units == 0 then
return nil
end
-- assemble argument list to {{convert}}
local innerArgs = {}
-- First, pass all input unit(s)
for i, v in ipairs(input_values) do
table.insert(innerArgs,v)
table.insert(innerArgs,input_units[i])
end
-- Then the output unit(s) [concatenated as single argument]
table.insert(innerArgs,table.concat(output_units,"+"))
if precision then
table.insert(innerArgs,precision) -- last non-nil value contains precision
end
-- now handle all non-numeric arguments, passing to {{convert}}
innerArgs.abbr = 'on' -- abbr=on by default
for k, v in pairs(args) do
if not tonumber(k) then
innerArgs[k] = v
end
end
-- Call {{convert}} with innerArgs
local frame = mw.getCurrentFrame()
return frame:expandTemplate{title='Convert', args=innerArgs}
end
function p.convert(frame)
local args = getArgs(frame)
return p._convert(args) or ""
end
return p
a22duljwm626he5r0iwg8cvz5437rdo
မေႃႇၵျူး:ConvertIB/doc
828
33028
65879
2024-12-24T03:13:17Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{High use}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> A Lua module that implements {{tl|convinfobox}}: a wrapper around {{tl|convert}} designed for infoboxes. == လွင်ႈၸႂ်ႉတိုဝ်း == <code><nowiki>{{</nowiki>#invoke:ConvertIB|convert<nowiki>}}</nowiki></code> :Like {{tl|convinfobox}}, accepts alternating series of pairs of [blank|valu..."
65879
wikitext
text/x-wiki
{{High use}}
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
A Lua module that implements {{tl|convinfobox}}: a wrapper around {{tl|convert}} designed for infoboxes.
== လွင်ႈၸႂ်ႉတိုဝ်း ==
<code><nowiki>{{</nowiki>#invoke:ConvertIB|convert<nowiki>}}</nowiki></code>
:Like {{tl|convinfobox}}, accepts alternating series of pairs of [blank|value], unit . When a unit has a non-blank value, it will get converted to all other units that do have blank values
:Accepts all named parameters that {{tl|convert}} does
:Accepts groups of multiple units (e.g., "5 ft 6 in") that {{tl|convert}} does
<includeonly>{{Sandbox other||
<!-- Categories below this line; interwikis at Wikidata -->
}}</includeonly><noinclude>
[[Category:Module documentation pages]]
</noinclude>
9hfpbzpmqnb7ydb2ygt91jzyvpe5acn
ၶၢဝ်းယၢမ်းၼႃႈလိၼ်
0
33029
65884
2024-12-24T03:40:22Z
Saimawnkham
5
Saimawnkham ၶၢႆႉယဝ်ႉ ၼႃႈလိၵ်ႈ [[ၶၢဝ်းယၢမ်းၼႃႈလိၼ်]] တေႃႇ [[ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း]]: ဢၢပ်ႉတဵတ်ႉ ၸိုဝ်ႈ
65884
wikitext
text/x-wiki
#REDIRECT [[ပွတ်းတွၼ်ႈၶၢဝ်းယၢမ်း]]
4gjqt1l4prq493bhb2hu4l8yv0di2br
Azad Kashmir
0
33030
65887
2024-12-24T06:25:09Z
Saimawnkham
5
Redirected page to [[ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ]]
65887
wikitext
text/x-wiki
#REDIRECT [[ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ]]
7qwvbeo5gs2i7uq0o6i5jynfphcyr68
ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ
10
33031
65888
2024-12-24T06:26:18Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{ {{{1<noinclude>|country showdata</noinclude>}}} | alias = ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ | flag alias = Flag of Azad Kashmir.svg | size = {{{size|}}} | name = {{{name|}}} }}<noinclude></noinclude>"
65888
wikitext
text/x-wiki
{{ {{{1<noinclude>|country showdata</noinclude>}}}
| alias = ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ
| flag alias = Flag of Azad Kashmir.svg
| size = {{{size|}}}
| name = {{{name|}}}
}}<noinclude></noinclude>
pcxjeu122rriitz72getchnupqjlmwr
65889
65888
2024-12-24T06:27:49Z
Saimawnkham
5
65889
wikitext
text/x-wiki
{{ {{{1<noinclude>|country showdata</noinclude>}}}
| alias = ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ
| shortname alias = ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ
| flag alias = Flag of Azad Kashmir.svg
| size = {{{size|}}}
| name = {{{name|}}}
}}<noinclude></noinclude>
rrjrdu0396he1aa80da63xouipky6jg
ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း Azad Kashmir
10
33032
65890
2024-12-24T06:28:24Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ]]
65890
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႃႇၸတ်ႉၶႅတ်ႉသ်မီႇယႃႇ]]
2gf4mc20nbbmzg2demi6r3ssorhi59t
ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႅၼ်ႇၵုၺ်ႇလႃႇ
10
33033
65891
2024-12-24T06:30:06Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{ {{{1<noinclude>|country showdata</noinclude>}}} | alias = ဢႅၼ်ႇၵုၺ်ႇလႃႇ | shortname alias = ဢႅၼ်ႇၵုၺ်ႇလႃႇ | flag alias = Flag of Anguilla.svg | size = {{{size|}}} | name = {{{name|}}} | altlink = {{{altlink|}}} <noinclude> | redir1 = AIA | related1 = Republic of Anguilla </noinclude> }}"
65891
wikitext
text/x-wiki
{{ {{{1<noinclude>|country showdata</noinclude>}}}
| alias = ဢႅၼ်ႇၵုၺ်ႇလႃႇ
| shortname alias = ဢႅၼ်ႇၵုၺ်ႇလႃႇ
| flag alias = Flag of Anguilla.svg
| size = {{{size|}}}
| name = {{{name|}}}
| altlink = {{{altlink|}}}
<noinclude>
| redir1 = AIA
| related1 = Republic of Anguilla
</noinclude>
}}
ionhdavlv2qdhkj49f3rj1u9drmlsqo
ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း AIA
10
33034
65892
2024-12-24T06:30:19Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
65892
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
1gm0a79318zqqstvh1v2yvctwzbxmmw
မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ
0
33035
65894
2024-12-24T06:38:46Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Infobox former country |conventional_long_name = မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ |native_name = |common_name = ဢႅၼ်ႇၵုၺ်ႇလႃႇ |iso3166code = omit |status = [[:en:List of historical unrecognized countries|မိူင်းဢၼ်ဢမ်ႇလႆႈယွမ်းႁပ်ႉ]] |p1 = Saint Christopher-Nevis-Anguilla..."
65894
wikitext
text/x-wiki
{{Infobox former country
|conventional_long_name = မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ
|native_name =
|common_name = ဢႅၼ်ႇၵုၺ်ႇလႃႇ
|iso3166code = omit
|status = [[:en:List of historical unrecognized countries|မိူင်းဢၼ်ဢမ်ႇလႆႈယွမ်းႁပ်ႉ]]
|p1 = Saint Christopher-Nevis-Anguilla{{!}}Saint Christopher-Nevis-Anguilla
|flag_p1 = Flag of Saint Christopher-Nevis-Anguilla (1958-1967).svg
|s1 = Saint Christopher-Nevis-Anguilla{{!}}Saint Christopher-Nevis-Anguilla
|flag_s1 = Flag of Saint Christopher-Nevis-Anguilla.svg
|flag = Dolphin Flag
|image_flag = Flag of Anguilla (1967–1969).svg
|image_coat = Coat of arms of Anguilla 1967-1980.svg
|coa_size = 125px
|national_motto = Strength and Endurance<ref>The Coat of arms includes "Strength and Endurance" in it, indicating that that is the national motto.</ref>
|national_anthem =
|image_map = Anguilla map.png
|image_map_size = 270px
|capital = [[The Valley, Anguilla|The Valley]]
|common_languages = [[English language|English]]
|government_type = မိူင်းၸွမ်ပွင်ၸိုင်ႈ
|title_leader = Council Chairman
|leader1 = [[Peter Adams (British governor)|Peter Adams]]
|year_leader1 = 1967
|leader2 = [[Ronald Webster]]
|year_leader2 = 1967–1969
|title_deputy = Treasurer
|deputy1 = [[Walter Hodge (Anguilla)|Walter Hodge]]
|year_deputy1 = 1967–1969
|legislature = Island Council
|upper_house = Senate
|lower_house = {{nobr|House of Representatives}}
|event_start = First declaration<br/>of independence
|date_start = 12 July
|year_start = 1967
|event1 = Second declaration<br/>of independence
|date_event1 = 7 February 1969
|event_end = [[Operation Sheepskin|British occupation]]
|date_end = 19 March
|year_end = 1969
|event_post = Interim agreement
|date_post = July 1971
|currency = Anguilla Liberty dollar<ref>[https://colnect.com/en/coins/list/country/899-Anguilla ''A complete gallery of coins of the Republic of Anguilla''], Colnect (colnect.com). Retrieved on 2017-04-19.</ref>
|today = [[ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
}}
==ၽိုၼ်ဢိင်==
{{Reflist}}
5qnsmggn7uclqxqr1uwp2trkbufx1tp
65895
65894
2024-12-24T06:42:16Z
Saimawnkham
5
65895
wikitext
text/x-wiki
{{Infobox former country
|conventional_long_name = မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ
|native_name =
|common_name = ဢႅၼ်ႇၵုၺ်ႇလႃႇ
|iso3166code = omit
|status = [[:en:List of historical unrecognized countries|မိူင်းဢၼ်ဢမ်ႇလႆႈယွမ်းႁပ်ႉ]]
|p1 = Saint Christopher-Nevis-Anguilla{{!}}Saint Christopher-Nevis-Anguilla
|flag_p1 = Flag of Saint Christopher-Nevis-Anguilla (1958-1967).svg
|s1 = Saint Christopher-Nevis-Anguilla{{!}}Saint Christopher-Nevis-Anguilla
|flag_s1 = Flag of Saint Christopher-Nevis-Anguilla.svg
|flag = Dolphin Flag
|image_flag = Flag of Anguilla (1967–1969).svg
|image_coat = Coat of arms of Anguilla 1967-1980.svg
|coa_size = 125px
|national_motto = Strength and Endurance<ref>The Coat of arms includes "Strength and Endurance" in it, indicating that that is the national motto.</ref>
|national_anthem =
|image_map = Anguilla map.png
|image_map_size = 270px
|capital = [[The Valley, Anguilla|The Valley]]
|common_languages = [[English language|English]]
|government_type = မိူင်းၸွမ်ပွင်ၸိုင်ႈ
|title_leader = Council Chairman
|leader1 = [[Peter Adams (British governor)|Peter Adams]]
|year_leader1 = 1967
|leader2 = [[Ronald Webster]]
|year_leader2 = 1967–1969
|title_deputy = Treasurer
|deputy1 = [[Walter Hodge (Anguilla)|Walter Hodge]]
|year_deputy1 = 1967–1969
|legislature = Island Council
|upper_house = Senate
|lower_house = {{nobr|House of Representatives}}
|event_start = First declaration<br/>of independence
|date_start = 12 July
|year_start = 1967
|event1 = Second declaration<br/>of independence
|date_event1 = 7 February 1969
|event_end = [[Operation Sheepskin|British occupation]]
|date_end = 19 March
|year_end = 1969
|event_post = Interim agreement
|date_post = July 1971
|currency = Anguilla Liberty dollar<ref>[https://colnect.com/en/coins/list/country/899-Anguilla ''A complete gallery of coins of the Republic of Anguilla''], Colnect (colnect.com). Retrieved on 2017-04-19.</ref>
|today = [[ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
}}
မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ ၼႆႉ ပဵၼ်ၸိုင်ႈမိူင်းလွတ်ႈလႅဝ်း ဢၼ်ဢမ်ႇလႆႈႁပ်ႉႁွင်းဝႆႉ ဢၼ်မီးတီႈၵုၼ်ဢႅၼ်ႇၵုၺ်ႇလႃႇၼၼ်ႉယဝ်ႉ။ ဢိင်းၵလဵတ်ႈၶဝ် ၶိုၼ်းၵုမ်းၵမ်မႃး တႄႇဢဝ် 11/07/1967 တေႃႇထိုင် 19/3/1969 ၼၼ်ႉယဝ်ႉ။<ref>{{Cite journal|last=Abbott|first=George C.|date=1971|title=Political Disintegration: The Lessons of Anguilla|url=https://www.cambridge.org/core/product/identifier/S0017257X0001407X/type/journal_article|journal=Government and Opposition|language=en|volume=6|issue=1|pages=58–74|doi=10.1111/j.1477-7053.1971.tb00812.x|s2cid=144431370 |issn=0017-257X}}</ref>
==ၽိုၼ်ဢိင်==
{{Reflist}}
rvm61i72xq69jglm72gv1fcbisf9yd1
ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ
10
33036
65896
2024-12-24T06:43:14Z
Saimawnkham
5
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{ {{{1<noinclude>|country showdata</noinclude>}}} | alias = မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ | shortname alias = ဢႅၼ်ႇၵုၺ်ႇလႃႇ | flag alias = Flag of Anguilla (1967–1969).svg | size = {{{size|}}} | name = {{{name|}}} <noinclude> | related1 = ဢႅၼ်ႇၵုၺ်ႇလႃႇ | cat = Anguilla republic </noinclude> }}"
65896
wikitext
text/x-wiki
{{ {{{1<noinclude>|country showdata</noinclude>}}}
| alias = မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ
| shortname alias = ဢႅၼ်ႇၵုၺ်ႇလႃႇ
| flag alias = Flag of Anguilla (1967–1969).svg
| size = {{{size|}}}
| name = {{{name|}}}
<noinclude>
| related1 = ဢႅၼ်ႇၵုၺ်ႇလႃႇ
| cat = Anguilla republic
</noinclude>
}}
e7e0q5rzucmh5l2zgovi1qdqu2vumbw
ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း Republic of Anguilla
10
33037
65897
2024-12-24T06:45:30Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
65897
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း မိူင်းၸွမ်ပွင်ၸိုင်ႈ ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
h30ei6zklugxghwkx3e2i5vu269xv59
ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း Anguilla
10
33038
65898
2024-12-24T06:45:57Z
Saimawnkham
5
Redirected page to [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
65898
wikitext
text/x-wiki
#REDIRECT [[ထႅမ်းပလဵတ်ႉ:သဵၼ်ႈမၢႆ မိူင်း ဢႅၼ်ႇၵုၺ်ႇလႃႇ]]
1gm0a79318zqqstvh1v2yvctwzbxmmw
ၽူႈၸႂ်ႉတိုဝ်း:Nousername83
2
33039
65899
2024-12-24T07:40:52Z
Nousername83
4632
ၵေႃႇသၢင်ႈၼႃႈလိၵ်ႈဝႆႉ တင်း "{{Babel|th|lo-1|en-2}} [[en: User:Nousername83]] [[Simple: User:Nousername83]] [[Lo: User:Nousername83]] [[Tk: Ulanyjy:Nousername83]] [[My: အသုံးပြုသူ:Nousername83]] [[Mnw: ညးလွပ်:Nousername83]]"
65899
wikitext
text/x-wiki
{{Babel|th|lo-1|en-2}}
[[en: User:Nousername83]]
[[Simple: User:Nousername83]]
[[Lo: User:Nousername83]]
[[Tk: Ulanyjy:Nousername83]]
[[My: အသုံးပြုသူ:Nousername83]]
[[Mnw: ညးလွပ်:Nousername83]]
0mmgt1zujrzffjbztjuwgn2bx7id3x7
65900
65899
2024-12-24T07:41:32Z
Nousername83
4632
65900
wikitext
text/x-wiki
{{Babel|th|lo-1|en-2}}
[[en: User:Nousername83]]
[[Simple: User:Nousername83]]
[[Lo: User:Nousername83]]
[[Tk: Ulanyjy:Nousername83]]
[[My: အသုံးပြုသူ:Nousername83]]
[[Mnw: ညးလွပ်:Nousername83]]
[[Th: User:Nousername83]]
248jn2nq6vjcc5ienkia4ugz1i05jhv