mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 05:26:41 +00:00
Update region-flags from upstream.
It encompassed quite a bit of upstream changes: * All png flags now have width of 1024px. This should improve emoji quality for the most flags. * Many flags have improved color schemes. Most notably: CN, HK, MR, NO, TH. * Added AU, CO, DE, ES regions. * Added flags for: * CQ (island of Sark) https://www.iso.org/obp/ui/#iso:code:3166:CQ * EZ (alias for EU) https://www.iso.org/obp/ui/#iso:code:3166:EZ * FX (Metropolitan France) https://www.iso.org/obp/ui/#iso:code:3166:FX * SU (Soviet Union) https://www.iso.org/obp/ui/#iso:code:3166:SU * UK (alias for GB) https://www.iso.org/obp/ui/#iso:code:3166:UK * Fixed flags for: * BL * BQ * MQ * RE * US-MS (Mississippi) * US-RI (Rhode Island)
This commit is contained in:
parent
9a5261d871
commit
3f9e31fc43
1197 changed files with 337228 additions and 190986 deletions
3
third_party/region-flags/AUTHORS
vendored
3
third_party/region-flags/AUTHORS
vendored
|
@ -2,3 +2,6 @@ Shervin Afshar
|
|||
Behdad Esfahbod
|
||||
Behnam Esfahbod
|
||||
Roozbeh Pournader
|
||||
|
||||
For the latest list of contributors see the following:
|
||||
https://github.com/fonttools/region-flags/graphs/contributors
|
||||
|
|
12
third_party/region-flags/LICENSE
vendored
12
third_party/region-flags/LICENSE
vendored
|
@ -52,5 +52,17 @@ national law which made them Public Domain in that nation (e.g. `{{PD-AM-exempt}
|
|||
MX-YUC https://commons.wikimedia.org/wiki/File:Flag_of_Yucatan.svg
|
||||
MX-ZAC https://commons.wikimedia.org/wiki/File:Flag_of_Zacatecas.svg
|
||||
|
||||
CO-AMA https://commons.wikimedia.org/wiki/File:Flag_of_Amazonas_(Colombia).svg
|
||||
CO-CAQ https://commons.wikimedia.org/wiki/File:Flag_of_Caquetá.svg
|
||||
CO-CAS https://commons.wikimedia.org/wiki/File:Flag_of_Casanare.svg
|
||||
CO-CUN https://commons.wikimedia.org/wiki/File:Flag_of_Cundinamarca.svg
|
||||
CO-DC https://commons.wikimedia.org/wiki/File:Flag_of_Bogotá_(Distrito_Capital).svg
|
||||
CO-GUV https://commons.wikimedia.org/wiki/File:Flag_of_Guaviare.svg
|
||||
CO-MAG https://commons.wikimedia.org/wiki/File:Flag_of_Magdalena.svg
|
||||
CO-NSA https://commons.wikimedia.org/wiki/File:Flag_of_Norte_de_Santander.svg
|
||||
CO-RIS https://commons.wikimedia.org/wiki/File:Flag_of_Risaralda.svg
|
||||
CO-SUC https://commons.wikimedia.org/wiki/File:Flag_of_Sucre.svg
|
||||
CO-VAU https://commons.wikimedia.org/wiki/File:Flag_of_Vaupés.svg
|
||||
|
||||
For individual details, revision history, and information on contributors, see
|
||||
files in `html/`.
|
||||
|
|
14
third_party/region-flags/README.md
vendored
14
third_party/region-flags/README.md
vendored
|
@ -33,6 +33,7 @@ The sub-regions currently covered are:
|
|||
- Canadian provinces and territories
|
||||
- Countries of England, Scotland, and Wales in Great Britain
|
||||
- The province Northern Ireland in Great Britain
|
||||
- Australia's states and its two self-governing internal territories
|
||||
|
||||
The flags are downloaded from Wikipedia. When Wikipedia flags were copyrighted,
|
||||
we worked we Wikipedia editors to either relicense them, or drew / sourced and
|
||||
|
@ -51,10 +52,10 @@ flags were resolved for the initial import:
|
|||
- The script `regions.py` lists all regions and some selected sub-regions with their metadata.
|
||||
- The script `regions-wp.py` shows the Wikipedia URL for the flag page.
|
||||
- The script `missing.sh` shows all such regions that we don't have flags for.
|
||||
- The script `make-aliases.sh` makes symlinks for regions that use flag of another
|
||||
region.
|
||||
- The script `download-wp.py` downloads missing flags from Wikipedia and generating
|
||||
optimized SVG and PNG versions.
|
||||
- The script `make-aliases.sh` makes symlinks for regions that use flag of another region.
|
||||
- The script `download-wp.sh` downloads missing flags from Wikipedia and optionally you can generate optimized SVG and PNG versions (e.g., download-wp.sh true).
|
||||
- The script `update.sh` automatically regenerates all files and outputs optimized png.
|
||||
- The script `convert.sh` converts SVG to PNG with ability to specify Width or Height.
|
||||
|
||||
You can use the [waveflag script from the Noto fonts project](../../waveflag.c)
|
||||
to _wave_ PNG flags.
|
||||
|
@ -77,10 +78,11 @@ editors to relicense it to public domain. If the flag is not explicitly marked
|
|||
`public_domain` but otherwise exempt from Copyright (typically, because of
|
||||
national laws), make a note of it in file `COPYING`.
|
||||
|
||||
To download missing flags, run `download-wp.py`.
|
||||
To download missing flags, run `download-wp.sh`.
|
||||
|
||||
To update to latest flags from Wikipedia, delete the `html`, `svg`, and `png`
|
||||
directories, then run `make-aliases.sh` followed by `download-wp.py`.
|
||||
directories, then run `make-aliases.sh` followed by `download-wp.sh` or you can use `update.sh`.
|
||||
|
||||
|
||||
|
||||
# License
|
||||
|
|
4
third_party/region-flags/README.third_party
vendored
4
third_party/region-flags/README.third_party
vendored
|
@ -1,5 +1,5 @@
|
|||
URL: https://github.com/googlei18n/region-flags/archive/743e1f4a92b7d2dac49d7e6af509af63a71f0b45.zip
|
||||
Version: 743e1f4a92b7d2dac49d7e6af509af63a71f0b45
|
||||
URL: https://github.com/fonttools/region-flags/archive/80c6076ad2ac790d8983827b2dae84f02f0d2c6e.zip
|
||||
Version: 80c6076ad2ac790d8983827b2dae84f02f0d2c6e
|
||||
License: Public Domain
|
||||
License File: LICENSE
|
||||
|
||||
|
|
528
third_party/region-flags/html/AC.html
vendored
528
third_party/region-flags/html/AC.html
vendored
File diff suppressed because one or more lines are too long
759
third_party/region-flags/html/AD.html
vendored
759
third_party/region-flags/html/AD.html
vendored
File diff suppressed because one or more lines are too long
757
third_party/region-flags/html/AE.html
vendored
757
third_party/region-flags/html/AE.html
vendored
File diff suppressed because one or more lines are too long
939
third_party/region-flags/html/AF.html
vendored
939
third_party/region-flags/html/AF.html
vendored
File diff suppressed because one or more lines are too long
781
third_party/region-flags/html/AG.html
vendored
781
third_party/region-flags/html/AG.html
vendored
File diff suppressed because one or more lines are too long
776
third_party/region-flags/html/AI.html
vendored
776
third_party/region-flags/html/AI.html
vendored
File diff suppressed because one or more lines are too long
1021
third_party/region-flags/html/AL.html
vendored
1021
third_party/region-flags/html/AL.html
vendored
File diff suppressed because one or more lines are too long
877
third_party/region-flags/html/AM.html
vendored
877
third_party/region-flags/html/AM.html
vendored
File diff suppressed because one or more lines are too long
928
third_party/region-flags/html/AO.html
vendored
928
third_party/region-flags/html/AO.html
vendored
File diff suppressed because one or more lines are too long
779
third_party/region-flags/html/AQ.html
vendored
779
third_party/region-flags/html/AQ.html
vendored
File diff suppressed because one or more lines are too long
872
third_party/region-flags/html/AR.html
vendored
872
third_party/region-flags/html/AR.html
vendored
File diff suppressed because one or more lines are too long
839
third_party/region-flags/html/AS.html
vendored
839
third_party/region-flags/html/AS.html
vendored
File diff suppressed because one or more lines are too long
845
third_party/region-flags/html/AT.html
vendored
845
third_party/region-flags/html/AT.html
vendored
File diff suppressed because one or more lines are too long
582
third_party/region-flags/html/AU-ACT.html
vendored
Normal file
582
third_party/region-flags/html/AU-ACT.html
vendored
Normal file
File diff suppressed because one or more lines are too long
646
third_party/region-flags/html/AU-NSW.html
vendored
Normal file
646
third_party/region-flags/html/AU-NSW.html
vendored
Normal file
File diff suppressed because one or more lines are too long
601
third_party/region-flags/html/AU-NT.html
vendored
Normal file
601
third_party/region-flags/html/AU-NT.html
vendored
Normal file
File diff suppressed because one or more lines are too long
632
third_party/region-flags/html/AU-QLD.html
vendored
Normal file
632
third_party/region-flags/html/AU-QLD.html
vendored
Normal file
File diff suppressed because one or more lines are too long
543
third_party/region-flags/html/AU-SA.html
vendored
Normal file
543
third_party/region-flags/html/AU-SA.html
vendored
Normal file
File diff suppressed because one or more lines are too long
571
third_party/region-flags/html/AU-TAS.html
vendored
Normal file
571
third_party/region-flags/html/AU-TAS.html
vendored
Normal file
File diff suppressed because one or more lines are too long
591
third_party/region-flags/html/AU-VIC.html
vendored
Normal file
591
third_party/region-flags/html/AU-VIC.html
vendored
Normal file
File diff suppressed because one or more lines are too long
559
third_party/region-flags/html/AU-WA.html
vendored
Normal file
559
third_party/region-flags/html/AU-WA.html
vendored
Normal file
|
@ -0,0 +1,559 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="client-nojs" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Western Australia.svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"283f46b2-49f3-4655-91be-925837230c10","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Western_Australia.svg","wgTitle":"Flag of Western Australia.svg","wgCurRevisionId":632724076,"wgRevisionId":632724076,"wgArticleId":539158,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD-Australia","With insignia","Files with derivative versions","Media missing infobox template","Files with no machine-readable author","Files with no machine-readable source","Flags of Western Australia","Blue ensigns of Australia","Union Jack cantons",
|
||||
"SVG flags of Australia","Flags with black swans","Flags with yellow disks - British","Blue Ensigns (British Empire)","SVG flags of former colonies of the United Kingdom"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"File:Flag_of_Western_Australia.svg","wgRelevantArticleId":539158,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":800,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":
|
||||
"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,"wbTaintedReferencesEnabled":false,"wbEntityId":"M539158","wgEditSubmitButtonLabelPublish":true,"wbUserSpecifiedLanguages":["en"],"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php","wbmiSupportedDataTypes":["wikibase-item","string","quantity","time","monolingualtext",
|
||||
"external-id","globe-coordinate","url"],"wbCurrentRevision":632724076,"wbEntity":{"type":"mediainfo","id":"M539158","labels":{"shi-tfng":{"language":"shi-tfng","value":"Flag of Western Australia"}},"descriptions":[],"statements":{"P180":[{"mainsnak":{"snaktype":"value","property":"P180","hash":"7003a97fe4ec6853261ba074839c5c514531b3da","datavalue":{"value":{"entity-type":"item","numeric-id":1091279,"id":"Q1091279"},"type":"wikibase-entityid"}},"type":"statement","id":"M539158$a80f6b0e-253b-4eab-a546-57bdbc23c0e7","rank":"normal"}]}},"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":
|
||||
"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={
|
||||
"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","wikibase.common":"ready","jquery.wikibase.toolbar.styles":"ready","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["wikibase.entityPage.entityLoaded","wikibase.ui.entityViewInit","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice",
|
||||
"ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cjquery.wikibase.toolbar.styles%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.common%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/1200px-Flag_of_Western_Australia.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="600"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/800px-Flag_of_Western_Australia.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="400"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/640px-Flag_of_Western_Australia.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="320"/>
|
||||
<meta property="og:title" content="File:Flag of Western Australia.svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M539158.json" type="application/json"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M539158.php" type="application/vnd.php.serialized"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M539158.n3" type="text/n3"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M539158.ttl" type="text/turtle"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M539158.nt" type="application/n-triples"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M539158.rdf" type="application/rdf+xml"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M539158.jsonld" type="application/ld+json"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_Western_Australia.svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_Western_Australia.svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_Western_Australia.svg"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Western_Australia_svg rootpage-File_Flag_of_Western_Australia_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M539158"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Western Australia.svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/a/a5/Flag_of_Western_Australia.svg"><img alt="File:Flag of Western Australia.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/800px-Flag_of_Western_Australia.svg.png?20200928013901" decoding="async" width="800" height="400" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/1200px-Flag_of_Western_Australia.svg.png?20200928013901 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/1600px-Flag_of_Western_Australia.svg.png?20200928013901 2x" data-file-width="1200" data-file-height="600" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/800px-Flag_of_Western_Australia.svg.png" class="mw-thumbnail-link">800 × 400 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/320px-Flag_of_Western_Australia.svg.png" class="mw-thumbnail-link">320 × 160 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/640px-Flag_of_Western_Australia.svg.png" class="mw-thumbnail-link">640 × 320 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/1024px-Flag_of_Western_Australia.svg.png" class="mw-thumbnail-link">1,024 × 512 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/1280px-Flag_of_Western_Australia.svg.png" class="mw-thumbnail-link">1,280 × 640 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/2560px-Flag_of_Western_Australia.svg.png" class="mw-thumbnail-link">2,560 × 1,280 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/a/a5/Flag_of_Western_Australia.svg" class="internal" title="Flag of Western Australia.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 1,200 × 600 pixels, file size: 10 KB)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value wbmi-entityview-emptyCaption'>Add a one-line explanation of what this file represents</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Tachelhit (Tifinagh script)</label><div lang='shi-tfng' dir='ltr' class='wbmi-caption-value'>Flag of Western Australia</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<p>Flag of <a href="https://en.wikipedia.org/wiki/Western_Australia" class="extiw" title="w:Western Australia">Western Australia</a>, derived from <a href="/wiki/File:Government_Ensign_of_the_United_Kingdom.svg" title="File:Government Ensign of the United Kingdom.svg">File:Government Ensign of the United Kingdom.svg</a>. Modifications by <a href="/wiki/User:Great_Brightstar" title="User:Great Brightstar">Great Brightstar</a>.
|
||||
</p>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td><div lang="en" dir="ltr" class="description en" style="display:inline;"><i>This image is of <a href="/wiki/Australia" title="Australia">Australian</a> origin and is now in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b> because its term of copyright has expired. According to the <a rel="nofollow" class="external text" href="https://www.copyright.org.au/">Australian Copyright Council (ACC)</a>, <a rel="nofollow" class="external text" href="https://www.copyright.org.au/browse/book/ACC-Duration-of-Copyright-INFO023">ACC Information Sheet G023v17 (Duration of copyright) (August 2014)</a>.<sup>1</sup></i>
|
||||
<table style="width:100%; font-size: 95%;">
|
||||
<tbody><tr style="background:#ddd;"><th colspan="2" style="width:60%;">Type of material</th><th>Copyright has expired if …</th></tr>
|
||||
<tr style="background:#f5f5f5;">
|
||||
<th> A </th><td>Photographs or other works published anonymously, under a pseudonym or the creator is unknown: </td><td>taken or published prior to <b>1 January 1955</b></td></tr>
|
||||
<tr style="background:#f5f5f5;">
|
||||
<th>B</th><td>Photographs (except A): </td><td>taken prior to <b>1 January 1955</b></td></tr>
|
||||
<tr style="background:#f5f5f5;">
|
||||
<th>C</th><td>Artistic works (except A & B): </td><td>the creator died before <b>1 January 1955</b></td></tr>
|
||||
<tr style="background:#f5f5f5;">
|
||||
<th>D</th><td>Published editions<sup>2</sup> (except A & B): </td><td>first published more than 25 years ago</td></tr>
|
||||
<tr style="background:#f5f5f5;">
|
||||
<th>E</th><td>Commonwealth, State or Territory owned<sup>3</sup> photographs and engravings: </td><td>taken or published more than 50 years ago</td></tr>
|
||||
</tbody></table>
|
||||
<dl><dd><sup>1</sup> <small><a rel="nofollow" class="external text" href="https://www.aph.gov.au/Parliamentary_Business/Bills_Legislation/Bills_Search_Results/Result?bId=r5832">Copyright Amendment (Disability Access and Other Measures) Bill 2017 (Australian Government)</a></small></dd>
|
||||
<dd><sup>2</sup> <small>means the typographical arrangement and layout of a published work. eg. newsprint.</small></dd>
|
||||
<dd><sup>3</sup> <small><i>owned</i> means where a government is the copyright owner as well as <i>would have owned </i> copyright but reached some other agreement with the creator.</small></dd></dl>
|
||||
<div style="font-size:95%;text-align:center;font-weight:bold;font-style:italic;">When using this template, please provide information of where the image was first published and who created it.</div></div>
|
||||
<hr /><img alt="Dialog-warning.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Dialog-warning.svg/25px-Dialog-warning.svg.png" decoding="async" width="25" height="25" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Dialog-warning.svg/38px-Dialog-warning.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Dialog-warning.svg/50px-Dialog-warning.svg.png 2x" data-file-width="48" data-file-height="48" /> <small>You must also include a <a href="/wiki/Commons:Copyright_tags/Country-specific_tags#United_States_of_America" title="Commons:Copyright tags/Country-specific tags">United States public domain tag</a> to indicate why this work is in the public domain in the United States.</small>
|
||||
<hr /><span style="font-size:small;line-height:1.4" class="plainlinks noprint"><a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/ar"><bdi class="language lang-ar" lang="ar">العربية</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/ca"><bdi class="language lang-ca" lang="ca">català</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/de"><bdi class="language lang-de" lang="de">Deutsch</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/en"><bdi class="language lang-en" lang="en">English</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/es"><bdi class="language lang-es" lang="es">español</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/fr"><bdi class="language lang-fr" lang="fr">français</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/ja"><bdi class="language lang-ja" lang="ja">日本語</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/mk"><bdi class="language lang-mk" lang="mk">македонски</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/ml"><bdi class="language lang-ml" lang="ml">മലയാളം</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/nl"><bdi class="language lang-nl" lang="nl">Nederlands</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/ru"><bdi class="language lang-ru" lang="ru">русский</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/sl"><bdi class="language lang-sl" lang="sl">slovenščina</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/tpi"><bdi class="language lang-tpi" lang="tpi">Tok Pisin</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/tr"><bdi class="language lang-tr" lang="tr">Türkçe</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/uk"><bdi class="language lang-uk" lang="uk">українська</bdi></a> <b>∙</b> <a class="external text" href="https://commons.wikimedia.org/wiki/Template:PD-Australia/zh"><bdi class="language lang-zh" lang="zh">中文</bdi></a> <b>∙</b> <small class="plainlinks"><a class="external text" href="https://commons.wikimedia.org/w/index.php?title=Template:PD-Australia/lang&action=edit">+/−</a></small></span>
|
||||
</td>
|
||||
<td><div class="floatright"><img alt="Australia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Australia.svg/80px-Flag_of_Australia.svg.png" decoding="async" title="Australia" width="80" height="40" class="thumbborder" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Australia.svg/120px-Flag_of_Australia.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Australia.svg/160px-Flag_of_Australia.svg.png 2x" data-file-width="1280" data-file-height="640" /></div>
|
||||
</td></tr></tbody></table>
|
||||
<table cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa;" lang="en" dir="ltr" class="layouttemplate restrictiontemplate mw-content-ltr restriction-insignia">
|
||||
<tbody><tr>
|
||||
<td style="border:none; width:64px;"><a href="/wiki/Commons:Non-copyright_restrictions" title="Insignia"><img alt="Insignia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/64px-Coat-elements-2.png" decoding="async" width="64" height="77" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/96px-Coat-elements-2.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/128px-Coat-elements-2.png 2x" data-file-width="609" data-file-height="731" /></a>
|
||||
</td>
|
||||
<td style="border:none;">This image shows a <a href="https://en.wikipedia.org/wiki/flag" class="extiw" title="w:flag">flag</a>, a <a href="https://en.wikipedia.org/wiki/coat_of_arms" class="extiw" title="w:coat of arms">coat of arms</a>, a <a href="https://en.wikipedia.org/wiki/seal_(device)" class="extiw" title="w:seal (device)">seal</a> or some other official <b><a href="https://en.wikipedia.org/wiki/insignia" class="extiw" title="w:insignia">insignia</a></b>. The use of such symbols is restricted in many countries. These restrictions are independent of the <a href="https://en.wikipedia.org/wiki/copyright" class="extiw" title="w:copyright">copyright</a> status.
|
||||
</td></tr></tbody></table>
|
||||
<h2><span class="mw-headline" id="derivative_works">derivative works</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&action=edit&section=3" title="Edit section: derivative works">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<p>Derivative works of this file:  <a href="/wiki/File:Royal_Australasian_College_of_Surgeons_Arms.svg" title="File:Royal Australasian College of Surgeons Arms.svg">Royal Australasian College of Surgeons Arms.svg</a>
|
||||
</p>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1453
|
||||
Cached time: 20220322083903
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.160 seconds
|
||||
Real time usage: 0.204 seconds
|
||||
Preprocessor visited node count: 988/1000000
|
||||
Post‐expand include size: 33726/2097152 bytes
|
||||
Template argument size: 5574/2097152 bytes
|
||||
Highest expansion depth: 18/100
|
||||
Expensive parser function count: 4/500
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 0/5000000 bytes
|
||||
Lua time usage: 0.092/10.000 seconds
|
||||
Lua memory usage: 1189948/52428800 bytes
|
||||
Number of Wikibase entities loaded: 0/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 163.550 1 -total
|
||||
75.22% 123.028 3 Template:Autotranslate
|
||||
64.90% 106.142 1 Template:PD-Australia
|
||||
40.79% 66.717 1 Template:PD-Australia/layout
|
||||
23.12% 37.810 1 Template:Lang
|
||||
21.96% 35.913 1 Template:DerivativeVersions
|
||||
13.01% 21.282 1 Template:Insignia
|
||||
11.92% 19.502 1 Template:ISOdate
|
||||
8.41% 13.760 1 Template:PD-old-warning-text
|
||||
7.97% 13.027 1 Template:F/layout
|
||||
-->
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:539158-0!wb=3 and timestamp 20220322083903 and revision id 632724076. Serialized with JSON.
|
||||
-->
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>(newest | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Western Australia.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=20100407013313#filehistory" class="mw-nextlink" title="File:Flag of Western Australia.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">500</a>)
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/a/a5/Flag_of_Western_Australia.svg">01:39, 28 September 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/a/a5/Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 01:39, 28 September 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png?20200928013901" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(10 KB)</span></td><td><a href="/wiki/User:Great_Brightstar" class="mw-userlink" title="User:Great Brightstar"><bdi>Great Brightstar</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Great_Brightstar" class="mw-usertoollinks-talk" title="User talk:Great Brightstar">talk</a> | <a href="/wiki/Special:Contributions/Great_Brightstar" class="mw-usertoollinks-contribs" title="Special:Contributions/Great Brightstar">contribs</a>)</span></span></td><td dir="ltr">Rework the badge with elements extracted from the official construction sheet</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20200928013859%21Flag_of_Western_Australia.svg">16:35, 19 September 2019</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20200928013859%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 16:35, 19 September 2019" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20200928013859%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(10 KB)</span></td><td><a href="/wiki/User:Great_Brightstar" class="mw-userlink" title="User:Great Brightstar"><bdi>Great Brightstar</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Great_Brightstar" class="mw-usertoollinks-talk" title="User talk:Great Brightstar">talk</a> | <a href="/wiki/Special:Contributions/Great_Brightstar" class="mw-usertoollinks-contribs" title="Special:Contributions/Great Brightstar">contribs</a>)</span></span></td><td dir="ltr">Pantone shades from Western Australia (Australia) at FOTW</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20190919163503%21Flag_of_Western_Australia.svg">18:03, 26 December 2018</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20190919163503%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 18:03, 26 December 2018" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20190919163503%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(10 KB)</span></td><td><a href="/wiki/User:Fry1989" class="mw-userlink" title="User:Fry1989"><bdi>Fry1989</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Fry1989" class="mw-usertoollinks-talk" title="User talk:Fry1989">talk</a> | <a href="/wiki/Special:Contributions/Fry1989" class="mw-usertoollinks-contribs" title="Special:Contributions/Fry1989">contribs</a>)</span></span></td><td dir="ltr">Update, bring to standard 1200x600</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20181226180329%21Flag_of_Western_Australia.svg">13:41, 16 May 2018</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20181226180329%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 13:41, 16 May 2018" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20181226180329%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1800" data-file-height="900" /></a></td><td>1,800 × 900 <span style="white-space: nowrap;">(14 KB)</span></td><td><a href="/w/index.php?title=User:Mikrob%C3%B8lgeovn&action=edit&redlink=1" class="new mw-userlink" title="User:Mikrobølgeovn (page does not exist)"><bdi>Mikrobølgeovn</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Mikrob%C3%B8lgeovn" class="mw-usertoollinks-talk" title="User talk:Mikrobølgeovn">talk</a> | <a href="/wiki/Special:Contributions/Mikrob%C3%B8lgeovn" class="mw-usertoollinks-contribs" title="Special:Contributions/Mikrobølgeovn">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 09:30, 4 November 2015 (UTC) This can't be right, I'm sure the flag is consistent with other state flags and the national flag</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20180516134124%21Flag_of_Western_Australia.svg">10:32, 2 December 2017</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20180516134124%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 10:32, 2 December 2017" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20180516134124%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1800" data-file-height="900" /></a></td><td>1,800 × 900 <span style="white-space: nowrap;">(16 KB)</span></td><td><a href="/wiki/User:Sammimack" class="mw-userlink" title="User:Sammimack"><bdi>Sammimack</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Sammimack" class="mw-usertoollinks-talk" title="User talk:Sammimack">talk</a> | <a href="/wiki/Special:Contributions/Sammimack" class="mw-usertoollinks-contribs" title="Special:Contributions/Sammimack">contribs</a>)</span></span></td><td dir="ltr">Updated colours as per official RGB conversions from Pantone at [www.pantone.com]</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20171202103205%21Flag_of_Western_Australia.svg">03:56, 29 January 2016</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20171202103205%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 03:56, 29 January 2016" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20171202103205%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1800" data-file-height="900" /></a></td><td>1,800 × 900 <span style="white-space: nowrap;">(15 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 01:33, 7 April 2010 (UTC) following spec sheet by the WA Government</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20160129035632%21Flag_of_Western_Australia.svg">09:30, 4 November 2015</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20160129035632%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 09:30, 4 November 2015" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20160129035632%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1800" data-file-height="900" /></a></td><td>1,800 × 900 <span style="white-space: nowrap;">(14 KB)</span></td><td><a href="/wiki/User:Nick_Mitchell_98" class="mw-userlink" title="User:Nick Mitchell 98"><bdi>Nick Mitchell 98</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Nick_Mitchell_98" class="mw-usertoollinks-talk" title="User talk:Nick Mitchell 98">talk</a> | <a href="/wiki/Special:Contributions/Nick_Mitchell_98" class="mw-usertoollinks-contribs" title="Special:Contributions/Nick Mitchell 98">contribs</a>)</span></span></td><td dir="ltr">Blue field corrected, consistency with the other state flags.</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20151104093010%21Flag_of_Western_Australia.svg">17:20, 13 February 2014</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20151104093010%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 17:20, 13 February 2014" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20151104093010%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1800" data-file-height="900" /></a></td><td>1,800 × 900 <span style="white-space: nowrap;">(15 KB)</span></td><td><a href="/wiki/User:Fry1989" class="mw-userlink" title="User:Fry1989"><bdi>Fry1989</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Fry1989" class="mw-usertoollinks-talk" title="User talk:Fry1989">talk</a> | <a href="/wiki/Special:Contributions/Fry1989" class="mw-usertoollinks-contribs" title="Special:Contributions/Fry1989">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 01:33, 7 April 2010</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20140213172016%21Flag_of_Western_Australia.svg">10:30, 13 February 2014</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20140213172016%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 10:30, 13 February 2014" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20140213172016%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(14 KB)</span></td><td><a href="/w/index.php?title=User:%E5%8D%83%E4%B9%9D%E5%85%AC%E4%B8%BB&action=edit&redlink=1" class="new mw-userlink" title="User:千九公主 (page does not exist)"><bdi>千九公主</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:%E5%8D%83%E4%B9%9D%E5%85%AC%E4%B8%BB" class="mw-usertoollinks-talk" title="User talk:千九公主">talk</a> | <a href="/wiki/Special:Contributions/%E5%8D%83%E4%B9%9D%E5%85%AC%E4%B8%BB" class="mw-usertoollinks-contribs" title="Special:Contributions/千九公主">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 05:59, 5 February 2006</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20140213103008%21Flag_of_Western_Australia.svg">01:33, 7 April 2010</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a5/20140213103008%21Flag_of_Western_Australia.svg"><img alt="Thumbnail for version as of 01:33, 7 April 2010" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a5/20140213103008%21Flag_of_Western_Australia.svg/120px-Flag_of_Western_Australia.svg.png" decoding="async" width="120" height="60" data-file-width="1800" data-file-height="900" /></a></td><td>1,800 × 900 <span style="white-space: nowrap;">(15 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Pantone shades from http://www.dpc.wa.gov.au/documents/wa_flag_specification.pdf and http://www.pantone.com/pages/pantone/colorfinder.aspx and fixed the swan </td></tr>
|
||||
</table>
|
||||
(newest | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Western Australia.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=20100407013313#filehistory" class="mw-nextlink" title="File:Flag of Western Australia.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Western Australia.svg">500</a>)
|
||||
</div>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>More than 100 pages use this file.
|
||||
The following list shows the first 100 pages that use this file only.
|
||||
A <a href="/wiki/Special:WhatLinksHere/File:Flag_of_Western_Australia.svg" title="Special:WhatLinksHere/File:Flag of Western Australia.svg">full list</a> is available.
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Australian_states_and_territories" title="Australian states and territories">Australian states and territories</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flag" title="Flag">Flag</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_based_on_British_ensigns" title="Flags based on British ensigns">Flags based on British ensigns</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_of_Australia" title="Flags of Australia">Flags of Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_with_animals" title="Flags with animals">Flags with animals</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_with_birds" title="Flags with birds">Flags with birds</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Gallery_of_flags_by_design" title="Gallery of flags by design">Gallery of flags by design</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Western_Australia" title="Western Australia">Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Denelson83" title="User:Denelson83">User:Denelson83</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Flag_Dude~commonswiki" title="User:Flag Dude~commonswiki">User:Flag Dude~commonswiki</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Petedavo" title="User:Petedavo">User:Petedavo</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Badge_of_Western_Australia.svg" title="File:Badge of Western Australia.svg">File:Badge of Western Australia.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_the_Governor_of_Western_Australia.svg" title="File:Flag of the Governor of Western Australia.svg">File:Flag of the Governor of Western Australia.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_the_Western_Australia_Fire_and_Rescue_Service.svg" title="File:Flag of the Western Australia Fire and Rescue Service.svg">File:Flag of the Western Australia Fire and Rescue Service.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:Western_Australiaeventyear" title="Template:Western Australiaeventyear">Template:Western Australiaeventyear</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:Western_Australiayear" title="Template:Western Australiayear">Template:Western Australiayear</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns11"><a href="/wiki/Template_talk:Assessments/Archive_1" title="Template talk:Assessments/Archive 1">Template talk:Assessments/Archive 1</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1929_in_Western_Australia" title="Category:1929 in Western Australia">Category:1929 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1952_in_Western_Australia" title="Category:1952 in Western Australia">Category:1952 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1962_in_Western_Australia" title="Category:1962 in Western Australia">Category:1962 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1978_in_Western_Australia" title="Category:1978 in Western Australia">Category:1978 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1988_in_Western_Australia" title="Category:1988 in Western Australia">Category:1988 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2004_in_Western_Australia" title="Category:2004 in Western Australia">Category:2004 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2006_in_Western_Australia" title="Category:2006 in Western Australia">Category:2006 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2007_in_Western_Australia" title="Category:2007 in Western Australia">Category:2007 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2010_in_Western_Australia" title="Category:2010 in Western Australia">Category:2010 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2011_in_Western_Australia" title="Category:2011 in Western Australia">Category:2011 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2012_in_Western_Australia" title="Category:2012 in Western Australia">Category:2012 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2013_in_Western_Australia" title="Category:2013 in Western Australia">Category:2013 in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Airlines_of_Western_Australia" title="Category:Airlines of Western Australia">Category:Airlines of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Airports_in_Western_Australia" title="Category:Airports in Western Australia">Category:Airports in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Anglican_churches_in_Western_Australia" title="Category:Anglican churches in Western Australia">Category:Anglican churches in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Beaches_of_Western_Australia" title="Category:Beaches of Western Australia">Category:Beaches of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Birds_of_Western_Australia" title="Category:Birds of Western Australia">Category:Birds of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Books_about_Western_Australia" title="Category:Books about Western Australia">Category:Books about Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Breweries_in_Western_Australia" title="Category:Breweries in Western Australia">Category:Breweries in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Bridges_in_Western_Australia" title="Category:Bridges in Western Australia">Category:Bridges in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Buildings_in_Western_Australia" title="Category:Buildings in Western Australia">Category:Buildings in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Caves_in_Western_Australia" title="Category:Caves in Western Australia">Category:Caves in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Cemeteries_in_Western_Australia" title="Category:Cemeteries in Western Australia">Category:Cemeteries in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Churches_in_Western_Australia" title="Category:Churches in Western Australia">Category:Churches in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Cinemas_in_Western_Australia" title="Category:Cinemas in Western Australia">Category:Cinemas in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Cities_in_Western_Australia" title="Category:Cities in Western Australia">Category:Cities in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Court_houses_in_Western_Australia" title="Category:Court houses in Western Australia">Category:Court houses in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Culture_of_Western_Australia" title="Category:Culture of Western Australia">Category:Culture of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Dams_in_Western_Australia" title="Category:Dams in Western Australia">Category:Dams in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Diesel_locomotives_of_Western_Australia" title="Category:Diesel locomotives of Western Australia">Category:Diesel locomotives of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Diesel_multiple_units_of_Western_Australia" title="Category:Diesel multiple units of Western Australia">Category:Diesel multiple units of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Electric_multiple_units_of_Western_Australia" title="Category:Electric multiple units of Western Australia">Category:Electric multiple units of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Events_in_Western_Australia" title="Category:Events in Western Australia">Category:Events in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Featured_pictures_of_Western_Australia" title="Category:Featured pictures of Western Australia">Category:Featured pictures of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Flags_of_Western_Australia" title="Category:Flags of Western Australia">Category:Flags of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Forests_in_Western_Australia" title="Category:Forests in Western Australia">Category:Forests in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Former_railway_lines_in_Western_Australia" title="Category:Former railway lines in Western Australia">Category:Former railway lines in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Geology_of_Western_Australia" title="Category:Geology of Western Australia">Category:Geology of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Ghost_towns_in_Western_Australia" title="Category:Ghost towns in Western Australia">Category:Ghost towns in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Heritage_buildings_in_Western_Australia" title="Category:Heritage buildings in Western Australia">Category:Heritage buildings in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Highways_in_Western_Australia" title="Category:Highways in Western Australia">Category:Highways in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Hospitals_in_Western_Australia" title="Category:Hospitals in Western Australia">Category:Hospitals in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Hotels_and_pubs_in_Western_Australia" title="Category:Hotels and pubs in Western Australia">Category:Hotels and pubs in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Houses_in_Western_Australia" title="Category:Houses in Western Australia">Category:Houses in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Inlets_of_Western_Australia" title="Category:Inlets of Western Australia">Category:Inlets of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Islands_of_Western_Australia" title="Category:Islands of Western Australia">Category:Islands of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Lakes_of_Western_Australia" title="Category:Lakes of Western Australia">Category:Lakes of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Libraries_in_Western_Australia" title="Category:Libraries in Western Australia">Category:Libraries in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Lighthouses_in_Western_Australia" title="Category:Lighthouses in Western Australia">Category:Lighthouses in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Locomotives_of_Western_Australia" title="Category:Locomotives of Western Australia">Category:Locomotives of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Maps_of_Western_Australia" title="Category:Maps of Western Australia">Category:Maps of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Members_of_the_Western_Australian_Legislative_Assembly" title="Category:Members of the Western Australian Legislative Assembly">Category:Members of the Western Australian Legislative Assembly</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Mining_towns_in_Western_Australia" title="Category:Mining towns in Western Australia">Category:Mining towns in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Monuments_and_memorials_in_Western_Australia" title="Category:Monuments and memorials in Western Australia">Category:Monuments and memorials in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Musical_groups_from_Western_Australia" title="Category:Musical groups from Western Australia">Category:Musical groups from Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Nature_conservation_in_Western_Australia" title="Category:Nature conservation in Western Australia">Category:Nature conservation in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Nature_reserves_in_Western_Australia" title="Category:Nature reserves in Western Australia">Category:Nature reserves in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Parks_in_Western_Australia" title="Category:Parks in Western Australia">Category:Parks in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:People_of_Western_Australia" title="Category:People of Western Australia">Category:People of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Power_plants_in_Western_Australia" title="Category:Power plants in Western Australia">Category:Power plants in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Public_transport_in_Western_Australia" title="Category:Public transport in Western Australia">Category:Public transport in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Radio_stations_in_Western_Australia" title="Category:Radio stations in Western Australia">Category:Radio stations in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Railway_bridges_in_Western_Australia" title="Category:Railway bridges in Western Australia">Category:Railway bridges in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Railway_lines_in_Western_Australia" title="Category:Railway lines in Western Australia">Category:Railway lines in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Religious_buildings_in_Western_Australia" title="Category:Religious buildings in Western Australia">Category:Religious buildings in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Restaurants_in_Western_Australia" title="Category:Restaurants in Western Australia">Category:Restaurants in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Rivers_of_Western_Australia" title="Category:Rivers of Western Australia">Category:Rivers of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Roads_in_Western_Australia" title="Category:Roads in Western Australia">Category:Roads in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Rolling_stock_of_Western_Australia" title="Category:Rolling stock of Western Australia">Category:Rolling stock of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Roman_Catholic_churches_in_Western_Australia" title="Category:Roman Catholic churches in Western Australia">Category:Roman Catholic churches in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Roman_Catholic_schools_in_Western_Australia" title="Category:Roman Catholic schools in Western Australia">Category:Roman Catholic schools in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Schools_in_Western_Australia" title="Category:Schools in Western Australia">Category:Schools in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Steam_locomotives_of_Western_Australia" title="Category:Steam locomotives of Western Australia">Category:Steam locomotives of Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Town_halls_in_Western_Australia" title="Category:Town halls in Western Australia">Category:Town halls in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Towns_in_Western_Australia" title="Category:Towns in Western Australia">Category:Towns in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Train_stations_in_Western_Australia" title="Category:Train stations in Western Australia">Category:Train stations in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Transport_buildings_in_Western_Australia" title="Category:Transport buildings in Western Australia">Category:Transport buildings in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Transport_in_Western_Australia" title="Category:Transport in Western Australia">Category:Transport in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Tunnels_in_Western_Australia" title="Category:Tunnels in Western Australia">Category:Tunnels in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Uniting_churches_in_Western_Australia" title="Category:Uniting churches in Western Australia">Category:Uniting churches in Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Western_Australia" title="Category:Western Australia">Category:Western Australia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Western_Australia_by_decade" title="Category:Western Australia by decade">Category:Western Australia by decade</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Western_Australia_in_the_2010s" title="Category:Western Australia in the 2010s">Category:Western Australia in the 2010s</a></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:WhatLinksHere/File:Flag_of_Western_Australia.svg" title="Special:WhatLinksHere/File:Flag of Western Australia.svg">more links</a> to this file.
|
||||
</p></div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Tweede_Vryheidsoorlog">Tweede Vryheidsoorlog</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Perth">Perth</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Britse_en_Ierse_Leeus">Britse en Ierse Leeus</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Deelstate_en_gebiede_van_Australi%C3%AB">Deelstate en gebiede van Australië</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Rottnest-eiland">Rottnest-eiland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Wes-Australi%C3%AB">Wes-Australië</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kalgoorlie">Kalgoorlie</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Yanchep">Yanchep</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Mandurah">Mandurah</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Rockingham">Rockingham</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Mundaring">Mundaring</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kwinana">Kwinana</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Bledisloebeker">Bledisloebeker</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Carnarvon,_Wes-Australi%C3%AB">Carnarvon, Wes-Australië</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Vlae_van_deelstate_en_gebiede_van_Australi%C3%AB">Vlae van deelstate en gebiede van Australië</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Vlag_van_die_Verenigde_Koninkryk">Vlag van die Verenigde Koninkryk</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Aborigines">Aborigines</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Sjabloon:Landdata_Wes-Australi%C3%AB">Sjabloon:Landdata Wes-Australië</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Suid-Afrikaanse_Australi%C3%ABrs">Suid-Afrikaanse Australiërs</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Oporto_(restaurant)">Oporto (restaurant)</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-als_wikipedia_org'>Usage on als.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://als.wikipedia.org/wiki/Vorlage:Info_ISO-3166-2:AU-WA">Vorlage:Info ISO-3166-2:AU-WA</a></li>
|
||||
<li><a class="external" href="https://als.wikipedia.org/wiki/Perth">Perth</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ang_wikipedia_org'>Usage on ang.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://ang.wikipedia.org/wiki/Westerne_Australia">Westerne Australia</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-an_wikipedia_org'>Usage on an.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://an.wikipedia.org/wiki/Organizaci%C3%B3n_territorial_d%27Australia">Organización territorial d'Australia</a></li>
|
||||
<li><a class="external" href="https://an.wikipedia.org/wiki/Australia_Occidental">Australia Occidental</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A3%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%D9%8A%D8%A7_%D8%A7%D9%84%D8%BA%D8%B1%D8%A8%D9%8A%D8%A9">أستراليا الغربية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%D9%8A%D8%A7">علم أستراليا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AA%D9%88%D9%81%D8%A7%D9%84%D9%88">علم توفالو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A9_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7_%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A%D8%A9">علم مقاطعة كولومبيا البريطانية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D9%88%D9%86%D8%AA%D8%A7%D8%B1%D9%8A%D9%88">علم أونتاريو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A8%D9%84%D9%8A%D8%B2">علم بليز</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A8%D8%B1%D9%85%D9%88%D8%AF%D8%A7">علم برمودا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D9%83%D8%A7%D9%8A%D9%85%D8%A7%D9%86">علم جزر كايمان</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D8%AA%D9%88%D8%B1%D9%83%D8%B3_%D9%88%D9%83%D8%A7%D9%8A%D9%83%D9%88%D8%B3">علم جزر توركس وكايكوس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%85%D9%88%D9%86%D8%AA%D8%B3%D9%8A%D8%B1%D8%A7%D8%AA">علم مونتسيرات</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D9%83%D9%88%D9%83">علم جزر كوك</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%81%D9%8A%D8%AC%D9%8A">علم فيجي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%86%D9%8A%D9%88%D8%B2%D9%8A%D9%84%D9%86%D8%AF%D8%A7">علم نيوزيلندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A5%D9%82%D9%84%D9%8A%D9%85_%D8%A7%D9%84%D9%85%D8%AD%D9%8A%D8%B7_%D8%A7%D9%84%D9%87%D9%86%D8%AF%D9%8A_%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A">علم إقليم المحيط الهندي البريطاني</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%B3%D8%A7%D9%86_%D8%A8%D9%8A%D8%A7%D8%B1_%D9%88%D9%85%D9%8A%D9%83%D9%84%D9%88%D9%86">علم سان بيار وميكلون</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D8%A7%D9%84%D8%B9%D8%B0%D8%B1%D8%A7%D8%A1_%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A%D8%A9">علم جزر العذراء البريطانية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D9%86%D8%BA%D9%88%D9%8A%D9%84%D8%A7">علم أنغويلا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%87%D8%A7%D9%88%D8%A7%D9%8A">علم هاواي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%86%D9%8A%D9%8A%D9%88%D9%8A">علم نييوي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%A7%D8%A8%D8%A9:%D8%A3%D9%88%D9%82%D9%8A%D8%A7%D9%86%D9%88%D8%B3%D9%8A%D8%A7">بوابة:أوقيانوسيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D9%81%D9%88%D9%83%D9%84%D8%A7%D9%86%D8%AF">علم جزر فوكلاند</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%A7%D8%A8%D8%A9:%D8%A3%D9%88%D9%82%D9%8A%D8%A7%D9%86%D9%88%D8%B3%D9%8A%D8%A7/%D8%AF%D9%88%D9%84">بوابة:أوقيانوسيا/دول</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D9%88%D8%B1%D8%AC%D9%8A%D8%A7_%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9_%D9%88%D8%AC%D8%B2%D8%B1_%D8%B3%D8%A7%D9%86%D8%AF%D9%88%D9%8A%D8%AA%D8%B4_%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9">علم جورجيا الجنوبية وجزر ساندويتش الجنوبية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D8%A8%D9%8A%D8%AA%D9%83%D9%8A%D8%B1%D9%86">علم جزر بيتكيرن</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%B3%D8%A7%D9%86%D8%AA_%D9%87%D9%8A%D9%84%D9%8A%D9%86%D8%A7">علم سانت هيلينا</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_Western_Australia.svg" title="Special:GlobalUsage/Flag of Western Australia.svg">more global usage</a> of this file.
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>1200</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>600</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[{"mainsnak":{"snaktype":"value","property":"P180","hash":"7003a97fe4ec6853261ba074839c5c514531b3da","datavalue":{"value":{"entity-type":"item","numeric-id":1091279,"id":"Q1091279"},"type":"wikibase-entityid"}},"type":"statement","id":"M539158$a80f6b0e-253b-4eab-a546-57bdbc23c0e7","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":180,\"id\":\"P180\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P180\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P180\">depicts<\/a>"}},"text\/plain":{"en":{"":"depicts"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":1091279,\"id\":\"Q1091279\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P180":"<a target=\"_blank\" title=\"d:Special:EntityPage\/Q1091279\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/Q1091279\">flag of Western Australia<\/a>"}},"text\/plain":{"en":{"P180":"flag of Western Australia"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>Items portrayed in this file</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M539158$a80f6b0e-253b-4eab-a546-57bdbc23c0e7' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/Q1091279" href="https://www.wikidata.org/wiki/Special:EntityPage/Q1091279">flag of Western Australia</a></bdi></h4></div></div></div></div></div></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Western_Australia.svg&oldid=632724076">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Western_Australia.svg&oldid=632724076</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Flags_of_Western_Australia" title="Category:Flags of Western Australia">Flags of Western Australia</a></li><li><a href="/wiki/Category:Blue_ensigns_of_Australia" title="Category:Blue ensigns of Australia">Blue ensigns of Australia</a></li><li><a href="/wiki/Category:Union_Jack_cantons" title="Category:Union Jack cantons">Union Jack cantons</a></li><li><a href="/wiki/Category:SVG_flags_of_Australia" title="Category:SVG flags of Australia">SVG flags of Australia</a></li><li><a href="/wiki/Category:Flags_with_black_swans" title="Category:Flags with black swans">Flags with black swans</a></li><li><a href="/wiki/Category:Flags_with_yellow_disks_-_British" title="Category:Flags with yellow disks - British">Flags with yellow disks - British</a></li><li><a href="/wiki/Category:Blue_Ensigns_(British_Empire)" title="Category:Blue Ensigns (British Empire)">Blue Ensigns (British Empire)</a></li><li><a href="/wiki/Category:SVG_flags_of_former_colonies_of_the_United_Kingdom" title="Category:SVG flags of former colonies of the United Kingdom">SVG flags of former colonies of the United Kingdom</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories: <ul><li><a href="/wiki/Category:PD-Australia" title="Category:PD-Australia">PD-Australia</a></li><li><a href="/wiki/Category:With_insignia" title="Category:With insignia">With insignia</a></li><li><a href="/wiki/Category:Files_with_derivative_versions" title="Category:Files with derivative versions">Files with derivative versions</a></li><li><a href="/wiki/Category:Media_missing_infobox_template" title="Category:Media missing infobox template">Media missing infobox template</a></li><li><a href="/wiki/Category:Files_with_no_machine-readable_author" title="Category:Files with no machine-readable author">Files with no machine-readable author</a></li><li><a href="/wiki/Category:Files_with_no_machine-readable_source" title="Category:Files with no machine-readable source">Files with no machine-readable source</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Western+Australia.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Western+Australia.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Western_Australia.svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="new mw-list-item"><a href="/w/index.php?title=File_talk:Flag_of_Western_Australia.svg&action=edit&redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Western_Australia.svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Western_Australia.svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Western_Australia.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&oldid=632724076" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Western_Australia.svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M539158" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Western_Australia.svg&id=632724076&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_Western_Australia.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 25 February 2022, at 21:31.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Western_Australia.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1322","timestamp":"20220403235858","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/a\/a5\/Flag_of_Western_Australia.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_Western_Australia.svg","uploadDate":"2020-09-28 01:39:01"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":412,"wgHostname":"mw1322"});});</script>
|
||||
</body>
|
||||
</html>
|
917
third_party/region-flags/html/AU.html
vendored
917
third_party/region-flags/html/AU.html
vendored
File diff suppressed because one or more lines are too long
743
third_party/region-flags/html/AW.html
vendored
743
third_party/region-flags/html/AW.html
vendored
File diff suppressed because one or more lines are too long
750
third_party/region-flags/html/AX.html
vendored
750
third_party/region-flags/html/AX.html
vendored
|
@ -3,194 +3,231 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Åland.svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script>
|
||||
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Åland.svg","wgTitle":"Flag of Åland.svg","wgCurRevisionId":193472541,"wgRevisionId":193472541,"wgArticleId":7273284,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD-Finland (government works)","Flags of Åland","SVG flags of regions of Finland","Blue Nordic Cross flags (outlined)"],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"File:Flag_of_Åland.svg","wgRelevantArticleId":7273284,"wgRequestId":"WbbTUgpAADgAADnSndAAAAAH","wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgWikiEditorEnabledModules":{"toolbar":true,"preview":false,"publish":false},"wgBetaFeaturesFeatures":[],"wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en","usePageImages":true,"usePageDescriptions":true},"wgPreferredVariant":"en","wgMFExpandAllSectionsUserOption":false,"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgULSCurrentAutonym":"English","wgNoticeProject":"commons","wgCentralNoticeCookiesToDelete":[],"wgCentralNoticeCategoriesUsingLegacy":["Fundraising","fundraising"],"wgCategoryTreePageCategoryOptions":"{\"mode\":0,\"hideprefix\":20,\"showcount\":true,\"namespaces\":false}","wgCentralAuthMobileDomain":false,"wgVisualEditorToolbarScrollOffset":0,"wgVisualEditorUnsupportedEditParams":["preload","preloadparams","preloadtitle","undo","undoafter","veswitched"],"wgEditSubmitButtonLabelPublish":true});mw.loader.state({"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.globalCssJs.user.styles":"ready","ext.globalCssJs.site.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"loading","user.tokens":"loading","filepage":"ready","mediawiki.action.view.filepage":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.pt":"ready","ext.wikimediaBadges":"ready","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","mediawiki.sectionAnchor":"ready","mediawiki.skinning.interface":"ready","skins.vector.styles":"ready","ext.globalCssJs.user":"ready","ext.globalCssJs.site":"ready"});mw.loader.implement("user.options@0bhc5ha",function($,jQuery,require,module){mw.user.options.set([]);});mw.loader.implement("user.tokens@1dqfd7l",function ( $, jQuery, require, module ) {
|
||||
mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});/*@nomin*/
|
||||
|
||||
});mw.loader.load(["mediawiki.action.view.metadata","site","mediawiki.page.startup","mediawiki.user","mediawiki.hidpi","mediawiki.page.ready","mediawiki.searchSuggest","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.UploadWizard","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice","ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging.subscriber","ext.wikimediaEvents","ext.navigationTiming","ext.uls.eventlogger","ext.uls.init","ext.uls.interface","ext.centralNotice.geoIP","ext.centralNotice.startUp","skins.vector.js"]);});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cmediawiki.action.view.filepage%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.sectionAnchor%7Cmediawiki.skinning.interface%7Cskins.vector.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector"></script>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"227dc172-64b8-448d-8568-3ffdc25af780","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Åland.svg","wgTitle":"Flag of Åland.svg","wgCurRevisionId":634009380,"wgRevisionId":634009380,"wgArticleId":7273284,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD shape","Flags of Åland","SVG flags of regions of Finland","Blue Nordic Cross flags (outlined)"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"File:Flag_of_Åland.svg","wgRelevantArticleId":7273284,"wgIsProbablyEditable":true,
|
||||
"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":3000,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,
|
||||
"wbTaintedReferencesEnabled":false,"wbEntityId":"M7273284","wgEditSubmitButtonLabelPublish":true,"wbUserSpecifiedLanguages":["en"],"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php","wbmiSupportedDataTypes":["wikibase-item","string","quantity","time","monolingualtext","external-id","globe-coordinate","url"],"wbCurrentRevision":634009380,"wbEntity":{"type":"mediainfo","id":"M7273284","labels":{"en":{"language":"en","value":"Flag of Åland"},"tr":{"language":"tr","value":"Åland bayrağı 🇦🇽"},"cs":{"language":"cs","value":"Vlajka Aland"},"fi":{"language":"fi","value":"Ahvenanmaan lippu"},"de":{"language":"de","value":"Flagge Ålands"},"el":{"language":"el","value":"Σημαία των Ώλαντ"}},
|
||||
"descriptions":[],"statements":{"P180":[{"mainsnak":{"snaktype":"value","property":"P180","hash":"e3af03c5d6010e8eef4966ef5196047f8996ae8a","datavalue":{"value":{"entity-type":"item","numeric-id":202610,"id":"Q202610"},"type":"wikibase-entityid"}},"type":"statement","id":"M7273284$0d60a2ea-277f-4e2f-ace6-fd7c5b8ecb89","rank":"normal"}]}},"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":
|
||||
"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={
|
||||
"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","wikibase.common":"ready","jquery.wikibase.toolbar.styles":"ready","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["wikibase.entityPage.entityLoaded","wikibase.ui.entityViewInit","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice",
|
||||
"ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cjquery.wikibase.toolbar.styles%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.common%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=ext.gadget.Long-Image-Names-in-Categories&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<noscript><link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=noscript&only=styles&skin=vector"/></noscript>
|
||||
<meta name="generator" content="MediaWiki 1.30.0-wmf.17"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/1200px-Flag_of_%C3%85land.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="785"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/800px-Flag_of_%C3%85land.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="523"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/640px-Flag_of_%C3%85land.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="418"/>
|
||||
<meta property="og:title" content="File:Flag of Åland.svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M7273284.json" type="application/json"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M7273284.php" type="application/vnd.php.serialized"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M7273284.n3" type="text/n3"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M7273284.ttl" type="text/turtle"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M7273284.nt" type="application/n-triples"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M7273284.rdf" type="application/rdf+xml"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M7273284.jsonld" type="application/ld+json"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_%C3%85land.svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=edit"/>
|
||||
<link rel="edit" title="Edit" href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="alternate" type="application/atom+xml" title="Wikimedia Commons Atom feed" href="/w/index.php?title=Special:RecentChanges&feed=atom"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_%C3%85land.svg"/>
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<!--[if lt IE 9]><script src="/resources/lib/html5shiv/html5shiv.min.js"></script><![endif]-->
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject page-File_Flag_of_Åland_svg rootpage-File_Flag_of_Åland_svg skin-vector action-view"> <div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Åland_svg rootpage-File_Flag_of_Åland_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M7273284"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Åland.svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators mw-body-content">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading" lang="en">File:Flag of Åland.svg</h1>
|
||||
<div id="bodyContent" class="mw-body-content">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="jump-to-nav" class="mw-jump">
|
||||
Jump to: <a href="#mw-head">navigation</a>, <a href="#p-search">search</a>
|
||||
</div>
|
||||
<div id="mw-content-text"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg"><img alt="File:Flag of Åland.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/520px-Flag_of_%C3%85land.svg.png" width="520" height="340" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/780px-Flag_of_%C3%85land.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/1040px-Flag_of_%C3%85land.svg.png 2x" data-file-width="520" data-file-height="340" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/520px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">520 × 340 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/320px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">320 × 209 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/640px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">640 × 418 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/800px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">800 × 523 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/1024px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">1,024 × 670 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/1280px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">1,280 × 837 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg" class="internal" title="Flag of Åland.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 520 × 340 pixels, file size: 396 bytes)</span>
|
||||
</div>
|
||||
<div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><p><br /></p>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg"><img alt="File:Flag of Åland.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/520px-Flag_of_%C3%85land.svg.png?20220227113135" decoding="async" width="520" height="340" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/780px-Flag_of_%C3%85land.svg.png?20220227113135 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/1040px-Flag_of_%C3%85land.svg.png?20220227113135 2x" data-file-width="520" data-file-height="340" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/520px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">520 × 340 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/320px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">320 × 209 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/640px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">640 × 418 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/1024px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">1,024 × 670 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/1280px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">1,280 × 837 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/2560px-Flag_of_%C3%85land.svg.png" class="mw-thumbnail-link">2,560 × 1,674 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg" class="internal" title="Flag of Åland.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 520 × 340 pixels, file size: 398 bytes)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value'>Flag of Åland</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Turkish</label><div lang='tr' dir='ltr' class='wbmi-caption-value'>Åland bayrağı 🇦🇽</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Czech</label><div lang='cs' dir='ltr' class='wbmi-caption-value'>Vlajka Aland</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Finnish</label><div lang='fi' dir='ltr' class='wbmi-caption-value'>Ahvenanmaan lippu</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>German</label><div lang='de' dir='ltr' class='wbmi-caption-value'>Flagge Ålands</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Greek</label><div lang='el' dir='ltr' class='wbmi-caption-value'>Σημαία των Ώλαντ</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><p><br />
|
||||
</p>
|
||||
<h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<div class="hproduct commons-file-information-table">
|
||||
<table class="fileinfotpl-type-information toccolours vevent mw-content-ltr" style="width: 100%; direction: ltr;" cellpadding="4">
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en" xml:lang="en">Description<span class="summary fn" style="display:none">Flag of Åland.svg</span></td>
|
||||
|
||||
<tbody><tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en">Description<span class="summary fn" style="display:none">Flag of Åland.svg</span></td>
|
||||
<td class="description">
|
||||
<div class="description mw-content-rtl ar" dir="rtl" lang="ar" style="" xml:lang="ar"><span class="language ar" title=""><b>العربية:</b></span> <a href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D9%88%D9%84%D8%A7%D9%86" class="extiw" title="ar:علم أولان">علم أولان</a></div>
|
||||
<div class="description mw-content-ltr be" dir="ltr" lang="be" style="" xml:lang="be"><span class="language be" title=""><b>Беларуская:</b></span> <a href="https://be.wikipedia.org/wiki/%D0%A1%D1%86%D1%8F%D0%B3_%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D1%96%D1%85_%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D0%BE%D1%9E" class="extiw" title="be:Сцяг Аландскіх астравоў">Сцяг Аландскіх астравоў</a></div>
|
||||
<div class="description mw-content-ltr be-tarask" dir="ltr" lang="be-tarask" style="" xml:lang="be-tarask"><span class="language be-tarask" title=""><b>Беларуская (тарашкевіца):</b></span> <a href="https://be-x-old.wikipedia.org/wiki/%D0%A1%D1%8C%D1%86%D1%8F%D0%B3_%D0%90%D0%BB%D1%8F%D0%BD%D0%B4%D0%B7%D0%BA%D1%96%D1%85_%D0%B2%D1%8B%D1%81%D0%BF%D0%B0%D1%9E" class="extiw" title="be-x-old:Сьцяг Аляндзкіх выспаў">Сьцяг Аляндзкіх выспаў</a></div>
|
||||
<div class="description mw-content-ltr bs" dir="ltr" lang="bs" style="" xml:lang="bs"><span class="language bs" title=""><b>Bosanski:</b></span> <a href="https://bs.wikipedia.org/wiki/Zastava_%C3%85landskih_ostrva" class="extiw" title="bs:Zastava Ålandskih ostrva">Zastava Ålandskih ostrva</a></div>
|
||||
<div class="description mw-content-ltr ca" dir="ltr" lang="ca" style="" xml:lang="ca"><span class="language ca" title=""><b>Català:</b></span> <a href="https://ca.wikipedia.org/wiki/Bandera_d%27%C3%85land" class="extiw" title="ca:Bandera d'Åland">Bandera d'Åland</a></div>
|
||||
<div class="description mw-content-ltr cy" dir="ltr" lang="cy" style="" xml:lang="cy"><span class="language cy" title=""><b>Cymraeg:</b></span> <a href="https://cy.wikipedia.org/wiki/Baner_%C3%85land" class="extiw" title="cy:Baner Åland">Baner Åland</a></div>
|
||||
<div class="description mw-content-ltr de" dir="ltr" lang="de" style="" xml:lang="de"><span class="language de" title="Deutsch"><b>Deutsch:</b></span> <a href="https://de.wikipedia.org/wiki/Flagge_%C3%85lands" class="extiw" title="de:Flagge Ålands">Flagge Ålands</a></div>
|
||||
<div class="description mw-content-ltr el" dir="ltr" lang="el" style="" xml:lang="el"><span class="language el" title=""><b>Ελληνικά:</b></span> <a href="https://el.wikipedia.org/wiki/%CE%A3%CE%B7%CE%BC%CE%B1%CE%AF%CE%B1_%CF%84%CF%89%CE%BD_%CE%8F%CE%BB%CE%B1%CE%BD%CF%84" class="extiw" title="el:Σημαία των Ώλαντ">Σημαία των Ώλαντ</a></div>
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en" style="" xml:lang="en"><span class="language en" title=""><b>English:</b></span> <a href="https://en.wikipedia.org/wiki/Flag_of_%C3%85land" class="extiw" title="en:Flag of Åland">Flag of Åland</a></div>
|
||||
<div class="description mw-content-ltr es" dir="ltr" lang="es" style="" xml:lang="es"><span class="language es" title="Español"><b>Español:</b></span> <a href="https://es.wikipedia.org/wiki/Bandera_de_%C3%85land" class="extiw" title="es:Bandera de Åland">Bandera de Åland</a></div>
|
||||
<div class="description mw-content-ltr et" dir="ltr" lang="et" style="" xml:lang="et"><span class="language et" title=""><b>Eesti:</b></span> <a href="https://et.wikipedia.org/wiki/Ahvenamaa_lipp" class="extiw" title="et:Ahvenamaa lipp">Ahvenamaa lipp</a></div>
|
||||
<div class="description mw-content-ltr eu" dir="ltr" lang="eu" style="" xml:lang="eu"><span class="language eu" title=""><b>Euskara:</b></span> <a href="https://eu.wikipedia.org/wiki/%C3%85landeko_bandera" class="extiw" title="eu:Ålandeko bandera">Ålandeko bandera</a></div>
|
||||
<div class="description mw-content-ltr fi" dir="ltr" lang="fi" style="" xml:lang="fi"><span class="language fi" title=""><b>Suomi:</b></span> <a href="https://fi.wikipedia.org/wiki/Ahvenanmaan_lippu" class="extiw" title="fi:Ahvenanmaan lippu">Ahvenanmaan lippu</a></div>
|
||||
<div class="description mw-content-ltr fr" dir="ltr" lang="fr" style="" xml:lang="fr"><span class="language fr" title="Français"><b>Français :</b></span> <a href="https://fr.wikipedia.org/wiki/Drapeau_d%27%C3%85land" class="extiw" title="fr:Drapeau d'Åland">Drapeau d'Åland</a></div>
|
||||
<div class="description mw-content-ltr gl" dir="ltr" lang="gl" style="" xml:lang="gl"><span class="language gl" title=""><b>Galego:</b></span> <a href="https://gl.wikipedia.org/wiki/Bandeira_de_%C3%85land" class="extiw" title="gl:Bandeira de Åland">Bandeira de Åland</a></div>
|
||||
<div class="description mw-content-rtl he" dir="rtl" lang="he" style="" xml:lang="he"><span class="language he" title=""><b>עברית:</b></span> <a href="https://he.wikipedia.org/wiki/%D7%93%D7%92%D7%9C_%D7%90%D7%95%D7%9C%D7%A0%D7%93" class="extiw" title="he:דגל אולנד">דגל אולנד</a></div>
|
||||
<div class="description mw-content-ltr hu" dir="ltr" lang="hu" style="" xml:lang="hu"><span class="language hu" title=""><b>Magyar:</b></span> <a href="https://hu.wikipedia.org/wiki/%C3%85land_z%C3%A1szlaja" class="extiw" title="hu:Åland zászlaja">Åland zászlaja</a></div>
|
||||
<div class="description mw-content-ltr id" dir="ltr" lang="id" style="" xml:lang="id"><span class="language id" title=""><b>Bahasa Indonesia:</b></span> <a href="https://id.wikipedia.org/wiki/Bendera_%C3%85land" class="extiw" title="id:Bendera Åland">Bendera Åland</a></div>
|
||||
<div class="description mw-content-ltr it" dir="ltr" lang="it" style="" xml:lang="it"><span class="language it" title=""><b>Italiano:</b></span> <a href="https://it.wikipedia.org/wiki/Bandiera_delle_Isole_%C3%85land" class="extiw" title="it:Bandiera delle Isole Åland">Bandiera delle Isole Åland</a></div>
|
||||
<div class="description mw-content-ltr ja" dir="ltr" lang="ja" style="" xml:lang="ja"><span class="language ja" title=""><b>日本語:</b></span> <a href="https://ja.wikipedia.org/wiki/%E3%82%AA%E3%83%BC%E3%83%A9%E3%83%B3%E3%83%89%E8%AB%B8%E5%B3%B6%E3%81%AE%E6%97%97" class="extiw" title="ja:オーランド諸島の旗">オーランド諸島の旗</a></div>
|
||||
<div class="description mw-content-ltr ko" dir="ltr" lang="ko" style="" xml:lang="ko"><span class="language ko" title=""><b>한국어:</b></span> <a href="https://ko.wikipedia.org/wiki/%EC%98%AC%EB%9E%80%EB%93%9C_%EC%A0%9C%EB%8F%84%EC%9D%98_%EA%B8%B0" class="extiw" title="ko:올란드 제도의 기">올란드 제도의 기</a></div>
|
||||
<div class="description mw-content-ltr nl" dir="ltr" lang="nl" style="" xml:lang="nl"><span class="language nl" title=""><b>Nederlands:</b></span> <a href="https://nl.wikipedia.org/wiki/Vlag_van_%C3%85land" class="extiw" title="nl:Vlag van Åland">Vlag van Åland</a></div>
|
||||
<div class="description mw-content-ltr nb" dir="ltr" lang="nb" style="" xml:lang="nb"><span class="language nb" title=""><b>Norsk bokmål:</b></span> <a href="https://no.wikipedia.org/wiki/%C3%85lands_flagg" class="extiw" title="no:Ålands flagg">Ålands flagg</a></div>
|
||||
<div class="description mw-content-ltr pl" dir="ltr" lang="pl" style="" xml:lang="pl"><span class="language pl" title=""><b>Polski:</b></span> <a href="https://pl.wikipedia.org/wiki/Flaga_Wysp_Alandzkich" class="extiw" title="pl:Flaga Wysp Alandzkich">Flaga Wysp Alandzkich</a></div>
|
||||
<div class="description mw-content-ltr pt" dir="ltr" lang="pt" style="" xml:lang="pt"><span class="language pt" title=""><b>Português:</b></span> <a href="https://pt.wikipedia.org/wiki/Bandeira_de_%C3%85land" class="extiw" title="pt:Bandeira de Åland">Bandeira de Åland</a></div>
|
||||
<div class="description mw-content-ltr ru" dir="ltr" lang="ru" style="" xml:lang="ru"><span class="language ru" title=""><b>Русский:</b></span> <a href="https://ru.wikipedia.org/wiki/%D0%A4%D0%BB%D0%B0%D0%B3_%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D1%85_%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%BE%D0%B2" class="extiw" title="ru:Флаг Аландских островов">Флаг Аландских островов</a></div>
|
||||
<div class="description mw-content-ltr sh" dir="ltr" lang="sh" style="" xml:lang="sh"><span class="language sh" title=""><b>Srpskohrvatski / српскохрватски:</b></span> <a href="https://sh.wikipedia.org/wiki/Zastava_%C3%85landskih_Otoka" class="extiw" title="sh:Zastava Ålandskih Otoka">Zastava Ålandskih Otoka</a></div>
|
||||
<div class="description mw-content-ltr sk" dir="ltr" lang="sk" style="" xml:lang="sk"><span class="language sk" title=""><b>Slovenčina:</b></span> <a href="https://sk.wikipedia.org/wiki/Vlajka_%C3%85land" class="extiw" title="sk:Vlajka Åland">Vlajka Åland</a></div>
|
||||
<div class="description mw-content-ltr sr" dir="ltr" lang="sr" style="" xml:lang="sr"><span class="language sr" title=""><b>Српски / srpski:</b></span> <a href="https://sr.wikipedia.org/wiki/%D0%97%D0%B0%D1%81%D1%82%D0%B0%D0%B2%D0%B0_%D0%9E%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D1%85_%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0" class="extiw" title="sr:Застава Оландских Острва">Застава Оландских Острва</a></div>
|
||||
<div class="description mw-content-ltr sv" dir="ltr" lang="sv" style="" xml:lang="sv"><span class="language sv" title=""><b>Svenska:</b></span> <a href="https://sv.wikipedia.org/wiki/%C3%85lands_flagga" class="extiw" title="sv:Ålands flagga">Ålands flagga</a></div>
|
||||
<div class="description mw-content-ltr th" dir="ltr" lang="th" style="" xml:lang="th"><span class="language th" title=""><b>ไทย:</b></span> <a href="https://th.wikipedia.org/wiki/%E0%B8%98%E0%B8%87%E0%B8%8A%E0%B8%B2%E0%B8%95%E0%B8%B4%E0%B9%82%E0%B8%AD%E0%B8%A5%E0%B8%B1%E0%B8%99%E0%B8%94%E0%B9%8C" class="extiw" title="th:ธงชาติโอลันด์">ธงชาติโอลันด์</a></div>
|
||||
<div class="description mw-content-ltr uk" dir="ltr" lang="uk" style="" xml:lang="uk"><span class="language uk" title=""><b>Українська:</b></span> <a href="https://uk.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%BF%D0%BE%D1%80_%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D1%8C%D0%BA%D0%B8%D1%85_%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D1%96%D0%B2" class="extiw" title="uk:Прапор Аландських островів">Прапор Аландських островів</a></div>
|
||||
<div class="description mw-content-ltr yo" dir="ltr" lang="yo" style="" xml:lang="yo"><span class="language yo" title=""><b>Yorùbá:</b></span> <a href="https://yo.wikipedia.org/wiki/Flag_of_%C3%85land" class="extiw" title="yo:Flag of Åland">Flag of Åland</a></div>
|
||||
<div class="description mw-content-ltr zh" dir="ltr" lang="zh" style="" xml:lang="zh"><span class="language zh" title=""><b>中文:</b></span> <a href="https://zh.wikipedia.org/wiki/%E5%A5%A5%E5%85%B0%E7%BE%A4%E5%B2%9B%E6%97%97%E5%B8%9C" class="extiw" title="zh:奥兰群岛旗帜">奥兰群岛旗帜</a></div>
|
||||
<p>Colours from <i>http://www.aland.ax/index.pbs?page_action=fildatabas&fildatabas[show_flag]=1</i>: Pantone 2945C for blue, 116C for yellow and 186C for red. RGB approximations were obtained from Photoshop.</p>
|
||||
</td>
|
||||
<div class="description mw-content-ltr sv" dir="ltr" lang="sv"><span class="language sv" title="Swedish"><b>Svenska: </b></span> <a href="https://sv.wikipedia.org/wiki/%C3%85lands_flagga" class="extiw" title="sv:Ålands flagga">Ålands flagga</a></div>
|
||||
<div class="description mw-content-ltr fi" dir="ltr" lang="fi"><span class="language fi" title="Finnish"><b>Suomi: </b></span> <a href="https://fi.wikipedia.org/wiki/Ahvenanmaan_lippu" class="extiw" title="fi:Ahvenanmaan lippu">Ahvenanmaan lippu</a></div>
|
||||
<div class="description mw-content-rtl ar" dir="rtl" lang="ar"><span class="language ar" title="Arabic"><b>العربية: </b></span> <a href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D9%88%D9%84%D8%A7%D9%86" class="extiw" title="ar:علم أولان">علم أولان</a></div>
|
||||
<div class="description mw-content-ltr be" dir="ltr" lang="be"><span class="language be" title="Belarusian"><b>Беларуская: </b></span> <a href="https://be.wikipedia.org/wiki/%D0%A1%D1%86%D1%8F%D0%B3_%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D1%96%D1%85_%D0%B0%D1%81%D1%82%D1%80%D0%B0%D0%B2%D0%BE%D1%9E" class="extiw" title="be:Сцяг Аландскіх астравоў">Сцяг Аландскіх астравоў</a></div>
|
||||
<div class="description mw-content-ltr be-tarask" dir="ltr" lang="be-tarask"><span class="language be-tarask" title="Belarusian (Taraškievica orthography)"><b>Беларуская (тарашкевіца): </b></span> <a href="https://be-tarask.wikipedia.org/wiki/%D0%A1%D1%8C%D1%86%D1%8F%D0%B3_%D0%90%D0%BB%D1%8F%D0%BD%D0%B4%D0%B7%D0%BA%D1%96%D1%85_%D0%B2%D1%8B%D1%81%D0%BF%D0%B0%D1%9E" class="extiw" title="be-x-old:Сьцяг Аляндзкіх выспаў">Сьцяг Аляндзкіх выспаў</a></div>
|
||||
<div class="description mw-content-ltr bs" dir="ltr" lang="bs"><span class="language bs" title="Bosnian"><b>Bosanski: </b></span> <a href="https://bs.wikipedia.org/wiki/Zastava_%C3%85landskih_ostrva" class="extiw" title="bs:Zastava Ålandskih ostrva">Zastava Ålandskih ostrva</a></div>
|
||||
<div class="description mw-content-ltr ca" dir="ltr" lang="ca"><span class="language ca" title="Catalan"><b>Català: </b></span> <a href="https://ca.wikipedia.org/wiki/Bandera_d%27%C3%85land" class="extiw" title="ca:Bandera d'Åland">Bandera d'Åland</a></div>
|
||||
<div class="description mw-content-ltr cy" dir="ltr" lang="cy"><span class="language cy" title="Welsh"><b>Cymraeg: </b></span> <a href="https://cy.wikipedia.org/wiki/Baner_%C3%85land" class="extiw" title="cy:Baner Åland">Baner Åland</a></div>
|
||||
<div class="description mw-content-ltr de" dir="ltr" lang="de"><span class="language de" title="German"><b>Deutsch: </b></span> <a href="https://de.wikipedia.org/wiki/Flagge_%C3%85lands" class="extiw" title="de:Flagge Ålands">Flagge Ålands</a></div>
|
||||
<div class="description mw-content-ltr el" dir="ltr" lang="el"><span class="language el" title="Greek"><b>Ελληνικά: </b></span> <a href="https://el.wikipedia.org/wiki/%CE%A3%CE%B7%CE%BC%CE%B1%CE%AF%CE%B1_%CF%84%CF%89%CE%BD_%CE%8F%CE%BB%CE%B1%CE%BD%CF%84" class="extiw" title="el:Σημαία των Ώλαντ">Σημαία των Ώλαντ</a></div>
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en" title="English"><b>English: </b></span> <a href="https://en.wikipedia.org/wiki/Flag_of_%C3%85land" class="extiw" title="en:Flag of Åland">Flag of Åland</a></div>
|
||||
<div class="description mw-content-ltr es" dir="ltr" lang="es"><span class="language es" title="Spanish"><b>Español: </b></span> <a href="https://es.wikipedia.org/wiki/Bandera_de_%C3%85land" class="extiw" title="es:Bandera de Åland">Bandera de Åland</a></div>
|
||||
<div class="description mw-content-ltr et" dir="ltr" lang="et"><span class="language et" title="Estonian"><b>Eesti: </b></span> <a href="https://et.wikipedia.org/wiki/Ahvenamaa_lipp" class="extiw" title="et:Ahvenamaa lipp">Ahvenamaa lipp</a></div>
|
||||
<div class="description mw-content-ltr eu" dir="ltr" lang="eu"><span class="language eu" title="Basque"><b>Euskara: </b></span> <a href="https://eu.wikipedia.org/wiki/%C3%85landeko_bandera" class="extiw" title="eu:Ålandeko bandera">Ålandeko bandera</a></div>
|
||||
<div class="description mw-content-ltr fr" dir="ltr" lang="fr"><span class="language fr" title="French"><b>Français : </b></span> <a href="https://fr.wikipedia.org/wiki/Drapeau_d%27%C3%85land" class="extiw" title="fr:Drapeau d'Åland">Drapeau d'Åland</a></div>
|
||||
<div class="description mw-content-ltr gl" dir="ltr" lang="gl"><span class="language gl" title="Galician"><b>Galego: </b></span> <a href="https://gl.wikipedia.org/wiki/Bandeira_de_%C3%85land" class="extiw" title="gl:Bandeira de Åland">Bandeira de Åland</a></div>
|
||||
<div class="description mw-content-rtl he" dir="rtl" lang="he"><span class="language he" title="Hebrew"><b>עברית: </b></span> <a href="https://he.wikipedia.org/wiki/%D7%93%D7%92%D7%9C_%D7%90%D7%95%D7%9C%D7%A0%D7%93" class="extiw" title="he:דגל אולנד">דגל אולנד</a></div>
|
||||
<div class="description mw-content-ltr hu" dir="ltr" lang="hu"><span class="language hu" title="Hungarian"><b>Magyar: </b></span> <a href="https://hu.wikipedia.org/wiki/%C3%85land_z%C3%A1szlaja" class="extiw" title="hu:Åland zászlaja">Åland zászlaja</a></div>
|
||||
<div class="description mw-content-ltr id" dir="ltr" lang="id"><span class="language id" title="Indonesian"><b>Bahasa Indonesia: </b></span> <a href="https://id.wikipedia.org/wiki/Bendera_%C3%85land" class="extiw" title="id:Bendera Åland">Bendera Åland</a></div>
|
||||
<div class="description mw-content-ltr it" dir="ltr" lang="it"><span class="language it" title="Italian"><b>Italiano: </b></span> <a href="https://it.wikipedia.org/wiki/Bandiera_delle_Isole_%C3%85land" class="extiw" title="it:Bandiera delle Isole Åland">Bandiera delle Isole Åland</a></div>
|
||||
<div class="description mw-content-ltr ja" dir="ltr" lang="ja"><span class="language ja" title="Japanese"><b>日本語:</b></span> <a href="https://ja.wikipedia.org/wiki/%E3%82%AA%E3%83%BC%E3%83%A9%E3%83%B3%E3%83%89%E8%AB%B8%E5%B3%B6%E3%81%AE%E6%97%97" class="extiw" title="ja:オーランド諸島の旗">オーランド諸島の旗</a></div>
|
||||
<div class="description mw-content-ltr ko" dir="ltr" lang="ko"><span class="language ko" title="Korean"><b>한국어: </b></span> <a href="https://ko.wikipedia.org/wiki/%EC%98%AC%EB%9E%80%EB%93%9C_%EC%A0%9C%EB%8F%84%EC%9D%98_%EA%B8%B0" class="extiw" title="ko:올란드 제도의 기">올란드 제도의 기</a></div>
|
||||
<div class="description mw-content-ltr nl" dir="ltr" lang="nl"><span class="language nl" title="Dutch"><b>Nederlands: </b></span> <a href="https://nl.wikipedia.org/wiki/Vlag_van_%C3%85land" class="extiw" title="nl:Vlag van Åland">Vlag van Åland</a></div>
|
||||
<div class="description mw-content-ltr nb" dir="ltr" lang="nb"><span class="language nb" title="Norwegian Bokmål"><b>Norsk bokmål: </b></span> <a href="https://no.wikipedia.org/wiki/%C3%85lands_flagg" class="extiw" title="no:Ålands flagg">Ålands flagg</a></div>
|
||||
<div class="description mw-content-ltr pl" dir="ltr" lang="pl"><span class="language pl" title="Polish"><b>Polski: </b></span> <a href="https://pl.wikipedia.org/wiki/Flaga_Wysp_Alandzkich" class="extiw" title="pl:Flaga Wysp Alandzkich">Flaga Wysp Alandzkich</a></div>
|
||||
<div class="description mw-content-ltr pt" dir="ltr" lang="pt"><span class="language pt" title="Portuguese"><b>Português: </b></span> <a href="https://pt.wikipedia.org/wiki/Bandeira_de_%C3%85land" class="extiw" title="pt:Bandeira de Åland">Bandeira de Åland</a></div>
|
||||
<div class="description mw-content-ltr ru" dir="ltr" lang="ru"><span class="language ru" title="Russian"><b>Русский: </b></span> <a href="https://ru.wikipedia.org/wiki/%D0%A4%D0%BB%D0%B0%D0%B3_%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D1%85_%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D0%BE%D0%B2" class="extiw" title="ru:Флаг Аландских островов">Флаг Аландских островов</a></div>
|
||||
<div class="description mw-content-ltr sh" dir="ltr" lang="sh"><span class="language sh" title="Serbo-Croatian"><b>Srpskohrvatski / српскохрватски: </b></span> <a href="https://sh.wikipedia.org/wiki/Zastava_%C3%85landskih_Otoka" class="extiw" title="sh:Zastava Ålandskih Otoka">Zastava Ålandskih Otoka</a></div>
|
||||
<div class="description mw-content-ltr sk" dir="ltr" lang="sk"><span class="language sk" title="Slovak"><b>Slovenčina: </b></span> <a href="https://sk.wikipedia.org/wiki/Vlajka_%C3%85land" class="extiw" title="sk:Vlajka Åland">Vlajka Åland</a></div>
|
||||
<div class="description mw-content-ltr sr" dir="ltr" lang="sr"><span class="language sr" title="Serbian"><b>Српски / srpski: </b></span> <a href="https://sr.wikipedia.org/wiki/%D0%97%D0%B0%D1%81%D1%82%D0%B0%D0%B2%D0%B0_%D0%9E%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D0%BA%D0%B8%D1%85_%D0%9E%D1%81%D1%82%D1%80%D0%B2%D0%B0" class="extiw" title="sr:Застава Оландских Острва">Застава Оландских Острва</a></div>
|
||||
<div class="description mw-content-ltr th" dir="ltr" lang="th"><span class="language th" title="Thai"><b>ไทย: </b></span> <a href="https://th.wikipedia.org/wiki/%E0%B8%98%E0%B8%87%E0%B8%8A%E0%B8%B2%E0%B8%95%E0%B8%B4%E0%B9%82%E0%B8%AD%E0%B8%A5%E0%B8%B1%E0%B8%99%E0%B8%94%E0%B9%8C" class="extiw" title="th:ธงชาติโอลันด์">ธงชาติโอลันด์</a></div>
|
||||
<div class="description mw-content-ltr uk" dir="ltr" lang="uk"><span class="language uk" title="Ukrainian"><b>Українська: </b></span> <a href="https://uk.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%BF%D0%BE%D1%80_%D0%90%D0%BB%D0%B0%D0%BD%D0%B4%D1%81%D1%8C%D0%BA%D0%B8%D1%85_%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2%D1%96%D0%B2" class="extiw" title="uk:Прапор Аландських островів">Прапор Аландських островів</a></div>
|
||||
<div class="description mw-content-ltr yo" dir="ltr" lang="yo"><span class="language yo" title="Yoruba"><b>Yorùbá: </b></span> <a href="https://yo.wikipedia.org/wiki/Flag_of_%C3%85land" class="extiw" title="yo:Flag of Åland">Flag of Åland</a></div>
|
||||
<div class="description mw-content-ltr zh" dir="ltr" lang="zh"><span class="language zh" title="Chinese"><b>中文:</b></span><a href="https://zh.wikipedia.org/wiki/%E5%A5%A5%E5%85%B0%E7%BE%A4%E5%B2%9B%E6%97%97%E5%B8%9C" class="extiw" title="zh:奥兰群岛旗帜">奥兰群岛旗帜</a></div>
|
||||
Colours from the <a rel="nofollow" class="external text" href="https://www.regeringen.ax/sites/www.regeringen.ax/files/attachments/page/grafisk_manual_12_juni_-20_0.pdf">graphic charter of the government of Åland</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_date" class="fileinfo-paramfield" lang="en" xml:lang="en">Date</td>
|
||||
<td lang="en" xml:lang="en"></td>
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en">Source</td>
|
||||
<td>
|
||||
<span class="int-own-work" lang="en">Own work</span></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en" xml:lang="en">Source</td>
|
||||
<td><span class="int-own-work" lang="en" xml:lang="en">Own work</span></td>
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en">Author</td>
|
||||
<td>
|
||||
created by <a href="https://en.wikipedia.org/wiki/User:Zscout370" class="extiw" title="en:User:Zscout370">en:User:Zscout370</a></td>
|
||||
</tr>
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en" xml:lang="en">Author</td>
|
||||
<td>created by <a href="https://en.wikipedia.org/wiki/User:Zscout370" class="extiw" title="en:User:Zscout370">en:User:Zscout370</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<p>The flag of Åland is described in the Provincial act on the flag of Åland (<i>Landskapslag angående landskapet Ålands flagga</i>, ÅFS 41/1992). Thus it falls under</p>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en" xml:lang="en">
|
||||
<tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /></td>
|
||||
<td><span lang="en" class="description en" xml:lang="en"><i>This file is in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b> in Finland because it is a part of a decision or a statement issued by a public authority or other public body in Finland. Section 9 of the Finnish Copyright Act specifies that no copyright exists in such material. (<a rel="nofollow" class="external text" href="http://www.finlex.fi/en/laki/kaannokset/1961/en19610404.pdf">Link to the Act</a>)</i></span>
|
||||
<hr />
|
||||
<p><span style="font-size:x-small;line-height:140%" class="plainlinks"><a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/de">Deutsch</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/en">English</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/fi">suomi</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/fr">français</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/mk">македонски</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/nds">Plattdüütsch</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/nl">Nederlands</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/pt">português</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/ru">русский</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/sl">slovenščina</a> | <a class="external text" href="//commons.wikimedia.org/wiki/Template:PD-FinlandGov/sv">svenska</a> | <small class="plainlinks"><a class="external text" href="//commons.wikimedia.org/w/index.php?title=Template:PD-FinlandGov/lang&action=edit">+/−</a></small></span></p>
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td>
|
||||
<div class="floatright"><img alt="Flag of Finland (state).svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Flag_of_Finland_%28state%29.svg/80px-Flag_of_Finland_%28state%29.svg.png" width="80" height="49" class="thumbborder" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Flag_of_Finland_%28state%29.svg/120px-Flag_of_Finland_%28state%29.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Flag_of_Finland_%28state%29.svg/160px-Flag_of_Finland_%28state%29.svg.png 2x" data-file-width="1800" data-file-height="1100" /></div>
|
||||
<td><i>This image of <b><a href="https://en.wikipedia.org/wiki/geometry" class="extiw" title="w:geometry">simple geometry</a></b> is <b>ineligible for <a href="https://en.wikipedia.org/wiki/copyrights" class="extiw" title="w:copyrights">copyright</a></b> and therefore in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b>, because it consists entirely of information that is common property and contains no original authorship.</i>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<td><div class="floatright"><img alt="Heptagon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/64px-Heptagon.svg.png" decoding="async" title="Heptagon" width="64" height="63" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/96px-Heptagon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/128px-Heptagon.svg.png 2x" data-file-width="512" data-file-height="500" /></div>
|
||||
</td></tr></tbody></table>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1252
|
||||
Cached time: 20170901055007
|
||||
Cache expiry: 1900800
|
||||
Dynamic content: false
|
||||
CPU time usage: 0.100 seconds
|
||||
Real time usage: 0.150 seconds
|
||||
Preprocessor visited node count: 3869/1000000
|
||||
Preprocessor generated node count: 0/1500000
|
||||
Post‐expand include size: 42686/2097152 bytes
|
||||
Template argument size: 29815/2097152 bytes
|
||||
Highest expansion depth: 10/40
|
||||
Parsed by mw1355
|
||||
Cached time: 20220322221040
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.202 seconds
|
||||
Real time usage: 0.276 seconds
|
||||
Preprocessor visited node count: 1599/1000000
|
||||
Post‐expand include size: 40156/2097152 bytes
|
||||
Template argument size: 4063/2097152 bytes
|
||||
Highest expansion depth: 11/100
|
||||
Expensive parser function count: 1/500
|
||||
Lua time usage: 0.014/10.000 seconds
|
||||
Lua memory usage: 829 KB/50 MB
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 0/5000000 bytes
|
||||
Lua time usage: 0.100/10.000 seconds
|
||||
Lua memory usage: 1521130/52428800 bytes
|
||||
Number of Wikibase entities loaded: 1/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 129.816 1 -total
|
||||
86.13% 111.815 1 Template:Information
|
||||
21.91% 28.448 34 Template:Description
|
||||
13.69% 17.775 1 Template:PD-FinlandGov
|
||||
13.54% 17.577 1 Template:ISOdate
|
||||
13.42% 17.425 72 Template:Dir
|
||||
12.77% 16.571 1 Template:Autotranslate
|
||||
7.34% 9.526 1 Template:PD-FinlandGov/layout
|
||||
3.78% 4.904 1 Template:Yo
|
||||
2.86% 3.707 1 Template:Years_since
|
||||
100.00% 251.352 1 -total
|
||||
90.18% 226.681 1 Template:Information
|
||||
41.37% 103.981 34 Template:Description
|
||||
9.69% 24.346 1 Template:PD-simple
|
||||
7.98% 20.047 1 Template:Autotranslate
|
||||
4.05% 10.168 1 Template:PD-shape/layout
|
||||
3.84% 9.664 1 Template:Sv
|
||||
3.11% 7.807 1 Template:Sh
|
||||
3.04% 7.638 1 Template:PD-Layout
|
||||
2.77% 6.957 1 Template:No
|
||||
-->
|
||||
</div>
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:7273284-0!canonical and timestamp 20170901055007 and revision id 193472541
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:7273284-0!wb=3 and timestamp 20220322221040 and revision id 634009380. Serialized with JSON.
|
||||
-->
|
||||
</div><h2 id="filehistory">File history</h2>
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class='filehistory-selected' style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg">07:39, 13 October 2015</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg"><img alt="Thumbnail for version as of 07:39, 13 October 2015" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/120px-Flag_of_%C3%85land.svg.png" width="120" height="78" data-file-width="520" data-file-height="340" /></a></td><td>520 × 340 <span style="white-space: nowrap;">(396 bytes)</span></td><td><a href="/wiki/User:CemDemirkartal" class="mw-userlink" title="User:CemDemirkartal"><bdi>CemDemirkartal</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:CemDemirkartal" class="mw-usertoollinks-talk" title="User talk:CemDemirkartal">talk</a> | <a href="/wiki/Special:Contributions/CemDemirkartal" class="mw-usertoollinks-contribs" title="Special:Contributions/CemDemirkartal">contribs</a>)</span></span></td><td dir="ltr">Optimized</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20151013073907%21Flag_of_%C3%85land.svg">20:55, 10 July 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20151013073907%21Flag_of_%C3%85land.svg"><img alt="Thumbnail for version as of 20:55, 10 July 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/5/52/20151013073907%21Flag_of_%C3%85land.svg/120px-Flag_of_%C3%85land.svg.png" width="120" height="78" data-file-width="1300" data-file-height="850" /></a></td><td>1,300 × 850 <span style="white-space: nowrap;">(547 bytes)</span></td><td><a href="/wiki/User:BetacommandBot" class="mw-userlink" title="User:BetacommandBot"><bdi>BetacommandBot</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:BetacommandBot" class="mw-usertoollinks-talk" title="User talk:BetacommandBot">talk</a> | <a href="/wiki/Special:Contributions/BetacommandBot" class="mw-usertoollinks-contribs" title="Special:Contributions/BetacommandBot">contribs</a>)</span></span></td><td dir="ltr">move approved by: <a href="/wiki/User:T%C3%BArelio" title="User:Túrelio">User:Túrelio</a> This image was moved from <a href="/wiki/File:Flag_of_Aaland.svg" class="mw-redirect" title="File:Flag of Aaland.svg">File:Flag of Aaland.svg</a> == Summary == <a href="https://en.wikipedia.org/wiki/Flag_of_%C3%85land" class="extiw" title="en:Flag of Åland">Flag of Åland</a>. Colours from ''<nowiki>http://www.aland.fi/index.pbs?page_action=fildatabas&fildatabas[show_flag]=1</nowiki>'</td></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg">11:31, 27 February 2022</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_%C3%85land.svg"><img alt="Thumbnail for version as of 11:31, 27 February 2022" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Flag_of_%C3%85land.svg/120px-Flag_of_%C3%85land.svg.png?20220227113135" decoding="async" width="120" height="78" data-file-width="520" data-file-height="340" /></a></td><td>520 × 340 <span style="white-space: nowrap;">(398 bytes)</span></td><td><a href="/w/index.php?title=User:ToughDonk&action=edit&redlink=1" class="new mw-userlink" title="User:ToughDonk (page does not exist)"><bdi>ToughDonk</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:ToughDonk" class="mw-usertoollinks-talk" title="User talk:ToughDonk">talk</a> | <a href="/wiki/Special:Contributions/ToughDonk" class="mw-usertoollinks-contribs" title="Special:Contributions/ToughDonk">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 17:00, 18 November 2020 (UTC)</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20220227113134%21Flag_of_%C3%85land.svg">11:14, 27 February 2022</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20220227113134%21Flag_of_%C3%85land.svg"><img alt="Thumbnail for version as of 11:14, 27 February 2022" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/5/52/20220227113134%21Flag_of_%C3%85land.svg/120px-Flag_of_%C3%85land.svg.png" decoding="async" width="120" height="78" data-file-width="520" data-file-height="340" /></a></td><td>520 × 340 <span style="white-space: nowrap;">(396 bytes)</span></td><td><a href="/w/index.php?title=User:Shebejeyebeb&action=edit&redlink=1" class="new mw-userlink" title="User:Shebejeyebeb (page does not exist)"><bdi>Shebejeyebeb</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Shebejeyebeb" class="mw-usertoollinks-talk" title="User talk:Shebejeyebeb">talk</a> | <a href="/wiki/Special:Contributions/Shebejeyebeb" class="mw-usertoollinks-contribs" title="Special:Contributions/Shebejeyebeb">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 07:39, 13 October 2015 (UTC)</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20220227111415%21Flag_of_%C3%85land.svg">17:00, 18 November 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20220227111415%21Flag_of_%C3%85land.svg"><img alt="Thumbnail for version as of 17:00, 18 November 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/5/52/20220227111415%21Flag_of_%C3%85land.svg/120px-Flag_of_%C3%85land.svg.png" decoding="async" width="120" height="78" data-file-width="520" data-file-height="340" /></a></td><td>520 × 340 <span style="white-space: nowrap;">(398 bytes)</span></td><td><a href="/wiki/User:VulpesVulpes42" class="mw-userlink" title="User:VulpesVulpes42"><bdi>VulpesVulpes42</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:VulpesVulpes42" class="mw-usertoollinks-talk" title="User talk:VulpesVulpes42">talk</a> | <a href="/wiki/Special:Contributions/VulpesVulpes42" class="mw-usertoollinks-contribs" title="Special:Contributions/VulpesVulpes42">contribs</a>)</span></span></td><td dir="ltr">Official RGB colours from the graphic charter of the government of Åland.</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20201118170030%21Flag_of_%C3%85land.svg">07:39, 13 October 2015</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20201118170030%21Flag_of_%C3%85land.svg"><img alt="Thumbnail for version as of 07:39, 13 October 2015" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/5/52/20201118170030%21Flag_of_%C3%85land.svg/120px-Flag_of_%C3%85land.svg.png" decoding="async" width="120" height="78" data-file-width="520" data-file-height="340" /></a></td><td>520 × 340 <span style="white-space: nowrap;">(396 bytes)</span></td><td><a href="/wiki/User:CemDemirkartal" class="mw-userlink" title="User:CemDemirkartal"><bdi>CemDemirkartal</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:CemDemirkartal" class="mw-usertoollinks-talk" title="User talk:CemDemirkartal">talk</a> | <a href="/wiki/Special:Contributions/CemDemirkartal" class="mw-usertoollinks-contribs" title="Special:Contributions/CemDemirkartal">contribs</a>)</span></span></td><td dir="ltr">Optimized</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20151013073907%21Flag_of_%C3%85land.svg">20:55, 10 July 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/5/52/20151013073907%21Flag_of_%C3%85land.svg"><img alt="Thumbnail for version as of 20:55, 10 July 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/5/52/20151013073907%21Flag_of_%C3%85land.svg/120px-Flag_of_%C3%85land.svg.png" decoding="async" width="120" height="78" data-file-width="1300" data-file-height="850" /></a></td><td>1,300 × 850 <span style="white-space: nowrap;">(547 bytes)</span></td><td><a href="/wiki/User:BetacommandBot" class="mw-userlink" title="User:BetacommandBot"><bdi>BetacommandBot</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:BetacommandBot" class="mw-usertoollinks-talk" title="User talk:BetacommandBot">talk</a> | <a href="/wiki/Special:Contributions/BetacommandBot" class="mw-usertoollinks-contribs" title="Special:Contributions/BetacommandBot">contribs</a>)</span></span></td><td dir="ltr">move approved by: <a href="/wiki/User:T%C3%BArelio" title="User:Túrelio">User:Túrelio</a> This image was moved from <a href="/wiki/File:Flag_of_Aaland.svg" class="mw-redirect" title="File:Flag of Aaland.svg">File:Flag of Aaland.svg</a> == Summary == <a href="https://en.wikipedia.org/wiki/Flag_of_%C3%85land" class="extiw" title="en:Flag of Åland">Flag of Åland</a>. Colours from ''<nowiki>http://www.aland.fi/index.pbs?page_action=fildatabas&fildatabas[show_flag]=1</nowiki>'</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<ul>
|
||||
<li id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</li>
|
||||
</ul>
|
||||
<h2 id="filelinks">File usage on Commons</h2>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>The following 57 pages link to this file:
|
||||
<p>More than 100 pages use this file.
|
||||
The following list shows the first 100 pages that use this file only.
|
||||
A <a href="/wiki/Special:WhatLinksHere/File:Flag_of_%C3%85land.svg" title="Special:WhatLinksHere/File:Flag of Åland.svg">full list</a> is available.
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Ambulance" title="Ambulance">Ambulance</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Atlas_of_%C3%85land" title="Atlas of Åland">Atlas of Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Cultural_flags" title="Cultural flags">Cultural flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Dependent_territory_flags" title="Dependent territory flags">Dependent territory flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Fire_engine" title="Fire engine">Fire engine</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flag" title="Flag">Flag</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flag_heart_symbols_of_Eurovision" title="Flag heart symbols of Eurovision">Flag heart symbols of Eurovision</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_with_crosses" title="Flags with crosses">Flags with crosses</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Gallery_of_flags_by_design" title="Gallery of flags by design">Gallery of flags by design</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/National_insignia" title="National insignia">National insignia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Nordic_Cross_flags" title="Nordic Cross flags">Nordic Cross flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Police_cars_by_country" title="Police cars by country">Police cars by country</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/%C3%85land" title="Åland">Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Admiral_Alvin" title="User:Admiral Alvin">User:Admiral Alvin</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Avis28" title="User:Avis28">User:Avis28</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Dickelbers" title="User:Dickelbers">User:Dickelbers</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Dickelbers/Ambulances" title="User:Dickelbers/Ambulances">User:Dickelbers/Ambulances</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Dickelbers/Fire_engines" title="User:Dickelbers/Fire engines">User:Dickelbers/Fire engines</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Dickelbers/Licence_plates" title="User:Dickelbers/Licence plates">User:Dickelbers/Licence plates</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Dickelbers/Police_transport" title="User:Dickelbers/Police transport">User:Dickelbers/Police transport</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Ericmetro/Chart" title="User:Ericmetro/Chart">User:Ericmetro/Chart</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Flag_Dude~commonswiki" title="User:Flag Dude~commonswiki">User:Flag Dude~commonswiki</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Fry1989/Favourite_Flags" title="User:Fry1989/Favourite Flags">User:Fry1989/Favourite Flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Greenfire5434/listings" title="User:Greenfire5434/listings">User:Greenfire5434/listings</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Jon_Harald_S%C3%B8by" title="User:Jon Harald Søby">User:Jon Harald Søby</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:OgreBot/Uploads_by_new_users/2015_October_13_06:00" title="User:OgreBot/Uploads by new users/2015 October 13 06:00">User:OgreBot/Uploads by new users/2015 October 13 06:00</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Ralf_Roletschek" title="User:Ralf Roletschek">User:Ralf Roletschek</a></li>
|
||||
|
@ -201,15 +238,38 @@ Transclusion expansion time report (%,ms,calls,template)
|
|||
<li class="mw-imagepage-linkstoimage-ns4"><a href="/wiki/Commons:Graphic_Lab/Illustration_workshop/Archive/2010" title="Commons:Graphic Lab/Illustration workshop/Archive/2010">Commons:Graphic Lab/Illustration workshop/Archive/2010</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns4"><a href="/wiki/Commons:WikiProject_Flags/flags" title="Commons:WikiProject Flags/flags">Commons:WikiProject Flags/flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns4"><a href="/wiki/Commons:Wikimedia_%C3%96sterreich/Kalender_2015" title="Commons:Wikimedia Österreich/Kalender 2015">Commons:Wikimedia Österreich/Kalender 2015</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-24-Karjalanpiirakka_RRK6538.jpg" title="File:18-08-24-Karjalanpiirakka RRK6538.jpg">File:18-08-24-Karjalanpiirakka RRK6538.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6651.jpg" title="File:18-08-26-Åland RRK6651.jpg">File:18-08-26-Åland RRK6651.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6657.jpg" title="File:18-08-26-Åland RRK6657.jpg">File:18-08-26-Åland RRK6657.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6658.jpg" title="File:18-08-26-Åland RRK6658.jpg">File:18-08-26-Åland RRK6658.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6663.jpg" title="File:18-08-26-Åland RRK6663.jpg">File:18-08-26-Åland RRK6663.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6700.jpg" title="File:18-08-26-Åland RRK6700.jpg">File:18-08-26-Åland RRK6700.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6738.jpg" title="File:18-08-26-Åland RRK6738.jpg">File:18-08-26-Åland RRK6738.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6740.jpg" title="File:18-08-26-Åland RRK6740.jpg">File:18-08-26-Åland RRK6740.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6743.jpg" title="File:18-08-26-Åland RRK6743.jpg">File:18-08-26-Åland RRK6743.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6747.jpg" title="File:18-08-26-Åland RRK6747.jpg">File:18-08-26-Åland RRK6747.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6757.jpg" title="File:18-08-26-Åland RRK6757.jpg">File:18-08-26-Åland RRK6757.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6764.jpg" title="File:18-08-26-Åland RRK6764.jpg">File:18-08-26-Åland RRK6764.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6790.jpg" title="File:18-08-26-Åland RRK6790.jpg">File:18-08-26-Åland RRK6790.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6808.jpg" title="File:18-08-26-Åland RRK6808.jpg">File:18-08-26-Åland RRK6808.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6819.jpg" title="File:18-08-26-Åland RRK6819.jpg">File:18-08-26-Åland RRK6819.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6831.jpg" title="File:18-08-26-Åland RRK6831.jpg">File:18-08-26-Åland RRK6831.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6836.jpg" title="File:18-08-26-Åland RRK6836.jpg">File:18-08-26-Åland RRK6836.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6846.jpg" title="File:18-08-26-Åland RRK6846.jpg">File:18-08-26-Åland RRK6846.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:18-08-26-%C3%85land_RRK6870.jpg" title="File:18-08-26-Åland RRK6870.jpg">File:18-08-26-Åland RRK6870.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Euro%C3%85land.svg" title="File:EuroÅland.svg">File:EuroÅland.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_Aaland.svg&redirect=no" class="mw-redirect" title="File:Flag of Aaland.svg">File:Flag of Aaland.svg</a> (file redirect) </li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_%C3%85land_Islands.svg&redirect=no" class="mw-redirect" title="File:Flag of Åland Islands.svg">File:Flag of Åland Islands.svg</a> (file redirect) <ul class="mw-imagepage-redirectstofile"><li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Nordic_cross_flags_of_Northern_Europe.svg" title="File:Nordic cross flags of Northern Europe.svg">File:Nordic cross flags of Northern Europe.svg</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_Aland.svg&redirect=no" class="mw-redirect" title="File:Flag of Aland.svg">File:Flag of Aland.svg</a> (file redirect) </li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_Aland_Islands.svg&redirect=no" class="mw-redirect" title="File:Flag of Aland Islands.svg">File:Flag of Aland Islands.svg</a> (file redirect) </li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_%C3%85land_Islands.svg&redirect=no" class="mw-redirect" title="File:Flag of Åland Islands.svg">File:Flag of Åland Islands.svg</a> (file redirect) </li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Nordic_cross_flags_of_Northern_Europe.svg" title="File:Nordic cross flags of Northern Europe.svg">File:Nordic cross flags of Northern Europe.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:Ostseeparlamentarierkonferenz_2018" title="Template:Ostseeparlamentarierkonferenz 2018">Template:Ostseeparlamentarierkonferenz 2018</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data" title="Template:WatchlistNotice/Wizard/Data">Template:WatchlistNotice/Wizard/Data</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/ar" title="Template:WatchlistNotice/Wizard/Data/ar">Template:WatchlistNotice/Wizard/Data/ar</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/be-tarask" title="Template:WatchlistNotice/Wizard/Data/be-tarask">Template:WatchlistNotice/Wizard/Data/be-tarask</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/bn" title="Template:WatchlistNotice/Wizard/Data/bn">Template:WatchlistNotice/Wizard/Data/bn</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/countries" title="Template:WatchlistNotice/Wizard/Data/countries">Template:WatchlistNotice/Wizard/Data/countries</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/da" title="Template:WatchlistNotice/Wizard/Data/da">Template:WatchlistNotice/Wizard/Data/da</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/de" title="Template:WatchlistNotice/Wizard/Data/de">Template:WatchlistNotice/Wizard/Data/de</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/en" title="Template:WatchlistNotice/Wizard/Data/en">Template:WatchlistNotice/Wizard/Data/en</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/eo" title="Template:WatchlistNotice/Wizard/Data/eo">Template:WatchlistNotice/Wizard/Data/eo</a></li>
|
||||
|
@ -219,8 +279,10 @@ Transclusion expansion time report (%,ms,calls,template)
|
|||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/ja" title="Template:WatchlistNotice/Wizard/Data/ja">Template:WatchlistNotice/Wizard/Data/ja</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/lb" title="Template:WatchlistNotice/Wizard/Data/lb">Template:WatchlistNotice/Wizard/Data/lb</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/mk" title="Template:WatchlistNotice/Wizard/Data/mk">Template:WatchlistNotice/Wizard/Data/mk</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/mr" title="Template:WatchlistNotice/Wizard/Data/mr">Template:WatchlistNotice/Wizard/Data/mr</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/pl" title="Template:WatchlistNotice/Wizard/Data/pl">Template:WatchlistNotice/Wizard/Data/pl</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/ps" title="Template:WatchlistNotice/Wizard/Data/ps">Template:WatchlistNotice/Wizard/Data/ps</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/pt" title="Template:WatchlistNotice/Wizard/Data/pt">Template:WatchlistNotice/Wizard/Data/pt</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/ru" title="Template:WatchlistNotice/Wizard/Data/ru">Template:WatchlistNotice/Wizard/Data/ru</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/sv" title="Template:WatchlistNotice/Wizard/Data/sv">Template:WatchlistNotice/Wizard/Data/sv</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:WatchlistNotice/Wizard/Data/tr" title="Template:WatchlistNotice/Wizard/Data/tr">Template:WatchlistNotice/Wizard/Data/tr</a></li>
|
||||
|
@ -232,205 +294,293 @@ Transclusion expansion time report (%,ms,calls,template)
|
|||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2011_in_%C3%85land" title="Category:2011 in Åland">Category:2011 in Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2014_in_%C3%85land" title="Category:2014 in Åland">Category:2014 in Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Birka_Paradise_(ship,_2004)" title="Category:Birka Paradise (ship, 2004)">Category:Birka Paradise (ship, 2004)</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Bridges_in_%C3%85land" title="Category:Bridges in Åland">Category:Bridges in Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Flags_of_%C3%85land" title="Category:Flags of Åland">Category:Flags of Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:IMO_7805136" title="Category:IMO 7805136">Category:IMO 7805136</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:IMO_7901265" title="Category:IMO 7901265">Category:IMO 7901265</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:IMO_8027896" title="Category:IMO 8027896">Category:IMO 8027896</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:IMO_9273727" title="Category:IMO 9273727">Category:IMO 9273727</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Islands_of_%C3%85land" title="Category:Islands of Åland">Category:Islands of Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Lighthouses_in_%C3%85land" title="Category:Lighthouses in Åland">Category:Lighthouses in Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Maps_of_%C3%85land" title="Category:Maps of Åland">Category:Maps of Åland</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Michael_Sars_(ship,_1979)" title="Category:Michael Sars (ship, 1979)">Category:Michael Sars (ship, 1979)</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Odin_(ship,_1982)" title="Category:Odin (ship, 1982)">Category:Odin (ship, 1982)</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Rosella_(ship,_1980)" title="Category:Rosella (ship, 1980)">Category:Rosella (ship, 1980)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>View <a href="/wiki/Special:WhatLinksHere/File:Flag_of_%C3%85land.svg" title="Special:WhatLinksHere/File:Flag of Åland.svg">more links</a> to this file.
|
||||
</p></div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="//af.wikipedia.org/wiki/Europa">Europa</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Sweeds">Sweeds</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Lys_van_lande">Lys van lande</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/%C3%85land">Åland</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Noord-Europa">Noord-Europa</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Sjabloon:Landdata_%C3%85land">Sjabloon:Landdata Åland</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Nordiese_Raad">Nordiese Raad</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/.ax">.ax</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Kategorie:%C3%85land">Kategorie:Åland</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Mariehamn">Mariehamn</a></li>
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Denemarke">Denemarke</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Europa">Europa</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Estland">Estland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Finland">Finland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Sweeds">Sweeds</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Swede">Swede</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Letland">Letland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Litaue">Litaue</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Ysland">Ysland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Groenland">Groenland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Faro%C3%ABreilande">Faroëreilande</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Noorwe%C3%AB">Noorweë</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/S%C3%A1pmi">Sápmi</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Lys_van_hoofstede">Lys van hoofstede</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Lys_van_lande">Lys van lande</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Skandinawi%C3%AB">Skandinawië</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Sleeswyk-Holstein">Sleeswyk-Holstein</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Oudnoors">Oudnoors</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/%C3%85land">Åland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Noord-Europa">Noord-Europa</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Sjabloon:Landdata_%C3%85land">Sjabloon:Landdata Åland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Nordiese_Raad">Nordiese Raad</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Svalbard">Svalbard</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Republiek_van_Kareli%C3%AB">Republiek van Karelië</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Lys_van_afhanklike_gebiede">Lys van afhanklike gebiede</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/.ax">.ax</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kategorie:%C3%85land">Kategorie:Åland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Mariehamn">Mariehamn</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Vlae_van_Europa">Vlae van Europa</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Sjabloon:Nordiese_lande">Sjabloon:Nordiese lande</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Sjabloon:Nordiese_Raad">Sjabloon:Nordiese Raad</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Vlag_van_Denemarke">Vlag van Denemarke</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Skandinawiese_kruis">Skandinawiese kruis</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-als_wikipedia_org'>Usage on als.wikipedia.org
|
||||
<ul> <li><a class="external" href="//als.wikipedia.org/wiki/Europa">Europa</a></li>
|
||||
<li><a class="external" href="//als.wikipedia.org/wiki/Staaten_(Europa)">Staaten (Europa)</a></li>
|
||||
<ul> <li><a class="external" href="https://als.wikipedia.org/wiki/Wikipedia:L%C3%A4ndervorlagen_mit_Flagge">Wikipedia:Ländervorlagen mit Flagge</a></li>
|
||||
<li><a class="external" href="https://als.wikipedia.org/wiki/Europa">Europa</a></li>
|
||||
<li><a class="external" href="https://als.wikipedia.org/wiki/Staaten_(Europa)">Staaten (Europa)</a></li>
|
||||
<li><a class="external" href="https://als.wikipedia.org/wiki/Liste_ehemaliger_Fluggesellschaften">Liste ehemaliger Fluggesellschaften</a></li>
|
||||
<li><a class="external" href="https://als.wikipedia.org/wiki/Vorlage:FI-01">Vorlage:FI-01</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-am_wikipedia_org'>Usage on am.wikipedia.org
|
||||
<ul> <li><a class="external" href="//am.wikipedia.org/wiki/%E1%8B%A8%E1%8A%A0%E1%88%88%E1%88%9D_%E1%8A%A0%E1%8C%88%E1%88%AB%E1%89%B5_%E1%8B%9D%E1%88%AD%E1%8B%9D%E1%88%AD">የአለም አገራት ዝርዝር</a></li>
|
||||
<ul> <li><a class="external" href="https://am.wikipedia.org/wiki/%E1%8B%A8%E1%8A%A0%E1%88%88%E1%88%9D_%E1%8A%A0%E1%8C%88%E1%88%AB%E1%89%B5_%E1%8B%9D%E1%88%AD%E1%8B%9D%E1%88%AD">የአለም አገራት ዝርዝር</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ang_wikipedia_org'>Usage on ang.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ang.wikipedia.org/wiki/%C4%92alendisca_%C4%AAega">Ēalendisca Īega</a></li>
|
||||
<li><a class="external" href="//ang.wikipedia.org/wiki/Bysen:Country_data_%C3%85land_Islands">Bysen:Country data Åland Islands</a></li>
|
||||
<li><a class="external" href="//ang.wikipedia.org/wiki/Bysen:Country_data_Finland">Bysen:Country data Finland</a></li>
|
||||
<ul> <li><a class="external" href="https://ang.wikipedia.org/wiki/Ealendisca_Iega">Ealendisca Iega</a></li>
|
||||
<li><a class="external" href="https://ang.wikipedia.org/wiki/Bysen:Country_data_%C3%85land_Islands">Bysen:Country data Åland Islands</a></li>
|
||||
<li><a class="external" href="https://ang.wikipedia.org/wiki/Bysen:Country_data_Finnland">Bysen:Country data Finnland</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-an_wikipedia_org'>Usage on an.wikipedia.org
|
||||
<ul> <li><a class="external" href="//an.wikipedia.org/wiki/Territorios_dependients">Territorios dependients</a></li>
|
||||
<li><a class="external" href="//an.wikipedia.org/wiki/%C3%85land">Åland</a></li>
|
||||
<ul> <li><a class="external" href="https://an.wikipedia.org/wiki/Territorios_dependients">Territorios dependients</a></li>
|
||||
<li><a class="external" href="https://an.wikipedia.org/wiki/%C3%85land">Åland</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ar.wikipedia.org/wiki/%D9%81%D9%86%D9%84%D9%86%D8%AF%D8%A7">فنلندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A2%D9%8A%D8%B3%D9%84%D9%86%D8%AF%D8%A7">آيسلندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AF%D9%86%D9%85%D8%A7%D8%B1%D9%83">الدنمارك</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7">أوروبا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B3%D9%88%D9%8A%D8%AF">السويد</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%AF%D9%88%D9%84_%D8%A7%D9%84%D9%85%D8%AC%D9%84%D8%B3_%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A">قالب:دول المجلس الشمالي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%86%D8%B1%D9%88%D9%8A%D8%AC">النرويج</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A8%D8%AD%D8%B1_%D8%A7%D9%84%D8%A8%D9%84%D8%B7%D9%8A%D9%82">بحر البلطيق</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%A3%D8%AD%D8%B2%D8%A7%D8%A8_%D8%A7%D9%84%D8%B3%D9%8A%D8%A7%D8%B3%D9%8A%D8%A9_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D8%AF%D9%88%D9%84%D8%A9">قائمة الأحزاب السياسية حسب الدولة</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AC%D8%B1%D9%8A%D9%86%D9%84%D8%A7%D9%86%D8%AF">جرينلاند</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AC%D8%B2%D8%B1_%D8%A3%D9%88%D9%84%D8%A7%D9%86%D8%AF">جزر أولاند</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AC%D8%B2%D8%B1_%D9%81%D8%A7%D8%B1%D9%88">جزر فارو</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%B9%D9%88%D8%A7%D8%B5%D9%85_%D8%A7%D9%84%D9%88%D8%B7%D9%86%D9%8A%D8%A9">قائمة العواصم الوطنية</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D8%AC%D8%B2%D8%B1_%D8%A3%D9%88%D9%84%D8%A7%D9%86%D8%AF">قالب:بيانات بلد جزر أولاند</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%81%D9%86%D9%84%D9%86%D8%AF%D8%A7">قالب:بيانات بلد فنلندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D9%88%D8%A7%D9%84%D8%AA%D8%A8%D8%B9%D9%8A%D8%A7%D8%AA_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D9%83%D8%AB%D8%A7%D9%81%D8%A9_%D8%A7%D9%84%D8%B3%D9%83%D8%A7%D9%86%D9%8A%D8%A9">قائمة الدول والتبعيات حسب الكثافة السكانية</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%A7%D9%84%D8%A3%D8%B9%D8%B6%D8%A7%D8%A1_%D9%81%D9%8A_%D8%A7%D9%84%D8%A7%D8%AA%D8%AD%D8%A7%D8%AF_%D8%A7%D9%84%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D9%8A">الدول الأعضاء في الاتحاد الأوروبي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%B9%D9%8A%D8%AF_%D8%A7%D9%84%D8%B9%D9%84%D9%85">عيد العلم</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%85%D8%AC%D9%84%D8%B3_%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A">المجلس الشمالي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%B3%D9%83%D8%A7%D9%86_%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7">سكان أوروبا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%86%D8%A7%D9%82%D9%84_%D9%88%D8%B7%D9%86%D9%8A">ناقل وطني</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A3%D9%8A%D8%B2%D9%88_3166-2">أيزو 3166-2</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AF%D9%88%D9%84_%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84">دول الشمال</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D8%AA%D9%82%D8%B3%D9%8A%D9%85%D8%A7%D8%AA_%D8%A7%D9%84%D8%A5%D8%AF%D8%A7%D8%B1%D9%8A%D8%A9">قائمة الدول حسب التقسيمات الإدارية</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%AC%D8%B2%D8%B1_%D8%A3%D9%88%D9%84%D8%A7%D9%86%D8%AF">قالب:جزر أولاند</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D9%85%D8%B9%D9%8A%D8%A7%D8%B1_%D8%A7%D9%84%D8%AF%D9%88%D9%84%D9%8A_%D8%A3%D9%8A%D8%B2%D9%88_3166-1">قائمة الدول حسب المعيار الدولي أيزو 3166-1</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%A7%D9%84%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D9%8A%D8%A9_%D8%AD%D8%B3%D8%A8_%D8%B9%D8%AF%D8%AF_%D8%A7%D9%84%D8%B3%D9%83%D8%A7%D9%86">قائمة الدول الأوروبية حسب عدد السكان</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%A8%D9%84%D8%AF%D8%A7%D9%86_%D8%A7%D9%84%D8%AC%D8%B2%D8%B1%D9%8A%D8%A9">قائمة البلدان الجزرية</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%85%D9%86%D8%AA%D8%AE%D8%A8_%D8%AC%D8%B1%D9%8A%D9%86%D9%84%D8%A7%D9%86%D8%AF_%D9%84%D9%83%D8%B1%D8%A9_%D8%A7%D9%84%D9%82%D8%AF%D9%85">منتخب جرينلاند لكرة القدم</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A3%D9%82%D8%A7%D9%84%D9%8A%D9%85_%D8%B0%D8%A7%D8%AA_%D8%B9%D8%B6%D9%88%D9%8A%D8%A9_%D8%AE%D8%A7%D8%B5%D8%A9_%D9%81%D9%8A_%D8%A7%D9%84%D8%A7%D8%AA%D8%AD%D8%A7%D8%AF_%D8%A7%D9%84%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D9%8A">أقاليم ذات عضوية خاصة في الاتحاد الأوروبي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%83%D8%A7%D9%86%D8%AC%D8%B1%D8%B3%D9%88%D8%A7%D8%AA%D8%B3%D9%8A%D9%83">كانجرسواتسيك</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%B1%D9%85%D9%88%D8%B2_%D8%A7%D9%84%D8%A8%D9%84%D8%AF%D8%A7%D9%86_A">رموز البلدان A</a></li>
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%81%D9%86%D9%84%D9%86%D8%AF%D8%A7">فنلندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A2%D9%8A%D8%B3%D9%84%D9%86%D8%AF%D8%A7">آيسلندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AF%D9%86%D9%85%D8%A7%D8%B1%D9%83">الدنمارك</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A3%D9%88%D8%B1%D9%88%D8%A8%D8%A7">أوروبا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B3%D9%88%D9%8A%D8%AF">السويد</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%AF%D9%88%D9%84_%D8%A7%D9%84%D9%85%D8%AC%D9%84%D8%B3_%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A">قالب:دول المجلس الشمالي</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_%C3%85land.svg" title="Special:GlobalUsage/Flag of Åland.svg">more global usage</a> of this file.
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata">This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.<table id="mw_metadata" class="mw_metadata">
|
||||
<tr class="exif-imagewidth collapsable"><th>Width</th><td>520</td></tr><tr class="exif-imagelength collapsable"><th>Height</th><td>340</td></tr></table>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>520</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>340</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[{"mainsnak":{"snaktype":"value","property":"P180","hash":"e3af03c5d6010e8eef4966ef5196047f8996ae8a","datavalue":{"value":{"entity-type":"item","numeric-id":202610,"id":"Q202610"},"type":"wikibase-entityid"}},"type":"statement","id":"M7273284$0d60a2ea-277f-4e2f-ace6-fd7c5b8ecb89","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":180,\"id\":\"P180\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P180\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P180\">depicts<\/a>"}},"text\/plain":{"en":{"":"depicts"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":202610,\"id\":\"Q202610\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P180":"<a target=\"_blank\" title=\"d:Special:EntityPage\/Q202610\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/Q202610\">flag of \u00c5land<\/a>"}},"text\/plain":{"en":{"P180":"flag of \u00c5land"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>Items portrayed in this file</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M7273284$0d60a2ea-277f-4e2f-ace6-fd7c5b8ecb89' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/Q202610" href="https://www.wikidata.org/wiki/Special:EntityPage/Q202610">flag of Åland</a></bdi></h4></div></div></div></div></div></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Åland.svg&oldid=634009380">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Åland.svg&oldid=634009380</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Flags_of_%C3%85land" title="Category:Flags of Åland">Flags of Åland</a></li><li><a href="/wiki/Category:SVG_flags_of_regions_of_Finland" title="Category:SVG flags of regions of Finland">SVG flags of regions of Finland</a></li><li><a href="/wiki/Category:Blue_Nordic_Cross_flags_(outlined)" title="Category:Blue Nordic Cross flags (outlined)">Blue Nordic Cross flags (outlined)</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden category: <ul><li><a href="/wiki/Category:PD_shape" title="Category:PD shape">PD shape</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript></div> <div class="printfooter">
|
||||
Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Åland.svg&oldid=193472541">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Åland.svg&oldid=193472541</a>" </div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Flags_of_%C3%85land" title="Category:Flags of Åland">Flags of Åland</a></li><li><a href="/wiki/Category:SVG_flags_of_regions_of_Finland" title="Category:SVG flags of regions of Finland">SVG flags of regions of Finland</a></li><li><a href="/wiki/Category:Blue_Nordic_Cross_flags_(outlined)" title="Category:Blue Nordic Cross flags (outlined)">Blue Nordic Cross flags (outlined)</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden category: <ul><li><a href="/wiki/Category:PD-Finland_(government_works)" title="Category:PD-Finland (government works)">PD-Finland (government works)</a></li></ul></div></div> <div class="visualClear"></div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+%C3%85land.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+%C3%85land.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_%C3%85land.svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="mw-list-item"><a href="/wiki/File_talk:Flag_of_%C3%85land.svg" rel="discussion" title="Discussion about the content page [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="right-navigation">
|
||||
|
||||
<div id="mw-head">
|
||||
<div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
|
||||
<h3 id="p-personal-label">Personal tools</h3>
|
||||
<ul>
|
||||
<li id="pt-uls" class="active"><a href="#" class="uls-trigger autonym">English</a></li><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+%C3%85land.svg" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+%C3%85land.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li> </ul>
|
||||
</div>
|
||||
<div id="left-navigation">
|
||||
<div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
|
||||
<h3 id="p-namespaces-label">Namespaces</h3>
|
||||
<ul>
|
||||
<li id="ca-nstab-image" class="selected"><span><a href="/wiki/File:Flag_of_%C3%85land.svg" title="View the file page [c]" accesskey="c">File</a></span></li>
|
||||
<li id="ca-talk"><span><a href="/wiki/File_talk:Flag_of_%C3%85land.svg" rel="discussion" title="Discussion about the content page [t]" accesskey="t">Discussion</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
|
||||
<h3 id="p-variants-label">
|
||||
<span>Variants</span>
|
||||
</h3>
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<div class="menu">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
<div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
|
||||
<h3 id="p-views-label">Views</h3>
|
||||
<ul>
|
||||
<li id="ca-view" class="selected"><span><a href="/wiki/File:Flag_of_%C3%85land.svg">View</a></span></li>
|
||||
<li id="ca-edit"><span><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=edit" title="Edit this page [e]" accesskey="e">Edit</a></span></li>
|
||||
<li id="ca-history" class="collapsible"><span><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=history" title="Past revisions of this page [h]" accesskey="h">History</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
|
||||
<h3 id="p-cactions-label"><span>More</span></h3>
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_%C3%85land.svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
<div class="menu">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="p-search" role="search">
|
||||
<h3>
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<form action="/w/index.php" id="searchform">
|
||||
<div id="simpleSearch">
|
||||
<input type="search" name="search" placeholder="Search Wikimedia Commons" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"/><input type="hidden" value="Special:Search" name="title"/><input type="submit" name="fulltext" value="Search" title="Search the pages for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/> </div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a></div>
|
||||
<div class="portal" role="navigation" id='p-navigation' aria-labelledby='p-navigation-label'>
|
||||
<h3 id='p-navigation-label'>Navigate</h3>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-welcome"><a href="/wiki/Commons:Welcome">Welcome</a></li><li id="n-portal"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things">Community portal</a></li><li id="n-village-pump"><a href="/wiki/Commons:Village_pump">Village pump</a></li><li id="n-help"><a href="/wiki/Special:MyLanguage/Help:Contents" title="The place to find out">Help center</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-participate' aria-labelledby='p-participate-label'>
|
||||
<h3 id='p-participate-label'>Participate</h3>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="n-uploadbtn"><a href="/wiki/Commons:Upload">Upload file</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li><li id="n-latestfiles"><a href="/wiki/Special:NewFiles">Latest files</a></li><li id="n-randomimage"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x">Random file</a></li><li id="n-contact"><a href="/wiki/Commons:Contact_us">Contact us</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-electronPdfService-sidebar-portlet-heading' aria-labelledby='p-electronPdfService-sidebar-portlet-heading-label'>
|
||||
<h3 id='p-electronPdfService-sidebar-portlet-heading-label'>Print/export</h3>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="electron-print_pdf"><a href="/w/index.php?title=Special:ElectronPdf&page=File%3AFlag+of+%C3%85land.svg&action=redirect-to-electron">Download as PDF</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-tb' aria-labelledby='p-tb-label'>
|
||||
<h3 id='p-tb-label'>Tools</h3>
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_%C3%85land.svg" title="A list of all wiki pages that link here [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_%C3%85land.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&oldid=193472541" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_%C3%85land.svg&id=193472541" title="Information on how to cite this page">Cite this page</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" role="contentinfo">
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 16 April 2016, at 21:31.</li>
|
||||
<li id="footer-info-copyright">Text is available under the <a href="//creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike License</a>; additional terms may apply. By using this site, you agree to the <a href="//wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//wikimediafoundation.org/wiki/Privacy_policy">Privacy Policy.</a></li>
|
||||
</ul>
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://wikimediafoundation.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://wikimediafoundation.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_%C3%85land.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
</ul>
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico">
|
||||
<a href="https://wikimediafoundation.org/"><img src="/static/images/wikimedia-button.png" srcset="/static/images/wikimedia-button-1.5x.png 1.5x, /static/images/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation"/></a> </li>
|
||||
<li id="footer-poweredbyico">
|
||||
<a href="//www.mediawiki.org/"><img src="/static/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/poweredby_mediawiki_132x47.png 1.5x, /static/images/poweredby_mediawiki_176x62.png 2x" width="88" height="31"/></a> </li>
|
||||
</ul>
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.100","walltime":"0.150","ppvisitednodes":{"value":3869,"limit":1000000},"ppgeneratednodes":{"value":0,"limit":1500000},"postexpandincludesize":{"value":42686,"limit":2097152},"templateargumentsize":{"value":29815,"limit":2097152},"expansiondepth":{"value":10,"limit":40},"expensivefunctioncount":{"value":1,"limit":500},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 129.816 1 -total"," 86.13% 111.815 1 Template:Information"," 21.91% 28.448 34 Template:Description"," 13.69% 17.775 1 Template:PD-FinlandGov"," 13.54% 17.577 1 Template:ISOdate"," 13.42% 17.425 72 Template:Dir"," 12.77% 16.571 1 Template:Autotranslate"," 7.34% 9.526 1 Template:PD-FinlandGov/layout"," 3.78% 4.904 1 Template:Yo"," 2.86% 3.707 1 Template:Years_since"]},"scribunto":{"limitreport-timeusage":{"value":"0.014","limit":"10.000"},"limitreport-memusage":{"value":848937,"limit":52428800}},"cachereport":{"origin":"mw1252","timestamp":"20170901055007","ttl":1900800,"transientcontent":false}}});});</script><script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":120,"wgHostname":"mw1261"});});</script>
|
||||
</body>
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_%C3%85land.svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_%C3%85land.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&oldid=634009380" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_%C3%85land.svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M7273284" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_%C3%85land.svg&id=634009380&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_%C3%85land.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 1 March 2022, at 21:53.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_%C3%85land.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1397","timestamp":"20220403235902","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/52\/Flag_of_%C3%85land.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_%C3%85land.svg","uploadDate":"2022-02-27 11:31:35"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":273,"wgHostname":"mw1397"});});</script>
|
||||
</body>
|
||||
</html>
|
868
third_party/region-flags/html/AZ.html
vendored
868
third_party/region-flags/html/AZ.html
vendored
File diff suppressed because one or more lines are too long
888
third_party/region-flags/html/BA.html
vendored
888
third_party/region-flags/html/BA.html
vendored
File diff suppressed because one or more lines are too long
744
third_party/region-flags/html/BB.html
vendored
744
third_party/region-flags/html/BB.html
vendored
File diff suppressed because one or more lines are too long
852
third_party/region-flags/html/BD.html
vendored
852
third_party/region-flags/html/BD.html
vendored
File diff suppressed because one or more lines are too long
799
third_party/region-flags/html/BE.html
vendored
799
third_party/region-flags/html/BE.html
vendored
File diff suppressed because one or more lines are too long
685
third_party/region-flags/html/BF.html
vendored
685
third_party/region-flags/html/BF.html
vendored
File diff suppressed because one or more lines are too long
815
third_party/region-flags/html/BG.html
vendored
815
third_party/region-flags/html/BG.html
vendored
File diff suppressed because one or more lines are too long
754
third_party/region-flags/html/BH.html
vendored
754
third_party/region-flags/html/BH.html
vendored
File diff suppressed because one or more lines are too long
778
third_party/region-flags/html/BI.html
vendored
778
third_party/region-flags/html/BI.html
vendored
File diff suppressed because one or more lines are too long
727
third_party/region-flags/html/BJ.html
vendored
727
third_party/region-flags/html/BJ.html
vendored
File diff suppressed because one or more lines are too long
1
third_party/region-flags/html/BL.html
vendored
1
third_party/region-flags/html/BL.html
vendored
|
@ -1 +0,0 @@
|
|||
FR.html
|
651
third_party/region-flags/html/BL.html
vendored
Normal file
651
third_party/region-flags/html/BL.html
vendored
Normal file
File diff suppressed because one or more lines are too long
807
third_party/region-flags/html/BM.html
vendored
807
third_party/region-flags/html/BM.html
vendored
File diff suppressed because one or more lines are too long
815
third_party/region-flags/html/BN.html
vendored
815
third_party/region-flags/html/BN.html
vendored
File diff suppressed because one or more lines are too long
1013
third_party/region-flags/html/BO.html
vendored
1013
third_party/region-flags/html/BO.html
vendored
File diff suppressed because one or more lines are too long
1
third_party/region-flags/html/BQ.html
vendored
1
third_party/region-flags/html/BQ.html
vendored
|
@ -1 +0,0 @@
|
|||
NL.html
|
620
third_party/region-flags/html/BQ.html
vendored
Normal file
620
third_party/region-flags/html/BQ.html
vendored
Normal file
File diff suppressed because one or more lines are too long
818
third_party/region-flags/html/BR.html
vendored
818
third_party/region-flags/html/BR.html
vendored
File diff suppressed because one or more lines are too long
736
third_party/region-flags/html/BS.html
vendored
736
third_party/region-flags/html/BS.html
vendored
File diff suppressed because one or more lines are too long
895
third_party/region-flags/html/BT.html
vendored
895
third_party/region-flags/html/BT.html
vendored
File diff suppressed because one or more lines are too long
1
third_party/region-flags/html/BV.html
vendored
1
third_party/region-flags/html/BV.html
vendored
|
@ -1 +0,0 @@
|
|||
NO.html
|
639
third_party/region-flags/html/BV.html
vendored
Normal file
639
third_party/region-flags/html/BV.html
vendored
Normal file
File diff suppressed because one or more lines are too long
819
third_party/region-flags/html/BW.html
vendored
819
third_party/region-flags/html/BW.html
vendored
File diff suppressed because one or more lines are too long
920
third_party/region-flags/html/BY.html
vendored
920
third_party/region-flags/html/BY.html
vendored
File diff suppressed because one or more lines are too long
797
third_party/region-flags/html/BZ.html
vendored
797
third_party/region-flags/html/BZ.html
vendored
File diff suppressed because one or more lines are too long
752
third_party/region-flags/html/CA-AB.html
vendored
752
third_party/region-flags/html/CA-AB.html
vendored
File diff suppressed because one or more lines are too long
819
third_party/region-flags/html/CA-BC.html
vendored
819
third_party/region-flags/html/CA-BC.html
vendored
File diff suppressed because one or more lines are too long
695
third_party/region-flags/html/CA-MB.html
vendored
695
third_party/region-flags/html/CA-MB.html
vendored
File diff suppressed because one or more lines are too long
743
third_party/region-flags/html/CA-NB.html
vendored
743
third_party/region-flags/html/CA-NB.html
vendored
File diff suppressed because one or more lines are too long
774
third_party/region-flags/html/CA-NL.html
vendored
774
third_party/region-flags/html/CA-NL.html
vendored
|
@ -3,389 +3,553 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Newfoundland and Labrador.svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script>
|
||||
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Newfoundland_and_Labrador.svg","wgTitle":"Flag of Newfoundland and Labrador.svg","wgCurRevisionId":150351212,"wgRevisionId":150351212,"wgArticleId":435566,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD-author","SVG flags of provinces of Canada","Flag of Newfoundland and Labrador","Flags resembling the Union Flag"],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"File:Flag_of_Newfoundland_and_Labrador.svg","wgRelevantArticleId":435566,"wgRequestId":"WbUXaQpAME4AAEo-HcQAAAAC","wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgWikiEditorEnabledModules":{"toolbar":true,"preview":false,"publish":false},"wgBetaFeaturesFeatures":[],"wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en","usePageImages":true,"usePageDescriptions":true},"wgPreferredVariant":"en","wgMFExpandAllSectionsUserOption":false,"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgULSCurrentAutonym":"English","wgNoticeProject":"commons","wgCentralNoticeCookiesToDelete":[],"wgCentralNoticeCategoriesUsingLegacy":["Fundraising","fundraising"],"wgCategoryTreePageCategoryOptions":"{\"mode\":0,\"hideprefix\":20,\"showcount\":true,\"namespaces\":false}","wgCentralAuthMobileDomain":false,"wgVisualEditorToolbarScrollOffset":0,"wgVisualEditorUnsupportedEditParams":["preload","preloadparams","preloadtitle","undo","undoafter","veswitched"],"wgEditSubmitButtonLabelPublish":true});mw.loader.state({"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.globalCssJs.user.styles":"ready","ext.globalCssJs.site.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"loading","user.tokens":"loading","filepage":"ready","mediawiki.action.view.filepage":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.pt":"ready","ext.wikimediaBadges":"ready","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","mediawiki.sectionAnchor":"ready","mediawiki.skinning.interface":"ready","skins.vector.styles":"ready","ext.globalCssJs.user":"ready","ext.globalCssJs.site":"ready"});mw.loader.implement("user.options@0bhc5ha",function($,jQuery,require,module){mw.user.options.set([]);});mw.loader.implement("user.tokens@1dqfd7l",function ( $, jQuery, require, module ) {
|
||||
mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});/*@nomin*/
|
||||
|
||||
});mw.loader.load(["mediawiki.action.view.metadata","site","mediawiki.page.startup","mediawiki.user","mediawiki.hidpi","mediawiki.page.ready","mediawiki.searchSuggest","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.UploadWizard","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice","ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging.subscriber","ext.wikimediaEvents","ext.navigationTiming","ext.uls.eventlogger","ext.uls.init","ext.uls.interface","ext.centralNotice.geoIP","ext.centralNotice.startUp","skins.vector.js"]);});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cmediawiki.action.view.filepage%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.sectionAnchor%7Cmediawiki.skinning.interface%7Cskins.vector.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector"></script>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"4e7c8454-c9f3-43e9-80c4-e84c6d1fd59d","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Newfoundland_and_Labrador.svg","wgTitle":"Flag of Newfoundland and Labrador.svg","wgCurRevisionId":638391644,"wgRevisionId":638391644,"wgArticleId":435566,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD ineligible","With insignia","SVG flags of provinces of Canada","Flag of Newfoundland and Labrador","Flags resembling the Union Jack"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":
|
||||
"File:Flag_of_Newfoundland_and_Labrador.svg","wgRelevantArticleId":435566,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":800,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":
|
||||
"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,"wbTaintedReferencesEnabled":false,"wbEntityId":"M435566","wgEditSubmitButtonLabelPublish":true,"wbUserSpecifiedLanguages":["en"],"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item","P571":"time","P1163":"string"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php","wbmiSupportedDataTypes":["wikibase-item","string",
|
||||
"quantity","time","monolingualtext","external-id","globe-coordinate","url"],"wbCurrentRevision":638391644,"wbEntity":{"type":"mediainfo","id":"M435566","labels":{"en":{"language":"en","value":"Flag of Newfoundland and Labrador"},"it":{"language":"it","value":"Bandiera della provincia canadese di Terranova e Labrador"}},"descriptions":[],"statements":{"P571":[{"mainsnak":{"snaktype":"value","property":"P571","hash":"148690f1a9cfdf167d01e8a4681ae241d9ed0cc7","datavalue":{"value":{"time":"+2005-11-26T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http://www.wikidata.org/entity/Q1985727"},"type":"time"}},"type":"statement","id":"M435566$2F176395-288B-43E9-A549-451525E105D8","rank":"normal"}],"P1163":[{"mainsnak":{"snaktype":"value","property":"P1163","hash":"636199d1806c7cdbae57b4d4298f38fade12d052","datavalue":{"value":"image/svg+xml","type":"string"}},"type":"statement","id":"M435566$47FAE437-C3B9-4E69-93EA-6DF275A855E7","rank":"normal"}]}},
|
||||
"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,
|
||||
"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","wikibase.common":"ready","jquery.wikibase.toolbar.styles":"ready","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["wikibase.entityPage.entityLoaded","wikibase.ui.entityViewInit","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci",
|
||||
"ext.gadget.Stockphoto","ext.gadget.WatchlistNotice","ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cjquery.wikibase.toolbar.styles%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.common%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=ext.gadget.Long-Image-Names-in-Categories&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<noscript><link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=noscript&only=styles&skin=vector"/></noscript>
|
||||
<meta name="generator" content="MediaWiki 1.30.0-wmf.17"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1200px-Flag_of_Newfoundland_and_Labrador.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="600"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/800px-Flag_of_Newfoundland_and_Labrador.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="400"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/640px-Flag_of_Newfoundland_and_Labrador.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="320"/>
|
||||
<meta property="og:title" content="File:Flag of Newfoundland and Labrador.svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M435566.json" type="application/json"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M435566.php" type="application/vnd.php.serialized"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M435566.n3" type="text/n3"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M435566.ttl" type="text/turtle"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M435566.nt" type="application/n-triples"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M435566.rdf" type="application/rdf+xml"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M435566.jsonld" type="application/ld+json"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_Newfoundland_and_Labrador.svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=edit"/>
|
||||
<link rel="edit" title="Edit" href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="alternate" type="application/atom+xml" title="Wikimedia Commons Atom feed" href="/w/index.php?title=Special:RecentChanges&feed=atom"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_Newfoundland_and_Labrador.svg"/>
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<!--[if lt IE 9]><script src="/resources/lib/html5shiv/html5shiv.min.js"></script><![endif]-->
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject page-File_Flag_of_Newfoundland_and_Labrador_svg rootpage-File_Flag_of_Newfoundland_and_Labrador_svg skin-vector action-view"> <div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Newfoundland_and_Labrador_svg rootpage-File_Flag_of_Newfoundland_and_Labrador_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M435566"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Newfoundland and Labrador.svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators mw-body-content">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading" lang="en">File:Flag of Newfoundland and Labrador.svg</h1>
|
||||
<div id="bodyContent" class="mw-body-content">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="jump-to-nav" class="mw-jump">
|
||||
Jump to: <a href="#mw-head">navigation</a>, <a href="#p-search">search</a>
|
||||
</div>
|
||||
<div id="mw-content-text"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg"><img alt="File:Flag of Newfoundland and Labrador.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/800px-Flag_of_Newfoundland_and_Labrador.svg.png" width="800" height="400" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1200px-Flag_of_Newfoundland_and_Labrador.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1600px-Flag_of_Newfoundland_and_Labrador.svg.png 2x" data-file-width="1000" data-file-height="500" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/800px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">800 × 400 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/320px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">320 × 160 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/640px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">640 × 320 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1024px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">1,024 × 512 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1280px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">1,280 × 640 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1000px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">1,000 × 500 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg" class="internal" title="Flag of Newfoundland and Labrador.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 1,000 × 500 pixels, file size: 3 KB)</span>
|
||||
</div>
|
||||
<div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><div class="hproduct commons-file-information-table">
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg"><img alt="File:Flag of Newfoundland and Labrador.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/800px-Flag_of_Newfoundland_and_Labrador.svg.png?20220110054300" decoding="async" width="800" height="400" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1200px-Flag_of_Newfoundland_and_Labrador.svg.png?20220110054300 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1600px-Flag_of_Newfoundland_and_Labrador.svg.png?20220110054300 2x" data-file-width="1200" data-file-height="600" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/800px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">800 × 400 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/320px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">320 × 160 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/640px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">640 × 320 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1024px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">1,024 × 512 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/1280px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">1,280 × 640 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/2560px-Flag_of_Newfoundland_and_Labrador.svg.png" class="mw-thumbnail-link">2,560 × 1,280 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg" class="internal" title="Flag of Newfoundland and Labrador.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 1,200 × 600 pixels, file size: 550 bytes)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value'>Flag of Newfoundland and Labrador</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Italian</label><div lang='it' dir='ltr' class='wbmi-caption-value'>Bandiera della provincia canadese di Terranova e Labrador</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<div class="hproduct commons-file-information-table">
|
||||
<table class="fileinfotpl-type-information toccolours vevent mw-content-ltr" style="width: 100%; direction: ltr;" cellpadding="4">
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en" xml:lang="en">Description<span class="summary fn" style="display:none">Flag of Newfoundland and Labrador.svg</span></td>
|
||||
|
||||
<tbody><tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en">Description<span class="summary fn" style="display:none">Flag of Newfoundland and Labrador.svg</span></td>
|
||||
<td class="description">
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en" style="" xml:lang="en"><span class="language en" title=""><b>English:</b></span> <a href="https://en.wikipedia.org/wiki/Flag_of_Newfoundland_and_Labrador" class="extiw" title="en:Flag of Newfoundland and Labrador">Flag of Newfoundland and Labrador</a></div>
|
||||
<div class="description mw-content-ltr fr" dir="ltr" lang="fr" style="" xml:lang="fr"><span class="language fr" title="Français"><b>Français :</b></span> <a href="https://fr.wikipedia.org/wiki/Drapeau_de_Terre-Neuve-et-Labrador" class="extiw" title="fr:Drapeau de Terre-Neuve-et-Labrador">Drapeau de Terre-Neuve-et-Labrador</a></div>
|
||||
<div class="description mw-content-ltr ru" dir="ltr" lang="ru" style="" xml:lang="ru"><span class="language ru" title=""><b>Русский:</b></span> Флаг <a href="https://ru.wikipedia.org/wiki/%D0%9D%D1%8C%D1%8E%D1%84%D0%B0%D1%83%D0%BD%D0%B4%D0%BB%D0%B5%D0%BD%D0%B4_%D0%B8_%D0%9B%D0%B0%D0%B1%D1%80%D0%B0%D0%B4%D0%BE%D1%80" class="extiw" title="ru:Ньюфаундленд и Лабрадор">Ньюфаундленда и Лабрадора</a></div>
|
||||
</td>
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en" title="English"><b>English: </b></span> Flag of Newfoundland and Labrador.</div> <div class="description mw-content-ltr fr" dir="ltr" lang="fr"><span class="language fr" title="French"><b>Français : </b></span> Drapeau de Terre-Neuve-et-Labrador.</div> <br /> <a href="/wiki/File:FIAV_110000.svg" class="image"><img alt="FIAV 110000.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/FIAV_110000.svg/50px-FIAV_110000.svg.png" decoding="async" width="50" height="33" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/FIAV_110000.svg/75px-FIAV_110000.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/FIAV_110000.svg/100px-FIAV_110000.svg.png 2x" data-file-width="320" data-file-height="210" /></a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_date" class="fileinfo-paramfield" lang="en" xml:lang="en">Date</td>
|
||||
<td lang="en" xml:lang="en"></td>
|
||||
<td id="fileinfotpl_date" class="fileinfo-paramfield" lang="en">Date</td>
|
||||
<td lang="en">
|
||||
26 November 2005 (original upload date)</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en" xml:lang="en">Source</td>
|
||||
<td><a rel="nofollow" class="external text" href="http://www.sodipodi.com/index.php3?section=clipart/flags&area=flags&n=49">Sodipodi's Clipart Gallery</a></td>
|
||||
</tr>
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en" xml:lang="en">Author</td>
|
||||
<td>Robert Crosbie</td>
|
||||
</tr>
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_perm" class="fileinfo-paramfield" lang="en" xml:lang="en">Permission<br />
|
||||
<small>(<a href="/wiki/Commons:Reusing_content_outside_Wikimedia" title="Commons:Reusing content outside Wikimedia">Reusing this file</a>)</small></td>
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en">Source</td>
|
||||
<td>
|
||||
<p>Public domain</p>
|
||||
</td>
|
||||
<p><a href="/wiki/File:Flag_of_Newfoundland_and_Labrador_(construction_sheet).svg" title="File:Flag of Newfoundland and Labrador (construction sheet).svg">File:Flag of Newfoundland and Labrador (construction sheet).svg</a>
|
||||
</p>
|
||||
<a href="/wiki/File:Flag_of_Newfoundland_and_Labrador_(construction_sheet).svg" class="image"><img alt="Flag of Newfoundland and Labrador (construction sheet).svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Flag_of_Newfoundland_and_Labrador_%28construction_sheet%29.svg/150px-Flag_of_Newfoundland_and_Labrador_%28construction_sheet%29.svg.png" decoding="async" width="150" height="80" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Flag_of_Newfoundland_and_Labrador_%28construction_sheet%29.svg/225px-Flag_of_Newfoundland_and_Labrador_%28construction_sheet%29.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Flag_of_Newfoundland_and_Labrador_%28construction_sheet%29.svg/300px-Flag_of_Newfoundland_and_Labrador_%28construction_sheet%29.svg.png 2x" data-file-width="1293" data-file-height="692" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en">Author</td>
|
||||
<td>
|
||||
Original 2005 upload was created by Robert Crosbie and uploaded by <a href="/w/index.php?title=User:Kooma&action=edit&redlink=1" class="new" title="User:Kooma (page does not exist)">Kooma</a>. Entire flag redrawn/recoded from scratch by <a href="/wiki/User:MapGrid" title="User:MapGrid">MapGrid</a> in 2019. Colors changed by <a href="/wiki/User:Great_Brightstar" title="User:Great Brightstar">Great Brightstar</a> in 2019.</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</tbody></table>
|
||||
</div>
|
||||
<p><br /></p>
|
||||
<table style="border:2px solid #d3d3d3; width:100%; background-color:white; text-align:center; direction:ltr;" class="layouttemplate messagebox">
|
||||
<tr>
|
||||
<td colspan="2" style="padding-top:.5em;"><span lang="en" class="description en" xml:lang="en">It is easy to put a border around this image</span>:</td>
|
||||
<td rowspan="2"><img alt="Flag of Newfoundland and Labrador.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/100px-Flag_of_Newfoundland_and_Labrador.svg.png" width="100" height="50" class="thumbborder" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/150px-Flag_of_Newfoundland_and_Labrador.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/200px-Flag_of_Newfoundland_and_Labrador.svg.png 2x" data-file-width="1000" data-file-height="500" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<pre>
|
||||
[[File:Flag of Newfoundland and Labrador.svg|<b>border</b>|100px]]
|
||||
</pre></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en" xml:lang="en">
|
||||
<tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /></td>
|
||||
<td>This work has been released into the <b><a href="https://en.wikipedia.org/wiki/en:public_domain" class="extiw" title="w:en:public domain">public domain</a></b> by its author, <b>Robert Crosbie</b>. This applies worldwide.<br />
|
||||
<small>In some countries this may not be legally possible; if so:</small><br />
|
||||
<i>Robert Crosbie grants anyone the right to use this work <b>for any purpose</b>, without any conditions, unless such conditions are required by law.</i>
|
||||
<p><span class="licensetpl_short" style="display:none;">Public domain</span><span class="licensetpl_long" style="display:none;">Public domain</span><span class="licensetpl_link_req" style="display:none;">false</span><span class="licensetpl_attr_req" style="display:none;">false</span></p>
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="PD-icon.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<td><i>This work is <b>ineligible for <a href="https://en.wikipedia.org/wiki/copyrights" class="extiw" title="w:copyrights">copyright</a></b> and therefore in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b> because it consists entirely of information that is <a href="/wiki/Commons:Threshold_of_originality" title="Commons:Threshold of originality">common property and contains no original authorship</a>.</i>
|
||||
</td></tr></tbody></table>
|
||||
<p><br />
|
||||
</p>
|
||||
<table cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa;" lang="en" dir="ltr" class="layouttemplate restrictiontemplate mw-content-ltr restriction-insignia">
|
||||
<tbody><tr>
|
||||
<td style="border:none; width:64px;"><a href="/wiki/Commons:Non-copyright_restrictions" title="Insignia"><img alt="Insignia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/64px-Coat-elements-2.png" decoding="async" width="64" height="77" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/96px-Coat-elements-2.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/128px-Coat-elements-2.png 2x" data-file-width="609" data-file-height="731" /></a>
|
||||
</td>
|
||||
<td style="border:none;">This image shows a <a href="https://en.wikipedia.org/wiki/flag" class="extiw" title="w:flag">flag</a>, a <a href="https://en.wikipedia.org/wiki/coat_of_arms" class="extiw" title="w:coat of arms">coat of arms</a>, a <a href="https://en.wikipedia.org/wiki/seal_(device)" class="extiw" title="w:seal (device)">seal</a> or some other official <b><a href="https://en.wikipedia.org/wiki/insignia" class="extiw" title="w:insignia">insignia</a></b>. The use of such symbols is restricted in many countries. These restrictions are independent of the <a href="https://en.wikipedia.org/wiki/copyright" class="extiw" title="w:copyright">copyright</a> status.
|
||||
</td></tr></tbody></table>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1242
|
||||
Cached time: 20170903120654
|
||||
Cache expiry: 1900800
|
||||
Dynamic content: false
|
||||
CPU time usage: 0.052 seconds
|
||||
Real time usage: 0.079 seconds
|
||||
Preprocessor visited node count: 898/1000000
|
||||
Preprocessor generated node count: 0/1500000
|
||||
Post‐expand include size: 9683/2097152 bytes
|
||||
Template argument size: 3993/2097152 bytes
|
||||
Highest expansion depth: 10/40
|
||||
Expensive parser function count: 2/500
|
||||
Lua time usage: 0.011/10.000 seconds
|
||||
Lua memory usage: 829 KB/50 MB
|
||||
Parsed by mw1422
|
||||
Cached time: 20220314131326
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.081 seconds
|
||||
Real time usage: 0.119 seconds
|
||||
Preprocessor visited node count: 571/1000000
|
||||
Post‐expand include size: 12053/2097152 bytes
|
||||
Template argument size: 1206/2097152 bytes
|
||||
Highest expansion depth: 11/100
|
||||
Expensive parser function count: 3/500
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 0/5000000 bytes
|
||||
Lua time usage: 0.036/10.000 seconds
|
||||
Lua memory usage: 1058635/52428800 bytes
|
||||
Number of Wikibase entities loaded: 1/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 69.526 1 -total
|
||||
72.56% 50.445 1 Template:Information
|
||||
30.56% 21.246 1 Template:ISOdate
|
||||
18.37% 12.774 1 Template:Easy-border
|
||||
15.77% 10.963 1 Template:Autotranslate
|
||||
8.90% 6.187 1 Template:PD-author
|
||||
5.66% 3.938 11 Template:Dir
|
||||
5.59% 3.886 3 Template:Description
|
||||
5.45% 3.792 1 Template:Parse_source
|
||||
4.95% 3.444 1 Template:PD-Layout
|
||||
100.00% 94.945 1 -total
|
||||
65.31% 62.011 1 Template:Information
|
||||
29.16% 27.685 2 Template:Autotranslate
|
||||
17.90% 16.993 1 Template:Insignia
|
||||
16.49% 15.652 1 Template:PD-ineligible
|
||||
13.78% 13.081 1 Template:Original_upload_date
|
||||
10.81% 10.266 1 Template:Insignia/layout
|
||||
10.19% 9.673 2 Template:Description
|
||||
9.29% 8.823 1 Template:Non-copyright_restriction
|
||||
8.20% 7.789 1 Template:En
|
||||
-->
|
||||
</div>
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:435566-0!canonical and timestamp 20170903120654 and revision id 150351212
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:435566-0!wb=3 and timestamp 20220314131326 and revision id 638391644. Serialized with JSON.
|
||||
-->
|
||||
</div><h2 id="filehistory">File history</h2>
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>
|
||||
</p>(newest | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Newfoundland and Labrador.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=20060202004048#filehistory" class="mw-nextlink" title="File:Flag of Newfoundland and Labrador.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">500</a>)
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class='filehistory-selected' style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg">06:53, 10 February 2013</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 06:53, 10 February 2013" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/wiki/User:Fry1989" class="mw-userlink" title="User:Fry1989"><bdi>Fry1989</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Fry1989" class="mw-usertoollinks-talk" title="User talk:Fry1989">talk</a> | <a href="/wiki/Special:Contributions/Fry1989" class="mw-usertoollinks-contribs" title="Special:Contributions/Fry1989">contribs</a>)</span></span></td><td dir="ltr">colour corrections as well as symmetry, two trident blades were not the same</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20130210065313%21Flag_of_Newfoundland_and_Labrador.svg">06:32, 19 August 2011</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20130210065313%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 06:32, 19 August 2011" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20130210065313%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(817 bytes)</span></td><td><a href="/wiki/User:Alkari" class="mw-userlink" title="User:Alkari"><bdi>Alkari</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Alkari" class="mw-usertoollinks-talk" title="User talk:Alkari">talk</a> | <a href="/wiki/Special:Contributions/Alkari" class="mw-usertoollinks-contribs" title="Special:Contributions/Alkari">contribs</a>)</span></span></td><td dir="ltr">code cleanup</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20110819063213%21Flag_of_Newfoundland_and_Labrador.svg">19:34, 4 May 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20110819063213%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 19:34, 4 May 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20110819063213%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(4 KB)</span></td><td><a href="/w/index.php?title=User:Episteme&action=edit&redlink=1" class="new mw-userlink" title="User:Episteme (page does not exist)"><bdi>Episteme</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Episteme" class="mw-usertoollinks-talk" title="User talk:Episteme">talk</a> | <a href="/wiki/Special:Contributions/Episteme" class="mw-usertoollinks-contribs" title="Special:Contributions/Episteme">contribs</a>)</span></span></td><td dir="ltr">DOCTYPE added</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20060504193258%21Flag_of_Newfoundland_and_Labrador.svg">00:40, 2 February 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20060504193258%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 00:40, 2 February 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20060504193258%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/wiki/User:Denelson83" class="mw-userlink" title="User:Denelson83"><bdi>Denelson83</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Denelson83" class="mw-usertoollinks-talk" title="User talk:Denelson83">talk</a> | <a href="/wiki/Special:Contributions/Denelson83" class="mw-usertoollinks-contribs" title="Special:Contributions/Denelson83">contribs</a>)</span></span></td><td dir="ltr">Removing internal border</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20060202004047%21Flag_of_Newfoundland_and_Labrador.svg">21:05, 26 November 2005</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20060202004047%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 21:05, 26 November 2005" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20060202004047%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/w/index.php?title=User:Kooma&action=edit&redlink=1" class="new mw-userlink" title="User:Kooma (page does not exist)"><bdi>Kooma</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Kooma" class="mw-usertoollinks-talk" title="User talk:Kooma">talk</a> | <a href="/wiki/Special:Contributions/Kooma" class="mw-usertoollinks-contribs" title="Special:Contributions/Kooma">contribs</a>)</span></span></td><td dir="ltr">{{Information| |Description = Flag of <a href="/wiki/Category:Newfoundland_and_Labrador" title="Category:Newfoundland and Labrador">Newfoundland and Labrador</a> |Source = [http://www.sodipodi.com/index.php3?section=clipart/flags&area=flags&n=49 Sodipodi's Clipart Gallery] |Date = |Author = Robert Crosbie |Perm</td></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg">05:43, 10 January 2022</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 05:43, 10 January 2022" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png?20220110054300" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(550 bytes)</span></td><td><a href="/wiki/User:MapGrid" class="mw-userlink" title="User:MapGrid"><bdi>MapGrid</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:MapGrid" class="mw-usertoollinks-talk" title="User talk:MapGrid">talk</a> | <a href="/wiki/Special:Contributions/MapGrid" class="mw-usertoollinks-contribs" title="Special:Contributions/MapGrid">contribs</a>)</span></span></td><td dir="ltr">Updated to match revised construction sheet (<a href="/wiki/File:Flag_of_Newfoundland_and_Labrador_(construction_sheet).svg" title="File:Flag of Newfoundland and Labrador (construction sheet).svg">File:Flag of Newfoundland and Labrador (construction sheet).svg</a>)</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20220110054259%21Flag_of_Newfoundland_and_Labrador.svg">18:43, 24 July 2021</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20220110054259%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 18:43, 24 July 2021" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20220110054259%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(524 bytes)</span></td><td><a href="/wiki/User:MapGrid" class="mw-userlink" title="User:MapGrid"><bdi>MapGrid</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:MapGrid" class="mw-usertoollinks-talk" title="User talk:MapGrid">talk</a> | <a href="/wiki/Special:Contributions/MapGrid" class="mw-usertoollinks-contribs" title="Special:Contributions/MapGrid">contribs</a>)</span></span></td><td dir="ltr">Reduced file size. Red/yellow arrow painted with separate fills. Geometry of flag remains unchanged.</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20210724184337%21Flag_of_Newfoundland_and_Labrador.svg">20:33, 28 September 2019</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20210724184337%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 20:33, 28 September 2019" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20210724184337%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(546 bytes)</span></td><td><a href="/wiki/User:Great_Brightstar" class="mw-userlink" title="User:Great Brightstar"><bdi>Great Brightstar</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Great_Brightstar" class="mw-usertoollinks-talk" title="User talk:Great Brightstar">talk</a> | <a href="/wiki/Special:Contributions/Great_Brightstar" class="mw-usertoollinks-contribs" title="Special:Contributions/Great Brightstar">contribs</a>)</span></span></td><td dir="ltr">All colors comes from Pantone website</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190928203317%21Flag_of_Newfoundland_and_Labrador.svg">00:26, 3 September 2019</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190928203317%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 00:26, 3 September 2019" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20190928203317%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(546 bytes)</span></td><td><a href="/wiki/User:MapGrid" class="mw-userlink" title="User:MapGrid"><bdi>MapGrid</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:MapGrid" class="mw-usertoollinks-talk" title="User talk:MapGrid">talk</a> | <a href="/wiki/Special:Contributions/MapGrid" class="mw-usertoollinks-contribs" title="Special:Contributions/MapGrid">contribs</a>)</span></span></td><td dir="ltr">Red triangles painted with fills instead of strokes. This is a code change only; the flag should look the same as previous version.</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190903002604%21Flag_of_Newfoundland_and_Labrador.svg">13:40, 21 August 2019</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190903002604%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 13:40, 21 August 2019" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20190903002604%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(554 bytes)</span></td><td><a href="/wiki/User:MapGrid" class="mw-userlink" title="User:MapGrid"><bdi>MapGrid</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:MapGrid" class="mw-usertoollinks-talk" title="User talk:MapGrid">talk</a> | <a href="/wiki/Special:Contributions/MapGrid" class="mw-usertoollinks-contribs" title="Special:Contributions/MapGrid">contribs</a>)</span></span></td><td dir="ltr">Spared nothing but the colours. See <a href="/wiki/File:Flag_of_Newfoundland_and_Labrador_(construction_sheet).svg" title="File:Flag of Newfoundland and Labrador (construction sheet).svg">File:Flag of Newfoundland and Labrador (construction sheet).svg</a></td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190821134020%21Flag_of_Newfoundland_and_Labrador.svg">01:02, 16 February 2019</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190821134020%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 01:02, 16 February 2019" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20190821134020%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(658 bytes)</span></td><td><a href="/wiki/User:Druaga2" class="mw-userlink" title="User:Druaga2"><bdi>Druaga2</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Druaga2" class="mw-usertoollinks-talk" title="User talk:Druaga2">talk</a> | <a href="/wiki/Special:Contributions/Druaga2" class="mw-usertoollinks-contribs" title="Special:Contributions/Druaga2">contribs</a>)</span></span></td><td dir="ltr">optimized</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190216010218%21Flag_of_Newfoundland_and_Labrador.svg">06:53, 10 February 2013</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20190216010218%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 06:53, 10 February 2013" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20190216010218%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/wiki/User:Fry1989" class="mw-userlink" title="User:Fry1989"><bdi>Fry1989</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Fry1989" class="mw-usertoollinks-talk" title="User talk:Fry1989">talk</a> | <a href="/wiki/Special:Contributions/Fry1989" class="mw-usertoollinks-contribs" title="Special:Contributions/Fry1989">contribs</a>)</span></span></td><td dir="ltr">colour corrections as well as symmetry, two trident blades were not the same</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20130210065313%21Flag_of_Newfoundland_and_Labrador.svg">06:32, 19 August 2011</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20130210065313%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 06:32, 19 August 2011" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20130210065313%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(817 bytes)</span></td><td><a href="/wiki/User:Alkari" class="mw-userlink" title="User:Alkari"><bdi>Alkari</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Alkari" class="mw-usertoollinks-talk" title="User talk:Alkari">talk</a> | <a href="/wiki/Special:Contributions/Alkari" class="mw-usertoollinks-contribs" title="Special:Contributions/Alkari">contribs</a>)</span></span></td><td dir="ltr">code cleanup</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20110819063213%21Flag_of_Newfoundland_and_Labrador.svg">19:34, 4 May 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20110819063213%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 19:34, 4 May 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20110819063213%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(4 KB)</span></td><td><a href="/w/index.php?title=User:Episteme&action=edit&redlink=1" class="new mw-userlink" title="User:Episteme (page does not exist)"><bdi>Episteme</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Episteme" class="mw-usertoollinks-talk" title="User talk:Episteme">talk</a> | <a href="/wiki/Special:Contributions/Episteme" class="mw-usertoollinks-contribs" title="Special:Contributions/Episteme">contribs</a>)</span></span></td><td dir="ltr">DOCTYPE added</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20060504193258%21Flag_of_Newfoundland_and_Labrador.svg">00:40, 2 February 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/d/dd/20060504193258%21Flag_of_Newfoundland_and_Labrador.svg"><img alt="Thumbnail for version as of 00:40, 2 February 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/d/dd/20060504193258%21Flag_of_Newfoundland_and_Labrador.svg/120px-Flag_of_Newfoundland_and_Labrador.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/wiki/User:Denelson83" class="mw-userlink" title="User:Denelson83"><bdi>Denelson83</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Denelson83" class="mw-usertoollinks-talk" title="User talk:Denelson83">talk</a> | <a href="/wiki/Special:Contributions/Denelson83" class="mw-usertoollinks-contribs" title="Special:Contributions/Denelson83">contribs</a>)</span></span></td><td dir="ltr">Removing internal border</td></tr>
|
||||
</table>
|
||||
|
||||
(newest | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Newfoundland and Labrador.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=20060202004048#filehistory" class="mw-nextlink" title="File:Flag of Newfoundland and Labrador.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Newfoundland and Labrador.svg">500</a>)
|
||||
</div>
|
||||
<ul>
|
||||
<li id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</li>
|
||||
</ul>
|
||||
<h2 id="filelinks">File usage on Commons</h2>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>The following 10 pages link to this file:
|
||||
<p>The following 89 pages use this file:
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flag" title="Flag">Flag</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_based_on_British_ensigns" title="Flags based on British ensigns">Flags based on British ensigns</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_of_Canada_/_Drapeaux_du_Canada" title="Flags of Canada / Drapeaux du Canada">Flags of Canada / Drapeaux du Canada</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Benoit_Rochon/M%C3%A9moire" title="User:Benoit Rochon/Mémoire">User:Benoit Rochon/Mémoire</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Brochon99/M%C3%A9moire" title="User:Brochon99/Mémoire">User:Brochon99/Mémoire</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Flag_Dude~commonswiki" title="User:Flag Dude~commonswiki">User:Flag Dude~commonswiki</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Fry1989/Favourite_Flags" title="User:Fry1989/Favourite Flags">User:Fry1989/Favourite Flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Geraki/%CE%A0%CE%B9%CE%BD%CE%B1%CE%BA%CE%BF%CE%B8%CE%AE%CE%BA%CE%B7_%CF%84%CE%BF%CF%80%CE%B9%CE%BA%CF%8E%CE%BD_%CF%83%CE%B7%CE%BC%CE%B1%CE%B9%CF%8E%CE%BD" title="User:Geraki/Πινακοθήκη τοπικών σημαιών">User:Geraki/Πινακοθήκη τοπικών σημαιών</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Magog_the_Ogre/PD_ineligible/2019_August_20-23" title="User:Magog the Ogre/PD ineligible/2019 August 20-23">User:Magog the Ogre/PD ineligible/2019 August 20-23</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Magog_the_Ogre/PD_ineligible/2019_September_1-3" title="User:Magog the Ogre/PD ineligible/2019 September 1-3">User:Magog the Ogre/PD ineligible/2019 September 1-3</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Magog_the_Ogre/PD_ineligible/2019_September_27-30" title="User:Magog the Ogre/PD ineligible/2019 September 27-30">User:Magog the Ogre/PD ineligible/2019 September 27-30</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:OgreBot/Watercraft/2019_August_21" title="User:OgreBot/Watercraft/2019 August 21">User:OgreBot/Watercraft/2019 August 21</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:OgreBot/Watercraft/2019_February_16" title="User:OgreBot/Watercraft/2019 February 16">User:OgreBot/Watercraft/2019 February 16</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:OgreBot/Watercraft/2019_September_28" title="User:OgreBot/Watercraft/2019 September 28">User:OgreBot/Watercraft/2019 September 28</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:OgreBot/Watercraft/2019_September_3" title="User:OgreBot/Watercraft/2019 September 3">User:OgreBot/Watercraft/2019 September 3</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Sharper/statistics" title="User:Sharper/statistics">User:Sharper/statistics</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Sharper/templates/PP-NL" title="User:Sharper/templates/PP-NL">User:Sharper/templates/PP-NL</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Tango7174/CANADA" title="User:Tango7174/CANADA">User:Tango7174/CANADA</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_Newfoundland_and_Labrador.svg" title="File:Flag of Newfoundland and Labrador.svg">File:Flag of Newfoundland and Labrador.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Cataracts_Provincial_Park_%E2%80%93_Colinet,_NL_%E2%80%93_(2017-08-26).jpg" title="File:Cataracts Provincial Park – Colinet, NL – (2017-08-26).jpg">File:Cataracts Provincial Park – Colinet, NL – (2017-08-26).jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Dungeon_Provincial_Park_%E2%80%93_Bonavista,_NL_%E2%80%93_(2017-08-27).jpg" title="File:Dungeon Provincial Park – Bonavista, NL – (2017-08-27).jpg">File:Dungeon Provincial Park – Bonavista, NL – (2017-08-27).jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Newfoundland_-_banner_of_arms.svg" title="File:Newfoundland - banner of arms.svg">File:Newfoundland - banner of arms.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:Maps_of_Newfoundland_and_Labrador_by_century" title="Template:Maps of Newfoundland and Labrador by century">Template:Maps of Newfoundland and Labrador by century</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns10"><a href="/wiki/Template:Newfoundland_and_LabradorMapsDecade" title="Template:Newfoundland and LabradorMapsDecade">Template:Newfoundland and LabradorMapsDecade</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:16th_century_maps_of_Newfoundland_and_Labrador" title="Category:16th century maps of Newfoundland and Labrador">Category:16th century maps of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:17th_century_maps_of_Newfoundland_and_Labrador" title="Category:17th century maps of Newfoundland and Labrador">Category:17th century maps of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1870s_maps_of_Newfoundland_and_Labrador" title="Category:1870s maps of Newfoundland and Labrador">Category:1870s maps of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:18th-century_maps_of_Newfoundland_and_Labrador" title="Category:18th-century maps of Newfoundland and Labrador">Category:18th-century maps of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1959_in_Newfoundland_and_Labrador" title="Category:1959 in Newfoundland and Labrador">Category:1959 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1962_in_Newfoundland_and_Labrador" title="Category:1962 in Newfoundland and Labrador">Category:1962 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1965_in_Newfoundland_and_Labrador" title="Category:1965 in Newfoundland and Labrador">Category:1965 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1966_in_Newfoundland_and_Labrador" title="Category:1966 in Newfoundland and Labrador">Category:1966 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1968_in_Newfoundland_and_Labrador" title="Category:1968 in Newfoundland and Labrador">Category:1968 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1971_in_Newfoundland_and_Labrador" title="Category:1971 in Newfoundland and Labrador">Category:1971 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1977_in_Newfoundland_and_Labrador" title="Category:1977 in Newfoundland and Labrador">Category:1977 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1981_in_Newfoundland_and_Labrador" title="Category:1981 in Newfoundland and Labrador">Category:1981 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1982_in_Newfoundland_and_Labrador" title="Category:1982 in Newfoundland and Labrador">Category:1982 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1985_in_Newfoundland_and_Labrador" title="Category:1985 in Newfoundland and Labrador">Category:1985 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1986_in_Newfoundland_and_Labrador" title="Category:1986 in Newfoundland and Labrador">Category:1986 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1987_in_Newfoundland_and_Labrador" title="Category:1987 in Newfoundland and Labrador">Category:1987 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1988_in_Newfoundland_and_Labrador" title="Category:1988 in Newfoundland and Labrador">Category:1988 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1989_in_Newfoundland_and_Labrador" title="Category:1989 in Newfoundland and Labrador">Category:1989 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1991_in_Newfoundland_and_Labrador" title="Category:1991 in Newfoundland and Labrador">Category:1991 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1994_in_Newfoundland_and_Labrador" title="Category:1994 in Newfoundland and Labrador">Category:1994 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1997_in_Newfoundland_and_Labrador" title="Category:1997 in Newfoundland and Labrador">Category:1997 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1999_in_Newfoundland_and_Labrador" title="Category:1999 in Newfoundland and Labrador">Category:1999 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:19th-century_maps_of_Newfoundland_and_Labrador" title="Category:19th-century maps of Newfoundland and Labrador">Category:19th-century maps of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2000_in_Newfoundland_and_Labrador" title="Category:2000 in Newfoundland and Labrador">Category:2000 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2001_in_Newfoundland_and_Labrador" title="Category:2001 in Newfoundland and Labrador">Category:2001 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2002_in_Newfoundland_and_Labrador" title="Category:2002 in Newfoundland and Labrador">Category:2002 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2003_in_Newfoundland_and_Labrador" title="Category:2003 in Newfoundland and Labrador">Category:2003 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2004_in_Newfoundland_and_Labrador" title="Category:2004 in Newfoundland and Labrador">Category:2004 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2005_in_Newfoundland_and_Labrador" title="Category:2005 in Newfoundland and Labrador">Category:2005 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2006_in_Newfoundland_and_Labrador" title="Category:2006 in Newfoundland and Labrador">Category:2006 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2007_in_Newfoundland_and_Labrador" title="Category:2007 in Newfoundland and Labrador">Category:2007 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2008_in_Newfoundland_and_Labrador" title="Category:2008 in Newfoundland and Labrador">Category:2008 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2009_in_Newfoundland_and_Labrador" title="Category:2009 in Newfoundland and Labrador">Category:2009 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2010_in_Newfoundland_and_Labrador" title="Category:2010 in Newfoundland and Labrador">Category:2010 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2011_in_Newfoundland_and_Labrador" title="Category:2011 in Newfoundland and Labrador">Category:2011 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2012_in_Newfoundland_and_Labrador" title="Category:2012 in Newfoundland and Labrador">Category:2012 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2013_in_Newfoundland_and_Labrador" title="Category:2013 in Newfoundland and Labrador">Category:2013 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2014_in_Newfoundland_and_Labrador" title="Category:2014 in Newfoundland and Labrador">Category:2014 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2015_in_Newfoundland_and_Labrador" title="Category:2015 in Newfoundland and Labrador">Category:2015 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2016_in_Newfoundland_and_Labrador" title="Category:2016 in Newfoundland and Labrador">Category:2016 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2017_in_Newfoundland_and_Labrador" title="Category:2017 in Newfoundland and Labrador">Category:2017 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2018_in_Newfoundland_and_Labrador" title="Category:2018 in Newfoundland and Labrador">Category:2018 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2019_in_Newfoundland_and_Labrador" title="Category:2019 in Newfoundland and Labrador">Category:2019 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2020_in_Newfoundland_and_Labrador" title="Category:2020 in Newfoundland and Labrador">Category:2020 in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:20th-century_maps_of_Newfoundland_and_Labrador" title="Category:20th-century maps of Newfoundland and Labrador">Category:20th-century maps of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Airports_in_Newfoundland_and_Labrador" title="Category:Airports in Newfoundland and Labrador">Category:Airports in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Architecture_of_Newfoundland_and_Labrador" title="Category:Architecture of Newfoundland and Labrador">Category:Architecture of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Architecture_of_Newfoundland_and_Labrador_by_style" title="Category:Architecture of Newfoundland and Labrador by style">Category:Architecture of Newfoundland and Labrador by style</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Births_in_Newfoundland_and_Labrador" title="Category:Births in Newfoundland and Labrador">Category:Births in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Culture_of_Newfoundland_and_Labrador" title="Category:Culture of Newfoundland and Labrador">Category:Culture of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Deaths_in_Newfoundland_and_Labrador" title="Category:Deaths in Newfoundland and Labrador">Category:Deaths in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Education_in_Newfoundland_and_Labrador" title="Category:Education in Newfoundland and Labrador">Category:Education in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Festivals_in_Newfoundland_and_Labrador" title="Category:Festivals in Newfoundland and Labrador">Category:Festivals in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Flag_of_Newfoundland_and_Labrador" title="Category:Flag of Newfoundland and Labrador">Category:Flag of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Hospitals_in_Newfoundland_and_Labrador" title="Category:Hospitals in Newfoundland and Labrador">Category:Hospitals in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Hydroelectric_power_plants_in_Newfoundland_and_Labrador" title="Category:Hydroelectric power plants in Newfoundland and Labrador">Category:Hydroelectric power plants in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Lakes_of_Newfoundland_and_Labrador" title="Category:Lakes of Newfoundland and Labrador">Category:Lakes of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Lighthouses_in_Newfoundland_and_Labrador" title="Category:Lighthouses in Newfoundland and Labrador">Category:Lighthouses in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Maps_of_Newfoundland_and_Labrador" title="Category:Maps of Newfoundland and Labrador">Category:Maps of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Newfoundland_and_Labrador" title="Category:Newfoundland and Labrador">Category:Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:People_of_Newfoundland_and_Labrador" title="Category:People of Newfoundland and Labrador">Category:People of Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Populated_places_in_Newfoundland_and_Labrador" title="Category:Populated places in Newfoundland and Labrador">Category:Populated places in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Power_plants_in_Newfoundland_and_Labrador" title="Category:Power plants in Newfoundland and Labrador">Category:Power plants in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Rail_transport_in_Newfoundland_and_Labrador" title="Category:Rail transport in Newfoundland and Labrador">Category:Rail transport in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Roads_in_Newfoundland_and_Labrador" title="Category:Roads in Newfoundland and Labrador">Category:Roads in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Sports_in_Newfoundland_and_Labrador" title="Category:Sports in Newfoundland and Labrador">Category:Sports in Newfoundland and Labrador</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Water_transport_in_Newfoundland_and_Labrador" title="Category:Water transport in Newfoundland and Labrador">Category:Water transport in Newfoundland and Labrador</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="//af.wikipedia.org/wiki/Newfoundland">Newfoundland</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Kanada">Kanada</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Kanadese_Frans">Kanadese Frans</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Newfoundland_en_Labrador">Newfoundland en Labrador</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Provinsies_en_gebiede_van_Kanada">Provinsies en gebiede van Kanada</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/St._John%27s,_Newfoundland_en_Labrador">St. John's, Newfoundland en Labrador</a></li>
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Newfoundland">Newfoundland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kanada">Kanada</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kanadese_Frans">Kanadese Frans</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Newfoundland_en_Labrador">Newfoundland en Labrador</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Provinsies_en_gebiede_van_Kanada">Provinsies en gebiede van Kanada</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/St._John%27s,_Newfoundland_en_Labrador">St. John's, Newfoundland en Labrador</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Inuktitut">Inuktitut</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Cree_(volk)">Cree (volk)</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-als_wikipedia_org'>Usage on als.wikipedia.org
|
||||
<ul> <li><a class="external" href="//als.wikipedia.org/wiki/Vorlage:Info_ISO-3166-2:CA-NL">Vorlage:Info ISO-3166-2:CA-NL</a></li>
|
||||
<ul> <li><a class="external" href="https://als.wikipedia.org/wiki/Vorlage:Info_ISO-3166-2:CA-NL">Vorlage:Info ISO-3166-2:CA-NL</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ang_wikipedia_org'>Usage on ang.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ang.wikipedia.org/wiki/N%C4%ABwgefundenland_and_Labrador">Nīwgefundenland and Labrador</a></li>
|
||||
<ul> <li><a class="external" href="https://ang.wikipedia.org/wiki/Niwgefundenland_and_Labrador">Niwgefundenland and Labrador</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-an_wikipedia_org'>Usage on an.wikipedia.org
|
||||
<ul> <li><a class="external" href="//an.wikipedia.org/wiki/Canad%C3%A1">Canadá</a></li>
|
||||
<ul> <li><a class="external" href="https://an.wikipedia.org/wiki/Canad%C3%A1">Canadá</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-arc_wikipedia_org'>Usage on arc.wikipedia.org
|
||||
<ul> <li><a class="external" href="//arc.wikipedia.org/wiki/%DC%97%DC%98%DC%A6%DC%AA%DC%9F%DC%9D%DC%A3_%DC%98%DC%90%DC%98%DC%9A%DC%95%DC%A2%DC%90_%DC%95%DC%A9%DC%A2%DC%95%DC%90">ܗܘܦܪܟܝܣ ܘܐܘܚܕܢܐ ܕܩܢܕܐ</a></li>
|
||||
<ul> <li><a class="external" href="https://arc.wikipedia.org/wiki/%DC%97%DC%98%DC%A6%DC%AA%DC%9F%DC%9D%DC%A3_%DC%98%DC%90%DC%98%DC%9A%DC%95%DC%A2%DC%90_%DC%95%DC%A9%DC%A2%DC%95%DC%90">ܗܘܦܪܟܝܣ ܘܐܘܚܕܢܐ ܕܩܢܕܐ</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7">قالب:بيانات بلد كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%A5%D8%B3%D9%84%D8%A7%D9%85_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">الإسلام في كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA_%D9%88%D8%A3%D9%82%D8%A7%D9%84%D9%8A%D9%85_%D9%83%D9%86%D8%AF%D8%A7">مقاطعات وأقاليم كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%86%D9%8A%D9%88%D9%81%D8%A7%D9%88%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF_%D9%88%D8%A7%D9%84%D9%84%D8%A7%D8%A8%D8%B1%D8%A7%D8%AF%D9%88%D8%B1">نيوفاوندلاند واللابرادور</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%85%D8%B3%D9%8A%D8%AD%D9%8A%D8%A9_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">المسيحية في كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D8%AA%D9%82%D8%B3%D9%8A%D9%85%D8%A7%D8%AA_%D8%A7%D9%84%D8%A5%D8%AF%D8%A7%D8%B1%D9%8A%D8%A9">قائمة الدول حسب التقسيمات الإدارية</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D9%86%D9%8A%D9%88%D9%81%D8%A7%D9%88%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF_%D9%88%D8%A7%D9%84%D9%84%D8%A7%D8%A8%D8%B1%D8%A7%D8%AF%D9%88%D8%B1">قالب:نيوفاوندلاند واللابرادور</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%83%D9%86%D8%AF%D9%8A_%D8%B9%D8%B1%D8%A8%D9%8A">كندي عربي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%86%D9%8A%D9%88%D9%81%D8%A7%D9%88%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF">قالب:بيانات بلد نيوفاوندلاند</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A8%D8%A7%D9%8A_%D8%B1%D9%88%D8%A8%D8%B1%D8%AA%D8%B3">باي روبرتس</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AE%D9%84%D9%8A%D8%AC_%D8%A7%D9%84%D8%A3%D8%AD%D9%85%D8%B1">الخليج الأحمر</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%86%D9%8A%D9%88%D9%81%D8%A7%D9%88%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF_%D9%88%D8%A7%D9%84%D9%84%D8%A7%D8%A8%D8%B1%D8%A7%D8%AF%D9%88%D8%B1">قالب:بيانات بلد نيوفاوندلاند واللابرادور</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7/%D8%B4%D8%B1%D8%AD">قالب:بيانات بلد كندا/شرح</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Mahmoudalrawi/%D9%85%D8%AE%D8%AA%D8%A8%D8%B1">مستخدم:Mahmoudalrawi/مختبر</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%A3%D8%B9%D9%84%D8%A7%D9%85_%D8%AD%D8%B3%D8%A8_%D9%85%D8%AC%D9%85%D9%88%D8%B9%D8%A7%D8%AA_%D8%A7%D9%84%D8%A3%D9%84%D9%88%D8%A7%D9%86">قائمة الأعلام حسب مجموعات الألوان</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA_%D9%88%D8%A7%D9%84%D8%A3%D8%B1%D8%A7%D8%B6%D9%8A_%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%8A%D8%A9_%D9%85%D9%86_%D8%AD%D9%8A%D8%AB_%D8%A5%D8%AC%D9%85%D8%A7%D9%84%D9%8A_%D8%A7%D9%84%D9%86%D8%A7%D8%AA%D8%AC_%D8%A7%D9%84%D9%85%D8%AD%D9%84%D9%8A">قائمة المقاطعات والأراضي الكندية من حيث إجمالي الناتج المحلي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AC%D8%A7%D8%A6%D8%AD%D8%A9_%D8%A5%D9%86%D9%81%D9%84%D9%88%D9%86%D8%B2%D8%A7_%D8%A7%D9%84%D8%AE%D9%86%D8%A7%D8%B2%D9%8A%D8%B1_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7_%D8%B9%D8%A7%D9%85_2009">جائحة إنفلونزا الخنازير في كندا عام 2009</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-arz_wikipedia_org'>Usage on arz.wikipedia.org
|
||||
<ul> <li><a class="external" href="//arz.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:Country_data_Newfoundland">قالب:Country data Newfoundland</a></li>
|
||||
<li><a class="external" href="//arz.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:Country_data_Newfoundland_and_Labrador">قالب:Country data Newfoundland and Labrador</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ast_wikipedia_org'>Usage on ast.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ast.wikipedia.org/wiki/Bandera_de_Canad%C3%A1">Bandera de Canadá</a></li>
|
||||
<li><a class="external" href="//ast.wikipedia.org/wiki/Terranova_y_Labrador">Terranova y Labrador</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-azb_wikipedia_org'>Usage on azb.wikipedia.org
|
||||
<ul> <li><a class="external" href="//azb.wikipedia.org/wiki/%DA%A9%D8%A7%D9%86%D8%A7%D8%AF%D8%A7">کانادا</a></li>
|
||||
<li><a class="external" href="//azb.wikipedia.org/wiki/%D8%B4%D8%A7%D8%A8%D9%84%D9%88%D9%86:Country_data_Canada">شابلون:Country data Canada</a></li>
|
||||
<li><a class="external" href="//azb.wikipedia.org/wiki/%D8%B4%D8%A7%D8%A8%D9%84%D9%88%D9%86:Country_data_Newfoundland_and_Labrador">شابلون:Country data Newfoundland and Labrador</a></li>
|
||||
<li><a class="external" href="//azb.wikipedia.org/wiki/%D8%B4%D8%A7%D8%A8%D9%84%D9%88%D9%86:Country_data_Canada/%D8%A8%D9%84%DA%AF%D9%87">شابلون:Country data Canada/بلگه</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-az_wikipedia_org'>Usage on az.wikipedia.org
|
||||
<ul> <li><a class="external" href="//az.wikipedia.org/wiki/Nyufaundlend">Nyufaundlend</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-bar_wikipedia_org'>Usage on bar.wikipedia.org
|
||||
<ul> <li><a class="external" href="//bar.wikipedia.org/wiki/Kanada">Kanada</a></li>
|
||||
<li><a class="external" href="//bar.wikipedia.org/wiki/St%C3%A4dt_in_Kanada">Städt in Kanada</a></li>
|
||||
<li><a class="external" href="//bar.wikipedia.org/wiki/Vorlage:CA-NL">Vorlage:CA-NL</a></li>
|
||||
<li><a class="external" href="//bar.wikipedia.org/wiki/Provinzn_und_Territorien_vo_Kanada">Provinzn und Territorien vo Kanada</a></li>
|
||||
<li><a class="external" href="//bar.wikipedia.org/wiki/Kanadische_Insln">Kanadische Insln</a></li>
|
||||
<li><a class="external" href="//bar.wikipedia.org/wiki/ISO_3166-2:CA">ISO 3166-2:CA</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ba_wikipedia_org'>Usage on ba.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ba.wikipedia.org/wiki/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0">Канада</a></li>
|
||||
<li><a class="external" href="//ba.wikipedia.org/wiki/%D2%A0%D0%B0%D0%BB%D1%8B%D0%BF:%D0%A4%D0%BB%D0%B0%D0%B3%D0%B8%D1%84%D0%B8%D0%BA%D0%B0%D1%86%D0%B8%D1%8F/%D0%9D%D1%8C%D1%8E%D1%84%D0%B0%D1%83%D0%BD%D0%B4%D0%BB%D0%B5%D0%BD%D0%B4_%D0%B8_%D0%9B%D0%B0%D0%B1%D1%80%D0%B0%D0%B4%D0%BE%D1%80">Ҡалып:Флагификация/Ньюфаундленд и Лабрадор</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-be-tarask_wikipedia_org'>Usage on be-tarask.wikipedia.org
|
||||
<ul> <li><a class="external" href="//be-tarask.wikipedia.org/wiki/%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0">Канада</a></li>
|
||||
<li><a class="external" href="//be-tarask.wikipedia.org/wiki/%D0%90%D0%B4%D0%BC%D1%96%D0%BD%D1%96%D1%81%D1%82%D1%80%D0%B0%D1%86%D1%8B%D0%B9%D0%BD%D0%B0-%D1%82%D1%8D%D1%80%D1%8B%D1%82%D0%B0%D1%80%D1%8B%D1%8F%D0%BB%D1%8C%D0%BD%D1%8B_%D0%BF%D0%B0%D0%B4%D0%B7%D0%B5%D0%BB_%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D1%8B">Адміністрацыйна-тэрытарыяльны падзел Канады</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-be_wikipedia_org'>Usage on be.wikipedia.org
|
||||
<ul> <li><a class="external" href="//be.wikipedia.org/wiki/1_%D0%BB%D1%96%D0%BF%D0%B5%D0%BD%D1%8F">1 ліпеня</a></li>
|
||||
<li><a class="external" href="//be.wikipedia.org/wiki/UTC-04:00">UTC-04:00</a></li>
|
||||
<li><a class="external" href="//be.wikipedia.org/wiki/%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:%D0%A1%D1%86%D1%8F%D0%B3_%D0%9D%D1%8C%D1%8E%D1%84%D0%B0%D1%9E%D0%BD%D0%B4%D0%BB%D0%B5%D0%BD%D0%B4%D0%B0_%D1%96_%D0%9B%D0%B0%D0%B1%D1%80%D0%B0%D0%B4%D0%BE%D1%80%D0%B0">Шаблон:Сцяг Ньюфаўндленда і Лабрадора</a></li>
|
||||
<li><a class="external" href="//be.wikipedia.org/wiki/%D0%90%D1%82%D0%BB%D0%B0%D0%BD%D1%82%D1%8B%D1%87%D0%BD%D0%B0%D1%8F_%D0%9A%D0%B0%D0%BD%D0%B0%D0%B4%D0%B0">Атлантычная Канада</a></li>
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D8%B3%D8%AA%D8%B1%D8%A7%D9%84%D9%8A%D8%A7">علم أستراليا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7">قالب:بيانات بلد كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AA%D9%88%D9%81%D8%A7%D9%84%D9%88">علم توفالو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AC%D8%B2%D8%B1_%D8%AD%D8%B3%D8%A8_%D8%B9%D8%AF%D8%AF_%D8%A7%D9%84%D8%B3%D9%83%D8%A7%D9%86">قائمة الجزر حسب عدد السكان</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%A5%D8%B3%D9%84%D8%A7%D9%85_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">الإسلام في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A9_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7_%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A%D8%A9">علم مقاطعة كولومبيا البريطانية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D9%88%D9%86%D8%AA%D8%A7%D8%B1%D9%8A%D9%88">علم أونتاريو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A8%D9%84%D9%8A%D8%B2">علم بليز</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A8%D8%B1%D9%85%D9%88%D8%AF%D8%A7">علم برمودا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA_%D9%88%D8%A3%D9%82%D8%A7%D9%84%D9%8A%D9%85_%D9%83%D9%86%D8%AF%D8%A7">مقاطعات وأقاليم كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D9%83%D8%A7%D9%8A%D9%85%D8%A7%D9%86">علم جزر كايمان</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D8%AA%D9%88%D8%B1%D9%83%D8%B3_%D9%88%D9%83%D8%A7%D9%8A%D9%83%D9%88%D8%B3">علم جزر توركس وكايكوس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%85%D9%88%D9%86%D8%AA%D8%B3%D9%8A%D8%B1%D8%A7%D8%AA">علم مونتسيرات</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D9%83%D9%88%D9%83">علم جزر كوك</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%81%D9%8A%D8%AC%D9%8A">علم فيجي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%86%D9%8A%D9%88%D8%B2%D9%8A%D9%84%D9%86%D8%AF%D8%A7">علم نيوزيلندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A5%D9%82%D9%84%D9%8A%D9%85_%D8%A7%D9%84%D9%85%D8%AD%D9%8A%D8%B7_%D8%A7%D9%84%D9%87%D9%86%D8%AF%D9%8A_%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A">علم إقليم المحيط الهندي البريطاني</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%B3%D8%A7%D9%86_%D8%A8%D9%8A%D8%A7%D8%B1_%D9%88%D9%85%D9%8A%D9%83%D9%84%D9%88%D9%86">علم سان بيار وميكلون</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D8%A7%D9%84%D8%B9%D8%B0%D8%B1%D8%A7%D8%A1_%D8%A7%D9%84%D8%A8%D8%B1%D9%8A%D8%B7%D8%A7%D9%86%D9%8A%D8%A9">علم جزر العذراء البريطانية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%A3%D9%86%D8%BA%D9%88%D9%8A%D9%84%D8%A7">علم أنغويلا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%86%D9%8A%D9%88%D9%81%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF_%D9%88%D9%84%D8%A7%D8%A8%D8%B1%D8%A7%D8%AF%D9%88%D8%B1">نيوفندلاند ولابرادور</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%87%D8%A7%D9%88%D8%A7%D9%8A">علم هاواي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%86%D9%8A%D9%8A%D9%88%D9%8A">علم نييوي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D9%81%D9%88%D9%83%D9%84%D8%A7%D9%86%D8%AF">علم جزر فوكلاند</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D9%88%D8%B1%D8%AC%D9%8A%D8%A7_%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9_%D9%88%D8%AC%D8%B2%D8%B1_%D8%B3%D8%A7%D9%86%D8%AF%D9%88%D9%8A%D8%AA%D8%B4_%D8%A7%D9%84%D8%AC%D9%86%D9%88%D8%A8%D9%8A%D8%A9">علم جورجيا الجنوبية وجزر ساندويتش الجنوبية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AC%D8%B2%D8%B1_%D8%A8%D9%8A%D8%AA%D9%83%D9%8A%D8%B1%D9%86">علم جزر بيتكيرن</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%B3%D8%A7%D9%86%D8%AA_%D9%87%D9%8A%D9%84%D9%8A%D9%86%D8%A7">علم سانت هيلينا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D8%AA%D8%B1%D9%8A%D8%B3%D8%AA%D8%A7%D9%86_%D8%AF%D8%A7_%D9%83%D9%88%D9%86%D8%A7">علم تريستان دا كونا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%B9%D9%84%D9%85_%D9%85%D8%A7%D9%86%D9%8A%D8%AA%D9%88%D8%A8%D8%A7">علم مانيتوبا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%85%D8%B3%D9%8A%D8%AD%D9%8A%D8%A9_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">المسيحية في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D8%AA%D9%82%D8%B3%D9%8A%D9%85%D8%A7%D8%AA_%D8%A7%D9%84%D8%A5%D8%AF%D8%A7%D8%B1%D9%8A%D8%A9">قائمة الدول حسب التقسيمات الإدارية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D9%86%D9%8A%D9%88%D9%81%D8%A7%D9%88%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF_%D9%88%D8%A7%D9%84%D9%84%D8%A7%D8%A8%D8%B1%D8%A7%D8%AF%D9%88%D8%B1">قالب:نيوفاوندلاند واللابرادور</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AF%D9%8A%D9%86_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">الدين في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%83%D9%86%D8%AF%D9%8A_%D8%B9%D8%B1%D8%A8%D9%8A">كندي عربي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%86%D9%8A%D9%88%D9%81%D8%A7%D9%88%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF">قالب:بيانات بلد نيوفاوندلاند</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%86%D9%8A%D9%88%D9%81%D8%A7%D9%88%D9%86%D8%AF%D9%84%D8%A7%D9%86%D8%AF_%D9%88%D8%A7%D9%84%D9%84%D8%A7%D8%A8%D8%B1%D8%A7%D8%AF%D9%88%D8%B1">قالب:بيانات بلد نيوفاوندلاند واللابرادور</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7/%D8%B4%D8%B1%D8%AD">قالب:بيانات بلد كندا/شرح</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Mahmoudalrawi/%D9%85%D8%AE%D8%AA%D8%A8%D8%B1">مستخدم:Mahmoudalrawi/مختبر</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_Newfoundland_and_Labrador.svg" title="Special:GlobalUsage/Flag of Newfoundland and Labrador.svg">more global usage</a> of this file.
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata">This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.<table id="mw_metadata" class="mw_metadata">
|
||||
<tr class="exif-imagewidth collapsable"><th>Width</th><td>1000</td></tr><tr class="exif-imagelength collapsable"><th>Height</th><td>500</td></tr></table>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-objectname"><th>Short title</th><td>Flag of Newfoundland and Labrador</td></tr><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>1200</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>600</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[]' data-formatvalue='[]' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>In dieser Datei abgebildete Objekte</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'></div></div></div><div id='P571' data-property='P571' data-statements='[{"mainsnak":{"snaktype":"value","property":"P571","hash":"148690f1a9cfdf167d01e8a4681ae241d9ed0cc7","datavalue":{"value":{"time":"+2005-11-26T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http:\/\/www.wikidata.org\/entity\/Q1985727"},"type":"time"}},"type":"statement","id":"M435566$2F176395-288B-43E9-A549-451525E105D8","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":571,\"id\":\"P571\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P571\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P571\">inception<\/a>"}},"text\/plain":{"en":{"":"inception"}}},"{\"value\":{\"time\":\"+2005-11-26T00:00:00Z\",\"timezone\":0,\"before\":0,\"after\":0,\"precision\":11,\"calendarmodel\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q1985727\"},\"type\":\"time\"}":{"text\/html":{"en":{"P571":"26 November 2005"}},"text\/plain":{"en":{"P571":"26 November 2005"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P571 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P571" href="https://www.wikidata.org/wiki/Special:EntityPage/P571">inception</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M435566$2F176395-288B-43E9-A549-451525E105D8' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi>26 November 2005</bdi></h4></div></div></div></div></div></div></div></div><div id='P1163' data-property='P1163' data-statements='[{"mainsnak":{"snaktype":"value","property":"P1163","hash":"636199d1806c7cdbae57b4d4298f38fade12d052","datavalue":{"value":"image\/svg+xml","type":"string"}},"type":"statement","id":"M435566$47FAE437-C3B9-4E69-93EA-6DF275A855E7","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":1163,\"id\":\"P1163\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P1163\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P1163\">media type<\/a>"}},"text\/plain":{"en":{"":"media type"}}},"{\"value\":\"image\\\/svg+xml\",\"type\":\"string\"}":{"text\/html":{"en":{"P1163":"image\/svg+xml"}},"text\/plain":{"en":{"P1163":"image\/svg+xml"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P1163 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P1163" href="https://www.wikidata.org/wiki/Special:EntityPage/P1163">media type</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M435566$47FAE437-C3B9-4E69-93EA-6DF275A855E7' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi>image/svg+xml</bdi></h4></div></div></div></div></div></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&oldid=638391644">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&oldid=638391644</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:SVG_flags_of_provinces_of_Canada" title="Category:SVG flags of provinces of Canada">SVG flags of provinces of Canada</a></li><li><a href="/wiki/Category:Flag_of_Newfoundland_and_Labrador" title="Category:Flag of Newfoundland and Labrador">Flag of Newfoundland and Labrador</a></li><li><a href="/wiki/Category:Flags_resembling_the_Union_Jack" title="Category:Flags resembling the Union Jack">Flags resembling the Union Jack</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories: <ul><li><a href="/wiki/Category:PD_ineligible" title="Category:PD ineligible">PD ineligible</a></li><li><a href="/wiki/Category:With_insignia" title="Category:With insignia">With insignia</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript></div> <div class="printfooter">
|
||||
Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&oldid=150351212">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&oldid=150351212</a>" </div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:SVG_flags_of_provinces_of_Canada" title="Category:SVG flags of provinces of Canada">SVG flags of provinces of Canada</a></li><li><a href="/wiki/Category:Flag_of_Newfoundland_and_Labrador" title="Category:Flag of Newfoundland and Labrador">Flag of Newfoundland and Labrador</a></li><li><a href="/wiki/Category:Flags_resembling_the_Union_Flag" title="Category:Flags resembling the Union Flag">Flags resembling the Union Flag</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden category: <ul><li><a href="/wiki/Category:PD-author" title="Category:PD-author">PD-author</a></li></ul></div></div> <div class="visualClear"></div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Newfoundland+and+Labrador.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Newfoundland+and+Labrador.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Newfoundland_and_Labrador.svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="mw-list-item"><a href="/wiki/File_talk:Flag_of_Newfoundland_and_Labrador.svg" rel="discussion" title="Discussion about the content page [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="right-navigation">
|
||||
|
||||
<div id="mw-head">
|
||||
<div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
|
||||
<h3 id="p-personal-label">Personal tools</h3>
|
||||
<ul>
|
||||
<li id="pt-uls" class="active"><a href="#" class="uls-trigger autonym">English</a></li><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Newfoundland+and+Labrador.svg" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Newfoundland+and+Labrador.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li> </ul>
|
||||
</div>
|
||||
<div id="left-navigation">
|
||||
<div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
|
||||
<h3 id="p-namespaces-label">Namespaces</h3>
|
||||
<ul>
|
||||
<li id="ca-nstab-image" class="selected"><span><a href="/wiki/File:Flag_of_Newfoundland_and_Labrador.svg" title="View the file page [c]" accesskey="c">File</a></span></li>
|
||||
<li id="ca-talk"><span><a href="/wiki/File_talk:Flag_of_Newfoundland_and_Labrador.svg" rel="discussion" title="Discussion about the content page [t]" accesskey="t">Discussion</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
|
||||
<h3 id="p-variants-label">
|
||||
<span>Variants</span>
|
||||
</h3>
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<div class="menu">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
<div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
|
||||
<h3 id="p-views-label">Views</h3>
|
||||
<ul>
|
||||
<li id="ca-view" class="selected"><span><a href="/wiki/File:Flag_of_Newfoundland_and_Labrador.svg">View</a></span></li>
|
||||
<li id="ca-edit"><span><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=edit" title="Edit this page [e]" accesskey="e">Edit</a></span></li>
|
||||
<li id="ca-history" class="collapsible"><span><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=history" title="Past revisions of this page [h]" accesskey="h">History</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
|
||||
<h3 id="p-cactions-label"><span>More</span></h3>
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Newfoundland_and_Labrador.svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
<div class="menu">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="p-search" role="search">
|
||||
<h3>
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<form action="/w/index.php" id="searchform">
|
||||
<div id="simpleSearch">
|
||||
<input type="search" name="search" placeholder="Search Wikimedia Commons" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"/><input type="hidden" value="Special:Search" name="title"/><input type="submit" name="fulltext" value="Search" title="Search the pages for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/> </div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a></div>
|
||||
<div class="portal" role="navigation" id='p-navigation' aria-labelledby='p-navigation-label'>
|
||||
<h3 id='p-navigation-label'>Navigate</h3>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-welcome"><a href="/wiki/Commons:Welcome">Welcome</a></li><li id="n-portal"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things">Community portal</a></li><li id="n-village-pump"><a href="/wiki/Commons:Village_pump">Village pump</a></li><li id="n-help"><a href="/wiki/Special:MyLanguage/Help:Contents" title="The place to find out">Help center</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-participate' aria-labelledby='p-participate-label'>
|
||||
<h3 id='p-participate-label'>Participate</h3>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="n-uploadbtn"><a href="/wiki/Commons:Upload">Upload file</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li><li id="n-latestfiles"><a href="/wiki/Special:NewFiles">Latest files</a></li><li id="n-randomimage"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x">Random file</a></li><li id="n-contact"><a href="/wiki/Commons:Contact_us">Contact us</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-electronPdfService-sidebar-portlet-heading' aria-labelledby='p-electronPdfService-sidebar-portlet-heading-label'>
|
||||
<h3 id='p-electronPdfService-sidebar-portlet-heading-label'>Print/export</h3>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="electron-print_pdf"><a href="/w/index.php?title=Special:ElectronPdf&page=File%3AFlag+of+Newfoundland+and+Labrador.svg&action=redirect-to-electron">Download as PDF</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-tb' aria-labelledby='p-tb-label'>
|
||||
<h3 id='p-tb-label'>Tools</h3>
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Newfoundland_and_Labrador.svg" title="A list of all wiki pages that link here [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Newfoundland_and_Labrador.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&oldid=150351212" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Newfoundland_and_Labrador.svg&id=150351212" title="Information on how to cite this page">Cite this page</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" role="contentinfo">
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 17 February 2015, at 20:44.</li>
|
||||
<li id="footer-info-copyright">Text is available under the <a href="//creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike License</a>; additional terms may apply. By using this site, you agree to the <a href="//wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//wikimediafoundation.org/wiki/Privacy_policy">Privacy Policy.</a></li>
|
||||
</ul>
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://wikimediafoundation.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://wikimediafoundation.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
</ul>
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico">
|
||||
<a href="https://wikimediafoundation.org/"><img src="/static/images/wikimedia-button.png" srcset="/static/images/wikimedia-button-1.5x.png 1.5x, /static/images/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation"/></a> </li>
|
||||
<li id="footer-poweredbyico">
|
||||
<a href="//www.mediawiki.org/"><img src="/static/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/poweredby_mediawiki_132x47.png 1.5x, /static/images/poweredby_mediawiki_176x62.png 2x" width="88" height="31"/></a> </li>
|
||||
</ul>
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.052","walltime":"0.079","ppvisitednodes":{"value":898,"limit":1000000},"ppgeneratednodes":{"value":0,"limit":1500000},"postexpandincludesize":{"value":9683,"limit":2097152},"templateargumentsize":{"value":3993,"limit":2097152},"expansiondepth":{"value":10,"limit":40},"expensivefunctioncount":{"value":2,"limit":500},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 69.526 1 -total"," 72.56% 50.445 1 Template:Information"," 30.56% 21.246 1 Template:ISOdate"," 18.37% 12.774 1 Template:Easy-border"," 15.77% 10.963 1 Template:Autotranslate"," 8.90% 6.187 1 Template:PD-author"," 5.66% 3.938 11 Template:Dir"," 5.59% 3.886 3 Template:Description"," 5.45% 3.792 1 Template:Parse_source"," 4.95% 3.444 1 Template:PD-Layout"]},"scribunto":{"limitreport-timeusage":{"value":"0.011","limit":"10.000"},"limitreport-memusage":{"value":848986,"limit":52428800}},"cachereport":{"origin":"mw1242","timestamp":"20170903120654","ttl":1900800,"transientcontent":false}}});});</script><script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":98,"wgHostname":"mw1243"});});</script>
|
||||
</body>
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Newfoundland_and_Labrador.svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Newfoundland_and_Labrador.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&oldid=638391644" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M435566" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Newfoundland_and_Labrador.svg&id=638391644&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_Newfoundland_and_Labrador.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 14 March 2022, at 13:13.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Newfoundland_and_Labrador.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1319","timestamp":"20220403235949","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/d\/dd\/Flag_of_Newfoundland_and_Labrador.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_Newfoundland_and_Labrador.svg","uploadDate":"2022-01-10 05:43:00"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":315,"wgHostname":"mw1319"});});</script>
|
||||
</body>
|
||||
</html>
|
823
third_party/region-flags/html/CA-NS.html
vendored
823
third_party/region-flags/html/CA-NS.html
vendored
|
@ -3,233 +3,203 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Nova Scotia.svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script>
|
||||
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Nova_Scotia.svg","wgTitle":"Flag of Nova Scotia.svg","wgCurRevisionId":201339783,"wgRevisionId":201339783,"wgArticleId":2574771,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["CC-PD-Mark","PD-old-70-1923","With insignia","Derivative versions","Valid SVG created with Inkscape:Flags","Blue, red, white, yellow flags","Flag of Nova Scotia","Flags with centered coats of arms","Flags with lions facing left","Flags with the cross of Saint Andrew","SVG flags of provinces of Canada","SVG flags with an aspect ratio of 2:1"],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"File:Flag_of_Nova_Scotia.svg","wgRelevantArticleId":2574771,"wgRequestId":"WbV8QwpAMF0AAKRPz3cAAABD","wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgWikiEditorEnabledModules":{"toolbar":true,"preview":false,"publish":false},"wgBetaFeaturesFeatures":[],"wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en","usePageImages":true,"usePageDescriptions":true},"wgPreferredVariant":"en","wgMFExpandAllSectionsUserOption":false,"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgULSCurrentAutonym":"English","wgNoticeProject":"commons","wgCentralNoticeCookiesToDelete":[],"wgCentralNoticeCategoriesUsingLegacy":["Fundraising","fundraising"],"wgCategoryTreePageCategoryOptions":"{\"mode\":0,\"hideprefix\":20,\"showcount\":true,\"namespaces\":false}","wgCentralAuthMobileDomain":false,"wgVisualEditorToolbarScrollOffset":0,"wgVisualEditorUnsupportedEditParams":["preload","preloadparams","preloadtitle","undo","undoafter","veswitched"],"wgEditSubmitButtonLabelPublish":true});mw.loader.state({"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.globalCssJs.user.styles":"ready","ext.globalCssJs.site.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"loading","user.tokens":"loading","filepage":"ready","mediawiki.action.view.filepage":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.pt":"ready","ext.wikimediaBadges":"ready","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","mediawiki.sectionAnchor":"ready","mediawiki.skinning.interface":"ready","skins.vector.styles":"ready","ext.globalCssJs.user":"ready","ext.globalCssJs.site":"ready"});mw.loader.implement("user.options@0bhc5ha",function($,jQuery,require,module){mw.user.options.set([]);});mw.loader.implement("user.tokens@1dqfd7l",function ( $, jQuery, require, module ) {
|
||||
mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});/*@nomin*/
|
||||
|
||||
});mw.loader.load(["site","mediawiki.page.startup","mediawiki.user","mediawiki.hidpi","mediawiki.page.ready","mediawiki.searchSuggest","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.UploadWizard","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice","ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging.subscriber","ext.wikimediaEvents","ext.navigationTiming","ext.uls.eventlogger","ext.uls.init","ext.uls.interface","ext.centralNotice.geoIP","ext.centralNotice.startUp","skins.vector.js"]);});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cmediawiki.action.view.filepage%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.sectionAnchor%7Cmediawiki.skinning.interface%7Cskins.vector.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector"></script>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"9d158305-297a-4dc1-8f80-800874068aa7","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Nova_Scotia.svg","wgTitle":"Flag of Nova Scotia.svg","wgCurRevisionId":646033136,"wgRevisionId":646033136,"wgArticleId":2574771,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Valid SVG created with perl","CC-PD-Mark","PD-old-70-expired","With insignia","Blue, red, white, yellow flags","Flag of Nova Scotia","Flags with centered coats of arms","Flags with lions facing left","Flags with the cross of Saint Andrew",
|
||||
"SVG flags of provinces of Canada","SVG flags with an aspect ratio of 2:1","Banners of arms - Canada","Flags with coats of arms - Canada"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"File:Flag_of_Nova_Scotia.svg","wgRelevantArticleId":2574771,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":900,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":
|
||||
"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,"wbTaintedReferencesEnabled":false,"wbEntityId":"M2574771","wgEditSubmitButtonLabelPublish":true,"wbUserSpecifiedLanguages":["en"],"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item","P571":"time"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php","wbmiSupportedDataTypes":["wikibase-item","string","quantity","time",
|
||||
"monolingualtext","external-id","globe-coordinate","url"],"wbCurrentRevision":646033136,"wbEntity":{"type":"mediainfo","id":"M2574771","labels":{"en":{"language":"en","value":"Flag of Nova Scotia, Canada"},"tr":{"language":"tr","value":"(Yeni İskoçya) Nova Scotia, Kanada bayrağı."},"ml":{"language":"ml","value":"നോവാ സ്കോഷ്യാ"},"fr":{"language":"fr","value":"Drapeau de la Nouvelle-Écosse"},"am":{"language":"am","value":"Flag of Nova Scotia, Canada"}},"descriptions":[],"statements":{"P571":[{"mainsnak":{"snaktype":"value","property":"P571","hash":"148690f1a9cfdf167d01e8a4681ae241d9ed0cc7","datavalue":{"value":{"time":"+2005-11-26T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http://www.wikidata.org/entity/Q1985727"},"type":"time"}},"type":"statement","id":"M2574771$7071BFDD-AD02-401E-8E5E-432D0353AE81","rank":"normal"}],"P180":[{"mainsnak":{"snaktype":"value","property":"P180","hash":"2b39ea995129cd2545cffa24396334106e9bf582",
|
||||
"datavalue":{"value":{"entity-type":"item","numeric-id":601976,"id":"Q601976"},"type":"wikibase-entityid"}},"type":"statement","id":"M2574771$d7043a48-d567-488f-973a-4d03fbd02527","rank":"normal"}]}},"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":
|
||||
"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={
|
||||
"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","wikibase.common":"ready","jquery.wikibase.toolbar.styles":"ready","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["wikibase.entityPage.entityLoaded","wikibase.ui.entityViewInit","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice",
|
||||
"ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cjquery.wikibase.toolbar.styles%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.common%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=ext.gadget.Long-Image-Names-in-Categories&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<noscript><link rel="stylesheet" href="/w/load.php?debug=false&lang=en&modules=noscript&only=styles&skin=vector"/></noscript>
|
||||
<meta name="generator" content="MediaWiki 1.30.0-wmf.17"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1200px-Flag_of_Nova_Scotia.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="600"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/800px-Flag_of_Nova_Scotia.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="400"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/640px-Flag_of_Nova_Scotia.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="320"/>
|
||||
<meta property="og:title" content="File:Flag of Nova Scotia.svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M2574771.json" type="application/json"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M2574771.php" type="application/vnd.php.serialized"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M2574771.n3" type="text/n3"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M2574771.ttl" type="text/turtle"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M2574771.nt" type="application/n-triples"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M2574771.rdf" type="application/rdf+xml"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M2574771.jsonld" type="application/ld+json"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_Nova_Scotia.svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=edit"/>
|
||||
<link rel="edit" title="Edit" href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="alternate" type="application/atom+xml" title="Wikimedia Commons Atom feed" href="/w/index.php?title=Special:RecentChanges&feed=atom"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_Nova_Scotia.svg"/>
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<!--[if lt IE 9]><script src="/resources/lib/html5shiv/html5shiv.min.js"></script><![endif]-->
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject page-File_Flag_of_Nova_Scotia_svg rootpage-File_Flag_of_Nova_Scotia_svg skin-vector action-view"> <div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Nova_Scotia_svg rootpage-File_Flag_of_Nova_Scotia_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M2574771"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Nova Scotia.svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators mw-body-content">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading" lang="en">File:Flag of Nova Scotia.svg</h1>
|
||||
<div id="bodyContent" class="mw-body-content">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="jump-to-nav" class="mw-jump">
|
||||
Jump to: <a href="#mw-head">navigation</a>, <a href="#p-search">search</a>
|
||||
</div>
|
||||
<div id="mw-content-text"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg"><img alt="File:Flag of Nova Scotia.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/800px-Flag_of_Nova_Scotia.svg.png" width="800" height="400" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1200px-Flag_of_Nova_Scotia.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1600px-Flag_of_Nova_Scotia.svg.png 2x" data-file-width="1200" data-file-height="600" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/800px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">800 × 400 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/320px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">320 × 160 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/640px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">640 × 320 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1024px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">1,024 × 512 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1280px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">1,280 × 640 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1200px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">1,200 × 600 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg" class="internal" title="Flag of Nova Scotia.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 1,200 × 600 pixels, file size: 37 KB)</span>
|
||||
</div>
|
||||
<div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><div class="hproduct commons-file-information-table">
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg"><img alt="File:Flag of Nova Scotia.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/800px-Flag_of_Nova_Scotia.svg.png?20210502054049" decoding="async" width="800" height="400" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1200px-Flag_of_Nova_Scotia.svg.png?20210502054049 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1600px-Flag_of_Nova_Scotia.svg.png?20210502054049 2x" data-file-width="1200" data-file-height="600" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/800px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">800 × 400 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/320px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">320 × 160 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/640px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">640 × 320 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1024px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">1,024 × 512 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/1280px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">1,280 × 640 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/2560px-Flag_of_Nova_Scotia.svg.png" class="mw-thumbnail-link">2,560 × 1,280 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg" class="internal" title="Flag of Nova Scotia.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 1,200 × 600 pixels, file size: 10 KB)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value'>Flag of Nova Scotia, Canada</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Turkish</label><div lang='tr' dir='ltr' class='wbmi-caption-value'>(Yeni İskoçya) Nova Scotia, Kanada bayrağı.</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Malayalam</label><div lang='ml' dir='ltr' class='wbmi-caption-value'>നോവാ സ്കോഷ്യാ</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>French</label><div lang='fr' dir='ltr' class='wbmi-caption-value'>Drapeau de la Nouvelle-Écosse</div></div><div style='display:none;' class='wbmi-entityview-caption wbmi-entityview-hideable oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>Amharic</label><div lang='am' dir='ltr' class='wbmi-caption-value'>Flag of Nova Scotia, Canada</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<div class="hproduct commons-file-information-table">
|
||||
<table class="fileinfotpl-type-information toccolours vevent mw-content-ltr" style="width: 100%; direction: ltr;" cellpadding="4">
|
||||
<tr style="vertical-align: top">
|
||||
|
||||
<tbody><tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en">Description<span class="summary fn" style="display:none">Flag of Nova Scotia.svg</span></td>
|
||||
<td class="description">
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en" style=""><span class="language en" title=""><b>English:</b></span> <a href="https://en.wikipedia.org/wiki/Flag_of_Nova_Scotia" class="extiw" title="en:Flag of Nova Scotia">Flag of Nova Scotia</a></div>
|
||||
<div class="description mw-content-ltr fr" dir="ltr" lang="fr" style=""><span class="language fr" title="Français"><b>Français :</b></span> <a href="https://fr.wikipedia.org/wiki/Drapeau_de_la_Nouvelle-%C3%89cosse" class="extiw" title="fr:Drapeau de la Nouvelle-Écosse">Drapeau de la Nouvelle-Écosse</a></div>
|
||||
<div class="description mw-content-ltr ru" dir="ltr" lang="ru" style=""><span class="language ru" title=""><b>Русский:</b></span> Флаг <a href="https://ru.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F_%D0%A8%D0%BE%D1%82%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" class="extiw" title="ru:Новая Шотландия">Новой Шотландии</a></div>
|
||||
</td>
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en" title="English"><b>English: </b></span> Flag of Nova Scotia.</div> <div class="description mw-content-ltr fr" dir="ltr" lang="fr"><span class="language fr" title="French"><b>Français : </b></span> Drapeau de la Nouvelle-Écosse.</div> <br /> <a href="/wiki/File:FIAV_110000.svg" class="image"><img alt="FIAV 110000.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/FIAV_110000.svg/50px-FIAV_110000.svg.png" decoding="async" width="50" height="33" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/FIAV_110000.svg/75px-FIAV_110000.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/FIAV_110000.svg/100px-FIAV_110000.svg.png 2x" data-file-width="320" data-file-height="210" /></a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_date" class="fileinfo-paramfield" lang="en">Date</td>
|
||||
<td lang="en"><span style="white-space:nowrap"><time class="dtstart" datetime="1858">1858</time></span></td>
|
||||
<td lang="en">
|
||||
26 November 2005 (original upload date)</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en">Source</td>
|
||||
<td><a rel="nofollow" class="external free" href="http://www.gov.ns.ca/cmns/flagspublic.asp">http://www.gov.ns.ca/cmns/flagspublic.asp</a></td>
|
||||
<td>
|
||||
<a rel="nofollow" class="external autonumber" href="http://www.gov.ns.ca/cmns/flagspublic.asp">[1]</a> (dead link)</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en">Author</td>
|
||||
<td><span lang="en">Unknown</span> (first version of this particular image, as uploaded 8 February 2006).<br />
|
||||
Some modifications by <a href="/wiki/User:Zscout370" title="User:Zscout370">Zscout370</a>.</td>
|
||||
</tr>
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_perm" class="fileinfo-paramfield" lang="en">Permission<br />
|
||||
<small>(<a href="/wiki/Commons:Reusing_content_outside_Wikimedia" title="Commons:Reusing content outside Wikimedia">Reusing this file</a>)</small></td>
|
||||
<td>
|
||||
The original uploader was <a href="/w/index.php?title=User:Kooma&action=edit&redlink=1" class="new" title="User:Kooma (page does not exist)">Kooma</a> at <a href="/wiki/Main_Page" title="Main Page"> Wikimedia Commons</a>. Updated images provided by <a href="/w/index.php?title=User:FJDEACKB&action=edit&redlink=1" class="new" title="User:FJDEACKB (page does not exist)">FJDEACKB</a>, <a href="/wiki/User:Zscout370" title="User:Zscout370">Zscout370</a>, and <a href="/wiki/User:Denelson83" title="User:Denelson83">Denelson83</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top"><td style="" class="fileinfo-paramfield">SVG development<div style="display: none;">InfoField</div></td><td style=""><span style="vertical-align:middle"><span style="display:inline-block;width:auto;white-space:nowrap;vertical-align:middle;direction:ltr;float:ltr;line-height:22px;height:24px;font-size:.96em;margin:0px;padding:2px 4px 2px 6px;color:#000;background:#F8F9FA;border:1px solid #BAB;padding:2px 4px 2px 0px;"><a href="/wiki/File:W3C_grn.svg" class="image"><img alt="W3C grn.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/W3C_grn.svg/40px-W3C_grn.svg.png" decoding="async" width="40" height="24" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/W3C_grn.svg/60px-W3C_grn.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/W3C_grn.svg/80px-W3C_grn.svg.png 2x" data-file-width="288" data-file-height="174" /></a> The <a href="/wiki/Help:SVG" title="Help:SVG">SVG</a> code is <span class="plainlinks" style="background:#CE8"><a rel="nofollow" class="external text" href="//validator.w3.org/check?uri=https%3A%2F%2Fcommons.wikimedia.org%2Fwiki%2FSpecial%3AFilepath%2FFlag_of_Nova_Scotia.svg&doctype=Inline&ss=1#source">valid</a></span>.</span><span style="display:inline-block;width:auto;white-space:nowrap;vertical-align:middle;direction:ltr;float:ltr;line-height:22px;height:24px;font-size:.96em;margin:0px;padding:2px 4px 2px 6px;color:#000;background:#F8F9FA;border:1px solid #BAB;"><a href="/wiki/File:BlueOnionCut.png" class="image"><img alt="BlueOnionCut.png" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/BlueOnionCut.png/22px-BlueOnionCut.png" decoding="async" width="22" height="22" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/BlueOnionCut.png/33px-BlueOnionCut.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/BlueOnionCut.png/44px-BlueOnionCut.png 2x" data-file-width="800" data-file-height="800" /></a> This  flag was created with <a href="https://en.wikipedia.org/wiki/perl" class="extiw" title="w:perl">perl</a>.</span></span></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /></td>
|
||||
<tbody><tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td>
|
||||
<p><span lang="en" class="description en">This work is in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="en:public domain">public domain</a></b> in its country of origin and other countries and areas where the <a href="https://en.wikipedia.org/wiki/List_of_countries%27_copyright_length" class="extiw" title="w:List of countries' copyright length">copyright term</a> is the author's <b>life plus 70 years or less</b>.</span></p>
|
||||
<p>This work is in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="en:public domain">public domain</a></b> in its country of origin and other countries and areas where the <a href="https://en.wikipedia.org/wiki/List_of_countries%27_copyright_lengths" class="extiw" title="w:List of countries' copyright lengths">copyright term</a> is the author's <b>life plus 70 years or fewer</b>.
|
||||
</p>
|
||||
<hr />
|
||||
<p><span lang="en" class="description en">This work is in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="en:public domain">public domain</a></b> in the <a href="https://en.wikipedia.org/wiki/United_States" class="extiw" title="en:United States">United States</a> because it was <a href="/wiki/Commons:Publication" title="Commons:Publication">published</a> (or registered with the <a href="https://en.wikipedia.org/wiki/United_States_Copyright_Office" class="extiw" title="en:United States Copyright Office">U.S. Copyright Office</a>) before January 1, 1923.</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<p>This work is in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="en:public domain">public domain</a></b> in the <a href="https://en.wikipedia.org/wiki/United_States" class="extiw" title="en:United States">United States</a> because it was <a href="/wiki/Commons:Publication" title="Commons:Publication">published</a> (or registered with the <a href="https://en.wikipedia.org/wiki/United_States_Copyright_Office" class="extiw" title="en:United States Copyright Office">U.S. Copyright Office</a>) before January 1, 1927.
|
||||
</p>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<center><span style="font-size:x-small;line-height:140%" class="plainlinks"><a rel="nofollow" class="external text" href="https://creativecommons.org/publicdomain/mark/1.0/deed.en">This file has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.</a></span></center>
|
||||
<td colspan="2" style="text-align:center;font-size:x-small;line-height:140%;" class="plainlinks"><a rel="nofollow" class="external text" href="https://creativecommons.org/publicdomain/mark/1.0/deed.en">This file has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.</a>
|
||||
</td></tr></tbody></table><p><span class="licensetpl_link" style="display:none;">https://creativecommons.org/publicdomain/mark/1.0/</span><span class="licensetpl_short" style="display:none;">PDM</span><span class="licensetpl_long" style="display:none;">Creative Commons Public Domain Mark 1.0</span><span class="licensetpl_link_req" style="display:none;">false</span><span class="licensetpl_attr_req" style="display:none;">false</span>
|
||||
</p><table cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa;" lang="en" dir="ltr" class="layouttemplate restrictiontemplate mw-content-ltr restriction-insignia">
|
||||
<tbody><tr>
|
||||
<td style="border:none; width:64px;"><a href="/wiki/Commons:Non-copyright_restrictions" title="Insignia"><img alt="Insignia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/64px-Coat-elements-2.png" decoding="async" width="64" height="77" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/96px-Coat-elements-2.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/128px-Coat-elements-2.png 2x" data-file-width="609" data-file-height="731" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa;" lang="en" dir="ltr" class="layouttemplate restrictiontemplate mw-content-ltr restriction-insignia">
|
||||
<tr>
|
||||
<td style="border:none;" width="64px"><a href="/wiki/Commons:Non-copyright_restrictions" title="Insignia"><img alt="Insignia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/64px-Coat-elements-2.png" width="64" height="77" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/96px-Coat-elements-2.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/128px-Coat-elements-2.png 2x" data-file-width="609" data-file-height="731" /></a></td>
|
||||
<td style="border:none;">
|
||||
<p><span lang="en" class="description en">This image shows a <a href="https://en.wikipedia.org/wiki/flag" class="extiw" title="w:flag">flag</a>, a <a href="https://en.wikipedia.org/wiki/coat_of_arms" class="extiw" title="w:coat of arms">coat of arms</a>, a <a href="https://en.wikipedia.org/wiki/seal_(device)" class="extiw" title="w:seal (device)">seal</a> or some other official <b><a href="https://en.wikipedia.org/wiki/insignia" class="extiw" title="w:insignia">insignia</a></b>. The use of such symbols is restricted in many countries. These restrictions are independent of the <a href="https://en.wikipedia.org/wiki/copyright" class="extiw" title="w:copyright">copyright</a> status.</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_ver" class="fileinfo-paramfield" lang="en">Other versions</td>
|
||||
<td>
|
||||
<p>Derivative works of this file:</p>
|
||||
<ul>
|
||||
<li><a href="/wiki/File:Australian_Scottish-heritage_flag.svg" title="File:Australian Scottish-heritage flag.svg">Australian Scottish-heritage flag.svg</a></li>
|
||||
<li><a href="/wiki/File:Flag_of_Nova_Scotia_(historic_3_by_4_ratio).svg" title="File:Flag of Nova Scotia (historic 3 by 4 ratio).svg">Flag of Nova Scotia (historic 3 by 4 ratio).svg</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td style="" class="fileinfo-paramfield">SVG development</td>
|
||||
<td style="">
|
||||
<div lang="en" class="mw-content-ltr plainlinks">
|
||||
<div class="mw-content-ltr">
|
||||
<table cellspacing="0" style="color:#000;background:#DDD;border:1px solid #BBB;margin:.1em;width:;background:#EEE;float:left" class="createdwithtemplate layouttemplate">
|
||||
<tr>
|
||||
<td style="width:1.2em;height:1.2em;padding:.2em;background:#CE8">
|
||||
<div class="center">
|
||||
<div class="floatnone"><a href="//validator.w3.org/" rel="nofollow"><img alt="W3C icon.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/W3C_icon.svg/24px-W3C_icon.svg.png" width="24" height="13" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/W3C_icon.svg/36px-W3C_icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/W3C_icon.svg/48px-W3C_icon.svg.png 2x" data-file-width="212" data-file-height="114" /></a></div>
|
||||
</div>
|
||||
</td>
|
||||
<td style="font-size:.85em;padding:.2em;vertical-align:middle;">The source code of this <a href="/wiki/Help:SVG" title="Help:SVG">SVG</a> is <a rel="nofollow" class="external text" href="//validator.w3.org/check?uri=https%3A%2F%2Fcommons.wikimedia.org%2Fwiki%2FSpecial%3AFilepath%2FFlag_of_Nova_Scotia.svg&ss=1#source"><span style="background:#CE8">valid</span></a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mw-content-ltr">
|
||||
<table cellspacing="0" style="color:#000;background:#DDD;border:1px solid #BBB;margin:.1em;width:;float:left;height:1.2em;vertical-align:middle" class="createdwithtemplate layouttemplate">
|
||||
<tr>
|
||||
<td style="width:1.2em;height:1.2em;padding:.2em;">
|
||||
<div class="center">
|
||||
<div class="floatnone"><a href="/wiki/File:Inkscape-yes.svg" title="File:Inkscape-yes.svg"><img alt="Inkscape-yes.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Inkscape-yes.svg/20px-Inkscape-yes.svg.png" width="20" height="20" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Inkscape-yes.svg/30px-Inkscape-yes.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Inkscape-yes.svg/40px-Inkscape-yes.svg.png 2x" data-file-width="500" data-file-height="500" /></a></div>
|
||||
</div>
|
||||
</td>
|
||||
<td style="font-size:.85em;padding:.2em;vertical-align:middle;">This flag was created with <a href="/wiki/Help:Inkscape" title="Help:Inkscape">Inkscape</a>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<p><br /></p>
|
||||
<table style="border:2px solid #d3d3d3; width:100%; background-color:white; text-align:center; direction:ltr;" class="layouttemplate messagebox">
|
||||
<tr>
|
||||
<td colspan="2" style="padding-top:.5em;"><span lang="en" class="description en">It is easy to put a border around this image</span>:</td>
|
||||
<td rowspan="2"><img alt="Flag of Nova Scotia.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/100px-Flag_of_Nova_Scotia.svg.png" width="100" height="50" class="thumbborder" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/150px-Flag_of_Nova_Scotia.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/200px-Flag_of_Nova_Scotia.svg.png 2x" data-file-width="1200" data-file-height="600" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<pre>
|
||||
[[File:Flag of Nova Scotia.svg|<b>border</b>|100px]]
|
||||
</pre></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<td style="border:none;">This image shows a <a href="https://en.wikipedia.org/wiki/flag" class="extiw" title="w:flag">flag</a>, a <a href="https://en.wikipedia.org/wiki/coat_of_arms" class="extiw" title="w:coat of arms">coat of arms</a>, a <a href="https://en.wikipedia.org/wiki/seal_(device)" class="extiw" title="w:seal (device)">seal</a> or some other official <b><a href="https://en.wikipedia.org/wiki/insignia" class="extiw" title="w:insignia">insignia</a></b>. The use of such symbols is restricted in many countries. These restrictions are independent of the <a href="https://en.wikipedia.org/wiki/copyright" class="extiw" title="w:copyright">copyright</a> status.
|
||||
</td></tr></tbody></table>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1258
|
||||
Cached time: 20170910175411
|
||||
Cache expiry: 86400
|
||||
Dynamic content: true
|
||||
CPU time usage: 0.148 seconds
|
||||
Real time usage: 0.227 seconds
|
||||
Preprocessor visited node count: 3562/1000000
|
||||
Preprocessor generated node count: 0/1500000
|
||||
Post‐expand include size: 44673/2097152 bytes
|
||||
Template argument size: 15122/2097152 bytes
|
||||
Highest expansion depth: 25/40
|
||||
Expensive parser function count: 7/500
|
||||
Lua time usage: 0.039/10.000 seconds
|
||||
Lua memory usage: 1.69 MB/50 MB
|
||||
Parsed by mw1424
|
||||
Cached time: 20220402102504
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.274 seconds
|
||||
Real time usage: 0.360 seconds
|
||||
Preprocessor visited node count: 4452/1000000
|
||||
Post‐expand include size: 36715/2097152 bytes
|
||||
Template argument size: 4624/2097152 bytes
|
||||
Highest expansion depth: 34/100
|
||||
Expensive parser function count: 4/500
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 8/5000000 bytes
|
||||
Lua time usage: 0.093/10.000 seconds
|
||||
Lua memory usage: 2129482/52428800 bytes
|
||||
Number of Wikibase entities loaded: 1/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 200.720 1 -total
|
||||
97.20% 195.100 1 Template:Information
|
||||
40.38% 81.050 1 Template:Igen
|
||||
32.19% 64.616 1 Template:InFi
|
||||
21.15% 42.461 4 Template:Autotranslate
|
||||
20.46% 41.063 1 Template:Created_with_Inkscape
|
||||
11.16% 22.398 1 Template:SVGvalid
|
||||
10.55% 21.175 1 Template:PD-old-70-1923
|
||||
10.47% 21.022 2 Template:Created_with
|
||||
10.00% 20.081 1 Template:Insignia
|
||||
100.00% 318.860 1 -total
|
||||
85.17% 271.579 1 Template:Information
|
||||
52.36% 166.946 1 Template:Igen
|
||||
43.62% 139.096 1 Template:InFi
|
||||
28.53% 90.964 1 Template:Created_with_perl
|
||||
23.16% 73.849 3 Template:Autotranslate
|
||||
18.32% 58.407 2 Template:Created_with/layout
|
||||
13.75% 43.838 1 Template:SVGvalid
|
||||
13.39% 42.703 7 Template:LangSwitch
|
||||
13.06% 41.651 1 Template:Ifsvg
|
||||
-->
|
||||
</div>
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:2574771-0!canonical and timestamp 20170910175411 and revision id 201339783
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:2574771-0!wb=3 and timestamp 20220402102526 and revision id 646033136. Serialized with JSON.
|
||||
-->
|
||||
</div><h2 id="filehistory">File history</h2>
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>(newest | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Nova Scotia.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=20070909192425#filehistory" class="mw-nextlink" title="File:Flag of Nova Scotia.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">500</a>)
|
||||
</p>(newest | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Nova Scotia.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=20190808002018#filehistory" class="mw-nextlink" title="File:Flag of Nova Scotia.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">500</a>)
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class='filehistory-selected' style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg">22:04, 17 November 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 22:04, 17 November 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(37 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 23:23, 18 October 2009 (NS Gov emailed me back and told me they were wrong, 1x2 ratio is official)</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091117220441%21Flag_of_Nova_Scotia.svg">18:14, 20 October 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091117220441%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 18:14, 20 October 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20091117220441%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="90" data-file-width="800" data-file-height="600" /></a></td><td>800 × 600 <span style="white-space: nowrap;">(37 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">I got a letter back from the NS Government; ratio is 3x4.</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091020181431%21Flag_of_Nova_Scotia.svg">23:23, 18 October 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091020181431%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 23:23, 18 October 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20091020181431%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(37 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Decrease code a bit, fixed the crosses</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091018232317%21Flag_of_Nova_Scotia.svg">23:16, 18 October 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091018232317%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 23:16, 18 October 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20091018232317%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(36 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 02:54, 22 September 2007 http://www.gov.ns.ca/cmns/flagspublic.asp says current law states ratio of 1x2, 3x4 is historic</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091018231629%21Flag_of_Nova_Scotia.svg">21:37, 18 October 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091018231629%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 21:37, 18 October 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20091018231629%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="80" data-file-width="744" data-file-height="496" /></a></td><td>744 × 496 <span style="white-space: nowrap;">(38 KB)</span></td><td><a href="/wiki/User:Bugoslav" class="mw-userlink" title="User:Bugoslav"><bdi>Bugoslav</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Bugoslav" class="mw-usertoollinks-talk" title="User talk:Bugoslav">talk</a> | <a href="/wiki/Special:Contributions/Bugoslav" class="mw-usertoollinks-contribs" title="Special:Contributions/Bugoslav">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 07:14, 17 August 2007 See talk.</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091018213744%21Flag_of_Nova_Scotia.svg">02:54, 22 September 2007</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20091018213744%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 02:54, 22 September 2007" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20091018213744%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(36 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Making some of the lion one path, as demonstrated in the official images</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070922025409%21Flag_of_Nova_Scotia.svg">07:24, 14 September 2007</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070922025409%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 07:24, 14 September 2007" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20070922025409%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(38 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Fixed shield</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070914072450%21Flag_of_Nova_Scotia.svg">02:08, 12 September 2007</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070914072450%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 02:08, 12 September 2007" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20070914072450%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(39 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Fixing pantone hues of the flag</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070912020808%21Flag_of_Nova_Scotia.svg">03:33, 11 September 2007</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070912020808%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 03:33, 11 September 2007" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20070912020808%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(39 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 13:21, 19 October 2006</td></tr>
|
||||
<tr><td></td><td style='white-space: nowrap;'><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070911033356%21Flag_of_Nova_Scotia.svg">19:24, 9 September 2007</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20070911033356%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 19:24, 9 September 2007" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20070911033356%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" width="120" height="59" data-file-width="1000" data-file-height="495" /></a></td><td>1,000 × 495 <span style="white-space: nowrap;">(32 KB)</span></td><td><a href="/wiki/User:Zscout370" class="mw-userlink" title="User:Zscout370"><bdi>Zscout370</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Zscout370" class="mw-usertoollinks-talk" title="User talk:Zscout370">talk</a> | <a href="/wiki/Special:Contributions/Zscout370" class="mw-usertoollinks-contribs" title="Special:Contributions/Zscout370">contribs</a>)</span></span></td><td dir="ltr">Uploading from en.wp</td></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg">05:40, 2 May 2021</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 05:40, 2 May 2021" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png?20210502054049" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(10 KB)</span></td><td><a href="/wiki/User:Great_Brightstar" class="mw-userlink" title="User:Great Brightstar"><bdi>Great Brightstar</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Great_Brightstar" class="mw-usertoollinks-talk" title="User talk:Great Brightstar">talk</a> | <a href="/wiki/Special:Contributions/Great_Brightstar" class="mw-usertoollinks-contribs" title="Special:Contributions/Great Brightstar">contribs</a>)</span></span></td><td dir="ltr">Reimplement the border of shield</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20210502054048%21Flag_of_Nova_Scotia.svg">13:35, 3 August 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20210502054048%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 13:35, 3 August 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20210502054048%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(9 KB)</span></td><td><a href="/wiki/User:Great_Brightstar" class="mw-userlink" title="User:Great Brightstar"><bdi>Great Brightstar</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Great_Brightstar" class="mw-usertoollinks-talk" title="User talk:Great Brightstar">talk</a> | <a href="/wiki/Special:Contributions/Great_Brightstar" class="mw-usertoollinks-contribs" title="Special:Contributions/Great Brightstar">contribs</a>)</span></span></td><td dir="ltr">Adjust the point of shield</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200803133554%21Flag_of_Nova_Scotia.svg">21:40, 19 July 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200803133554%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 21:40, 19 July 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200803133554%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(7 KB)</span></td><td><a href="/wiki/User:Ebe123" class="mw-userlink" title="User:Ebe123"><bdi>Ebe123</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Ebe123" class="mw-usertoollinks-talk" title="User talk:Ebe123">talk</a> | <a href="/wiki/Special:Contributions/Ebe123" class="mw-usertoollinks-contribs" title="Special:Contributions/Ebe123">contribs</a>)</span></span></td><td dir="ltr">Should be the status quo during the discussion about this change in Talk. While the coat of arms is often represented with the blue features, never saw the flag with</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200719214005%21Flag_of_Nova_Scotia.svg">23:17, 26 May 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200719214005%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 23:17, 26 May 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200719214005%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(37 KB)</span></td><td><a href="/w/index.php?title=User:FJDEACKB&action=edit&redlink=1" class="new mw-userlink" title="User:FJDEACKB (page does not exist)"><bdi>FJDEACKB</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:FJDEACKB" class="mw-usertoollinks-talk" title="User talk:FJDEACKB">talk</a> | <a href="/wiki/Special:Contributions/FJDEACKB" class="mw-usertoollinks-contribs" title="Special:Contributions/FJDEACKB">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 20:15, 22 May 2020 UTC). The previous edit should have read vexillological designs and I apologise. MapGrid: In regards to your reverting to a lower quality shield, it is inconsistent with the the arms of Scotland as they are on commons, and therefore contrary to The Provincial Flag (Nova Scotia) Act 2013 which specifies the flag as ‘Argent, a Cross of St. Andrew Azure, charged with an escutcheon of the Royal Arms of Scotland.’ While I would understand your point wer...</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200526231729%21Flag_of_Nova_Scotia.svg">14:42, 25 May 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200526231729%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 14:42, 25 May 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200526231729%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(7 KB)</span></td><td><a href="/wiki/User:MapGrid" class="mw-userlink" title="User:MapGrid"><bdi>MapGrid</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:MapGrid" class="mw-usertoollinks-talk" title="User talk:MapGrid">talk</a> | <a href="/wiki/Special:Contributions/MapGrid" class="mw-usertoollinks-contribs" title="Special:Contributions/MapGrid">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 20:43, 22 May 2020 (UTC). Sorry FJDEACKB. Ecological what? Heraldic drawings may use many fancy colours and designs, but this is a flag. No flag of Nova Scotia has ever had multiple shades of red and pink; you cannot suddenly change that.</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200525144219%21Flag_of_Nova_Scotia.svg">00:04, 25 May 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200525144219%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 00:04, 25 May 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200525144219%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(37 KB)</span></td><td><a href="/w/index.php?title=User:FJDEACKB&action=edit&redlink=1" class="new mw-userlink" title="User:FJDEACKB (page does not exist)"><bdi>FJDEACKB</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:FJDEACKB" class="mw-usertoollinks-talk" title="User talk:FJDEACKB">talk</a> | <a href="/wiki/Special:Contributions/FJDEACKB" class="mw-usertoollinks-contribs" title="Special:Contributions/FJDEACKB">contribs</a>)</span></span></td><td dir="ltr">Reverted to version as of 20:15, 22 May 2020 (UTC) : unless stated in regulations the below reasons are not reason to overwrite an image much more consistent with other high quality heraldic and ecological</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200525000400%21Flag_of_Nova_Scotia.svg">20:43, 22 May 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200525000400%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 20:43, 22 May 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200525000400%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(7 KB)</span></td><td><a href="/wiki/User:MapGrid" class="mw-userlink" title="User:MapGrid"><bdi>MapGrid</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:MapGrid" class="mw-usertoollinks-talk" title="User talk:MapGrid">talk</a> | <a href="/wiki/Special:Contributions/MapGrid" class="mw-usertoollinks-contribs" title="Special:Contributions/MapGrid">contribs</a>)</span></span></td><td dir="ltr">Admittedly, the government does not do a good job of telling what the flag should look like. However, the flag in the NS press room has a pointy bottom and it does not use a tongued lion. [https://i.cbc.ca/1.5562085.1588967071!/fileImage/httpImage/image.jpg_gen/derivatives/original_1180/mcneil.jpg]</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200522204337%21Flag_of_Nova_Scotia.svg">20:15, 22 May 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200522204337%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 20:15, 22 May 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200522204337%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(37 KB)</span></td><td><a href="/w/index.php?title=User:FJDEACKB&action=edit&redlink=1" class="new mw-userlink" title="User:FJDEACKB (page does not exist)"><bdi>FJDEACKB</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:FJDEACKB" class="mw-usertoollinks-talk" title="User talk:FJDEACKB">talk</a> | <a href="/wiki/Special:Contributions/FJDEACKB" class="mw-usertoollinks-contribs" title="Special:Contributions/FJDEACKB">contribs</a>)</span></span></td><td dir="ltr">Updated shield</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200522201504%21Flag_of_Nova_Scotia.svg">15:32, 9 January 2020</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200522201504%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 15:32, 9 January 2020" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200522201504%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(9 KB)</span></td><td><a href="/wiki/User:Great_Brightstar" class="mw-userlink" title="User:Great Brightstar"><bdi>Great Brightstar</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Great_Brightstar" class="mw-usertoollinks-talk" title="User talk:Great Brightstar">talk</a> | <a href="/wiki/Special:Contributions/Great_Brightstar" class="mw-usertoollinks-contribs" title="Special:Contributions/Great Brightstar">contribs</a>)</span></span></td><td dir="ltr">Adjust the shield</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200109153227%21Flag_of_Nova_Scotia.svg">00:20, 8 August 2019</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/c/c0/20200109153227%21Flag_of_Nova_Scotia.svg"><img alt="Thumbnail for version as of 00:20, 8 August 2019" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/c/c0/20200109153227%21Flag_of_Nova_Scotia.svg/120px-Flag_of_Nova_Scotia.svg.png" decoding="async" width="120" height="60" data-file-width="1200" data-file-height="600" /></a></td><td>1,200 × 600 <span style="white-space: nowrap;">(7 KB)</span></td><td><a href="/wiki/User:MapGrid" class="mw-userlink" title="User:MapGrid"><bdi>MapGrid</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:MapGrid" class="mw-usertoollinks-talk" title="User talk:MapGrid">talk</a> | <a href="/wiki/Special:Contributions/MapGrid" class="mw-usertoollinks-contribs" title="Special:Contributions/MapGrid">contribs</a>)</span></span></td><td dir="ltr">Reduced file size. Fulfilled request from the talk page for a bigger shield. Symmetry Improvements. Applied consistent spacing between the double tressure lines. Set thickness of St. Andrew's cross to exactly 1/5 of flag width.</td></tr>
|
||||
</table>
|
||||
(newest | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Nova Scotia.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=20070909192425#filehistory" class="mw-nextlink" title="File:Flag of Nova Scotia.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">500</a>)
|
||||
(newest | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&dir=prev#filehistory" class="mw-lastlink" title="File:Flag of Nova Scotia.svg">oldest</a>) View (newer 10 | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=20190808002018#filehistory" class="mw-nextlink" title="File:Flag of Nova Scotia.svg" rel="next">older 10</a>) (<a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=10#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">10</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=20#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">20</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=50#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">50</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=100#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">100</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=250#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">250</a> | <a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&offset=&limit=500#filehistory" class="mw-numlink" title="File:Flag of Nova Scotia.svg">500</a>)
|
||||
</div>
|
||||
<ul>
|
||||
<li id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</li>
|
||||
</ul>
|
||||
<h2 id="filelinks">File usage on Commons</h2>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>The following 18 pages link to this file:
|
||||
<p>More than 100 pages use this file.
|
||||
The following list shows the first 100 pages that use this file only.
|
||||
A <a href="/wiki/Special:WhatLinksHere/File:Flag_of_Nova_Scotia.svg" title="Special:WhatLinksHere/File:Flag of Nova Scotia.svg">full list</a> is available.
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Cultural_flags" title="Cultural flags">Cultural flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flag" title="Flag">Flag</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_of_Canada_/_Drapeaux_du_Canada" title="Flags of Canada / Drapeaux du Canada">Flags of Canada / Drapeaux du Canada</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_with_animals" title="Flags with animals">Flags with animals</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Flags_with_crosses" title="Flags with crosses">Flags with crosses</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Gallery_of_flags_by_design" title="Gallery of flags by design">Gallery of flags by design</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Benoit_Rochon/M%C3%A9moire" title="User:Benoit Rochon/Mémoire">User:Benoit Rochon/Mémoire</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Brochon99/M%C3%A9moire" title="User:Brochon99/Mémoire">User:Brochon99/Mémoire</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Flag_Dude~commonswiki" title="User:Flag Dude~commonswiki">User:Flag Dude~commonswiki</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Fry1989/Favourite_Flags" title="User:Fry1989/Favourite Flags">User:Fry1989/Favourite Flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Jameslwoodward" title="User:Jameslwoodward">User:Jameslwoodward</a></li>
|
||||
|
@ -237,202 +207,373 @@ Transclusion expansion time report (%,ms,calls,template)
|
|||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:MTLskyline" title="User:MTLskyline">User:MTLskyline</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Tango7174/CANADA" title="User:Tango7174/CANADA">User:Tango7174/CANADA</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Bratach_Alba_Nuaidh.svg" title="File:Bratach Alba Nuaidh.svg">File:Bratach Alba Nuaidh.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_Nova_Scotia.jpg" title="File:Flag of Nova Scotia.jpg">File:Flag of Nova Scotia.jpg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_Nova_Scotia.svg" title="File:Flag of Nova Scotia.svg">File:Flag of Nova Scotia.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_Nova_Scotia_(historic_3_by_4_ratio).svg" title="File:Flag of Nova Scotia (historic 3 by 4 ratio).svg">File:Flag of Nova Scotia (historic 3 by 4 ratio).svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_the_Lieutenant-Governor_of_Nova_Scotia.svg" title="File:Flag of the Lieutenant-Governor of Nova Scotia.svg">File:Flag of the Lieutenant-Governor of Nova Scotia.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns11"><a href="/wiki/Template_talk:Assessments/Archive_1" title="Template talk:Assessments/Archive 1">Template talk:Assessments/Archive 1</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1749_in_Nova_Scotia" title="Category:1749 in Nova Scotia">Category:1749 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1750_in_Nova_Scotia" title="Category:1750 in Nova Scotia">Category:1750 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1758_in_Nova_Scotia" title="Category:1758 in Nova Scotia">Category:1758 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1759_in_Nova_Scotia" title="Category:1759 in Nova Scotia">Category:1759 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1768_in_Nova_Scotia" title="Category:1768 in Nova Scotia">Category:1768 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1780_in_Nova_Scotia" title="Category:1780 in Nova Scotia">Category:1780 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1851_in_Nova_Scotia" title="Category:1851 in Nova Scotia">Category:1851 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1859_in_Nova_Scotia" title="Category:1859 in Nova Scotia">Category:1859 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1860_in_Nova_Scotia" title="Category:1860 in Nova Scotia">Category:1860 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1862_in_Nova_Scotia" title="Category:1862 in Nova Scotia">Category:1862 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1864_in_Nova_Scotia" title="Category:1864 in Nova Scotia">Category:1864 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1871_in_Nova_Scotia" title="Category:1871 in Nova Scotia">Category:1871 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1873_in_Nova_Scotia" title="Category:1873 in Nova Scotia">Category:1873 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1874_in_Nova_Scotia" title="Category:1874 in Nova Scotia">Category:1874 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1878_in_Nova_Scotia" title="Category:1878 in Nova Scotia">Category:1878 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1883_in_Nova_Scotia" title="Category:1883 in Nova Scotia">Category:1883 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1884_in_Nova_Scotia" title="Category:1884 in Nova Scotia">Category:1884 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1890_in_Nova_Scotia" title="Category:1890 in Nova Scotia">Category:1890 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1894_in_Nova_Scotia" title="Category:1894 in Nova Scotia">Category:1894 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1897_in_Nova_Scotia" title="Category:1897 in Nova Scotia">Category:1897 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1899_in_Nova_Scotia" title="Category:1899 in Nova Scotia">Category:1899 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1901_in_Nova_Scotia" title="Category:1901 in Nova Scotia">Category:1901 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1906_in_Nova_Scotia" title="Category:1906 in Nova Scotia">Category:1906 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1910_in_Nova_Scotia" title="Category:1910 in Nova Scotia">Category:1910 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1911_in_Nova_Scotia" title="Category:1911 in Nova Scotia">Category:1911 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1912_in_Nova_Scotia" title="Category:1912 in Nova Scotia">Category:1912 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1917_in_Nova_Scotia" title="Category:1917 in Nova Scotia">Category:1917 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1920_in_Nova_Scotia" title="Category:1920 in Nova Scotia">Category:1920 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1921_in_Nova_Scotia" title="Category:1921 in Nova Scotia">Category:1921 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1922_in_Nova_Scotia" title="Category:1922 in Nova Scotia">Category:1922 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1928_in_Nova_Scotia" title="Category:1928 in Nova Scotia">Category:1928 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1929_in_Nova_Scotia" title="Category:1929 in Nova Scotia">Category:1929 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1930_in_Nova_Scotia" title="Category:1930 in Nova Scotia">Category:1930 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1936_in_Nova_Scotia" title="Category:1936 in Nova Scotia">Category:1936 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1942_in_Nova_Scotia" title="Category:1942 in Nova Scotia">Category:1942 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1944_in_Nova_Scotia" title="Category:1944 in Nova Scotia">Category:1944 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1945_in_Nova_Scotia" title="Category:1945 in Nova Scotia">Category:1945 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1948_in_Nova_Scotia" title="Category:1948 in Nova Scotia">Category:1948 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1949_in_Nova_Scotia" title="Category:1949 in Nova Scotia">Category:1949 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1986_in_Nova_Scotia" title="Category:1986 in Nova Scotia">Category:1986 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1998_in_Nova_Scotia" title="Category:1998 in Nova Scotia">Category:1998 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:1999_in_Nova_Scotia" title="Category:1999 in Nova Scotia">Category:1999 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2002_in_Nova_Scotia" title="Category:2002 in Nova Scotia">Category:2002 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2003_in_Nova_Scotia" title="Category:2003 in Nova Scotia">Category:2003 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2004_in_Nova_Scotia" title="Category:2004 in Nova Scotia">Category:2004 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2005_in_Nova_Scotia" title="Category:2005 in Nova Scotia">Category:2005 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2006_in_Nova_Scotia" title="Category:2006 in Nova Scotia">Category:2006 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2007_in_Nova_Scotia" title="Category:2007 in Nova Scotia">Category:2007 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2008_in_Nova_Scotia" title="Category:2008 in Nova Scotia">Category:2008 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2009_in_Nova_Scotia" title="Category:2009 in Nova Scotia">Category:2009 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2010_in_Nova_Scotia" title="Category:2010 in Nova Scotia">Category:2010 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2011_in_Nova_Scotia" title="Category:2011 in Nova Scotia">Category:2011 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2012_in_Nova_Scotia" title="Category:2012 in Nova Scotia">Category:2012 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:2013_in_Nova_Scotia" title="Category:2013 in Nova Scotia">Category:2013 in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Airports_in_Nova_Scotia" title="Category:Airports in Nova Scotia">Category:Airports in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Architecture_of_Nova_Scotia" title="Category:Architecture of Nova Scotia">Category:Architecture of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Architecture_of_Nova_Scotia_by_style" title="Category:Architecture of Nova Scotia by style">Category:Architecture of Nova Scotia by style</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Beaches_of_Nova_Scotia" title="Category:Beaches of Nova Scotia">Category:Beaches of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Bridges_in_Nova_Scotia" title="Category:Bridges in Nova Scotia">Category:Bridges in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Cemeteries_in_Nova_Scotia" title="Category:Cemeteries in Nova Scotia">Category:Cemeteries in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Culture_of_Nova_Scotia" title="Category:Culture of Nova Scotia">Category:Culture of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Education_in_Nova_Scotia" title="Category:Education in Nova Scotia">Category:Education in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Elections_in_Nova_Scotia" title="Category:Elections in Nova Scotia">Category:Elections in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Events_in_Nova_Scotia" title="Category:Events in Nova Scotia">Category:Events in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Flag_of_Nova_Scotia" title="Category:Flag of Nova Scotia">Category:Flag of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Geology_of_Nova_Scotia" title="Category:Geology of Nova Scotia">Category:Geology of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Hospitals_in_Nova_Scotia" title="Category:Hospitals in Nova Scotia">Category:Hospitals in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Islands_of_Nova_Scotia" title="Category:Islands of Nova Scotia">Category:Islands of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Lakes_of_Nova_Scotia" title="Category:Lakes of Nova Scotia">Category:Lakes of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Lighthouses_in_Nova_Scotia" title="Category:Lighthouses in Nova Scotia">Category:Lighthouses in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Maps_of_Nova_Scotia" title="Category:Maps of Nova Scotia">Category:Maps of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Nature_of_Nova_Scotia" title="Category:Nature of Nova Scotia">Category:Nature of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Nova_Scotia" title="Category:Nova Scotia">Category:Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Parks_in_Nova_Scotia" title="Category:Parks in Nova Scotia">Category:Parks in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:People_of_Nova_Scotia" title="Category:People of Nova Scotia">Category:People of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Power_plants_in_Nova_Scotia" title="Category:Power plants in Nova Scotia">Category:Power plants in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Rail_transport_in_Nova_Scotia" title="Category:Rail transport in Nova Scotia">Category:Rail transport in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Religion_in_Nova_Scotia" title="Category:Religion in Nova Scotia">Category:Religion in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Rivers_of_Nova_Scotia" title="Category:Rivers of Nova Scotia">Category:Rivers of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Roads_in_Nova_Scotia" title="Category:Roads in Nova Scotia">Category:Roads in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Sports_in_Nova_Scotia" title="Category:Sports in Nova Scotia">Category:Sports in Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Valleys_of_Nova_Scotia" title="Category:Valleys of Nova Scotia">Category:Valleys of Nova Scotia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Villages_in_Nova_Scotia" title="Category:Villages in Nova Scotia">Category:Villages in Nova Scotia</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>View <a href="/wiki/Special:WhatLinksHere/File:Flag_of_Nova_Scotia.svg" title="Special:WhatLinksHere/File:Flag of Nova Scotia.svg">more links</a> to this file.
|
||||
</p></div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="//af.wikipedia.org/wiki/Nova_Scotia">Nova Scotia</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Kanada">Kanada</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Kanadese_Frans">Kanadese Frans</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Halifax,_Nova_Scotia">Halifax, Nova Scotia</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Skots-Gaelies">Skots-Gaelies</a></li>
|
||||
<li><a class="external" href="//af.wikipedia.org/wiki/Provinsies_en_gebiede_van_Kanada">Provinsies en gebiede van Kanada</a></li>
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Nova_Scotia">Nova Scotia</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kanada">Kanada</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kanadese_Frans">Kanadese Frans</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Halifax,_Nova_Scotia">Halifax, Nova Scotia</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Skots-Gaelies">Skots-Gaelies</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Provinsies_en_gebiede_van_Kanada">Provinsies en gebiede van Kanada</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Kaap-Breton-eiland">Kaap-Breton-eiland</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Cree_(volk)">Cree (volk)</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-am_wikipedia_org'>Usage on am.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://am.wikipedia.org/wiki/%E1%8A%96%E1%89%AB_%E1%88%B5%E1%8A%AE%E1%88%BB">ኖቫ ስኮሻ</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ang_wikipedia_org'>Usage on ang.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ang.wikipedia.org/wiki/Flocc:N%C4%ABwe_Scotland">Flocc:Nīwe Scotland</a></li>
|
||||
<li><a class="external" href="//ang.wikipedia.org/wiki/User:KeepWatch">User:KeepWatch</a></li>
|
||||
<ul> <li><a class="external" href="https://ang.wikipedia.org/wiki/Niwe_Scotland">Niwe Scotland</a></li>
|
||||
<li><a class="external" href="https://ang.wikipedia.org/wiki/Flocc:N%C4%ABwe_Scotland">Flocc:Nīwe Scotland</a></li>
|
||||
<li><a class="external" href="https://ang.wikipedia.org/wiki/User:KeepWatch">User:KeepWatch</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-an_wikipedia_org'>Usage on an.wikipedia.org
|
||||
<ul> <li><a class="external" href="//an.wikipedia.org/wiki/Canad%C3%A1">Canadá</a></li>
|
||||
<li><a class="external" href="//an.wikipedia.org/wiki/Royan">Royan</a></li>
|
||||
<ul> <li><a class="external" href="https://an.wikipedia.org/wiki/Canad%C3%A1">Canadá</a></li>
|
||||
<li><a class="external" href="https://an.wikipedia.org/wiki/Royan">Royan</a></li>
|
||||
<li><a class="external" href="https://an.wikipedia.org/wiki/Nueva_Francia">Nueva Francia</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-arc_wikipedia_org'>Usage on arc.wikipedia.org
|
||||
<ul> <li><a class="external" href="//arc.wikipedia.org/wiki/%DC%97%DC%98%DC%A6%DC%AA%DC%9F%DC%9D%DC%A3_%DC%98%DC%90%DC%98%DC%9A%DC%95%DC%A2%DC%90_%DC%95%DC%A9%DC%A2%DC%95%DC%90">ܗܘܦܪܟܝܣ ܘܐܘܚܕܢܐ ܕܩܢܕܐ</a></li>
|
||||
<ul> <li><a class="external" href="https://arc.wikipedia.org/wiki/%DC%97%DC%98%DC%A6%DC%AA%DC%9F%DC%9D%DC%A3_%DC%98%DC%90%DC%98%DC%9A%DC%95%DC%A2%DC%90_%DC%95%DC%A9%DC%A2%DC%95%DC%90">ܗܘܦܪܟܝܣ ܘܐܘܚܕܢܐ ܕܩܢܕܐ</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ar.wikipedia.org/wiki/%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7">نوفا سكوشا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7">قالب:بيانات بلد كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%A5%D8%B3%D9%84%D8%A7%D9%85_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">الإسلام في كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA_%D9%88%D8%A3%D9%82%D8%A7%D9%84%D9%8A%D9%85_%D9%83%D9%86%D8%AF%D8%A7">مقاطعات وأقاليم كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%85%D8%B3%D9%8A%D8%AD%D9%8A%D8%A9_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">المسيحية في كندا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D8%AA%D9%82%D8%B3%D9%8A%D9%85%D8%A7%D8%AA_%D8%A7%D9%84%D8%A5%D8%AF%D8%A7%D8%B1%D9%8A%D8%A9">قائمة الدول حسب التقسيمات الإدارية</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7">قالب:نوفا سكوشا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%83%D9%86%D8%AF%D9%8A_%D8%B9%D8%B1%D8%A8%D9%8A">كندي عربي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A8%D9%8A%D8%AF%D9%8A%D9%83_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">بيديك (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AA%D8%B4%D8%B3%D8%AA%D8%B1_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">تشستر (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%BA%D9%88%D8%A7%D8%B4_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">بوغواش (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%BA%D8%B1%D9%8A%D9%86%D9%88%D9%88%D8%AF_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">غرينوود (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%87%D8%A7%D9%81%D8%B1%D9%8A_%D8%A8%D9%88%D8%AA%D8%B4%D8%B1_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">هافري بوتشر (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AA%D8%A7%D8%AA%D8%A7%D9%85%D8%A7%D8%BA%D9%88%D8%AA%D8%B4%D9%8A_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">تاتاماغوتشي (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%88%D9%8A%D9%85%D8%A7%D8%BA%D9%88%D8%AA%D8%B4%D9%8A_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">ويماغوتشي (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A3%D9%8A%D9%84%D9%8A%D8%B3%D9%81%D9%88%D8%B1%D8%AF_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">أيليسفورد (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%83%D9%88%D8%B1%D9%86%D9%88%D8%A7%D9%84%D9%8A%D8%B3_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">كورنواليس (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%81%D8%B1%D9%8A%D8%A8%D9%88%D8%B1%D8%AA_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">فريبورت (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%83%D9%8A%D9%86%D8%BA%D8%B3%D8%AA%D9%88%D9%86_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">كينغستون (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%86%D9%8A%D9%88_%D9%85%D9%8A%D9%86%D8%A7%D8%B3_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">نيو ميناس (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%B3%D8%A7%D9%86%D8%AA_%D8%A8%D9%8A%D8%AA%D8%B1%D8%B3_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">سانت بيترس (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A8%D9%8A%D9%84%D9%8A_%D9%87%D9%8A%D9%84_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">بيلي هيل (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%83%D8%A7%D9%86%D9%8A%D9%86%D8%BA_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">كانينغ (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%87%D9%8A%D8%A8%D9%81%D9%8A%D9%84_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">هيبفيل (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%84%D8%A7%D9%88%D8%B1%D9%86%D8%B3%D8%AA%D8%A7%D9%88%D9%86_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">لاورنستاون (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%B1%D8%AA_%D9%88%D9%8A%D9%84%D9%8A%D8%A7%D9%85%D8%B2_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">بورت ويليامز (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AA%D9%8A%D9%81%D8%B1%D8%AA%D9%88%D9%86_(%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7)">تيفرتون (نوفا سكوشا)</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%BA%D8%B1%D8%A7%D9%86%D8%AF_%D8%A8%D8%B1%D9%8A">غراند بري</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7">قالب:بيانات بلد نوفا سكوشا</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7/%D8%B4%D8%B1%D8%AD">قالب:بيانات بلد كندا/شرح</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Mahmoudalrawi/%D9%85%D8%AE%D8%AA%D8%A8%D8%B1">مستخدم:Mahmoudalrawi/مختبر</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%A3%D8%B9%D9%84%D8%A7%D9%85_%D8%AD%D8%B3%D8%A8_%D9%85%D8%AC%D9%85%D9%88%D8%B9%D8%A7%D8%AA_%D8%A7%D9%84%D8%A3%D9%84%D9%88%D8%A7%D9%86">قائمة الأعلام حسب مجموعات الألوان</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA_%D9%88%D8%A7%D9%84%D8%A3%D8%B1%D8%A7%D8%B6%D9%8A_%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%8A%D8%A9_%D9%85%D9%86_%D8%AD%D9%8A%D8%AB_%D8%A5%D8%AC%D9%85%D8%A7%D9%84%D9%8A_%D8%A7%D9%84%D9%86%D8%A7%D8%AA%D8%AC_%D8%A7%D9%84%D9%85%D8%AD%D9%84%D9%8A">قائمة المقاطعات والأراضي الكندية من حيث إجمالي الناتج المحلي</a></li>
|
||||
<li><a class="external" href="//ar.wikipedia.org/wiki/%D8%AC%D8%A7%D8%A6%D8%AD%D8%A9_%D8%A5%D9%86%D9%81%D9%84%D9%88%D9%86%D8%B2%D8%A7_%D8%A7%D9%84%D8%AE%D9%86%D8%A7%D8%B2%D9%8A%D8%B1_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7_%D8%B9%D8%A7%D9%85_2009">جائحة إنفلونزا الخنازير في كندا عام 2009</a></li>
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7">نوفا سكوشا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7">قالب:بيانات بلد كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AC%D8%B2%D8%B1_%D8%AD%D8%B3%D8%A8_%D8%B9%D8%AF%D8%AF_%D8%A7%D9%84%D8%B3%D9%83%D8%A7%D9%86">قائمة الجزر حسب عدد السكان</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%A5%D8%B3%D9%84%D8%A7%D9%85_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">الإسلام في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA_%D9%88%D8%A3%D9%82%D8%A7%D9%84%D9%8A%D9%85_%D9%83%D9%86%D8%AF%D8%A7">مقاطعات وأقاليم كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%85%D8%B3%D9%8A%D8%AD%D9%8A%D8%A9_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">المسيحية في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%AF%D9%88%D9%84_%D8%AD%D8%B3%D8%A8_%D8%A7%D9%84%D8%AA%D9%82%D8%B3%D9%8A%D9%85%D8%A7%D8%AA_%D8%A7%D9%84%D8%A5%D8%AF%D8%A7%D8%B1%D9%8A%D8%A9">قائمة الدول حسب التقسيمات الإدارية</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7">قالب:نوفا سكوشا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AF%D9%8A%D9%86_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">الدين في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%83%D9%86%D8%AF%D9%8A_%D8%B9%D8%B1%D8%A8%D9%8A">كندي عربي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%86%D9%88%D9%81%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7">قالب:بيانات بلد نوفا سكوشا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D9%83%D9%86%D8%AF%D8%A7/%D8%B4%D8%B1%D8%AD">قالب:بيانات بلد كندا/شرح</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:Mahmoudalrawi/%D9%85%D8%AE%D8%AA%D8%A8%D8%B1">مستخدم:Mahmoudalrawi/مختبر</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%A3%D8%B9%D9%84%D8%A7%D9%85_%D8%AD%D8%B3%D8%A8_%D9%85%D8%AC%D9%85%D9%88%D8%B9%D8%A7%D8%AA_%D8%A7%D9%84%D8%A3%D9%84%D9%88%D8%A7%D9%86">قائمة الأعلام حسب مجموعات الألوان</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A7%D8%AA_%D9%88%D8%A7%D9%84%D8%A3%D8%B1%D8%A7%D8%B6%D9%8A_%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%8A%D8%A9_%D9%85%D9%86_%D8%AD%D9%8A%D8%AB_%D8%A5%D8%AC%D9%85%D8%A7%D9%84%D9%8A_%D8%A7%D9%84%D9%86%D8%A7%D8%AA%D8%AC_%D8%A7%D9%84%D9%85%D8%AD%D9%84%D9%8A">قائمة المقاطعات والأراضي الكندية من حيث إجمالي الناتج المحلي</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%AC%D8%A7%D8%A6%D8%AD%D8%A9_%D8%A5%D9%86%D9%81%D9%84%D9%88%D9%86%D8%B2%D8%A7_%D8%A7%D9%84%D8%AE%D9%86%D8%A7%D8%B2%D9%8A%D8%B1_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7_%D8%B9%D8%A7%D9%85_2009">جائحة إنفلونزا الخنازير في كندا عام 2009</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%87%D9%86%D8%AF%D9%88%D8%B3%D9%8A%D8%A9_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">الهندوسية في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%84%D8%A7%D8%AF%D9%8A%D9%86%D9%8A%D8%A9_%D9%81%D9%8A_%D9%83%D9%86%D8%AF%D8%A7">اللادينية في كندا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AF%D9%88%D8%B1%D9%8A_%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%8A_%D8%A7%D9%84%D9%85%D9%85%D8%AA%D8%A7%D8%B2">الدوري الكندي الممتاز</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%AF%D9%88%D8%B1%D9%8A_%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%8A_%D8%A7%D9%84%D9%85%D9%85%D8%AA%D8%A7%D8%B2_2019">الدوري الكندي الممتاز 2019</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%88%D9%8A%D9%83%D9%8A%D8%A8%D9%8A%D8%AF%D9%8A%D8%A7:%D9%85%D8%B4%D8%B1%D9%88%D8%B9_%D9%88%D9%8A%D9%83%D9%8A_%D8%B7%D8%A8/%D9%81%D8%B1%D9%8A%D9%82_%D8%B9%D9%85%D9%84_%D9%83%D9%88%D9%81%D9%8A%D8%AF-19/%D8%B3%D8%AC%D9%84_%D8%A7%D9%84%D8%AA%D8%AD%D8%AF%D9%8A%D8%AB%D8%A7%D8%AA">ويكيبيديا:مشروع ويكي طب/فريق عمل كوفيد-19/سجل التحديثات</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-arz_wikipedia_org'>Usage on arz.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://arz.wikipedia.org/wiki/%D9%86%D9%88%DA%A4%D8%A7_%D8%B3%D9%83%D9%88%D8%B4%D8%A7">نوڤا سكوشا</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ast_wikipedia_org'>Usage on ast.wikipedia.org
|
||||
<ul> <li><a class="external" href="//ast.wikipedia.org/wiki/Nueva_Escocia">Nueva Escocia</a></li>
|
||||
<li><a class="external" href="//ast.wikipedia.org/wiki/Bandera_de_Canad%C3%A1">Bandera de Canadá</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-azb_wikipedia_org'>Usage on azb.wikipedia.org
|
||||
<ul> <li><a class="external" href="//azb.wikipedia.org/wiki/%DA%A9%D8%A7%D9%86%D8%A7%D8%AF%D8%A7">کانادا</a></li>
|
||||
<li><a class="external" href="//azb.wikipedia.org/wiki/%D8%B4%D8%A7%D8%A8%D9%84%D9%88%D9%86:Country_data_Canada">شابلون:Country data Canada</a></li>
|
||||
<li><a class="external" href="//azb.wikipedia.org/wiki/%D8%B4%D8%A7%D8%A8%D9%84%D9%88%D9%86:Country_data_Canada/%D8%A8%D9%84%DA%AF%D9%87">شابلون:Country data Canada/بلگه</a></li>
|
||||
<ul> <li><a class="external" href="https://ast.wikipedia.org/wiki/Islla_del_Cabu_Bret%C3%B3n">Islla del Cabu Bretón</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Nueva_Escocia">Nueva Escocia</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Bandera_de_Canad%C3%A1">Bandera de Canadá</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Organizaci%C3%B3n_territorial_de_Canad%C3%A1">Organización territorial de Canadá</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Confederaci%C3%B3n_Canadiana">Confederación Canadiana</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Halifax">Halifax</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Provincies_atl%C3%A1ntiques_de_Canad%C3%A1">Provincies atlántiques de Canadá</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Provincies_mar%C3%ADtimes_de_Canad%C3%A1">Provincies marítimes de Canadá</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Provincies_y_territorios_de_Canad%C3%A1_ordenaos_por_poblaci%C3%B3n">Provincies y territorios de Canadá ordenaos por población</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Llista_de_lemes_nacionales">Llista de lemes nacionales</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/WestJet">WestJet</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Plant%C3%ADa:Xeodatos_Nueva_Escocia">Plantía:Xeodatos Nueva Escocia</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_Nova_Scotia.svg" title="Special:GlobalUsage/Flag of Nova Scotia.svg">more global usage</a> of this file.
|
||||
</p></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript></div> <div class="printfooter">
|
||||
Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Nova_Scotia.svg&oldid=201339783">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Nova_Scotia.svg&oldid=201339783</a>" </div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Blue,_red,_white,_yellow_flags" title="Category:Blue, red, white, yellow flags">Blue, red, white, yellow flags</a></li><li><a href="/wiki/Category:Flag_of_Nova_Scotia" title="Category:Flag of Nova Scotia">Flag of Nova Scotia</a></li><li><a href="/wiki/Category:Flags_with_centered_coats_of_arms" title="Category:Flags with centered coats of arms">Flags with centered coats of arms</a></li><li><a href="/wiki/Category:Flags_with_lions_facing_left" title="Category:Flags with lions facing left">Flags with lions facing left</a></li><li><a href="/wiki/Category:Flags_with_the_cross_of_Saint_Andrew" title="Category:Flags with the cross of Saint Andrew">Flags with the cross of Saint Andrew</a></li><li><a href="/wiki/Category:SVG_flags_of_provinces_of_Canada" title="Category:SVG flags of provinces of Canada">SVG flags of provinces of Canada</a></li><li><a href="/wiki/Category:SVG_flags_with_an_aspect_ratio_of_2:1" title="Category:SVG flags with an aspect ratio of 2:1">SVG flags with an aspect ratio of 2:1</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories: <ul><li><a href="/wiki/Category:CC-PD-Mark" title="Category:CC-PD-Mark">CC-PD-Mark</a></li><li><a href="/wiki/Category:PD-old-70-1923" title="Category:PD-old-70-1923">PD-old-70-1923</a></li><li><a href="/wiki/Category:With_insignia" title="Category:With insignia">With insignia</a></li><li><a href="/wiki/Category:Derivative_versions" title="Category:Derivative versions">Derivative versions</a></li><li><a href="/wiki/Category:Valid_SVG_created_with_Inkscape:Flags" title="Category:Valid SVG created with Inkscape:Flags">Valid SVG created with Inkscape:Flags</a></li></ul></div></div> <div class="visualClear"></div>
|
||||
</div>
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-objectname"><th>Short title</th><td>Flag of Nova Scotia</td></tr><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>1200</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>600</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[{"mainsnak":{"snaktype":"value","property":"P180","hash":"2b39ea995129cd2545cffa24396334106e9bf582","datavalue":{"value":{"entity-type":"item","numeric-id":601976,"id":"Q601976"},"type":"wikibase-entityid"}},"type":"statement","id":"M2574771$d7043a48-d567-488f-973a-4d03fbd02527","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":180,\"id\":\"P180\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P180\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P180\">depicts<\/a>"}},"text\/plain":{"en":{"":"depicts"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":601976,\"id\":\"Q601976\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P180":"<a target=\"_blank\" title=\"d:Special:EntityPage\/Q601976\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/Q601976\">flag of Nova Scotia<\/a>"}},"text\/plain":{"en":{"P180":"flag of Nova Scotia"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>Items portrayed in this file</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M2574771$d7043a48-d567-488f-973a-4d03fbd02527' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/Q601976" href="https://www.wikidata.org/wiki/Special:EntityPage/Q601976">flag of Nova Scotia</a></bdi></h4></div></div></div></div></div></div></div></div><div id='P571' data-property='P571' data-statements='[{"mainsnak":{"snaktype":"value","property":"P571","hash":"148690f1a9cfdf167d01e8a4681ae241d9ed0cc7","datavalue":{"value":{"time":"+2005-11-26T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http:\/\/www.wikidata.org\/entity\/Q1985727"},"type":"time"}},"type":"statement","id":"M2574771$7071BFDD-AD02-401E-8E5E-432D0353AE81","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":571,\"id\":\"P571\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P571\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P571\">inception<\/a>"}},"text\/plain":{"en":{"":"inception"}}},"{\"value\":{\"time\":\"+2005-11-26T00:00:00Z\",\"timezone\":0,\"before\":0,\"after\":0,\"precision\":11,\"calendarmodel\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q1985727\"},\"type\":\"time\"}":{"text\/html":{"en":{"P571":"26 November 2005"}},"text\/plain":{"en":{"P571":"26 November 2005"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P571 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P571" href="https://www.wikidata.org/wiki/Special:EntityPage/P571">inception</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M2574771$7071BFDD-AD02-401E-8E5E-432D0353AE81' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi>26 November 2005</bdi></h4></div></div></div></div></div></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Nova_Scotia.svg&oldid=646033136">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Nova_Scotia.svg&oldid=646033136</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Blue,_red,_white,_yellow_flags" title="Category:Blue, red, white, yellow flags">Blue, red, white, yellow flags</a></li><li><a href="/wiki/Category:Flag_of_Nova_Scotia" title="Category:Flag of Nova Scotia">Flag of Nova Scotia</a></li><li><a href="/wiki/Category:Flags_with_centered_coats_of_arms" title="Category:Flags with centered coats of arms">Flags with centered coats of arms</a></li><li><a href="/wiki/Category:Flags_with_lions_facing_left" title="Category:Flags with lions facing left">Flags with lions facing left</a></li><li><a href="/wiki/Category:Flags_with_the_cross_of_Saint_Andrew" title="Category:Flags with the cross of Saint Andrew">Flags with the cross of Saint Andrew</a></li><li><a href="/wiki/Category:SVG_flags_of_provinces_of_Canada" title="Category:SVG flags of provinces of Canada">SVG flags of provinces of Canada</a></li><li><a href="/wiki/Category:SVG_flags_with_an_aspect_ratio_of_2:1" title="Category:SVG flags with an aspect ratio of 2:1">SVG flags with an aspect ratio of 2:1</a></li><li><a href="/wiki/Category:Banners_of_arms_-_Canada" title="Category:Banners of arms - Canada">Banners of arms - Canada</a></li><li><a href="/wiki/Category:Flags_with_coats_of_arms_-_Canada" title="Category:Flags with coats of arms - Canada">Flags with coats of arms - Canada</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories: <ul><li><a href="/wiki/Category:Valid_SVG_created_with_perl" title="Category:Valid SVG created with perl">Valid SVG created with perl</a></li><li><a href="/wiki/Category:CC-PD-Mark" title="Category:CC-PD-Mark">CC-PD-Mark</a></li><li><a href="/wiki/Category:PD-old-70-expired" title="Category:PD-old-70-expired">PD-old-70-expired</a></li><li><a href="/wiki/Category:With_insignia" title="Category:With insignia">With insignia</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Nova+Scotia.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Nova+Scotia.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Nova_Scotia.svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="mw-list-item"><a href="/wiki/File_talk:Flag_of_Nova_Scotia.svg" rel="discussion" title="Discussion about the content page [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="right-navigation">
|
||||
|
||||
<div id="mw-head">
|
||||
<div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
|
||||
<h3 id="p-personal-label">Personal tools</h3>
|
||||
<ul>
|
||||
<li id="pt-uls" class="active"><a href="#" class="uls-trigger autonym">English</a></li><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Nova+Scotia.svg" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Nova+Scotia.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li> </ul>
|
||||
</div>
|
||||
<div id="left-navigation">
|
||||
<div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
|
||||
<h3 id="p-namespaces-label">Namespaces</h3>
|
||||
<ul>
|
||||
<li id="ca-nstab-image" class="selected"><span><a href="/wiki/File:Flag_of_Nova_Scotia.svg" title="View the file page [c]" accesskey="c">File</a></span></li>
|
||||
<li id="ca-talk"><span><a href="/wiki/File_talk:Flag_of_Nova_Scotia.svg" rel="discussion" title="Discussion about the content page [t]" accesskey="t">Discussion</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
|
||||
<h3 id="p-variants-label">
|
||||
<span>Variants</span>
|
||||
</h3>
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<div class="menu">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
<div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
|
||||
<h3 id="p-views-label">Views</h3>
|
||||
<ul>
|
||||
<li id="ca-view" class="selected"><span><a href="/wiki/File:Flag_of_Nova_Scotia.svg">View</a></span></li>
|
||||
<li id="ca-edit"><span><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=edit" title="Edit this page [e]" accesskey="e">Edit</a></span></li>
|
||||
<li id="ca-history" class="collapsible"><span><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=history" title="Past revisions of this page [h]" accesskey="h">History</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
|
||||
<h3 id="p-cactions-label"><span>More</span></h3>
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Nova_Scotia.svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
<div class="menu">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="p-search" role="search">
|
||||
<h3>
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<form action="/w/index.php" id="searchform">
|
||||
<div id="simpleSearch">
|
||||
<input type="search" name="search" placeholder="Search Wikimedia Commons" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"/><input type="hidden" value="Special:Search" name="title"/><input type="submit" name="fulltext" value="Search" title="Search the pages for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/> </div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a></div>
|
||||
<div class="portal" role="navigation" id='p-navigation' aria-labelledby='p-navigation-label'>
|
||||
<h3 id='p-navigation-label'>Navigate</h3>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-welcome"><a href="/wiki/Commons:Welcome">Welcome</a></li><li id="n-portal"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things">Community portal</a></li><li id="n-village-pump"><a href="/wiki/Commons:Village_pump">Village pump</a></li><li id="n-help"><a href="/wiki/Special:MyLanguage/Help:Contents" title="The place to find out">Help center</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-participate' aria-labelledby='p-participate-label'>
|
||||
<h3 id='p-participate-label'>Participate</h3>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="n-uploadbtn"><a href="/wiki/Commons:Upload">Upload file</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li><li id="n-latestfiles"><a href="/wiki/Special:NewFiles">Latest files</a></li><li id="n-randomimage"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x">Random file</a></li><li id="n-contact"><a href="/wiki/Commons:Contact_us">Contact us</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-electronPdfService-sidebar-portlet-heading' aria-labelledby='p-electronPdfService-sidebar-portlet-heading-label'>
|
||||
<h3 id='p-electronPdfService-sidebar-portlet-heading-label'>Print/export</h3>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="electron-print_pdf"><a href="/w/index.php?title=Special:ElectronPdf&page=File%3AFlag+of+Nova+Scotia.svg&action=redirect-to-electron">Download as PDF</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal" role="navigation" id='p-tb' aria-labelledby='p-tb-label'>
|
||||
<h3 id='p-tb-label'>Tools</h3>
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Nova_Scotia.svg" title="A list of all wiki pages that link here [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Nova_Scotia.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&oldid=201339783" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Nova_Scotia.svg&id=201339783" title="Information on how to cite this page">Cite this page</a></li> </ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" role="contentinfo">
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 12 July 2016, at 06:29.</li>
|
||||
<li id="footer-info-copyright">Text is available under the <a href="//creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike License</a>; additional terms may apply. By using this site, you agree to the <a href="//wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//wikimediafoundation.org/wiki/Privacy_policy">Privacy Policy.</a></li>
|
||||
</ul>
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://wikimediafoundation.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://wikimediafoundation.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Nova_Scotia.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
</ul>
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico">
|
||||
<a href="https://wikimediafoundation.org/"><img src="/static/images/wikimedia-button.png" srcset="/static/images/wikimedia-button-1.5x.png 1.5x, /static/images/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation"/></a> </li>
|
||||
<li id="footer-poweredbyico">
|
||||
<a href="//www.mediawiki.org/"><img src="/static/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/poweredby_mediawiki_132x47.png 1.5x, /static/images/poweredby_mediawiki_176x62.png 2x" width="88" height="31"/></a> </li>
|
||||
</ul>
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.148","walltime":"0.227","ppvisitednodes":{"value":3562,"limit":1000000},"ppgeneratednodes":{"value":0,"limit":1500000},"postexpandincludesize":{"value":44673,"limit":2097152},"templateargumentsize":{"value":15122,"limit":2097152},"expansiondepth":{"value":25,"limit":40},"expensivefunctioncount":{"value":7,"limit":500},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 200.720 1 -total"," 97.20% 195.100 1 Template:Information"," 40.38% 81.050 1 Template:Igen"," 32.19% 64.616 1 Template:InFi"," 21.15% 42.461 4 Template:Autotranslate"," 20.46% 41.063 1 Template:Created_with_Inkscape"," 11.16% 22.398 1 Template:SVGvalid"," 10.55% 21.175 1 Template:PD-old-70-1923"," 10.47% 21.022 2 Template:Created_with"," 10.00% 20.081 1 Template:Insignia"]},"scribunto":{"limitreport-timeusage":{"value":"0.039","limit":"10.000"},"limitreport-memusage":{"value":1770591,"limit":52428800}},"cachereport":{"origin":"mw1258","timestamp":"20170910175411","ttl":86400,"transientcontent":true}}});});</script><script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":354,"wgHostname":"mw1258"});});</script>
|
||||
</body>
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Nova_Scotia.svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Nova_Scotia.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&oldid=646033136" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Nova_Scotia.svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M2574771" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Nova_Scotia.svg&id=646033136&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_Nova_Scotia.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 2 April 2022, at 10:25.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Nova_Scotia.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1364","timestamp":"20220402102631","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c0\/Flag_of_Nova_Scotia.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_Nova_Scotia.svg","uploadDate":"2021-05-02 05:40:49"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":280,"wgHostname":"mw1364"});});</script>
|
||||
</body>
|
||||
</html>
|
682
third_party/region-flags/html/CA-NT.html
vendored
682
third_party/region-flags/html/CA-NT.html
vendored
File diff suppressed because one or more lines are too long
709
third_party/region-flags/html/CA-NU.html
vendored
709
third_party/region-flags/html/CA-NU.html
vendored
File diff suppressed because one or more lines are too long
701
third_party/region-flags/html/CA-ON.html
vendored
701
third_party/region-flags/html/CA-ON.html
vendored
File diff suppressed because one or more lines are too long
741
third_party/region-flags/html/CA-PE.html
vendored
741
third_party/region-flags/html/CA-PE.html
vendored
File diff suppressed because one or more lines are too long
736
third_party/region-flags/html/CA-QC.html
vendored
736
third_party/region-flags/html/CA-QC.html
vendored
File diff suppressed because one or more lines are too long
742
third_party/region-flags/html/CA-SK.html
vendored
742
third_party/region-flags/html/CA-SK.html
vendored
File diff suppressed because one or more lines are too long
751
third_party/region-flags/html/CA-YT.html
vendored
751
third_party/region-flags/html/CA-YT.html
vendored
File diff suppressed because one or more lines are too long
935
third_party/region-flags/html/CA.html
vendored
935
third_party/region-flags/html/CA.html
vendored
File diff suppressed because one or more lines are too long
666
third_party/region-flags/html/CC.html
vendored
666
third_party/region-flags/html/CC.html
vendored
File diff suppressed because one or more lines are too long
923
third_party/region-flags/html/CD.html
vendored
923
third_party/region-flags/html/CD.html
vendored
File diff suppressed because it is too large
Load diff
799
third_party/region-flags/html/CF.html
vendored
799
third_party/region-flags/html/CF.html
vendored
File diff suppressed because one or more lines are too long
769
third_party/region-flags/html/CG.html
vendored
769
third_party/region-flags/html/CG.html
vendored
File diff suppressed because one or more lines are too long
853
third_party/region-flags/html/CH.html
vendored
853
third_party/region-flags/html/CH.html
vendored
File diff suppressed because one or more lines are too long
820
third_party/region-flags/html/CI.html
vendored
820
third_party/region-flags/html/CI.html
vendored
File diff suppressed because one or more lines are too long
736
third_party/region-flags/html/CK.html
vendored
736
third_party/region-flags/html/CK.html
vendored
File diff suppressed because one or more lines are too long
1020
third_party/region-flags/html/CL.html
vendored
1020
third_party/region-flags/html/CL.html
vendored
File diff suppressed because one or more lines are too long
860
third_party/region-flags/html/CM.html
vendored
860
third_party/region-flags/html/CM.html
vendored
File diff suppressed because one or more lines are too long
1037
third_party/region-flags/html/CN.html
vendored
1037
third_party/region-flags/html/CN.html
vendored
File diff suppressed because one or more lines are too long
490
third_party/region-flags/html/CO-AMA.html
vendored
Normal file
490
third_party/region-flags/html/CO-AMA.html
vendored
Normal file
File diff suppressed because one or more lines are too long
476
third_party/region-flags/html/CO-ANT.html
vendored
Normal file
476
third_party/region-flags/html/CO-ANT.html
vendored
Normal file
|
@ -0,0 +1,476 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="client-nojs" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Antioquia Department.svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"8db56743-7052-4192-9bc7-d9d15d8ea478","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Antioquia_Department.svg","wgTitle":"Flag of Antioquia Department.svg","wgCurRevisionId":598699823,"wgRevisionId":598699823,"wgArticleId":1188652,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["With insignia","PD shape","SVG flags of departments of Colombia","Flags of Antioquia Department","Símbolos de la Universidad de Antioquia","Horizontal bicolor white and green flags"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext",
|
||||
"wgRelevantPageName":"File:Flag_of_Antioquia_Department.svg","wgRelevantArticleId":1188652,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgRedirectedFrom":"File:Flag_of_Antioquia.svg","wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":1000,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":
|
||||
"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,"wbTaintedReferencesEnabled":false,"wgInternalRedirectTargetUrl":"/wiki/File:Flag_of_Antioquia_Department.svg","wbEntityId":"M1188652","wgEditSubmitButtonLabelPublish":true,"wbUserSpecifiedLanguages":["en"],"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item","P571":"time"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php"
|
||||
,"wbmiSupportedDataTypes":["wikibase-item","string","quantity","time","monolingualtext","external-id","globe-coordinate","url"],"wbCurrentRevision":598699823,"wbEntity":{"type":"mediainfo","id":"M1188652","labels":[],"descriptions":[],"statements":{"P571":[{"mainsnak":{"snaktype":"value","property":"P571","hash":"72d755e8ff7f694ec95e03ee14ad151c31d7b8b5","datavalue":{"value":{"time":"+2006-09-17T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http://www.wikidata.org/entity/Q1985727"},"type":"time"}},"type":"statement","id":"M1188652$0AFC5B1F-5BB4-464A-B7DF-B354465F9881","rank":"normal"}]}},"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":
|
||||
"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={
|
||||
"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","wikibase.common":"ready","jquery.wikibase.toolbar.styles":"ready","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["mediawiki.action.view.redirect","wikibase.entityPage.entityLoaded","wikibase.ui.entityViewInit","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.Stockphoto",
|
||||
"ext.gadget.WatchlistNotice","ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cjquery.wikibase.toolbar.styles%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.common%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/1200px-Flag_of_Antioquia_Department.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="800"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/800px-Flag_of_Antioquia_Department.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="533"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/640px-Flag_of_Antioquia_Department.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="427"/>
|
||||
<meta property="og:title" content="File:Flag of Antioquia Department.svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1188652.json" type="application/json"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1188652.php" type="application/vnd.php.serialized"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1188652.n3" type="text/n3"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1188652.ttl" type="text/turtle"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1188652.nt" type="application/n-triples"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1188652.rdf" type="application/rdf+xml"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1188652.jsonld" type="application/ld+json"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_Antioquia_Department.svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_Antioquia_Department.svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_Antioquia_Department.svg"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Antioquia_Department_svg rootpage-File_Flag_of_Antioquia_Department_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M1188652"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Antioquia Department.svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"><span class="mw-redirectedfrom">(Redirected from <a href="/w/index.php?title=File:Flag_of_Antioquia.svg&redirect=no" class="mw-redirect" title="File:Flag of Antioquia.svg">File:Flag of Antioquia.svg</a>)</span></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/3/33/Flag_of_Antioquia_Department.svg"><img alt="File:Flag of Antioquia Department.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/800px-Flag_of_Antioquia_Department.svg.png?20211014213450" decoding="async" width="800" height="533" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/1200px-Flag_of_Antioquia_Department.svg.png?20211014213450 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/1599px-Flag_of_Antioquia_Department.svg.png?20211014213450 2x" data-file-width="900" data-file-height="600" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/800px-Flag_of_Antioquia_Department.svg.png" class="mw-thumbnail-link">800 × 533 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/320px-Flag_of_Antioquia_Department.svg.png" class="mw-thumbnail-link">320 × 213 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/640px-Flag_of_Antioquia_Department.svg.png" class="mw-thumbnail-link">640 × 427 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/1024px-Flag_of_Antioquia_Department.svg.png" class="mw-thumbnail-link">1,024 × 683 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/1280px-Flag_of_Antioquia_Department.svg.png" class="mw-thumbnail-link">1,280 × 853 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/2560px-Flag_of_Antioquia_Department.svg.png" class="mw-thumbnail-link">2,560 × 1,707 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/3/33/Flag_of_Antioquia_Department.svg" class="internal" title="Flag of Antioquia Department.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 900 × 600 pixels, file size: 3 KB)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value wbmi-entityview-emptyCaption'>Add a one-line explanation of what this file represents</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Antioquia_Department.svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<div class="hproduct commons-file-information-table">
|
||||
<table class="fileinfotpl-type-information toccolours vevent mw-content-ltr" style="width: 100%; direction: ltr;" cellpadding="4">
|
||||
|
||||
<tbody><tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en">Description<span class="summary fn" style="display:none">Flag of Antioquia Department.svg</span></td>
|
||||
<td class="description">
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en" title="English"><b>English: </b></span> Flag of Antioquia department, Colombia</div>
|
||||
<div class="description mw-content-ltr es" dir="ltr" lang="es"><span class="language es" title="Spanish"><b>Español: </b></span> Bandera del departamento de Antioquia, Colombia</div>
|
||||
<p>La bandera es un rectángulo de dos cuerpos de largo por tres de ancho, del mismo tamaño del pabellón nacional, compuesto por dos fajas horizontales del mismo tamaño.
|
||||
</p>
|
||||
<div class="legend" style="direction:ltr;line-height:23px;"><span class="legend-content" style="display:inline-block;vertical-align:top;box-sizing:border-box;width:34px;height:23px;overflow:hidden;font-size:15px;border:thin solid #333;background:#ffffff;color:#202122;text-align:center;"> </span> La primera, arriba, de color blanco, simboliza la pureza, la integridad, la obediencia, la elocuencia y el triunfo.</div>
|
||||
<div class="legend" style="direction:ltr;line-height:23px;"><span class="legend-content" style="display:inline-block;vertical-align:top;box-sizing:border-box;width:34px;height:23px;overflow:hidden;font-size:15px;border:thin solid #333;background:#009645;color:#202122;text-align:center;"> </span> La segunda, abajo, de color verde (Pantone 1788 C), que simboliza las montañas del departamento, la esperanza, la abundancia, la fe, el servicio y el respeto.</div></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_date" class="fileinfo-paramfield" lang="en">Date</td>
|
||||
<td lang="en">
|
||||
6 December 1962</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en">Source</td>
|
||||
<td>
|
||||
Ordenanza N°. 06 de 1962</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en">Author</td>
|
||||
<td>
|
||||
<a href="/wiki/User:Madden" title="User:Madden">Madden</a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_perm" class="fileinfo-paramfield" lang="en">Permission<br /><small>(<a href="/wiki/Commons:Reusing_content_outside_Wikimedia" title="Commons:Reusing content outside Wikimedia">Reusing this file</a>)</small></td>
|
||||
<td>
|
||||
<table cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa;" lang="en" dir="ltr" class="layouttemplate restrictiontemplate mw-content-ltr restriction-insignia">
|
||||
<tbody><tr>
|
||||
<td style="border:none; width:64px;"><a href="/wiki/Commons:Non-copyright_restrictions" title="Insignia"><img alt="Insignia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/64px-Coat-elements-2.png" decoding="async" width="64" height="77" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/96px-Coat-elements-2.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/128px-Coat-elements-2.png 2x" data-file-width="609" data-file-height="731" /></a>
|
||||
</td>
|
||||
<td style="border:none;">This image shows a <a href="https://en.wikipedia.org/wiki/flag" class="extiw" title="w:flag">flag</a>, a <a href="https://en.wikipedia.org/wiki/coat_of_arms" class="extiw" title="w:coat of arms">coat of arms</a>, a <a href="https://en.wikipedia.org/wiki/seal_(device)" class="extiw" title="w:seal (device)">seal</a> or some other official <b><a href="https://en.wikipedia.org/wiki/insignia" class="extiw" title="w:insignia">insignia</a></b>. The use of such symbols is restricted in many countries. These restrictions are independent of the <a href="https://en.wikipedia.org/wiki/copyright" class="extiw" title="w:copyright">copyright</a> status.
|
||||
</td></tr></tbody></table></td>
|
||||
</tr>
|
||||
|
||||
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Antioquia_Department.svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td><i>This image of <b><a href="https://en.wikipedia.org/wiki/geometry" class="extiw" title="w:geometry">simple geometry</a></b> is <b>ineligible for <a href="https://en.wikipedia.org/wiki/copyrights" class="extiw" title="w:copyrights">copyright</a></b> and therefore in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b>, because it consists entirely of information that is common property and contains no original authorship.</i>
|
||||
</td>
|
||||
<td><div class="floatright"><img alt="Heptagon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/64px-Heptagon.svg.png" decoding="async" title="Heptagon" width="64" height="63" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/96px-Heptagon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/128px-Heptagon.svg.png 2x" data-file-width="512" data-file-height="500" /></div>
|
||||
</td></tr></tbody></table>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1331
|
||||
Cached time: 20220324112622
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.115 seconds
|
||||
Real time usage: 0.152 seconds
|
||||
Preprocessor visited node count: 718/1000000
|
||||
Post‐expand include size: 17212/2097152 bytes
|
||||
Template argument size: 1520/2097152 bytes
|
||||
Highest expansion depth: 13/100
|
||||
Expensive parser function count: 3/500
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 0/5000000 bytes
|
||||
Lua time usage: 0.053/10.000 seconds
|
||||
Lua memory usage: 902469/52428800 bytes
|
||||
Number of Wikibase entities loaded: 1/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 126.757 1 -total
|
||||
86.19% 109.254 1 Template:Information
|
||||
32.18% 40.796 2 Template:Autotranslate
|
||||
24.64% 31.233 1 Template:Insignia
|
||||
13.45% 17.047 1 Template:PD-shape
|
||||
13.20% 16.735 1 Template:Insignia/layout
|
||||
11.09% 14.056 1 Template:Non-copyright_restriction
|
||||
10.57% 13.393 2 Template:Description
|
||||
8.43% 10.681 1 Template:En
|
||||
6.38% 8.088 1 Template:PD-shape/layout
|
||||
-->
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:1188652-0!wb=3 and timestamp 20220324112622 and revision id 598699823. Serialized with JSON.
|
||||
-->
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/3/33/Flag_of_Antioquia_Department.svg">21:34, 14 October 2021</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/3/33/Flag_of_Antioquia_Department.svg"><img alt="Thumbnail for version as of 21:34, 14 October 2021" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Flag_of_Antioquia_Department.svg/120px-Flag_of_Antioquia_Department.svg.png?20211014213450" decoding="async" width="120" height="80" data-file-width="900" data-file-height="600" /></a></td><td>900 × 600 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/w/index.php?title=User:Jose_Collazos&action=edit&redlink=1" class="new mw-userlink" title="User:Jose Collazos (page does not exist)"><bdi>Jose Collazos</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Jose_Collazos" class="mw-usertoollinks-talk" title="User talk:Jose Collazos">talk</a> | <a href="/wiki/Special:Contributions/Jose_Collazos" class="mw-usertoollinks-contribs" title="Special:Contributions/Jose Collazos">contribs</a>)</span></span></td><td dir="ltr">Actualización de colores y proporciones oficiales</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20211014213441%21Flag_of_Antioquia_Department.svg">07:41, 26 March 2016</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20211014213441%21Flag_of_Antioquia_Department.svg"><img alt="Thumbnail for version as of 07:41, 26 March 2016" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/3/33/20211014213441%21Flag_of_Antioquia_Department.svg/120px-Flag_of_Antioquia_Department.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(219 bytes)</span></td><td><a href="/wiki/User:AlexanderKolpakov" class="mw-userlink" title="User:AlexanderKolpakov"><bdi>AlexanderKolpakov</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:AlexanderKolpakov" class="mw-usertoollinks-talk" title="User talk:AlexanderKolpakov">talk</a> | <a href="/wiki/Special:Contributions/AlexanderKolpakov" class="mw-usertoollinks-contribs" title="Special:Contributions/AlexanderKolpakov">contribs</a>)</span></span></td><td dir="ltr">fix</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20160326074113%21Flag_of_Antioquia_Department.svg">07:32, 26 March 2016</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20160326074113%21Flag_of_Antioquia_Department.svg"><img alt="Thumbnail for version as of 07:32, 26 March 2016" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/3/33/20160326074113%21Flag_of_Antioquia_Department.svg/120px-Flag_of_Antioquia_Department.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(222 bytes)</span></td><td><a href="/wiki/User:AlexanderKolpakov" class="mw-userlink" title="User:AlexanderKolpakov"><bdi>AlexanderKolpakov</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:AlexanderKolpakov" class="mw-usertoollinks-talk" title="User talk:AlexanderKolpakov">talk</a> | <a href="/wiki/Special:Contributions/AlexanderKolpakov" class="mw-usertoollinks-contribs" title="Special:Contributions/AlexanderKolpakov">contribs</a>)</span></span></td><td dir="ltr">reduce code</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20160326073231%21Flag_of_Antioquia_Department.svg">09:01, 4 September 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20160326073231%21Flag_of_Antioquia_Department.svg"><img alt="Thumbnail for version as of 09:01, 4 September 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/3/33/20160326073231%21Flag_of_Antioquia_Department.svg/120px-Flag_of_Antioquia_Department.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(2 KB)</span></td><td><a href="/wiki/User:HansenBCN" class="mw-userlink" title="User:HansenBCN"><bdi>HansenBCN</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:HansenBCN" class="mw-usertoollinks-talk" title="User talk:HansenBCN">talk</a> | <a href="/wiki/Special:Contributions/HansenBCN" class="mw-usertoollinks-contribs" title="Special:Contributions/HansenBCN">contribs</a>)</span></span></td><td dir="ltr">Color Taller banderas</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20090904090141%21Flag_of_Antioquia_Department.svg">13:52, 19 September 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/3/33/20090904090141%21Flag_of_Antioquia_Department.svg"><img alt="Thumbnail for version as of 13:52, 19 September 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/3/33/20090904090141%21Flag_of_Antioquia_Department.svg/120px-Flag_of_Antioquia_Department.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(261 bytes)</span></td><td><a href="/wiki/User:Madden" class="mw-userlink" title="User:Madden"><bdi>Madden</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Madden" class="mw-usertoollinks-talk" title="User talk:Madden">talk</a> | <a href="/wiki/Special:Contributions/Madden" class="mw-usertoollinks-contribs" title="Special:Contributions/Madden">contribs</a>)</span></span></td><td dir="ltr">Flag of Antioquia (Department of <a href="/wiki/Colombia" title="Colombia">Colombia</a>) {{PD-ineligible}} <a href="/wiki/Category:SVG_flags" title="Category:SVG flags">Category:SVG flags</a> <a href="/wiki/Category:Flags_of_departments_of_Colombia" title="Category:Flags of departments of Colombia">Category:Flags of departments of Colombia</a></td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>The following 12 pages use this file:
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Bicolor_flags" title="Bicolor flags">Bicolor flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:BrCaLeTo/Escudos" title="User:BrCaLeTo/Escudos">User:BrCaLeTo/Escudos</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Magog_the_Ogre/PD_ineligible/2016_March_24-27" title="User:Magog the Ogre/PD ineligible/2016 March 24-27">User:Magog the Ogre/PD ineligible/2016 March 24-27</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_Antioquia.svg&redirect=no" class="mw-redirect" title="File:Flag of Antioquia.svg">File:Flag of Antioquia.svg</a> (file redirect) <ul class="mw-imagepage-redirectstofile"><li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/Category:Antioquia_Department" title="Category:Antioquia Department">Category:Antioquia Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/Category:Arauca_Department" title="Category:Arauca Department">Category:Arauca Department</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Antioquia_Department" title="Category:Antioquia Department">Category:Antioquia Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Arauca_Department" title="Category:Arauca Department">Category:Arauca Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Births_in_Antioquia" title="Category:Births in Antioquia">Category:Births in Antioquia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Deaths_in_Antioquia" title="Category:Deaths in Antioquia">Category:Deaths in Antioquia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:People_of_Antioquia" title="Category:People of Antioquia">Category:People of Antioquia</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Sports_in_Antioquia" title="Category:Sports in Antioquia">Category:Sports in Antioquia</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Vlae_van_departemente_van_Colombia">Vlae van departemente van Colombia</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Santa_Fe_de_Antioquia">Santa Fe de Antioquia</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Medell%C3%ADn">Medellín</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%BA%D9%88%D8%AA%D8%A7">بوغوتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%86%D8%AF%D9%8A%D9%86%D8%A7%D9%85%D8%A7%D8%B1%D9%83%D8%A7">إدارة كونديناماركا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D8%A7%D8%AC%D8%AF%D8%A7%D9%84%D9%8A%D9%86%D8%A7">إدارة ماجدالينا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%84%D9%8A_%D8%AF%D9%8A%D9%84_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة فالي ديل كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D8%AE%D8%A8%D9%8A%D9%84_%D8%B3%D8%A7%D9%86_%D8%A3%D9%86%D8%AF%D8%B1%D9%8A%D8%B3">إدارة أرخبيل سان أندريس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A8%D9%8A%D8%AF%D8%B1%D9%88_%D9%86%D9%8A%D9%84_%D8%A3%D9%88%D8%B3%D8%A8%D9%8A%D9%86%D8%A7">بيدرو نيل أوسبينا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D8%B3%D8%A7%D9%86%D8%A7%D8%B1%D9%8A">إدارة كاساناري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D8%AA%D9%88%D9%85%D8%A7%D9%8A%D9%88">إدارة بوتومايو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D9%88%D9%84%D9%8A%D9%85%D8%A7">إدارة توليما</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%8A%D8%A7%D9%83%D8%A7">إدارة بوياكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%81%D9%8A%D8%A7%D8%B1%D9%8A">إدارة غوافياري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%8A%D9%86%D9%8A%D8%A7">إدارة غواينيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%84%D8%A7_%D8%BA%D9%88%D8%A7%D8%AE%D9%8A%D8%B1%D8%A7">إدارة لا غواخيرا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%88%D8%A8%D9%8A%D8%B3">إدارة فاوبيس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%87%D9%88%D9%8A%D9%84%D8%A7">إدارة هويلا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D9%8A%D8%AA%D8%A7">إدارة ميتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%84%D8%AF%D8%A7%D8%B3">إدارة كالداس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%85%D8%A7%D8%B2%D9%88%D9%86%D8%A7%D8%B3">إدارة أمازوناس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D9%88%D9%83%D8%A7">إدارة أروكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%84%D9%8A%D9%81%D8%A7%D8%B1">إدارة بوليفار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%83%D9%8A%D8%AA%D8%A7">إدارة كاكيتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%8A%D8%B2%D8%A7%D8%B1">إدارة سيزار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D8%B4%D9%88%D9%83%D9%88">إدارة تشوكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%82%D8%B1%D8%B7%D8%A8%D8%A9">إدارة قرطبة</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%86%D8%AA%D9%8A%D9%88%D9%83%D9%8A%D8%A7">إدارة أنتيوكيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">قالب:إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B1%D9%8A%D8%B2%D8%A7%D8%B1%D8%A7%D9%84%D8%AF%D8%A7">إدارة ريزارالدا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D9%8A%D8%AA%D8%B4%D8%A7%D8%AF%D8%A7">إدارة فيتشادا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D8%A7%D8%B1%D9%8A%D9%86%D9%8A%D9%88">إدارة نارينيو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%AA%D9%84%D8%A7%D9%86%D8%AA%D9%8A%D9%83%D9%88">إدارة أتلانتيكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D9%88%D8%B1%D8%AA%D9%8A_%D8%AF%D9%8A_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة نورتي دي سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%88%D9%83%D8%B1%D9%8A">إدارة سوكري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%8A%D9%86%D8%AF%D9%8A%D9%88">إدارة كوينديو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%84%D9%88%D8%B3_%D8%A8%D9%8A%D8%A8%D9%8A%D8%B3">لوس بيبيس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D8%A3%D9%86%D8%AA%D9%8A%D9%88%D9%83%D9%8A%D8%A7">قالب:بيانات بلد أنتيوكيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D9%86%D9%81%D9%8A%D8%BA%D8%A7%D8%AF%D9%88">إنفيغادو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%85%D9%84%D9%83%D8%A9_%D8%AC%D9%85%D8%A7%D9%84_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7_2017">ملكة جمال كولومبيا 2017</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ast_wikipedia_org'>Usage on ast.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://ast.wikipedia.org/wiki/Seleici%C3%B3n_femenina_de_rugbi_d%27Espa%C3%B1a">Seleición femenina de rugbi d'España</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Llista_de_lemes_nacionales">Llista de lemes nacionales</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Atl%C3%A9tico_Nacional">Atlético Nacional</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Nina_Rodr%C3%ADguez">Nina Rodríguez</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Daniela_Herrera">Daniela Herrera</a></li>
|
||||
<li><a class="external" href="https://ast.wikipedia.org/wiki/Vuelta_a_Colombia">Vuelta a Colombia</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_Antioquia_Department.svg" title="Special:GlobalUsage/Flag of Antioquia Department.svg">more global usage</a> of this file.
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>900</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>600</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[]' data-formatvalue='[]' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>Items portrayed in this file</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'></div></div></div><div id='P571' data-property='P571' data-statements='[{"mainsnak":{"snaktype":"value","property":"P571","hash":"72d755e8ff7f694ec95e03ee14ad151c31d7b8b5","datavalue":{"value":{"time":"+2006-09-17T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http:\/\/www.wikidata.org\/entity\/Q1985727"},"type":"time"}},"type":"statement","id":"M1188652$0AFC5B1F-5BB4-464A-B7DF-B354465F9881","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":571,\"id\":\"P571\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P571\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P571\">inception<\/a>"}},"text\/plain":{"en":{"":"inception"}}},"{\"value\":{\"time\":\"+2006-09-17T00:00:00Z\",\"timezone\":0,\"before\":0,\"after\":0,\"precision\":11,\"calendarmodel\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q1985727\"},\"type\":\"time\"}":{"text\/html":{"en":{"P571":"17 September 2006"}},"text\/plain":{"en":{"P571":"17 September 2006"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P571 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P571" href="https://www.wikidata.org/wiki/Special:EntityPage/P571">inception</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M1188652$0AFC5B1F-5BB4-464A-B7DF-B354465F9881' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi>17 September 2006</bdi></h4></div></div></div></div></div></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Antioquia_Department.svg&oldid=598699823">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Antioquia_Department.svg&oldid=598699823</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:SVG_flags_of_departments_of_Colombia" title="Category:SVG flags of departments of Colombia">SVG flags of departments of Colombia</a></li><li><a href="/wiki/Category:Flags_of_Antioquia_Department" title="Category:Flags of Antioquia Department">Flags of Antioquia Department</a></li><li><a href="/wiki/Category:S%C3%ADmbolos_de_la_Universidad_de_Antioquia" title="Category:Símbolos de la Universidad de Antioquia">Símbolos de la Universidad de Antioquia</a></li><li><a href="/wiki/Category:Horizontal_bicolor_white_and_green_flags" title="Category:Horizontal bicolor white and green flags">Horizontal bicolor white and green flags</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories: <ul><li><a href="/wiki/Category:With_insignia" title="Category:With insignia">With insignia</a></li><li><a href="/wiki/Category:PD_shape" title="Category:PD shape">PD shape</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Antioquia+Department.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Antioquia+Department.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Antioquia_Department.svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="new mw-list-item"><a href="/w/index.php?title=File_talk:Flag_of_Antioquia_Department.svg&action=edit&redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Antioquia_Department.svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Antioquia_Department.svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Antioquia_Department.svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Antioquia_Department.svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Antioquia_Department.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Antioquia_Department.svg&oldid=598699823" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Antioquia_Department.svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M1188652" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Antioquia_Department.svg&id=598699823&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_Antioquia_Department.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 15 October 2021, at 16:45.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Antioquia_Department.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1350","timestamp":"20220404000027","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/3\/33\/Flag_of_Antioquia_Department.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_Antioquia_Department.svg","uploadDate":"2021-10-14 21:34:50"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":242,"wgHostname":"mw1350"});});</script>
|
||||
</body>
|
||||
</html>
|
471
third_party/region-flags/html/CO-ARA.html
vendored
Normal file
471
third_party/region-flags/html/CO-ARA.html
vendored
Normal file
File diff suppressed because one or more lines are too long
474
third_party/region-flags/html/CO-ATL.html
vendored
Normal file
474
third_party/region-flags/html/CO-ATL.html
vendored
Normal file
File diff suppressed because one or more lines are too long
456
third_party/region-flags/html/CO-BOL.html
vendored
Normal file
456
third_party/region-flags/html/CO-BOL.html
vendored
Normal file
|
@ -0,0 +1,456 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="client-nojs" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Bolívar (Colombia).svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"b8a117c6-a423-4ef1-a379-f4091e24b557","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Bolívar_(Colombia).svg","wgTitle":"Flag of Bolívar (Colombia).svg","wgCurRevisionId":511644270,"wgRevisionId":511644270,"wgArticleId":1190337,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD shape","Flags of Bolívar Department","SVG flags of departments of Colombia","Flags with three horizontal stripes of yellow, green and red color combination"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":
|
||||
"File:Flag_of_Bolívar_(Colombia).svg","wgRelevantArticleId":1190337,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":500,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":
|
||||
"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,"wbTaintedReferencesEnabled":false,"wbEntityId":"M1190337","wgEditSubmitButtonLabelPublish":true,"wbUserSpecifiedLanguages":["en"],"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item","P571":"time"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php","wbmiSupportedDataTypes":["wikibase-item","string","quantity","time",
|
||||
"monolingualtext","external-id","globe-coordinate","url"],"wbCurrentRevision":511644270,"wbEntity":{"type":"mediainfo","id":"M1190337","labels":[],"descriptions":[],"statements":{"P571":[{"mainsnak":{"snaktype":"value","property":"P571","hash":"8873a3761b1226807ddb164061b211cdd4ef9eef","datavalue":{"value":{"time":"+2006-09-19T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http://www.wikidata.org/entity/Q1985727"},"type":"time"}},"type":"statement","id":"M1190337$176485A5-143E-4450-8405-FE3132353E46","rank":"normal"}]}},"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":
|
||||
"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={
|
||||
"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","wikibase.common":"ready","jquery.wikibase.toolbar.styles":"ready","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["wikibase.entityPage.entityLoaded","wikibase.ui.entityViewInit","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice",
|
||||
"ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cjquery.wikibase.toolbar.styles%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.common%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/1200px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="800"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/800px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="533"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/640px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="427"/>
|
||||
<meta property="og:title" content="File:Flag of Bolívar (Colombia).svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1190337.json" type="application/json"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1190337.php" type="application/vnd.php.serialized"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1190337.n3" type="text/n3"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1190337.ttl" type="text/turtle"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1190337.nt" type="application/n-triples"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1190337.rdf" type="application/rdf+xml"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M1190337.jsonld" type="application/ld+json"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_Bol%C3%ADvar_(Colombia).svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_Bol%C3%ADvar_(Colombia).svg"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Bolívar_Colombia_svg rootpage-File_Flag_of_Bolívar_Colombia_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M1190337"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Bolívar (Colombia).svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg"><img alt="File:Flag of Bolívar (Colombia).svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/720px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png?20180724182830" decoding="async" width="720" height="480" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/1080px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png?20180724182830 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/1440px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png?20180724182830 2x" data-file-width="720" data-file-height="480" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/720px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" class="mw-thumbnail-link">720 × 480 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/320px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" class="mw-thumbnail-link">320 × 213 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/1024px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" class="mw-thumbnail-link">1,024 × 683 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/1280px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" class="mw-thumbnail-link">1,280 × 853 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/2560px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" class="mw-thumbnail-link">2,560 × 1,707 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg" class="internal" title="Flag of Bolívar (Colombia).svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 720 × 480 pixels, file size: 280 bytes)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value wbmi-entityview-emptyCaption'>Add a one-line explanation of what this file represents</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<div class="hproduct commons-file-information-table">
|
||||
<table class="fileinfotpl-type-information toccolours vevent mw-content-ltr" style="width: 100%; direction: ltr;" cellpadding="4">
|
||||
|
||||
<tbody><tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en">Description<span class="summary fn" style="display:none">Flag of Bolívar (Colombia).svg</span></td>
|
||||
<td class="description">
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en" title="English"><b>English: </b></span> Flag of Bolívar department, Colombia</div>
|
||||
<div class="description mw-content-ltr es" dir="ltr" lang="es"><span class="language es" title="Spanish"><b>Español: </b></span> Bandera del departamento de Bolívar, Colombia</div></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_date" class="fileinfo-paramfield" lang="en">Date</td>
|
||||
<td lang="en">
|
||||
19 September 2006</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en">Source</td>
|
||||
<td>
|
||||
<span class="int-own-work" lang="en">Own work</span><br /><a rel="nofollow" class="external text" href="http://www.bolivar.gov.co/">Gobernación de Bolívar</a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en">Author</td>
|
||||
<td>
|
||||
<a href="/wiki/User:Madden" title="User:Madden">Madden</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td><i>This image of <b><a href="https://en.wikipedia.org/wiki/geometry" class="extiw" title="w:geometry">simple geometry</a></b> is <b>ineligible for <a href="https://en.wikipedia.org/wiki/copyrights" class="extiw" title="w:copyrights">copyright</a></b> and therefore in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b>, because it consists entirely of information that is common property and contains no original authorship.</i>
|
||||
</td>
|
||||
<td><div class="floatright"><img alt="Heptagon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/64px-Heptagon.svg.png" decoding="async" title="Heptagon" width="64" height="63" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/96px-Heptagon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/128px-Heptagon.svg.png 2x" data-file-width="512" data-file-height="500" /></div>
|
||||
</td></tr></tbody></table>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1350
|
||||
Cached time: 20220324045151
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.073 seconds
|
||||
Real time usage: 0.099 seconds
|
||||
Preprocessor visited node count: 323/1000000
|
||||
Post‐expand include size: 8026/2097152 bytes
|
||||
Template argument size: 470/2097152 bytes
|
||||
Highest expansion depth: 11/100
|
||||
Expensive parser function count: 2/500
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 0/5000000 bytes
|
||||
Lua time usage: 0.033/10.000 seconds
|
||||
Lua memory usage: 894001/52428800 bytes
|
||||
Number of Wikibase entities loaded: 1/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 86.627 1 -total
|
||||
78.29% 67.822 1 Template:Information
|
||||
21.41% 18.548 1 Template:PD-shape
|
||||
19.41% 16.817 1 Template:Autotranslate
|
||||
17.37% 15.051 2 Template:Description
|
||||
15.80% 13.688 1 Template:En
|
||||
10.12% 8.769 1 Template:PD-shape/layout
|
||||
7.69% 6.660 1 Template:PD-Layout
|
||||
5.96% 5.163 1 Template:Es
|
||||
3.18% 2.753 2 Template:Dir
|
||||
-->
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:1190337-0!wb=3 and timestamp 20220324045151 and revision id 511644270. Serialized with JSON.
|
||||
-->
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg">18:28, 24 July 2018</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg"><img alt="Thumbnail for version as of 18:28, 24 July 2018" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/120px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png?20180724182830" decoding="async" width="120" height="80" data-file-width="720" data-file-height="480" /></a></td><td>720 × 480 <span style="white-space: nowrap;">(280 bytes)</span></td><td><a href="/wiki/User:Fibonacci" class="mw-userlink" title="User:Fibonacci"><bdi>Fibonacci</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Fibonacci" class="mw-usertoollinks-talk" title="User talk:Fibonacci">talk</a> | <a href="/wiki/Special:Contributions/Fibonacci" class="mw-usertoollinks-contribs" title="Special:Contributions/Fibonacci">contribs</a>)</span></span></td><td dir="ltr">simplified</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20180724182828%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg">09:12, 4 September 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20180724182828%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg"><img alt="Thumbnail for version as of 09:12, 4 September 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a0/20180724182828%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/120px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" decoding="async" width="120" height="80" data-file-width="750" data-file-height="500" /></a></td><td>750 × 500 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/wiki/User:HansenBCN" class="mw-userlink" title="User:HansenBCN"><bdi>HansenBCN</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:HansenBCN" class="mw-usertoollinks-talk" title="User talk:HansenBCN">talk</a> | <a href="/wiki/Special:Contributions/HansenBCN" class="mw-usertoollinks-contribs" title="Special:Contributions/HansenBCN">contribs</a>)</span></span></td><td dir="ltr">Colores y proporciones Taller</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20090904091215%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg">02:29, 17 June 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20090904091215%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg"><img alt="Thumbnail for version as of 02:29, 17 June 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a0/20090904091215%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/120px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" decoding="async" width="120" height="85" data-file-width="1052" data-file-height="744" /></a></td><td>1,052 × 744 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/wiki/User:Milenioscuro" class="mw-userlink" title="User:Milenioscuro"><bdi>Milenioscuro</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Milenioscuro" class="mw-usertoollinks-talk" title="User talk:Milenioscuro">talk</a> | <a href="/wiki/Special:Contributions/Milenioscuro" class="mw-usertoollinks-contribs" title="Special:Contributions/Milenioscuro">contribs</a>)</span></span></td><td dir="ltr">colors</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20090617022907%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg">00:48, 4 June 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20090617022907%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg"><img alt="Thumbnail for version as of 00:48, 4 June 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a0/20090617022907%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/120px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" decoding="async" width="120" height="85" data-file-width="1052" data-file-height="744" /></a></td><td>1,052 × 744 <span style="white-space: nowrap;">(2 KB)</span></td><td><a href="/wiki/User:Milenioscuro" class="mw-userlink" title="User:Milenioscuro"><bdi>Milenioscuro</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Milenioscuro" class="mw-usertoollinks-talk" title="User talk:Milenioscuro">talk</a> | <a href="/wiki/Special:Contributions/Milenioscuro" class="mw-usertoollinks-contribs" title="Special:Contributions/Milenioscuro">contribs</a>)</span></span></td><td dir="ltr">FIAV colors</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20090604004826%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg">21:34, 19 September 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/a/a0/20090604004826%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg"><img alt="Thumbnail for version as of 21:34, 19 September 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a0/20090604004826%21Flag_of_Bol%C3%ADvar_%28Colombia%29.svg/120px-Flag_of_Bol%C3%ADvar_%28Colombia%29.svg.png" decoding="async" width="120" height="60" data-file-width="1000" data-file-height="500" /></a></td><td>1,000 × 500 <span style="white-space: nowrap;">(332 bytes)</span></td><td><a href="/wiki/User:Madden" class="mw-userlink" title="User:Madden"><bdi>Madden</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Madden" class="mw-usertoollinks-talk" title="User talk:Madden">talk</a> | <a href="/wiki/Special:Contributions/Madden" class="mw-usertoollinks-contribs" title="Special:Contributions/Madden">contribs</a>)</span></span></td><td dir="ltr">== Description == {{en|Flag of Bolívar (Department of <a href="/wiki/Colombia" title="Colombia">Colombia</a>)}} == Licensing == {{PD-ineligible}} <a href="/wiki/Category:SVG_flags" title="Category:SVG flags">Category:SVG flags</a> <a href="/wiki/Category:Flags_of_departments_of_Colombia" title="Category:Flags of departments of Colombia">Bolívar</a> </td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>The following 8 pages use this file:
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Bol%C3%ADvar_Department" title="Bolívar Department">Bolívar Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Gallery_of_triband_flags" title="Gallery of triband flags">Gallery of triband flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:BrCaLeTo/Escudos" title="User:BrCaLeTo/Escudos">User:BrCaLeTo/Escudos</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Magog_the_Ogre/PD_ineligible/2018_July_24-27" title="User:Magog the Ogre/PD ineligible/2018 July 24-27">User:Magog the Ogre/PD ineligible/2018 July 24-27</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_Department.svg&redirect=no" class="mw-redirect" title="File:Flag of Bolívar Department.svg">File:Flag of Bolívar Department.svg</a> (file redirect) </li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Bol%C3%ADvar_Department" title="Category:Bolívar Department">Category:Bolívar Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Maps_of_Bol%C3%ADvar_Department" title="Category:Maps of Bolívar Department">Category:Maps of Bolívar Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:People_of_Bol%C3%ADvar" title="Category:People of Bolívar">Category:People of Bolívar</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Vlae_van_departemente_van_Colombia">Vlae van departemente van Colombia</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Cartagena,_Colombia">Cartagena, Colombia</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%BA%D9%88%D8%AA%D8%A7">بوغوتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%86%D8%AF%D9%8A%D9%86%D8%A7%D9%85%D8%A7%D8%B1%D9%83%D8%A7">إدارة كونديناماركا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D8%A7%D8%AC%D8%AF%D8%A7%D9%84%D9%8A%D9%86%D8%A7">إدارة ماجدالينا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%84%D9%8A_%D8%AF%D9%8A%D9%84_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة فالي ديل كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D8%AE%D8%A8%D9%8A%D9%84_%D8%B3%D8%A7%D9%86_%D8%A3%D9%86%D8%AF%D8%B1%D9%8A%D8%B3">إدارة أرخبيل سان أندريس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D8%B3%D8%A7%D9%86%D8%A7%D8%B1%D9%8A">إدارة كاساناري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D8%AA%D9%88%D9%85%D8%A7%D9%8A%D9%88">إدارة بوتومايو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D9%88%D9%84%D9%8A%D9%85%D8%A7">إدارة توليما</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%8A%D8%A7%D9%83%D8%A7">إدارة بوياكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%81%D9%8A%D8%A7%D8%B1%D9%8A">إدارة غوافياري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%8A%D9%86%D9%8A%D8%A7">إدارة غواينيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%84%D8%A7_%D8%BA%D9%88%D8%A7%D8%AE%D9%8A%D8%B1%D8%A7">إدارة لا غواخيرا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%88%D8%A8%D9%8A%D8%B3">إدارة فاوبيس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%87%D9%88%D9%8A%D9%84%D8%A7">إدارة هويلا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D9%8A%D8%AA%D8%A7">إدارة ميتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%84%D8%AF%D8%A7%D8%B3">إدارة كالداس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%85%D8%A7%D8%B2%D9%88%D9%86%D8%A7%D8%B3">إدارة أمازوناس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D9%88%D9%83%D8%A7">إدارة أروكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%84%D9%8A%D9%81%D8%A7%D8%B1">إدارة بوليفار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%83%D9%8A%D8%AA%D8%A7">إدارة كاكيتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%8A%D8%B2%D8%A7%D8%B1">إدارة سيزار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D8%B4%D9%88%D9%83%D9%88">إدارة تشوكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%82%D8%B1%D8%B7%D8%A8%D8%A9">إدارة قرطبة</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%86%D8%AA%D9%8A%D9%88%D9%83%D9%8A%D8%A7">إدارة أنتيوكيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">قالب:إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B1%D9%8A%D8%B2%D8%A7%D8%B1%D8%A7%D9%84%D8%AF%D8%A7">إدارة ريزارالدا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D9%8A%D8%AA%D8%B4%D8%A7%D8%AF%D8%A7">إدارة فيتشادا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D8%A7%D8%B1%D9%8A%D9%86%D9%8A%D9%88">إدارة نارينيو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%AA%D9%84%D8%A7%D9%86%D8%AA%D9%8A%D9%83%D9%88">إدارة أتلانتيكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D9%88%D8%B1%D8%AA%D9%8A_%D8%AF%D9%8A_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة نورتي دي سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%88%D9%83%D8%B1%D9%8A">إدارة سوكري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%8A%D9%86%D8%AF%D9%8A%D9%88">إدارة كوينديو</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-avk_wikipedia_org'>Usage on avk.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://avk.wikipedia.org/wiki/KolombiaBol%C3%ADvarWinka">KolombiaBolívarWinka</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Simit%C3%AD">Simití</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Santa_Rosa_del_Sur">Santa Rosa del Sur</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Bol%C3%ADvarMagdalenaMedioUtca">BolívarMagdalenaMedioUtca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Bol%C3%ADvarLobaUtca">BolívarLobaUtca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Bol%C3%ADvarDepresi%C3%B3nMomposinaUtca">BolívarDepresiónMomposinaUtca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Bol%C3%ADvarMojanaBolivarenseUtca">BolívarMojanaBolivarenseUtca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Bol%C3%ADvarMontesDeMar%C3%ADaUtca">BolívarMontesDeMaríaUtca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Bol%C3%ADvarDiqueBolivarenseUtca">BolívarDiqueBolivarenseUtca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Cantagallo_(Bol%C3%ADvar)">Cantagallo (Bolívar)</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/San_Pablo_(Bol%C3%ADvar)">San Pablo (Bolívar)</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Morales_(Bol%C3%ADvar)">Morales (Bolívar)</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_Bol%C3%ADvar_(Colombia).svg" title="Special:GlobalUsage/Flag of Bolívar (Colombia).svg">more global usage</a> of this file.
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>720</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>480</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[]' data-formatvalue='[]' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>Items portrayed in this file</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'></div></div></div><div id='P571' data-property='P571' data-statements='[{"mainsnak":{"snaktype":"value","property":"P571","hash":"8873a3761b1226807ddb164061b211cdd4ef9eef","datavalue":{"value":{"time":"+2006-09-19T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http:\/\/www.wikidata.org\/entity\/Q1985727"},"type":"time"}},"type":"statement","id":"M1190337$176485A5-143E-4450-8405-FE3132353E46","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":571,\"id\":\"P571\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P571\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P571\">inception<\/a>"}},"text\/plain":{"en":{"":"inception"}}},"{\"value\":{\"time\":\"+2006-09-19T00:00:00Z\",\"timezone\":0,\"before\":0,\"after\":0,\"precision\":11,\"calendarmodel\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q1985727\"},\"type\":\"time\"}":{"text\/html":{"en":{"P571":"19 September 2006"}},"text\/plain":{"en":{"P571":"19 September 2006"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P571 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P571" href="https://www.wikidata.org/wiki/Special:EntityPage/P571">inception</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M1190337$176485A5-143E-4450-8405-FE3132353E46' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi>19 September 2006</bdi></h4></div></div></div></div></div></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Bolívar_(Colombia).svg&oldid=511644270">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Bolívar_(Colombia).svg&oldid=511644270</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Flags_of_Bol%C3%ADvar_Department" title="Category:Flags of Bolívar Department">Flags of Bolívar Department</a></li><li><a href="/wiki/Category:SVG_flags_of_departments_of_Colombia" title="Category:SVG flags of departments of Colombia">SVG flags of departments of Colombia</a></li><li><a href="/wiki/Category:Flags_with_three_horizontal_stripes_of_yellow,_green_and_red_color_combination" title="Category:Flags with three horizontal stripes of yellow, green and red color combination">Flags with three horizontal stripes of yellow, green and red color combination</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden category: <ul><li><a href="/wiki/Category:PD_shape" title="Category:PD shape">PD shape</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Bol%C3%ADvar+%28Colombia%29.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Bol%C3%ADvar+%28Colombia%29.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Bol%C3%ADvar_(Colombia).svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="new mw-list-item"><a href="/w/index.php?title=File_talk:Flag_of_Bol%C3%ADvar_(Colombia).svg&action=edit&redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Bol%C3%ADvar_(Colombia).svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Bol%C3%ADvar_(Colombia).svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Bol%C3%ADvar_(Colombia).svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&oldid=511644270" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M1190337" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Bol%C3%ADvar_%28Colombia%29.svg&id=511644270&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_Bol%C3%ADvar_%28Colombia%29.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 10 November 2020, at 02:05.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Bol%C3%ADvar_(Colombia).svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1414","timestamp":"20220404000031","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/a\/a0\/Flag_of_Bol%C3%ADvar_%28Colombia%29.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_Bol%C3%ADvar_(Colombia).svg","uploadDate":"2018-07-24 18:28:30"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":216,"wgHostname":"mw1414"});});</script>
|
||||
</body>
|
||||
</html>
|
467
third_party/region-flags/html/CO-BOY.html
vendored
Normal file
467
third_party/region-flags/html/CO-BOY.html
vendored
Normal file
|
@ -0,0 +1,467 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="client-nojs" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Boyacá Department.svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"2ea19217-5db0-466b-b58c-15e4cacf692d","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Boyacá_Department.svg","wgTitle":"Flag of Boyacá Department.svg","wgCurRevisionId":367536802,"wgRevisionId":367536802,"wgArticleId":1190340,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD shape","With insignia","Flags of Boyacá Department","SVG flags of departments of Colombia"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"File:Flag_of_Boyacá_Department.svg","wgRelevantArticleId":1190340,
|
||||
"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgRedirectedFrom":"File:Flag_of_Boyacá.svg","wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":500,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":
|
||||
"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,"wbTaintedReferencesEnabled":false,"wgInternalRedirectTargetUrl":"/wiki/File:Flag_of_Boyac%C3%A1_Department.svg","wgEditSubmitButtonLabelPublish":true,"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php","wbmiSupportedDataTypes":["wikibase-item","string","quantity","time",
|
||||
"monolingualtext","external-id","globe-coordinate","url"],"wbUserSpecifiedLanguages":["en"],"wbCurrentRevision":null,"wbEntityId":"M1190340","wbEntity":null,"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":
|
||||
"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={
|
||||
"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["mediawiki.action.view.redirect","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice","ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart",
|
||||
"ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/1200px-Flag_of_Boyac%C3%A1_Department.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="800"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/800px-Flag_of_Boyac%C3%A1_Department.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="533"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/640px-Flag_of_Boyac%C3%A1_Department.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="427"/>
|
||||
<meta property="og:title" content="File:Flag of Boyacá Department.svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_Boyac%C3%A1_Department.svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_Boyac%C3%A1_Department.svg"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Boyacá_Department_svg rootpage-File_Flag_of_Boyacá_Department_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M1190340"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Boyacá Department.svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"><span class="mw-redirectedfrom">(Redirected from <a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1.svg&redirect=no" class="mw-redirect" title="File:Flag of Boyacá.svg">File:Flag of Boyacá.svg</a>)</span></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/2/2e/Flag_of_Boyac%C3%A1_Department.svg"><img alt="File:Flag of Boyacá Department.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/750px-Flag_of_Boyac%C3%A1_Department.svg.png?20090904092631" decoding="async" width="750" height="500" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/1125px-Flag_of_Boyac%C3%A1_Department.svg.png?20090904092631 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/1500px-Flag_of_Boyac%C3%A1_Department.svg.png?20090904092631 2x" data-file-width="750" data-file-height="500" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/750px-Flag_of_Boyac%C3%A1_Department.svg.png" class="mw-thumbnail-link">750 × 500 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/320px-Flag_of_Boyac%C3%A1_Department.svg.png" class="mw-thumbnail-link">320 × 213 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/640px-Flag_of_Boyac%C3%A1_Department.svg.png" class="mw-thumbnail-link">640 × 427 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/1024px-Flag_of_Boyac%C3%A1_Department.svg.png" class="mw-thumbnail-link">1,024 × 683 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/1280px-Flag_of_Boyac%C3%A1_Department.svg.png" class="mw-thumbnail-link">1,280 × 853 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/2560px-Flag_of_Boyac%C3%A1_Department.svg.png" class="mw-thumbnail-link">2,560 × 1,707 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/2/2e/Flag_of_Boyac%C3%A1_Department.svg" class="internal" title="Flag of Boyacá Department.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 750 × 500 pixels, file size: 32 KB)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value wbmi-entityview-emptyCaption'>Add a one-line explanation of what this file represents</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<div class="hproduct commons-file-information-table">
|
||||
<table class="fileinfotpl-type-information toccolours vevent mw-content-ltr" style="width: 100%; direction: ltr;" cellpadding="4">
|
||||
|
||||
<tbody><tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en">Description<span class="summary fn" style="display:none">Flag of Boyacá Department.svg</span></td>
|
||||
<td class="description">
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en" title="English"><b>English: </b></span> Flag of Boyacá department, Colombia</div>
|
||||
<div class="description mw-content-ltr es" dir="ltr" lang="es"><span class="language es" title="Spanish"><b>Español: </b></span> Bandera del departamento de Boyacá, Colombia</div>
|
||||
<div class="description mw-content-ltr nl" dir="ltr" lang="nl"><span class="language nl" title="Dutch"><b>Nederlands: </b></span> Huidige vlag van het Colombiaanse departement <a href="https://nl.wikipedia.org/wiki/Boyac%C3%A1_(departement)" class="extiw" title="nl:Boyacá (departement)">Boyacá</a>.</div></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en">Source</td>
|
||||
<td>
|
||||
<span class="int-own-work" lang="en">Own work</span></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en">Author</td>
|
||||
<td>
|
||||
<a href="/wiki/User:Madden" title="User:Madden">Madden</a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_perm" class="fileinfo-paramfield" lang="en">Permission<br /><small>(<a href="/wiki/Commons:Reusing_content_outside_Wikimedia" title="Commons:Reusing content outside Wikimedia">Reusing this file</a>)</small></td>
|
||||
<td>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td><i>This image of <b><a href="https://en.wikipedia.org/wiki/geometry" class="extiw" title="w:geometry">simple geometry</a></b> is <b>ineligible for <a href="https://en.wikipedia.org/wiki/copyrights" class="extiw" title="w:copyrights">copyright</a></b> and therefore in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b>, because it consists entirely of information that is common property and contains no original authorship.</i>
|
||||
</td>
|
||||
<td><div class="floatright"><img alt="Heptagon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/64px-Heptagon.svg.png" decoding="async" title="Heptagon" width="64" height="63" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/96px-Heptagon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/128px-Heptagon.svg.png 2x" data-file-width="512" data-file-height="500" /></div>
|
||||
</td></tr></tbody></table>
|
||||
<table cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa;" lang="en" dir="ltr" class="layouttemplate restrictiontemplate mw-content-ltr restriction-insignia">
|
||||
<tbody><tr>
|
||||
<td style="border:none; width:64px;"><a href="/wiki/Commons:Non-copyright_restrictions" title="Insignia"><img alt="Insignia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/64px-Coat-elements-2.png" decoding="async" width="64" height="77" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/96px-Coat-elements-2.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/128px-Coat-elements-2.png 2x" data-file-width="609" data-file-height="731" /></a>
|
||||
</td>
|
||||
<td style="border:none;">This image shows a <a href="https://en.wikipedia.org/wiki/flag" class="extiw" title="w:flag">flag</a>, a <a href="https://en.wikipedia.org/wiki/coat_of_arms" class="extiw" title="w:coat of arms">coat of arms</a>, a <a href="https://en.wikipedia.org/wiki/seal_(device)" class="extiw" title="w:seal (device)">seal</a> or some other official <b><a href="https://en.wikipedia.org/wiki/insignia" class="extiw" title="w:insignia">insignia</a></b>. The use of such symbols is restricted in many countries. These restrictions are independent of the <a href="https://en.wikipedia.org/wiki/copyright" class="extiw" title="w:copyright">copyright</a> status.
|
||||
</td></tr></tbody></table></td>
|
||||
</tr>
|
||||
|
||||
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="Public domain" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" title="Public domain" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td><i>This image of <b><a href="https://en.wikipedia.org/wiki/geometry" class="extiw" title="w:geometry">simple geometry</a></b> is <b>ineligible for <a href="https://en.wikipedia.org/wiki/copyrights" class="extiw" title="w:copyrights">copyright</a></b> and therefore in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b>, because it consists entirely of information that is common property and contains no original authorship.</i>
|
||||
</td>
|
||||
<td><div class="floatright"><img alt="Heptagon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/64px-Heptagon.svg.png" decoding="async" title="Heptagon" width="64" height="63" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/96px-Heptagon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Heptagon.svg/128px-Heptagon.svg.png 2x" data-file-width="512" data-file-height="500" /></div>
|
||||
</td></tr></tbody></table>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1365
|
||||
Cached time: 20220324021129
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.123 seconds
|
||||
Real time usage: 0.163 seconds
|
||||
Preprocessor visited node count: 561/1000000
|
||||
Post‐expand include size: 17074/2097152 bytes
|
||||
Template argument size: 1360/2097152 bytes
|
||||
Highest expansion depth: 13/100
|
||||
Expensive parser function count: 2/500
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 0/5000000 bytes
|
||||
Lua time usage: 0.058/10.000 seconds
|
||||
Lua memory usage: 958501/52428800 bytes
|
||||
Number of Wikibase entities loaded: 1/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 132.996 1 -total
|
||||
99.51% 132.347 1 Template:Information
|
||||
37.12% 49.367 2 Template:Autotranslate
|
||||
24.55% 32.645 1 Template:Insignia
|
||||
19.19% 25.527 2 Template:PD-shape
|
||||
14.94% 19.874 1 Template:Insignia/layout
|
||||
13.40% 17.826 3 Template:Description
|
||||
12.83% 17.064 1 Template:Non-copyright_restriction
|
||||
8.76% 11.656 1 Template:PD-shape/layout
|
||||
8.65% 11.508 1 Template:En
|
||||
-->
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:1190340-0!canonical and timestamp 20220324021129 and revision id 367536802. Serialized with JSON.
|
||||
-->
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/2/2e/Flag_of_Boyac%C3%A1_Department.svg">09:26, 4 September 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/2/2e/Flag_of_Boyac%C3%A1_Department.svg"><img alt="Thumbnail for version as of 09:26, 4 September 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Flag_of_Boyac%C3%A1_Department.svg/120px-Flag_of_Boyac%C3%A1_Department.svg.png?20090904092631" decoding="async" width="120" height="80" data-file-width="750" data-file-height="500" /></a></td><td>750 × 500 <span style="white-space: nowrap;">(32 KB)</span></td><td><a href="/wiki/User:HansenBCN" class="mw-userlink" title="User:HansenBCN"><bdi>HansenBCN</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:HansenBCN" class="mw-usertoollinks-talk" title="User talk:HansenBCN">talk</a> | <a href="/wiki/Special:Contributions/HansenBCN" class="mw-usertoollinks-contribs" title="Special:Contributions/HansenBCN">contribs</a>)</span></span></td><td dir="ltr">Tamaño hojas de roble</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/2/2e/20090904092631%21Flag_of_Boyac%C3%A1_Department.svg">09:24, 4 September 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/2/2e/20090904092631%21Flag_of_Boyac%C3%A1_Department.svg"><img alt="Thumbnail for version as of 09:24, 4 September 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/2/2e/20090904092631%21Flag_of_Boyac%C3%A1_Department.svg/120px-Flag_of_Boyac%C3%A1_Department.svg.png" decoding="async" width="120" height="80" data-file-width="750" data-file-height="500" /></a></td><td>750 × 500 <span style="white-space: nowrap;">(31 KB)</span></td><td><a href="/wiki/User:HansenBCN" class="mw-userlink" title="User:HansenBCN"><bdi>HansenBCN</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:HansenBCN" class="mw-usertoollinks-talk" title="User talk:HansenBCN">talk</a> | <a href="/wiki/Special:Contributions/HansenBCN" class="mw-usertoollinks-contribs" title="Special:Contributions/HansenBCN">contribs</a>)</span></span></td><td dir="ltr">Proporciones y colores según Taller y ajuste de diseño según descripción oficial: http://www.boyaca.gov.co/?idcategoria=1297</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/2/2e/20090904092431%21Flag_of_Boyac%C3%A1_Department.svg">23:39, 15 August 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/2/2e/20090904092431%21Flag_of_Boyac%C3%A1_Department.svg"><img alt="Thumbnail for version as of 23:39, 15 August 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/2/2e/20090904092431%21Flag_of_Boyac%C3%A1_Department.svg/120px-Flag_of_Boyac%C3%A1_Department.svg.png" decoding="async" width="120" height="80" data-file-width="900" data-file-height="600" /></a></td><td>900 × 600 <span style="white-space: nowrap;">(27 KB)</span></td><td><a href="/wiki/User:Ivanics" class="mw-userlink" title="User:Ivanics"><bdi>Ivanics</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Ivanics" class="mw-usertoollinks-talk" title="User talk:Ivanics">talk</a> | <a href="/wiki/Special:Contributions/Ivanics" class="mw-usertoollinks-contribs" title="Special:Contributions/Ivanics">contribs</a>)</span></span></td><td dir="ltr">Actualización </td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/2/2e/20090815233931%21Flag_of_Boyac%C3%A1_Department.svg">21:35, 19 September 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/2/2e/20090815233931%21Flag_of_Boyac%C3%A1_Department.svg"><img alt="Thumbnail for version as of 21:35, 19 September 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/2/2e/20090815233931%21Flag_of_Boyac%C3%A1_Department.svg/120px-Flag_of_Boyac%C3%A1_Department.svg.png" decoding="async" width="120" height="80" data-file-width="900" data-file-height="600" /></a></td><td>900 × 600 <span style="white-space: nowrap;">(330 bytes)</span></td><td><a href="/wiki/User:Madden" class="mw-userlink" title="User:Madden"><bdi>Madden</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Madden" class="mw-usertoollinks-talk" title="User talk:Madden">talk</a> | <a href="/wiki/Special:Contributions/Madden" class="mw-usertoollinks-contribs" title="Special:Contributions/Madden">contribs</a>)</span></span></td><td dir="ltr">== Description == {{en|Flag of Boyacá (Department of <a href="/wiki/Colombia" title="Colombia">Colombia</a>)}} == Licensing == {{PD-ineligible}} <a href="/wiki/Category:SVG_flags" title="Category:SVG flags">Category:SVG flags</a> <a href="/wiki/Category:Flags_of_departments_of_Colombia" title="Category:Flags of departments of Colombia">Boyacá</a> </td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>The following 8 pages use this file:
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Gallery_of_flags_with_plants" title="Gallery of flags with plants">Gallery of flags with plants</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns0"><a href="/wiki/Gallery_of_triband_flags" title="Gallery of triband flags">Gallery of triband flags</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:BrCaLeTo/Escudos" title="User:BrCaLeTo/Escudos">User:BrCaLeTo/Escudos</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Sergio_alfredo" title="User:Sergio alfredo">User:Sergio alfredo</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1.svg&redirect=no" class="mw-redirect" title="File:Flag of Boyacá.svg">File:Flag of Boyacá.svg</a> (file redirect) <ul class="mw-imagepage-redirectstofile"><li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/Category:Boyac%C3%A1_Department" title="Category:Boyacá Department">Category:Boyacá Department</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Boyac%C3%A1_Department" title="Category:Boyacá Department">Category:Boyacá Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:People_of_Boyac%C3%A1" title="Category:People of Boyacá">Category:People of Boyacá</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Vlae_van_departemente_van_Colombia">Vlae van departemente van Colombia</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Boyac%C3%A1_(departement)">Boyacá (departement)</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%BA%D9%88%D8%AA%D8%A7">بوغوتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%86%D8%AF%D9%8A%D9%86%D8%A7%D9%85%D8%A7%D8%B1%D9%83%D8%A7">إدارة كونديناماركا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D8%A7%D8%AC%D8%AF%D8%A7%D9%84%D9%8A%D9%86%D8%A7">إدارة ماجدالينا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%84%D9%8A_%D8%AF%D9%8A%D9%84_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة فالي ديل كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D8%AE%D8%A8%D9%8A%D9%84_%D8%B3%D8%A7%D9%86_%D8%A3%D9%86%D8%AF%D8%B1%D9%8A%D8%B3">إدارة أرخبيل سان أندريس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D8%B3%D8%A7%D9%86%D8%A7%D8%B1%D9%8A">إدارة كاساناري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D8%AA%D9%88%D9%85%D8%A7%D9%8A%D9%88">إدارة بوتومايو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D9%88%D9%84%D9%8A%D9%85%D8%A7">إدارة توليما</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%8A%D8%A7%D9%83%D8%A7">إدارة بوياكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%81%D9%8A%D8%A7%D8%B1%D9%8A">إدارة غوافياري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%8A%D9%86%D9%8A%D8%A7">إدارة غواينيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%84%D8%A7_%D8%BA%D9%88%D8%A7%D8%AE%D9%8A%D8%B1%D8%A7">إدارة لا غواخيرا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%88%D8%A8%D9%8A%D8%B3">إدارة فاوبيس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%87%D9%88%D9%8A%D9%84%D8%A7">إدارة هويلا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D9%8A%D8%AA%D8%A7">إدارة ميتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%84%D8%AF%D8%A7%D8%B3">إدارة كالداس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%85%D8%A7%D8%B2%D9%88%D9%86%D8%A7%D8%B3">إدارة أمازوناس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D9%88%D9%83%D8%A7">إدارة أروكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%84%D9%8A%D9%81%D8%A7%D8%B1">إدارة بوليفار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%83%D9%8A%D8%AA%D8%A7">إدارة كاكيتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%8A%D8%B2%D8%A7%D8%B1">إدارة سيزار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D8%B4%D9%88%D9%83%D9%88">إدارة تشوكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%82%D8%B1%D8%B7%D8%A8%D8%A9">إدارة قرطبة</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%86%D8%AA%D9%8A%D9%88%D9%83%D9%8A%D8%A7">إدارة أنتيوكيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">قالب:إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B1%D9%8A%D8%B2%D8%A7%D8%B1%D8%A7%D9%84%D8%AF%D8%A7">إدارة ريزارالدا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D9%8A%D8%AA%D8%B4%D8%A7%D8%AF%D8%A7">إدارة فيتشادا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D8%A7%D8%B1%D9%8A%D9%86%D9%8A%D9%88">إدارة نارينيو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%AA%D9%84%D8%A7%D9%86%D8%AA%D9%8A%D9%83%D9%88">إدارة أتلانتيكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D9%88%D8%B1%D8%AA%D9%8A_%D8%AF%D9%8A_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة نورتي دي سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%88%D9%83%D8%B1%D9%8A">إدارة سوكري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%8A%D9%86%D8%AF%D9%8A%D9%88">إدارة كوينديو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%85%D9%84%D9%83%D8%A9_%D8%AC%D9%85%D8%A7%D9%84_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7_2017">ملكة جمال كولومبيا 2017</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A8%D9%8A%D8%A7%D9%86%D8%A7%D8%AA_%D8%A8%D9%84%D8%AF_%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%8A%D8%A7%D9%83%D8%A7">قالب:بيانات بلد إدارة بوياكا</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-avk_wikipedia_org'>Usage on avk.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://avk.wikipedia.org/wiki/Favesik:Nevatovol/Boyaca">Favesik:Nevatovol/Boyaca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/KolombiaBoyac%C3%A1Winka">KolombiaBoyacáWinka</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Boyac%C3%A1OrienteUtca">BoyacáOrienteUtca</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Teza:Utceem_ke_Boyac%C3%A1_(Kolombia)">Teza:Utceem ke Boyacá (Kolombia)</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Guateque">Guateque</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Sutatenza">Sutatenza</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Guayat%C3%A1">Guayatá</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Somondoco">Somondoco</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Almeida_(Boyac%C3%A1)">Almeida (Boyacá)</a></li>
|
||||
<li><a class="external" href="https://avk.wikipedia.org/wiki/Chivor">Chivor</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_Boyac%C3%A1_Department.svg" title="Special:GlobalUsage/Flag of Boyacá Department.svg">more global usage</a> of this file.
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>750</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>500</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[]' data-formatvalue='[]' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>Items portrayed in this file</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Boyacá_Department.svg&oldid=367536802">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Boyacá_Department.svg&oldid=367536802</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Flags_of_Boyac%C3%A1_Department" title="Category:Flags of Boyacá Department">Flags of Boyacá Department</a></li><li><a href="/wiki/Category:SVG_flags_of_departments_of_Colombia" title="Category:SVG flags of departments of Colombia">SVG flags of departments of Colombia</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories: <ul><li><a href="/wiki/Category:PD_shape" title="Category:PD shape">PD shape</a></li><li><a href="/wiki/Category:With_insignia" title="Category:With insignia">With insignia</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Boyac%C3%A1+Department.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Boyac%C3%A1+Department.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Boyac%C3%A1_Department.svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="new mw-list-item"><a href="/w/index.php?title=File_talk:Flag_of_Boyac%C3%A1_Department.svg&action=edit&redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Boyac%C3%A1_Department.svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Boyac%C3%A1_Department.svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Boyac%C3%A1_Department.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&oldid=367536802" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M1190340" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Boyac%C3%A1_Department.svg&id=367536802&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_Boyac%C3%A1_Department.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 21 September 2019, at 19:16.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Boyac%C3%A1_Department.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1353","timestamp":"20220404000033","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/2e\/Flag_of_Boyac%C3%A1_Department.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_Boyac%C3%A1_Department.svg","uploadDate":"2009-09-04 09:26:31"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":248,"wgHostname":"mw1353"});});</script>
|
||||
</body>
|
||||
</html>
|
454
third_party/region-flags/html/CO-CAL.html
vendored
Normal file
454
third_party/region-flags/html/CO-CAL.html
vendored
Normal file
File diff suppressed because one or more lines are too long
492
third_party/region-flags/html/CO-CAQ.html
vendored
Normal file
492
third_party/region-flags/html/CO-CAQ.html
vendored
Normal file
File diff suppressed because one or more lines are too long
494
third_party/region-flags/html/CO-CAS.html
vendored
Normal file
494
third_party/region-flags/html/CO-CAS.html
vendored
Normal file
File diff suppressed because one or more lines are too long
473
third_party/region-flags/html/CO-CAU.html
vendored
Normal file
473
third_party/region-flags/html/CO-CAU.html
vendored
Normal file
File diff suppressed because one or more lines are too long
468
third_party/region-flags/html/CO-CES.html
vendored
Normal file
468
third_party/region-flags/html/CO-CES.html
vendored
Normal file
File diff suppressed because one or more lines are too long
470
third_party/region-flags/html/CO-CHO.html
vendored
Normal file
470
third_party/region-flags/html/CO-CHO.html
vendored
Normal file
File diff suppressed because one or more lines are too long
480
third_party/region-flags/html/CO-COR.html
vendored
Normal file
480
third_party/region-flags/html/CO-COR.html
vendored
Normal file
File diff suppressed because one or more lines are too long
488
third_party/region-flags/html/CO-CUN.html
vendored
Normal file
488
third_party/region-flags/html/CO-CUN.html
vendored
Normal file
File diff suppressed because one or more lines are too long
423
third_party/region-flags/html/CO-DC.html
vendored
Normal file
423
third_party/region-flags/html/CO-DC.html
vendored
Normal file
File diff suppressed because one or more lines are too long
483
third_party/region-flags/html/CO-GUA.html
vendored
Normal file
483
third_party/region-flags/html/CO-GUA.html
vendored
Normal file
File diff suppressed because one or more lines are too long
497
third_party/region-flags/html/CO-GUV.html
vendored
Normal file
497
third_party/region-flags/html/CO-GUV.html
vendored
Normal file
File diff suppressed because one or more lines are too long
466
third_party/region-flags/html/CO-HUI.html
vendored
Normal file
466
third_party/region-flags/html/CO-HUI.html
vendored
Normal file
File diff suppressed because one or more lines are too long
470
third_party/region-flags/html/CO-LAG.html
vendored
Normal file
470
third_party/region-flags/html/CO-LAG.html
vendored
Normal file
File diff suppressed because one or more lines are too long
497
third_party/region-flags/html/CO-MAG.html
vendored
Normal file
497
third_party/region-flags/html/CO-MAG.html
vendored
Normal file
File diff suppressed because one or more lines are too long
485
third_party/region-flags/html/CO-MET.html
vendored
Normal file
485
third_party/region-flags/html/CO-MET.html
vendored
Normal file
|
@ -0,0 +1,485 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="client-nojs" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>File:Flag of Meta.svg - Wikimedia Commons</title>
|
||||
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"1585f3f1-b2f7-4b75-9309-5d7ca1a432d1","wgCSPNonce":false,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":6,"wgPageName":"File:Flag_of_Meta.svg","wgTitle":"Flag of Meta.svg","wgCurRevisionId":578792403,"wgRevisionId":578792403,"wgArticleId":931246,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["PD ineligible","With insignia","Valid SVG created with Text Editor","Inkscape SVG substitution","Flags of Meta Department","Green and white flags","SVG flags of departments of Colombia","Horizontal striped flags"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext",
|
||||
"wgRelevantPageName":"File:Flag_of_Meta.svg","wgRelevantArticleId":931246,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[],"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":700,"wgNoticeProject":"commons","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":false,"wgULSCurrentAutonym":"English","wbCopyright":{"version":"wikibase-1","messageHtml":
|
||||
"By clicking \"publish\", you agree to the \u003Ca href=\"/wiki/Commons:Copyrights\" class=\"mw-redirect\" title=\"Commons:Copyrights\"\u003Eterms of use\u003C/a\u003E, and you irrevocably agree to release your contribution under the \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://creativecommons.org/publicdomain/zero/1.0/\"\u003ECreative Commons CC0 License\u003C/a\u003E."},"wbBadgeItems":[],"wbMultiLingualStringLimit":250,"wbTaintedReferencesEnabled":false,"wbEntityId":"M931246","wgEditSubmitButtonLabelPublish":true,"wbUserSpecifiedLanguages":["en"],"wbmiDefaultProperties":["P180"],"wbmiPropertyTitles":{"P180":"Items portrayed in this file"},"wbmiPropertyTypes":{"P180":"wikibase-item","P571":"time"},"wbmiRepoApiUrl":"/w/api.php","wbmiHelpUrls":{"P180":"https://commons.wikimedia.org/wiki/Special:MyLanguage/Commons:Depicts"},"wbmiExternalEntitySearchBaseUri":"https://www.wikidata.org/w/api.php","wbmiSupportedDataTypes":["wikibase-item","string","quantity","time",
|
||||
"monolingualtext","external-id","globe-coordinate","url"],"wbCurrentRevision":578792403,"wbEntity":{"type":"mediainfo","id":"M931246","labels":[],"descriptions":[],"statements":{"P571":[{"mainsnak":{"snaktype":"value","property":"P571","hash":"af55e80389c08596210c70cdaf010b7c5223d637","datavalue":{"value":{"time":"+2006-08-08T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http://www.wikidata.org/entity/Q1985727"},"type":"time"}},"type":"statement","id":"M931246$502951D5-624E-4159-8B53-9149C683431E","rank":"normal"}]}},"wbmiMinCaptionLength":5,"wbmiMaxCaptionLength":250,"wbmiParsedMessageAnonEditWarning":
|
||||
"\u003Cp\u003EYou are not logged in and your \u003Ca href=\"https://en.wikipedia.org/wiki/IP_address\" class=\"extiw\" title=\"w:IP address\"\u003EIP address\u003C/a\u003E will be publicly visible if you make any edits. \u003Ca href=\"/wiki/Special:UserLogin\" title=\"Special:UserLogin\"\u003ELogging in\u003C/a\u003E or \u003Ca href=\"/wiki/Special:CreateAccount\" title=\"Special:CreateAccount\"\u003Ecreating an account\u003C/a\u003E will conceal your IP address and provide you with many other \u003Ca href=\"https://en.wikipedia.org/wiki/Wikipedia:Why_create_an_account%3F\" class=\"extiw\" title=\"w:Wikipedia:Why create an account?\"\u003Ebenefits\u003C/a\u003E. Please do not save test edits. If you want to experiment, please use the \u003Ca href=\"/wiki/Commons:Sandbox\" title=\"Commons:Sandbox\"\u003ESandbox\u003C/a\u003E.\n\u003C/p\u003E","wbmiProtectionMsg":null,"wgCentralAuthMobileDomain":false,"wgULSPosition":"personal","wgULSisCompactLinksEnabled":true};RLSTATE={
|
||||
"ext.gadget.Long-Image-Names-in-Categories":"ready","ext.gadget.uploadWizardMobile":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","wikibase.common":"ready","jquery.wikibase.toolbar.styles":"ready","mediawiki.interface.helpers.styles":"ready","filepage":"ready","mediawiki.action.view.filepage":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","wikibase.mediainfo.filepage.styles":"ready","wikibase.mediainfo.statements.styles":"ready","ext.wikimediaBadges":"ready","ext.uls.pt":"ready"};RLPAGEMODULES=["wikibase.entityPage.entityLoaded","wikibase.ui.entityViewInit","mediawiki.action.view.metadata","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.Slideshow","ext.gadget.ZoomViewer","ext.gadget.CollapsibleTemplates","ext.gadget.fastcci","ext.gadget.Stockphoto","ext.gadget.WatchlistNotice",
|
||||
"ext.gadget.AjaxQuickDelete","ext.gadget.WikiMiniAtlas","ext.gadget.LanguageSelect","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.wikimediaEvents.wikibase","ext.navigationTiming","wikibase.mediainfo.filePageDisplay","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.uls.compactlinks","ext.uls.interface"];</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cfilepage%7Cjquery.wikibase.toolbar.styles%7Cmediawiki.action.view.filepage%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.common%7Cwikibase.mediainfo.filepage.styles%7Cwikibase.mediainfo.statements.styles&only=styles&skin=vector"/>
|
||||
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
|
||||
<meta name="ResourceLoaderDynamicStyles" content=""/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.gadget.Long-Image-Names-in-Categories%2CuploadWizardMobile&only=styles&skin=vector"/>
|
||||
<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>
|
||||
<meta name="generator" content="MediaWiki 1.39.0-wmf.5"/>
|
||||
<meta name="referrer" content="origin"/>
|
||||
<meta name="referrer" content="origin-when-crossorigin"/>
|
||||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/1200px-Flag_of_Meta.svg.png"/>
|
||||
<meta property="og:image:width" content="1200"/>
|
||||
<meta property="og:image:height" content="800"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/800px-Flag_of_Meta.svg.png"/>
|
||||
<meta property="og:image:width" content="800"/>
|
||||
<meta property="og:image:height" content="533"/>
|
||||
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/640px-Flag_of_Meta.svg.png"/>
|
||||
<meta property="og:image:width" content="640"/>
|
||||
<meta property="og:image:height" content="427"/>
|
||||
<meta property="og:title" content="File:Flag of Meta.svg - Wikimedia Commons"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="preconnect" href="//upload.wikimedia.org"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M931246.json" type="application/json"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M931246.php" type="application/vnd.php.serialized"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M931246.n3" type="text/n3"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M931246.ttl" type="text/turtle"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M931246.nt" type="application/n-triples"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M931246.rdf" type="application/rdf+xml"/>
|
||||
<link rel="alternate" href="https://commons.wikimedia.org/wiki/Special:EntityData/M931246.jsonld" type="application/ld+json"/>
|
||||
<link rel="alternate" media="only screen and (max-width: 720px)" href="//commons.m.wikimedia.org/wiki/File:Flag_of_Meta.svg"/>
|
||||
<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:Flag_of_Meta.svg&action=edit"/>
|
||||
<link rel="apple-touch-icon" href="/static/apple-touch/commons.png"/>
|
||||
<link rel="shortcut icon" href="/static/favicon/commons.ico"/>
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikimedia Commons"/>
|
||||
<link rel="EditURI" type="application/rsd+xml" href="//commons.wikimedia.org/w/api.php?action=rsd"/>
|
||||
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
|
||||
<link rel="canonical" href="https://commons.wikimedia.org/wiki/File:Flag_of_Meta.svg"/>
|
||||
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
|
||||
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
|
||||
</head>
|
||||
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_Flag_of_Meta_svg rootpage-File_Flag_of_Meta_svg skin-vector action-view skin-vector-legacy wb-entitypage wb-mediainfopage wb-mediainfopage-M931246"><div id="mw-page-base" class="noprint"></div>
|
||||
<div id="mw-head-base" class="noprint"></div>
|
||||
<div id="content" class="mw-body" role="main">
|
||||
<a id="top"></a>
|
||||
<div id="siteNotice"><!-- CentralNotice --></div>
|
||||
<div class="mw-indicators">
|
||||
</div>
|
||||
<h1 id="firstHeading" class="firstHeading mw-first-heading">File:Flag of Meta.svg</h1>
|
||||
<div id="bodyContent" class="vector-body">
|
||||
<div id="siteSub" class="noprint">From Wikimedia Commons, the free media repository</div>
|
||||
<div id="contentSub"></div>
|
||||
<div id="contentSub2"></div>
|
||||
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
|
||||
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
|
||||
<div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
|
||||
<li><a href="#filehistory">File history</a></li>
|
||||
<li><a href="#filelinks">File usage on Commons</a></li>
|
||||
<li><a href="#globalusage">File usage on other wikis</a></li>
|
||||
<li><a href="#metadata">Metadata</a></li></ul><div class="fullImageLink" id="file"><a href="https://upload.wikimedia.org/wikipedia/commons/7/72/Flag_of_Meta.svg"><img alt="File:Flag of Meta.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/800px-Flag_of_Meta.svg.png?20210806192716" decoding="async" width="800" height="533" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/1200px-Flag_of_Meta.svg.png?20210806192716 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/1599px-Flag_of_Meta.svg.png?20210806192716 2x" data-file-width="2550" data-file-height="1700" /></a><div class="mw-filepage-resolutioninfo">Size of this PNG preview of this SVG file: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/800px-Flag_of_Meta.svg.png" class="mw-thumbnail-link">800 × 533 pixels</a>. <span class="mw-filepage-other-resolutions">Other resolutions: <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/320px-Flag_of_Meta.svg.png" class="mw-thumbnail-link">320 × 213 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/640px-Flag_of_Meta.svg.png" class="mw-thumbnail-link">640 × 427 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/1024px-Flag_of_Meta.svg.png" class="mw-thumbnail-link">1,024 × 683 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/1280px-Flag_of_Meta.svg.png" class="mw-thumbnail-link">1,280 × 853 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/2560px-Flag_of_Meta.svg.png" class="mw-thumbnail-link">2,560 × 1,707 pixels</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/2550px-Flag_of_Meta.svg.png" class="mw-thumbnail-link">2,550 × 1,700 pixels</a>.</span></div></div>
|
||||
<div class="fullMedia"><p><a href="https://upload.wikimedia.org/wikipedia/commons/7/72/Flag_of_Meta.svg" class="internal" title="Flag of Meta.svg">Original file</a> ‎<span class="fileInfo">(SVG file, nominally 2,550 × 1,700 pixels, file size: 3 KB)</span>
|
||||
</p></div><div class='wbmi-tabs-container oo-ui-layout oo-ui-panelLayout'><div id='ooui-php-1' class='wbmi-tabs oo-ui-layout oo-ui-menuLayout oo-ui-menuLayout-static oo-ui-menuLayout-top oo-ui-menuLayout-showMenu oo-ui-indexLayout' data-ooui='{"_":"OO.ui.IndexLayout","classes":["wbmi-tabs"],"expanded":false,"menuPanel":{"tag":"ooui-php-2"},"contentPanel":{"tag":"ooui-php-3"},"autoFocus":false,"tabPanels":{"wikiTextPlusCaptions":{"tag":"ooui-php-4"},"statements":{"tag":"ooui-php-5"}},"tabSelectWidget":{"tag":"ooui-php-6"}}'><div aria-hidden='false' class='oo-ui-menuLayout-menu'><div id='ooui-php-2' class='oo-ui-layout oo-ui-panelLayout oo-ui-indexLayout-tabPanel' data-ooui='{"_":"OO.ui.PanelLayout","preserveContent":false,"expanded":false}'><div role='tablist' aria-multiselectable='false' tabindex='0' id='ooui-php-6' class='oo-ui-selectWidget oo-ui-selectWidget-unpressed oo-ui-widget oo-ui-widget-enabled oo-ui-tabSelectWidget oo-ui-tabSelectWidget-frameless' data-ooui='{"_":"OO.ui.TabSelectWidget","framed":false,"items":[{"tag":"ooui-php-7"},{"tag":"ooui-php-8"}]}'><div aria-selected='true' role='tab' id='ooui-php-7' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget oo-ui-optionWidget-selected' data-ooui='{"_":"OO.ui.TabOptionWidget","selected":true,"label":"File information","data":"wikiTextPlusCaptions"}'><span class='oo-ui-labelElement-label'>File information</span></div><div aria-selected='false' role='tab' id='ooui-php-8' class='oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-optionWidget oo-ui-tabOptionWidget' data-ooui='{"_":"OO.ui.TabOptionWidget","label":"Structured data","data":"statements"}'><span class='oo-ui-labelElement-label'>Structured data</span></div></div></div></div><div class='oo-ui-menuLayout-content'><div id='ooui-php-3' class='oo-ui-layout oo-ui-panelLayout oo-ui-stackLayout oo-ui-indexLayout-stackLayout' data-ooui='{"_":"OO.ui.StackLayout","preserveContent":false,"expanded":false,"items":[{"tag":"ooui-php-4"},{"tag":"ooui-php-5"}]}'><div role='tabpanel' id='ooui-php-4' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"wikiTextPlusCaptions","label":"File information","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-captions-header">Captions</h2><div class='wbmi-entityview-captionsPanel oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><h3 class='wbmi-entityview-captions-header'>Captions</h3><div class='wbmi-entityview-caption oo-ui-layout oo-ui-horizontalLayout'><label class='wbmi-language-label oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement-label oo-ui-labelElement oo-ui-labelWidget'>English</label><div lang='en' dir='ltr' class='wbmi-caption-value wbmi-entityview-emptyCaption'>Add a one-line explanation of what this file represents</div></div></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><h2><span class="mw-headline" id="Summary">Summary</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Meta.svg&action=edit&section=1" title="Edit section: Summary">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<div class="hproduct commons-file-information-table">
|
||||
<table class="fileinfotpl-type-information toccolours vevent mw-content-ltr" style="width: 100%; direction: ltr;" cellpadding="4">
|
||||
|
||||
<tbody><tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_desc" class="fileinfo-paramfield" lang="en">Description<span class="summary fn" style="display:none">Flag of Meta.svg</span></td>
|
||||
<td class="description">
|
||||
<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en" title="English"><b>English: </b></span> Flag of <a href="https://en.wikipedia.org/wiki/Meta_Department" class="extiw" title="en:Meta Department">Meta Department</a>. Drawn by <a href="/wiki/User:Fibonacci" title="User:Fibonacci">Fibonacci</a>.</div>
|
||||
<div class="description mw-content-ltr es" dir="ltr" lang="es"><span class="language es" title="Spanish"><b>Español: </b></span> Bandera de <a href="https://es.wikipedia.org/wiki/Meta_(Departamento)" class="extiw" title="es:Meta (Departamento)">Meta</a>. Hecha por <a href="/wiki/User:Fibonacci" title="User:Fibonacci">Fibonacci</a>.</div></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_date" class="fileinfo-paramfield" lang="en">Date</td>
|
||||
<td lang="en">
|
||||
8 August 2006</td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_src" class="fileinfo-paramfield" lang="en">Source</td>
|
||||
<td>
|
||||
Drawn by <a href="/wiki/User:Fibonacci" title="User:Fibonacci">User:Fibonacci</a><br /><a rel="nofollow" class="external text" href="http://www.meta.gov.co/">Gobernación del Meta</a></td>
|
||||
</tr>
|
||||
|
||||
<tr style="vertical-align: top">
|
||||
<td id="fileinfotpl_aut" class="fileinfo-paramfield" lang="en">Author</td>
|
||||
<td>
|
||||
<a href="/wiki/User:Fibonacci" title="User:Fibonacci">Fibonacci</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2><span class="mw-headline" id="Licensing">Licensing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=File:Flag_of_Meta.svg&action=edit&section=2" title="Edit section: Licensing">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
|
||||
<table class="licensetpl" style="display:none">
|
||||
<tbody><tr>
|
||||
<td><span class="licensetpl_short">Public domain</span><span class="licensetpl_long">Public domain</span><span class="licensetpl_link_req">false</span><span class="licensetpl_attr_req">false</span>
|
||||
</td></tr></tbody></table>
|
||||
<table style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa; direction: ltr; border-spacing: 8px; padding: 0px;" class="layouttemplate mw-content-ltr" lang="en">
|
||||
<tbody><tr>
|
||||
<td><img alt="PD-icon.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/64px-PD-icon.svg.png" decoding="async" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/96px-PD-icon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/128px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" />
|
||||
</td>
|
||||
<td><i>This work is <b>ineligible for <a href="https://en.wikipedia.org/wiki/copyrights" class="extiw" title="w:copyrights">copyright</a></b> and therefore in the <b><a href="https://en.wikipedia.org/wiki/public_domain" class="extiw" title="w:public domain">public domain</a></b> because it consists entirely of information that is <a href="/wiki/Commons:Threshold_of_originality" title="Commons:Threshold of originality">common property and contains no original authorship</a>.</i>
|
||||
</td></tr></tbody></table>
|
||||
<table cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color:#f7f8ff; border:2px solid #8888aa;" lang="en" dir="ltr" class="layouttemplate restrictiontemplate mw-content-ltr restriction-insignia">
|
||||
<tbody><tr>
|
||||
<td style="border:none; width:64px;"><a href="/wiki/Commons:Non-copyright_restrictions" title="Insignia"><img alt="Insignia" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/64px-Coat-elements-2.png" decoding="async" width="64" height="77" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/96px-Coat-elements-2.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Coat-elements-2.png/128px-Coat-elements-2.png 2x" data-file-width="609" data-file-height="731" /></a>
|
||||
</td>
|
||||
<td style="border:none;">This image shows a <a href="https://en.wikipedia.org/wiki/flag" class="extiw" title="w:flag">flag</a>, a <a href="https://en.wikipedia.org/wiki/coat_of_arms" class="extiw" title="w:coat of arms">coat of arms</a>, a <a href="https://en.wikipedia.org/wiki/seal_(device)" class="extiw" title="w:seal (device)">seal</a> or some other official <b><a href="https://en.wikipedia.org/wiki/insignia" class="extiw" title="w:insignia">insignia</a></b>. The use of such symbols is restricted in many countries. These restrictions are independent of the <a href="https://en.wikipedia.org/wiki/copyright" class="extiw" title="w:copyright">copyright</a> status.
|
||||
</td></tr></tbody></table>
|
||||
<p><br />
|
||||
</p>
|
||||
<table style="border:2px solid #D3D3D3; width:100%; background-color:#F8F8F8; text-align:center; direction:ltr;" class="layouttemplate messagebox">
|
||||
<tbody><tr>
|
||||
<td colspan="2" style="padding-top:.5em"><div lang="en" dir="ltr" class="description en" style="display:inline;">It is easy to put a border around this <i>flag</i> image</div>:
|
||||
</td>
|
||||
<td rowspan="2"><img alt="Flag of Meta.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/96px-Flag_of_Meta.svg.png" decoding="async" width="96" height="64" class="thumbborder" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/144px-Flag_of_Meta.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/192px-Flag_of_Meta.svg.png 2x" data-file-width="2550" data-file-height="1700" />
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
<td>
|
||||
<p>[[File:Flag of Meta.svg|<b>border</b>|96x176px]]
|
||||
</p>
|
||||
</td></tr></tbody></table>
|
||||
<p><span style="display:inline-block;width:auto;white-space:nowrap;vertical-align:middle;direction:ltr;float:ltr;line-height:22px;height:24px;font-size:.96em;margin:0px;padding:2px 4px 2px 6px;color:#000;background:#F8F9FA;border:1px solid #BAB;padding:2px 4px 2px 0px;"><a href="/wiki/File:W3C_grn.svg" class="image"><img alt="W3C grn.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/W3C_grn.svg/40px-W3C_grn.svg.png" decoding="async" width="40" height="24" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/W3C_grn.svg/60px-W3C_grn.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/W3C_grn.svg/80px-W3C_grn.svg.png 2x" data-file-width="288" data-file-height="174" /></a> The <a href="/wiki/Help:SVG" title="Help:SVG">SVG</a> code is <span class="plainlinks" style="background:#CE8"><a rel="nofollow" class="external text" href="//validator.w3.org/check?uri=https%3A%2F%2Fcommons.wikimedia.org%2Fwiki%2FSpecial%3AFilepath%2FFlag_of_Meta.svg&doctype=Inline&ss=1#source">valid</a></span>.</span><span style="display:inline-block;width:auto;white-space:nowrap;vertical-align:middle;direction:ltr;float:ltr;line-height:22px;height:24px;font-size:.96em;margin:0px;padding:2px 4px 2px 6px;color:#000;background:#F8F9FA;border:1px solid #BAB;"><a href="/wiki/File:Notepad_icon_wide.svg" class="image"><img alt="Notepad icon wide.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Notepad_icon_wide.svg/22px-Notepad_icon_wide.svg.png" decoding="async" width="22" height="22" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Notepad_icon_wide.svg/33px-Notepad_icon_wide.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Notepad_icon_wide.svg/44px-Notepad_icon_wide.svg.png 2x" data-file-width="41" data-file-height="41" /></a> This  <a href="https://en.wikipedia.org/wiki/Vector_graphics" class="extiw" title="w:Vector graphics">vector image</a> was created with a <a href="https://en.wikipedia.org/wiki/Text_editor" class="extiw" title="w:Text editor">text editor</a> by <a href="/wiki/User:Metr%C3%B3nomo" title="User:Metrónomo">Metrónomo</a>.</span></p><div style="clear:both;"></div><div class="floatleft"><a href="/wiki/Category:Anti_vector_graphics_program_logos" title="Category:Anti vector graphics program logos"><img alt="Anti-Inkscape.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Anti-Inkscape.svg/64px-Anti-Inkscape.svg.png" decoding="async" width="64" height="64" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Anti-Inkscape.svg/96px-Anti-Inkscape.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Anti-Inkscape.svg/128px-Anti-Inkscape.svg.png 2x" data-file-width="512" data-file-height="512" /></a></div><p><i><b>Previous version</b> had been created with Inkscape (4 926 bytes)</i> <sup><u> M </u></sup> now 7.85% of previous size</p><div style="clear:both;"></div><p><span style="display:inline-block;width:auto;white-space:nowrap;vertical-align:middle;direction:ltr;float:ltr;line-height:22px;height:24px;font-size:.96em;margin:0px;padding:2px 4px 2px 6px;color:#000;background:#F8F9FA;border:1px solid #BAB;"><a href="/wiki/File:Stop_hand_octagon.svg" class="image"><img alt="Stop hand octagon.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Stop_hand_octagon.svg/26px-Stop_hand_octagon.svg.png" decoding="async" width="26" height="26" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Stop_hand_octagon.svg/39px-Stop_hand_octagon.svg.png 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Stop_hand_octagon.svg/52px-Stop_hand_octagon.svg.png 2x" data-file-width="64" data-file-height="64" /></a> Please do <b>not replace</b> the simplified code by another version created with <a href="/wiki/Help:Inkscape" title="Help:Inkscape">Inkscape</a> or another <a href="https://en.wikipedia.org/wiki/vector_graphics_editor" class="extiw" title="w:vector graphics editor">vector graphics editor</a>❗</span></p><div style="clear:both;"></div>
|
||||
<!--
|
||||
NewPP limit report
|
||||
Parsed by mw1331
|
||||
Cached time: 20220403024457
|
||||
Cache expiry: 1814400
|
||||
Reduced expiry: false
|
||||
Complications: []
|
||||
CPU time usage: 0.220 seconds
|
||||
Real time usage: 0.294 seconds
|
||||
Preprocessor visited node count: 2102/1000000
|
||||
Post‐expand include size: 31829/2097152 bytes
|
||||
Template argument size: 4393/2097152 bytes
|
||||
Highest expansion depth: 27/100
|
||||
Expensive parser function count: 7/500
|
||||
Unstrip recursion depth: 0/20
|
||||
Unstrip post‐expand size: 6/5000000 bytes
|
||||
Lua time usage: 0.107/10.000 seconds
|
||||
Lua memory usage: 1640820/52428800 bytes
|
||||
Number of Wikibase entities loaded: 1/400
|
||||
-->
|
||||
<!--
|
||||
Transclusion expansion time report (%,ms,calls,template)
|
||||
100.00% 260.413 1 -total
|
||||
50.77% 132.200 1 Template:SimplSVG
|
||||
41.64% 108.437 5 Template:Autotranslate
|
||||
36.11% 94.027 1 Template:SimplSVG-st
|
||||
26.22% 68.274 1 Template:Information
|
||||
22.59% 58.821 1 Template:HandSVG
|
||||
22.23% 57.901 3 Template:Created_with/layout
|
||||
15.01% 39.089 1 Template:Created_with/en
|
||||
13.49% 35.142 1 Template:Created_with
|
||||
11.92% 31.051 1 Template:ValidSVG
|
||||
-->
|
||||
|
||||
<!-- Saved in parser cache with key commonswiki:pcache:idhash:931246-0!wb=3 and timestamp 20220403024457 and revision id 578792403. Serialized with JSON.
|
||||
-->
|
||||
</div></div><h2 id="filehistory">File history</h2>
|
||||
<div id="mw-imagepage-section-filehistory">
|
||||
<p>Click on a date/time to view the file as it appeared at that time.
|
||||
</p>
|
||||
<table class="wikitable filehistory">
|
||||
<tr><th></th><th>Date/Time</th><th>Thumbnail</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
|
||||
<tr><td>current</td><td class="filehistory-selected" style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/7/72/Flag_of_Meta.svg">19:27, 6 August 2021</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/7/72/Flag_of_Meta.svg"><img alt="Thumbnail for version as of 19:27, 6 August 2021" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_Meta.svg/120px-Flag_of_Meta.svg.png?20210806192716" decoding="async" width="120" height="80" data-file-width="2550" data-file-height="1700" /></a></td><td>2,550 × 1,700 <span style="white-space: nowrap;">(3 KB)</span></td><td><a href="/w/index.php?title=User:LeinadCQ&action=edit&redlink=1" class="new mw-userlink" title="User:LeinadCQ (page does not exist)"><bdi>LeinadCQ</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:LeinadCQ" class="mw-usertoollinks-talk" title="User talk:LeinadCQ">talk</a> | <a href="/wiki/Special:Contributions/LeinadCQ" class="mw-usertoollinks-contribs" title="Special:Contributions/LeinadCQ">contribs</a>)</span></span></td><td dir="ltr">Color to POLYESTER SWATCH PANTONE</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20210806192713%21Flag_of_Meta.svg">22:11, 28 January 2014</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20210806192713%21Flag_of_Meta.svg"><img alt="Thumbnail for version as of 22:11, 28 January 2014" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/7/72/20210806192713%21Flag_of_Meta.svg/120px-Flag_of_Meta.svg.png" decoding="async" width="120" height="80" data-file-width="765" data-file-height="510" /></a></td><td>765 × 510 <span style="white-space: nowrap;">(274 bytes)</span></td><td><a href="/wiki/User:SiBr4" class="mw-userlink" title="User:SiBr4"><bdi>SiBr4</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:SiBr4" class="mw-usertoollinks-talk" title="User talk:SiBr4">talk</a> | <a href="/wiki/Special:Contributions/SiBr4" class="mw-usertoollinks-contribs" title="Special:Contributions/SiBr4">contribs</a>)</span></span></td><td dir="ltr">Replaced stroke-dasharray with horizontal strokes</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20140128221157%21Flag_of_Meta.svg">18:28, 28 January 2014</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20140128221157%21Flag_of_Meta.svg"><img alt="Thumbnail for version as of 18:28, 28 January 2014" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/7/72/20140128221157%21Flag_of_Meta.svg/120px-Flag_of_Meta.svg.png" decoding="async" width="120" height="80" data-file-width="765" data-file-height="510" /></a></td><td>765 × 510 <span style="white-space: nowrap;">(387 bytes)</span></td><td><a href="/wiki/User:Metr%C3%B3nomo" class="mw-userlink" title="User:Metrónomo"><bdi>Metrónomo</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Metr%C3%B3nomo" class="mw-usertoollinks-talk" title="User talk:Metrónomo">talk</a> | <a href="/wiki/Special:Contributions/Metr%C3%B3nomo" class="mw-usertoollinks-contribs" title="Special:Contributions/Metrónomo">contribs</a>)</span></span></td><td dir="ltr">Simplified</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20140128182811%21Flag_of_Meta.svg">10:34, 4 September 2009</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20140128182811%21Flag_of_Meta.svg"><img alt="Thumbnail for version as of 10:34, 4 September 2009" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/7/72/20140128182811%21Flag_of_Meta.svg/120px-Flag_of_Meta.svg.png" decoding="async" width="120" height="80" data-file-width="750" data-file-height="500" /></a></td><td>750 × 500 <span style="white-space: nowrap;">(5 KB)</span></td><td><a href="/wiki/User:HansenBCN" class="mw-userlink" title="User:HansenBCN"><bdi>HansenBCN</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:HansenBCN" class="mw-usertoollinks-talk" title="User talk:HansenBCN">talk</a> | <a href="/wiki/Special:Contributions/HansenBCN" class="mw-usertoollinks-contribs" title="Special:Contributions/HansenBCN">contribs</a>)</span></span></td><td dir="ltr">Colores y proporciones segun taller y ref oficial: http://www.meta.gov.co/index.php?option=com_content&task=view&id=1571&Itemid=231 17 franjas</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20090904103443%21Flag_of_Meta.svg">07:23, 2 March 2007</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20090904103443%21Flag_of_Meta.svg"><img alt="Thumbnail for version as of 07:23, 2 March 2007" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/7/72/20090904103443%21Flag_of_Meta.svg/120px-Flag_of_Meta.svg.png" decoding="async" width="120" height="80" data-file-width="324" data-file-height="216" /></a></td><td>324 × 216 <span style="white-space: nowrap;">(7 KB)</span></td><td><a href="/wiki/User:Moyogo" class="mw-userlink" title="User:Moyogo"><bdi>Moyogo</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Moyogo" class="mw-usertoollinks-talk" title="User talk:Moyogo">talk</a> | <a href="/wiki/Special:Contributions/Moyogo" class="mw-usertoollinks-contribs" title="Special:Contributions/Moyogo">contribs</a>)</span></span></td><td dir="ltr">replaced pattern by objects for thumbnail rendering</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20070302072352%21Flag_of_Meta.svg">15:16, 24 January 2007</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20070302072352%21Flag_of_Meta.svg"><img alt="Thumbnail for version as of 15:16, 24 January 2007" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/7/72/20070302072352%21Flag_of_Meta.svg/120px-Flag_of_Meta.svg.png" decoding="async" width="120" height="80" data-file-width="324" data-file-height="216" /></a></td><td>324 × 216 <span style="white-space: nowrap;">(373 bytes)</span></td><td><a href="/wiki/User:Fibonacci" class="mw-userlink" title="User:Fibonacci"><bdi>Fibonacci</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Fibonacci" class="mw-usertoollinks-talk" title="User talk:Fibonacci">talk</a> | <a href="/wiki/Special:Contributions/Fibonacci" class="mw-usertoollinks-contribs" title="Special:Contributions/Fibonacci">contribs</a>)</span></span></td><td dir="ltr">I hope the thumbnails bug is fixed by reuploading.</td></tr>
|
||||
<tr><td></td><td style="white-space: nowrap;"><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20070124151655%21Flag_of_Meta.svg">09:32, 8 July 2006</a></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/archive/7/72/20070124151655%21Flag_of_Meta.svg"><img alt="Thumbnail for version as of 09:32, 8 July 2006" src="https://upload.wikimedia.org/wikipedia/commons/thumb/archive/7/72/20070124151655%21Flag_of_Meta.svg/120px-Flag_of_Meta.svg.png" decoding="async" width="120" height="80" data-file-width="324" data-file-height="216" /></a></td><td>324 × 216 <span style="white-space: nowrap;">(373 bytes)</span></td><td><a href="/wiki/User:Fibonacci" class="mw-userlink" title="User:Fibonacci"><bdi>Fibonacci</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:Fibonacci" class="mw-usertoollinks-talk" title="User talk:Fibonacci">talk</a> | <a href="/wiki/Special:Contributions/Fibonacci" class="mw-usertoollinks-contribs" title="Special:Contributions/Fibonacci">contribs</a>)</span></span></td><td dir="ltr">{{en|Flag of <a href="https://en.wikipedia.org/wiki/Meta_Department" class="extiw" title="en:Meta Department">en:Meta Department</a>. Drawn by <a href="/wiki/User:Fibonacci" title="User:Fibonacci">Fibonacci</a>.}} {{es|Bandera de <a href="https://es.wikipedia.org/wiki/Meta_(Departamento)" class="extiw" title="es:Meta (Departamento)">es:Meta (Departamento)</a>. Hecha por <a href="/wiki/User:Fibonacci" title="User:Fibonacci">Fibonacci</a>.}} {{PD-self}} <a href="/wiki/Category:SVG_flags" title="Category:SVG flags">Category:SVG flags</a><a href="/wiki/Category:Flags_of_Colombia" title="Category:Flags of Colombia">Category:Flags of Colombia</a></td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="mw-imagepage-upload-links"><p id="mw-imagepage-upload-disallowed">You cannot overwrite this file.</p></div><h2 id="filelinks">File usage on Commons</h2>
|
||||
<div id='mw-imagepage-section-linkstoimage'>
|
||||
<p>The following 7 pages use this file:
|
||||
</p><ul class="mw-imagepage-linkstoimage">
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:BrCaLeTo/Escudos" title="User:BrCaLeTo/Escudos">User:BrCaLeTo/Escudos</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Chlewey" title="User:Chlewey">User:Chlewey</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns2"><a href="/wiki/User:Sergio_alfredo" title="User:Sergio alfredo">User:Sergio alfredo</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns4"><a href="/wiki/Commons:Village_pump/Archive/2007/01" title="Commons:Village pump/Archive/2007/01">Commons:Village pump/Archive/2007/01</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns6"><a href="/wiki/File:Flag_of_Meta.svg" title="File:Flag of Meta.svg">File:Flag of Meta.svg</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Maps_of_Meta_Department" title="Category:Maps of Meta Department">Category:Maps of Meta Department</a></li>
|
||||
<li class="mw-imagepage-linkstoimage-ns14"><a href="/wiki/Category:Meta_Department" title="Category:Meta Department">Category:Meta Department</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="globalusage">File usage on other wikis</h2>
|
||||
<div id="mw-imagepage-section-globalusage"><p>The following other wikis use this file:
|
||||
</p><ul>
|
||||
<li class='mw-gu-onwiki-af_wikipedia_org'>Usage on af.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://af.wikipedia.org/wiki/Vlae_van_departemente_van_Colombia">Vlae van departemente van Colombia</a></li>
|
||||
<li><a class="external" href="https://af.wikipedia.org/wiki/Meta_(departement)">Meta (departement)</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-ar_wikipedia_org'>Usage on ar.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A8%D9%88%D8%BA%D9%88%D8%AA%D8%A7">بوغوتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%86%D8%AF%D9%8A%D9%86%D8%A7%D9%85%D8%A7%D8%B1%D9%83%D8%A7">إدارة كونديناماركا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D8%A7%D8%AC%D8%AF%D8%A7%D9%84%D9%8A%D9%86%D8%A7">إدارة ماجدالينا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%84%D9%8A_%D8%AF%D9%8A%D9%84_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة فالي ديل كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D8%AE%D8%A8%D9%8A%D9%84_%D8%B3%D8%A7%D9%86_%D8%A3%D9%86%D8%AF%D8%B1%D9%8A%D8%B3">إدارة أرخبيل سان أندريس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D8%A7%D9%84%D8%A3%D8%B9%D9%84%D8%A7%D9%85_%D8%AD%D8%B3%D8%A8_%D8%B9%D8%AF%D8%AF_%D8%A7%D9%84%D8%A3%D9%84%D9%88%D8%A7%D9%86">قائمة الأعلام حسب عدد الألوان</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D8%B3%D8%A7%D9%86%D8%A7%D8%B1%D9%8A">إدارة كاساناري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D8%AA%D9%88%D9%85%D8%A7%D9%8A%D9%88">إدارة بوتومايو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D9%88%D9%84%D9%8A%D9%85%D8%A7">إدارة توليما</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%8A%D8%A7%D9%83%D8%A7">إدارة بوياكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%81%D9%8A%D8%A7%D8%B1%D9%8A">إدارة غوافياري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%BA%D9%88%D8%A7%D9%8A%D9%86%D9%8A%D8%A7">إدارة غواينيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%84%D8%A7_%D8%BA%D9%88%D8%A7%D8%AE%D9%8A%D8%B1%D8%A7">إدارة لا غواخيرا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D8%A7%D9%88%D8%A8%D9%8A%D8%B3">إدارة فاوبيس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%87%D9%88%D9%8A%D9%84%D8%A7">إدارة هويلا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%85%D9%8A%D8%AA%D8%A7">إدارة ميتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%84%D8%AF%D8%A7%D8%B3">إدارة كالداس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%85%D8%A7%D8%B2%D9%88%D9%86%D8%A7%D8%B3">إدارة أمازوناس</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%B1%D9%88%D9%83%D8%A7">إدارة أروكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A8%D9%88%D9%84%D9%8A%D9%81%D8%A7%D8%B1">إدارة بوليفار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%83%D9%8A%D8%AA%D8%A7">إدارة كاكيتا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D8%A7%D9%88%D9%83%D8%A7">إدارة كاوكا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%8A%D8%B2%D8%A7%D8%B1">إدارة سيزار</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%AA%D8%B4%D9%88%D9%83%D9%88">إدارة تشوكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%82%D8%B1%D8%B7%D8%A8%D8%A9">إدارة قرطبة</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D9%86%D8%AA%D9%8A%D9%88%D9%83%D9%8A%D8%A7">إدارة أنتيوكيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D9%84%D8%A8:%D8%A5%D8%AF%D8%A7%D8%B1%D8%A7%D8%AA_%D9%83%D9%88%D9%84%D9%88%D9%85%D8%A8%D9%8A%D8%A7">قالب:إدارات كولومبيا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B1%D9%8A%D8%B2%D8%A7%D8%B1%D8%A7%D9%84%D8%AF%D8%A7">إدارة ريزارالدا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%81%D9%8A%D8%AA%D8%B4%D8%A7%D8%AF%D8%A7">إدارة فيتشادا</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D8%A7%D8%B1%D9%8A%D9%86%D9%8A%D9%88">إدارة نارينيو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%A3%D8%AA%D9%84%D8%A7%D9%86%D8%AA%D9%8A%D9%83%D9%88">إدارة أتلانتيكو</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%86%D9%88%D8%B1%D8%AA%D9%8A_%D8%AF%D9%8A_%D8%B3%D8%A7%D9%86%D8%AA%D8%A7%D9%86%D8%AF%D9%8A%D8%B1">إدارة نورتي دي سانتاندير</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D8%B3%D9%88%D9%83%D8%B1%D9%8A">إدارة سوكري</a></li>
|
||||
<li><a class="external" href="https://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%A7%D8%B1%D8%A9_%D9%83%D9%88%D9%8A%D9%86%D8%AF%D9%8A%D9%88">إدارة كوينديو</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-awa_wikipedia_org'>Usage on awa.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://awa.wikipedia.org/wiki/%E0%A4%95%E0%A5%8B%E0%A4%B2%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%BF%E0%A4%AF%E0%A4%BE">कोलम्बिया</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-az_wikipedia_org'>Usage on az.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://az.wikipedia.org/wiki/Meta_(departament)">Meta (departament)</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-bg_wikipedia_org'>Usage on bg.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://bg.wikipedia.org/wiki/%D0%9C%D0%B5%D1%82%D0%B0_(%D0%9A%D0%BE%D0%BB%D1%83%D0%BC%D0%B1%D0%B8%D1%8F)">Мета (Колумбия)</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-bn_wikipedia_org'>Usage on bn.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://bn.wikipedia.org/wiki/%E0%A6%85%E0%A6%A8%E0%A7%81%E0%A6%B0%E0%A7%82%E0%A6%AA_%E0%A6%AA%E0%A6%A4%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0_%E0%A6%B8%E0%A6%82%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A6%B9%E0%A6%BE%E0%A6%B2%E0%A6%AF%E0%A6%BC">অনুরূপ পতাকার সংগ্রহালয়</a></li>
|
||||
<li><a class="external" href="https://bn.wikipedia.org/wiki/%E0%A6%95%E0%A6%BF%E0%A6%A8%E0%A7%8D%E0%A6%A4%E0%A6%BE_%E0%A6%A6%E0%A7%87_%E0%A6%B8%E0%A6%BE%E0%A6%A8_%E0%A6%AA%E0%A7%87%E0%A6%A6%E0%A7%8D%E0%A6%B0%E0%A7%8B_%E0%A6%86%E0%A6%B2%E0%A7%87%E0%A6%B9%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A6%E0%A7%8D%E0%A6%B0%E0%A6%BF%E0%A6%A8%E0%A7%8B">কিন্তা দে সান পেদ্রো আলেহান্দ্রিনো</a></li>
|
||||
<li><a class="external" href="https://bn.wikipedia.org/wiki/%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A6%AA%E0%A7%8D%E0%A6%B2%E0%A7%87%E0%A6%9F:%E0%A6%95%E0%A6%B2%E0%A6%AE%E0%A7%8D%E0%A6%AC%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%B0_%E0%A6%AE%E0%A7%82%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%AC%E0%A6%BE%E0%A6%A8_%E0%A6%B8%E0%A6%82%E0%A6%B0%E0%A6%95%E0%A7%8D%E0%A6%B7%E0%A6%A3%E0%A6%BE%E0%A6%97%E0%A6%BE%E0%A6%B0">টেমপ্লেট:কলম্বিয়ার মূল্যবান সংরক্ষণাগার</a></li>
|
||||
</ul></li>
|
||||
<li class='mw-gu-onwiki-br_wikipedia_org'>Usage on br.wikipedia.org
|
||||
<ul> <li><a class="external" href="https://br.wikipedia.org/wiki/Caquet%C3%A1_(departamant)">Caquetá (departamant)</a></li>
|
||||
<li><a class="external" href="https://br.wikipedia.org/wiki/Patrom:Departamanto%C3%B9_Kolombia">Patrom:Departamantoù Kolombia</a></li>
|
||||
<li><a class="external" href="https://br.wikipedia.org/wiki/Kolombia">Kolombia</a></li>
|
||||
<li><a class="external" href="https://br.wikipedia.org/wiki/Antioquia_(departamant)">Antioquia (departamant)</a></li>
|
||||
<li><a class="external" href="https://br.wikipedia.org/wiki/Amazonas_(departamant)">Amazonas (departamant)</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p>View <a href="/wiki/Special:GlobalUsage/Flag_of_Meta.svg" title="Special:GlobalUsage/Flag of Meta.svg">more global usage</a> of this file.
|
||||
</p></div><h2 id="metadata">Metadata</h2>
|
||||
<div class="mw-imagepage-section-metadata"><p>This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.</p><table id="mw_metadata" class="mw_metadata collapsed">
|
||||
<tbody><tr class="exif-imagewidth mw-metadata-collapsible"><th>Width</th><td>2550</td></tr><tr class="exif-imagelength mw-metadata-collapsible"><th>Height</th><td>1700</td></tr></tbody></table>
|
||||
</div></div><div role='tabpanel' id='ooui-php-5' class='wbmi-tab oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-scrollable oo-ui-tabPanelLayout' data-ooui='{"_":"OO.ui.TabPanelLayout","name":"statements","label":"Structured data","scrollable":true,"expanded":false,"classes":["wbmi-tab"]}'><h2 class="wbmi-structured-data-header">Structured data</h2><div id='P180' data-property='P180' data-statements='[]' data-formatvalue='[]' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P180 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h3 class='wbmi-statements-title'>Items portrayed in this file</h3><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P180" href="https://www.wikidata.org/wiki/Special:EntityPage/P180">depicts</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'></div></div></div><div id='P571' data-property='P571' data-statements='[{"mainsnak":{"snaktype":"value","property":"P571","hash":"af55e80389c08596210c70cdaf010b7c5223d637","datavalue":{"value":{"time":"+2006-08-08T00:00:00Z","timezone":0,"before":0,"after":0,"precision":11,"calendarmodel":"http:\/\/www.wikidata.org\/entity\/Q1985727"},"type":"time"}},"type":"statement","id":"M931246$502951D5-624E-4159-8B53-9149C683431E","rank":"normal"}]' data-formatvalue='{"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":571,\"id\":\"P571\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"<a target=\"_blank\" title=\"d:Special:EntityPage\/P571\" href=\"https:\/\/www.wikidata.org\/wiki\/Special:EntityPage\/P571\">inception<\/a>"}},"text\/plain":{"en":{"":"inception"}}},"{\"value\":{\"time\":\"+2006-08-08T00:00:00Z\",\"timezone\":0,\"before\":0,\"after\":0,\"precision\":11,\"calendarmodel\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q1985727\"},\"type\":\"time\"}":{"text\/html":{"en":{"P571":"8 August 2006"}},"text\/plain":{"en":{"P571":"8 August 2006"}}}}' class='wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P571 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed'><div class='wbmi-statements-widget'><div class='wbmi-statement-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi><a target="_blank" title="d:Special:EntityPage/P571" href="https://www.wikidata.org/wiki/Special:EntityPage/P571">inception</a></bdi></h4></div></div></div><div class='wbmi-content-items-group'><div class='wbmi-item wbmi-item-read'><div data-guid='M931246$502951D5-624E-4159-8B53-9149C683431E' class='wbmi-item-container'><div class='wbmi-entity-header'><div class='wbmi-entity-data'><div class='wbmi-entity-title'><h4 class='wbmi-entity-label'><bdi>8 August 2006</bdi></h4></div></div></div></div></div></div></div></div></div></div></div></div></div><noscript><img src="//commons.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
|
||||
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Meta.svg&oldid=578792403">https://commons.wikimedia.org/w/index.php?title=File:Flag_of_Meta.svg&oldid=578792403</a>"</div></div>
|
||||
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Special:Categories" title="Special:Categories">Categories</a>: <ul><li><a href="/wiki/Category:Flags_of_Meta_Department" title="Category:Flags of Meta Department">Flags of Meta Department</a></li><li><a href="/wiki/Category:Green_and_white_flags" title="Category:Green and white flags">Green and white flags</a></li><li><a href="/wiki/Category:SVG_flags_of_departments_of_Colombia" title="Category:SVG flags of departments of Colombia">SVG flags of departments of Colombia</a></li><li><a href="/wiki/Category:Horizontal_striped_flags" title="Category:Horizontal striped flags">Horizontal striped flags</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-user-shown">Hidden categories: <ul><li><a href="/wiki/Category:PD_ineligible" title="Category:PD ineligible">PD ineligible</a></li><li><a href="/wiki/Category:With_insignia" title="Category:With insignia">With insignia</a></li><li><a href="/wiki/Category:Valid_SVG_created_with_Text_Editor" title="Category:Valid SVG created with Text Editor">Valid SVG created with Text Editor</a></li><li><a href="/wiki/Category:Inkscape_SVG_substitution" title="Category:Inkscape SVG substitution">Inkscape SVG substitution</a></li></ul></div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mw-navigation">
|
||||
<h2>Navigation menu</h2>
|
||||
<div id="mw-head">
|
||||
|
||||
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
|
||||
>
|
||||
<label id="p-personal-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Personal tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="pt-uls" class="mw-list-item active"><a class="uls-trigger" href="#"><span>English</span></a></li><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=File%3AFlag+of+Meta.svg" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=File%3AFlag+of+Meta.svg" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o"><span>Log in</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="left-navigation">
|
||||
|
||||
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
|
||||
>
|
||||
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Namespaces</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Meta.svg" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="new mw-list-item"><a href="/w/index.php?title=File_talk:Flag_of_Meta.svg&action=edit&redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t"><span>Discussion</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-variants-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-variants"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
|
||||
<label id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">English</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<div id="right-navigation">
|
||||
|
||||
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
|
||||
>
|
||||
<label id="p-views-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Views</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/File:Flag_of_Meta.svg"><span>View</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Meta.svg&action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Meta.svg&action=history" title="Past revisions of this page [h]" accesskey="h"><span>History</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
|
||||
>
|
||||
<input type="checkbox"
|
||||
id="p-cactions-checkbox"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
data-event-name="ui.dropdown-p-cactions"
|
||||
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
|
||||
<label id="p-cactions-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">More</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box">
|
||||
<div>
|
||||
<h3 >
|
||||
<label for="searchInput">Search</label>
|
||||
</h3>
|
||||
<form action="/w/index.php" id="searchform"
|
||||
class="vector-search-box-form">
|
||||
<div id="simpleSearch"
|
||||
class="vector-search-box-inner"
|
||||
data-search-loc="header-navigation">
|
||||
<input class="vector-search-box-input"
|
||||
type="search" name="search" placeholder="Search Wikimedia Commons" aria-label="Search Wikimedia Commons" autocapitalize="sentences" title="Search Wikimedia Commons [f]" accesskey="f" id="searchInput"
|
||||
/>
|
||||
<input type="hidden" name="title" value="Special:MediaSearch"/>
|
||||
<input id="mw-searchButton"
|
||||
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search the pages for this text" value="Search" />
|
||||
<input id="searchButton"
|
||||
class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mw-panel">
|
||||
<div id="p-logo" role="banner">
|
||||
<a class="mw-wiki-logo" href="/wiki/Main_Page"
|
||||
title="Visit the main page"></a>
|
||||
</div>
|
||||
|
||||
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
|
||||
>
|
||||
<label id="p-navigation-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Navigate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" icon="home" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-welcome" class="mw-list-item"><a href="/wiki/Commons:Welcome"><span>Welcome</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Commons:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-village-pump" class="mw-list-item"><a href="/wiki/Commons:Village_pump"><span>Village pump</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Special:MyLanguage/Help:Contents" icon="help" title="The place to find out"><span>Help center</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<nav id="p-participate" class="mw-portlet mw-portlet-participate vector-menu vector-menu-portal portal" aria-labelledby="p-participate-label" role="navigation"
|
||||
>
|
||||
<label id="p-participate-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Participate</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="n-uploadbtn" class="mw-list-item"><a href="/wiki/Special:UploadWizard"><span>Upload file</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" icon="recentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-latestfiles" class="mw-list-item"><a href="/wiki/Special:NewFiles"><span>Latest files</span></a></li><li id="n-randomimage" class="mw-list-item"><a href="/wiki/Special:Random/File" title="Load a random file [x]" accesskey="x"><span>Random file</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Commons:Contact_us"><span>Contact us</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
|
||||
>
|
||||
<label id="p-tb-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Tools</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/File:Flag_of_Meta.svg" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/File:Flag_of_Meta.svg" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Meta.svg&oldid=578792403" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:Flag_of_Meta.svg&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-wb-concept-uri" class="mw-list-item"><a href="https://commons.wikimedia.org/entity/M931246" title="URI that identifies the concept described by this Item"><span>Concept URI</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=File%3AFlag_of_Meta.svg&id=578792403&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation"
|
||||
>
|
||||
<label id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">
|
||||
<span class="vector-menu-heading-label">Print/export</span>
|
||||
</label>
|
||||
<div class="vector-menu-content">
|
||||
|
||||
<ul class="vector-menu-content-list"><li id="electron-print_pdf" class="mw-list-item"><a href="/w/index.php?title=Special:DownloadAsPdf&page=File%3AFlag_of_Meta.svg&action=show-download-screen"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer id="footer" class="mw-footer" role="contentinfo" >
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> This page was last edited on 6 August 2021, at 19:27.</li>
|
||||
<li id="footer-info-copyright">Files are available under licenses specified on their description page. All structured data from the file namespace is available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Definition of the Creative Commons CC0 License">Creative Commons CC0 License</a>; all unstructured text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/" title="Definition of the Creative Commons Attribution/Share-Alike License">Creative Commons Attribution-ShareAlike License</a>;
|
||||
additional terms may apply.
|
||||
By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use" title="Wikimedia Foundation Terms of Use">Terms of Use</a> and the <a href="//foundation.wikimedia.org/wiki/Privacy_policy" title="Wikimedia Foundation Privacy Policy">Privacy Policy</a>.</li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/Commons:Welcome" title="Commons:Welcome">About Wikimedia Commons</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/Commons:General_disclaimer" title="Commons:General disclaimer">Disclaimers</a></li>
|
||||
<li id="footer-places-mobileview"><a href="//commons.m.wikimedia.org/w/index.php?title=File:Flag_of_Meta.svg&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
|
||||
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
|
||||
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/commons.wikimedia.org">Statistics</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="footer-icons" class="noprint">
|
||||
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
|
||||
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.001","walltime":"0.001","ppvisitednodes":{"value":2,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":1,"limit":100},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"origin":"mw1441","timestamp":"20220404000101","ttl":1814400,"transientcontent":false}}});});</script>
|
||||
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ImageObject","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/7\/72\/Flag_of_Meta.svg","license":"https:\/\/commons.wikimedia.org\/wiki\/Help:Public_domain","acquireLicensePage":"\/\/commons.wikimedia.org\/wiki\/File:Flag_of_Meta.svg","uploadDate":"2021-08-06 19:27:16"}</script>
|
||||
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":232,"wgHostname":"mw1441"});});</script>
|
||||
</body>
|
||||
</html>
|
479
third_party/region-flags/html/CO-NAR.html
vendored
Normal file
479
third_party/region-flags/html/CO-NAR.html
vendored
Normal file
File diff suppressed because one or more lines are too long
496
third_party/region-flags/html/CO-NSA.html
vendored
Normal file
496
third_party/region-flags/html/CO-NSA.html
vendored
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue