• गृह पृष्ठ
  • कुनै पनि एक लेख हेर्नुहोस्
  • नजिकैको
  • प्रवेश गर्नुहोस्
  • मेरो अभिरुचिहरू
  • दान
  • विकिपिडियाको बारेमा
  • अस्वीकारोक्तिहरू
विकिपिडिया

ढाँचा:Location map

  • भाषा
  • अवलोकन
  • सम्पादन
ढाँचा कागजात[हेर्नुहोस्] [सम्पादन गर्नुहोस्] [इतिहास] [ताजा गर्नुहोस्]
WarningThis template is used on approximately ६५६,००० pages, or roughly 621% of all pages.
To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.
यो ढाँचाले लुआ प्रयोग गर्दछ:
  • Module:Location map

विषयसूची

  • १ Usage
  • २ Blank templates
  • ३ Parameters
  • ४ Available maps
  • ५ Creating new map definitions
  • ६ Examples
    • ६.१ Default width and float, no label, default caption (decimal coordinates)
    • ६.२ Map with the default caption (degrees/minutes)
    • ६.३ Mark outside of map border, no caption
    • ६.४ Caption, label_size, background, mark, marksize
    • ६.५ AlternativeMap parameter
    • ६.६ Relief parameter
    • ६.७ User selection of multiple maps
    • ६.८ Map that crosses 180° meridian
  • ७ Template data
  • ८ See also

This template generates a location map as a composite image, consisting of a map and a location mark. Optionally, a label and caption can be added.

Usageसम्पादन

Map image files are not accessed directly, but by using an auxiliary map definition. For example, if the first unnamed parameter supplied to this template is 'Japan', then this template uses the entry for Japan in Module:Location map/data/Japan if it exists, or {{Location map Japan}} otherwise, one of which contains the data needed to generate the composite image.

Please note
  • Assigning any value to the parameter caption causes the map to be displayed as a thumbnail image. If this parameter is not declared, the template will generate a default caption.
  • The coordinates are not checked. If the coordinates specified fall outside the area covered by the map image, the location mark will not display inside the image; however, it may be displayed somewhere else on the page.
  • Do not use px when setting the map image size. Using width=200px will usually cause a very large map to be displayed. Use width=200.
  • To create a map with more than one location mark, use either {{Location map+}} or {{Location map many}}.

Blank templatesसम्पादन

Location map is located in the United States
Location map
Location of Yellowstone in the north-western United States of America
Decimal degrees Degrees, minutes, seconds With {{Coord}}
(usually for infoboxes)
Wikidata
{{Location map|{{{1}}}
|width      = 
|float      = 
|border     = 
|caption    = 
|alt        = 
|relief     = 
|AlternativeMap= 
|overlay_image = 
|label      = 
|label_size = 
|position   = 
|background = 
|mark       = 
|marksize   = 
|link       = 
|lat_deg    = 
|lon_deg    = 
}}
{{Location map|{{{1}}}
|width      = 
|float      = 
|border     = 
|caption    = 
|alt        = 
|relief     = 
|AlternativeMap= 
|overlay_image = 
|label      = 
|label_size = 
|position   = 
|background = 
|mark       = 
|marksize   = 
|link       = 
|lat_deg    = 
|lat_min    = 
|lat_sec    = 
|lat_dir    = 
|lon_deg    = 
|lon_min    = 
|lon_sec    = 
|lon_dir    = 
}}
{{Location map|{{{1}}}
|width      = 
|float      = 
|border     = 
|caption    = 
|alt        = 
|relief     = 
|AlternativeMap= 
|overlay_image = 
|label      = 
|label_size = 
|position   = 
|background = 
|mark       = 
|marksize   = 
|coordinates= 
}}
{{Location map|{{{1}}}
|width      = 
|float      = 
|border     = 
|caption    = 
|alt        = 
|relief     = 
|AlternativeMap= 
|overlay_image = 
|label      = 
|label_size = 
|position   = 
|background = 
|mark       = 
|marksize   = 
}}

Parametersसम्पादन

map display parameters
parameter description
{{{1}}} Required – use the name of the map as the first unnamed parameter; for example, specifying England will use the values for England in Module:Location map/data/England, if it exists, or {{Location map England}} otherwise. See the examples below. Multiple maps can be shown by providing a list of map names separated by #. For multiple maps, the first is shown by default, a reader can select the others with radio buttons.
width Determines the width of the map in pixels, overriding any default values; do not include px, for example: width=300, not width=300px.
default_width Determines the default width of the map in pixels, intended for use by templates, e.g. place infoboxes; the default value is 240. Do not include px. This value will be multiplied by the defaultscale parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps. For example, if default_width=200 is given, a map of Thailand will be displayed with a width of 200x0.57 = 114 pixels (as specified in Module:Location map/data/Thailand).
max_width The maximum size of the map in pixels, intended for use by templates, e.g. place infoboxes. Do not include px.
float Specifies the position of the map on the page; valid values are left, right, center and none. The default is right.
border Specifies the colour of the 1px map border; the default is lightgrey (see web colors). If set to none, no border will be generated. This parameter is seldom used.
caption The text of a caption to be displayed below the map; specifying a caption will cause the map to be displayed with a frame. If caption is defined but is not assigned a value, the map will not be framed and no caption will be displayed. If caption is not defined, the map will not be framed and a default caption will be generated. The default caption is created from the label parameter (or the current page name if label not defined) and the name parameter from map definition template. Multiple captions can be shown when separated by ## (that's two).
alt Alt text for map; used by screen readers, see WP:ALT.
relief Any non-blank value (1, yes, etc.) will cause the template to display the map specified in the map definition template as image1, which is usually a relief map; see the example at Location map+/relief.
AlternativeMap Allows the use of an alternative map; the image must have the same edge coordinates as the location map template. See the example at Location map+/AlternativeMap.
overlay_image Allows an overlay to be superimposed on the map; this parameter is seldom used. See the example at Location map+/overlay.
label and mark parameters
if no coordinates are specified, the template will try to get them from the page's Wikidata item
parameter description
label The text of the label to display next to the identifying mark; a wikilink can be used. The default, if not specified is no label, just the marker.
label_size The font size to use for the label, given as a percentage of the normal font size (<100 = smaller, >100 = larger); the default size is 90. Do not include %, for example: label_size=80, not label_size=80%. If set to 0, the label is only displayed when the user hovers over the mark.
label_width The width to use for the label, given as an em size; the default width is 6. Do not include em, for example: label_width=7, not label_width=7em.
position The position of the label relative to the identifying mark; valid values are left, right, top,bottom and none. This defaults to either left or right, depending on the coordinates of the marker, and its position relative to the right border of the map image. When position=none, any defined label will not be displayed with the mark, but it will be used to create the default caption.
background The background colour to use for the label; see Web colors. The default is no background colour, which shows the map image behind the label.
mark The name of an image file to display as the identifying mark; the default is Red pog.svg (Red pog.svg). See examples at Commons:Location markers and Commons:Category:Map icons.
marksize The size of the identifying mark in pixels; the default is 8. Do not include px, for example: marksize=10, not marksize=10px.
link Specifies a wikilink which can be followed if the reader clicks on the identifying mark; do not include [[]] (double square brackets), for example: link=Yellowstone National Park, not link=[[Yellowstone National Park]].
coordinates The coordinates in {{Coord}} format; whilst not recommended, if you want to waste time, you can also enter them in decimal degrees (e.g. 48.067°N 12.863°E); you shouldn't need to, though.
lat_deg The degrees of latitude; this value can be specified using decimal degrees, and when this format is used, minutes and seconds should not be specified.
lat_min The minutes of latitude.
lat_sec The seconds of latitude; not usually necessary.
lat_dir N if north (default value), or S for south of the Equator; other values will be disregarded. Not required if using signed decimal degrees, i.e. negative numbers for southern latitude.
lon_deg The degrees of longitude; this value can be specified using decimal degrees, and when this format is used, minutes and seconds should not be specified.
lon_min The minutes of longitude.
lon_sec The seconds of longitude; not usually necessary.
lon_dir E for east (default value), or W for west of the Prime Meridian; o_ther values will be disregarded. Not required if using signed decimal degrees, i.e. negative numbers for western longitude.

Available mapsसम्पादन

Location map templates as of 5 Nov 2014. To find the best location map template covering a given place, open the SVG file in a web browser and use arrow keys and zoom function. Hovering over a region shows its name and highlights it. Clicking it loads its page.

There are over 1,000 maps available. To find other maps:

  • Special:PrefixIndex/Module:Location map/data/ – checked before a map template is searched for, new maps should be created here rather than creating new templates
  • Template:Location map/List – some of the items listed here are redirects, and a few templates may not function as expected
  • Category:Location map templates – templates sorted by category
  • Special:WhatLinksHere/Template:Location map/Info – a search that might help
  • Special:Prefixindex/Template:Location map – another search that might help

Creating new map definitionsसम्पादन

See Creating a new map definition.

Examplesसम्पादन

Default width and float, no label, default caption (decimal coordinates)सम्पादन

Note: when a label is not specified, the default caption is "Page name (Map name)", so if this example was viewed on a page named Pag, the default caption would be "Pag (Croatia)". Likewise, on a page named Pag (town), the default caption would be "Pag (town) (Croatia)".

Pag is on an island.
Pag is on an island.
Location map (Croatia)
{{Location map|Croatia
|alt     = Pag is on an island.
|lat_deg = 44.44
|lon_deg = 15.05
}}

Map with the default caption (degrees/minutes)सम्पादन

Note: when a label is specified, the default caption is "Label text (Map name)", seen as "Pag (Croatia)" in this example.

Pag is on an island.
Pag is on an island.
Pag
Pag (Croatia)
{{Location map|Croatia
|width = 200
|float = right
|alt = Pag is on an island.
|label = Pag
|position = right
|mark = Green pog.svg <!--green dot-->
|lat_deg = 44 |lat_min = 26 <!-- default: lat_dir = N -->
|lon_deg = 15 |lon_min = 3  <!-- default: lon_dir = E -->
}}

When |position=none, the label text is not displayed next to the mark, but is still used in the default caption and default alt text.

Pag is located in Croatia
Pag
Pag (Croatia)
{{Location map|Croatia
|width = 200
|float = right
|label = Pag
|position = none
|mark = Green pog.svg <!--green dot-->
|lat_deg = 44 |lat_min = 26 <!-- default: lat_dir = N -->
|lon_deg = 15 |lon_min = 3  <!-- default: lon_dir = E -->
}}

Mark outside of map border, no captionसम्पादन

Rimini in Italy (outside the map)
Rimini in Italy (outside the map)
Rimini
{{Location map|Croatia
|width    = 200
|float    = right
|caption  =
|alt      = Rimini in Italy (outside the map)
|lat_deg  = 44.05
|lon_deg  = 12.57 <!--outside maps left border at 13.1-->
|outside  = 1 <!--we're aware the point is outside the map, so suppress the warning category-->
|label    = Rimini
|position = right
}}

Caption, label_size, background, mark, marksizeसम्पादन

Map of Italy with mark showing location of Rimini
Map of Italy with mark showing location of Rimini
Rimini
Location of Rimini in Italy
{{Location map|Italy
|width      = 200
|float      = right
|caption    = Location of Rimini in Italy
|alt        = Map of Italy with mark showing location of Rimini
|label      = Rimini
|label_size = 150 <!--150% of normal size-->
|position   = bottom
|background = orange
|mark       = Orange_pog.svg
|marksize   = 12 <!--size in pixels-->
|lat_deg    = 44.05
|lon_deg    = 12.57
}}

AlternativeMap parameterसम्पादन

Map of Italy with mark showing location of Rome
Map of Italy with mark showing location of Rome
Rome
Location of Rome in Italy
{{Location map|Italy
|AlternativeMap = Italy location map.svg
|width   = 200
|float   = right
|caption = Location of Rome in Italy
|alt     = Map of Italy with mark showing location of Rome
|label   = Rome
|lat_deg = 41.9
|lon_deg = 12.5
}}

Relief parameterसम्पादन

Also demonstrates automatic positioning of label to the left, due to far right position of mark.

Biratnagar Airport is located in southeastern Nepal
Biratnagar Airport is located in southeastern Nepal
Biratnagar
Location of Biratnagar Airport in Nepal
{{Location map|Nepal
|relief = yes
|caption = Location of Biratnagar Airport in Nepal
|alt = Biratnagar Airport is located in southeastern Nepal
|label = Biratnagar
|mark = Airplane silhouette.svg
|marksize = 10
|lat_deg = 26 |lat_min = 28 |lat_sec = 53 |lat_dir = N
|lon_deg = 87 |lon_min = 15 |lon_sec = 50 |lon_dir = E
}}
Biratnagar Airport is located in southeastern Nepal
Biratnagar Airport is located in southeastern Nepal
Biratnagar
Location of Biratnagar Airport in Nepal
{{Location map|Nepal
|relief = 
|caption = Location of Biratnagar Airport in Nepal
|alt = Biratnagar Airport is located in southeastern Nepal
|label = Biratnagar
|mark = Airplane silhouette.svg
|marksize = 10
|lat_deg = 26 |lat_min = 28 |lat_sec = 53 |lat_dir = N
|lon_deg = 87 |lon_min = 15 |lon_sec = 50 |lon_dir = E
}}

User selection of multiple mapsसम्पादन

Lockerbie is in southern Scotland.
Lockerbie is in southern Scotland.
Lockerbie
Lockerbie in Scotland, UK
Scotlandको नक्सा देखाउनुहोस्
Lockerbie is in southern Scotland.
Lockerbie is in southern Scotland.
Lockerbie
Lockerbie (संयुक्त अधिराज्य)
संयुक्त अधिराज्यको नक्सा देखाउनुहोस्
{{Location map|UK Scotland#UK
|relief = 1
|width = 180
|float = right
|caption = Lockerbie in Scotland, UK
|alt = Lockerbie is in southern Scotland.
|label = Lockerbie
|mark = Blue_pog.svg
|marksize = 9
|lat_deg = 55 |lat_min = 07 |lat_sec = 16 |lat_dir = N
|lon_deg = 03 |lon_min = 21 |lon_sec = 19 |lon_dir = W
}}

Map that crosses 180° meridianसम्पादन

यी पनि हेर्नुहोस् श्रेणी: Location map templates crossing the 180th meridian

Module:Location map/data/Russia Chukotka Autonomous Okrug is an example of a map that crosses the 180th meridian. To the west of 180°, in the Eastern Hemisphere, is Pevek at 170°17′E longitude. To the east of 180°, in the Western Hemisphere, is Uelen at 169°48′W longitude.

Pevek is located in Chukotka Autonomous Okrug
Pevek
Pevek
Chukotka Autonomous Okrug
{{Location map
| Russia Chukotka Autonomous Okrug
| float       = right
| width       = 250
| caption     = [[Chukotka Autonomous Okrug]]
| label       = Pevek
| position    = bottom
| background  = lightgreen
| mark        = Locator_Dot.png
| marksize    = 7
| coordinates = {{coord|69|42|N|170|17|E}}
}}
Uelen is located in Chukotka Autonomous Okrug
Uelen
Uelen
Chukotka Autonomous Okrug
{{Location map
| Russia Chukotka Autonomous Okrug
| float       = right
| width       = 250
| caption     = [[Chukotka Autonomous Okrug]]
| label       = Uelen
| position    = bottom
| background  = lightgreen
| mark        = Locator_Dot.png
| marksize    = 7
| coordinates = {{coord|66|09|N|169|48|W}}
}}

Template dataसम्पादन

TemplateData documentation used by VisualEditor and other tools
Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Location map

This template places a location mark on a map.

[ढाँचा डाटा सम्पादन गर्नुहोस्]

ढाँचा प्यारामिटरहरू

मापदण्डविवरणप्रकारस्थिति
Map name(s)1

The name of the map to be used; multiple maps can be provided as a list separated by #

Stringआवश्यक
Map widthwidth

Determines the width of the map in pixels, overriding any default values; do not include "px", for example: "300", not "300px".

सङ्ख्यावैकल्पिक
Default widthdefault_width

Determines the default width of the map in pixels, intended for use by templates such as infoboxes; the default value is 240. Do not include "px". This value will be multiplied by the defaultscale parameter specified in individual map templates, if it exists, in order to achieve an appropriate size for vertical maps.

सङ्ख्यावैकल्पिक
Positionfloat

Specifies the position of the map on the page; valid values are left, right, center and none. The default is right.

Stringवैकल्पिक
Border colorborder

Specifies the color of the map border; if set to none, no border will be generated.

Stringवैकल्पिक
Map captioncaption

The text of a caption to be displayed below the map; if caption is defined, but is not assigned a value, the map will not be framed, and no caption will be displayed. If caption is not defined, the map will not be framed and a default caption will be generated.

Stringवैकल्पिक
Alt textalt

Alt text for map; used by screen readers.

Stringवैकल्पिक
Alternative map from templaterelief

Any non-blank value (1, yes, etc.) will cause the template to display the map specified in the map definition template as image1, which is usually a relief map.

Stringवैकल्पिक
Alternative map not from templateAlternativeMap

Allows the use of an alternative map; the image must have the same edge coordinates as the map template.

Stringवैकल्पिक
Overlay imageoverlay_image

Allows an overlay to be superimposed on the map; this parameter is seldom used.

Stringवैकल्पिक
Marker labellabel

The text of the label to display next to the mark; a wikilink can be used.

Stringवैकल्पिक
Label sizelabel_size

The font size to use for the label, given as a percentage of the normal font size; do not include "%".

सङ्ख्यावैकल्पिक
Label widthlabel_width

The width to use for the label, given as an em size; do not include "em".

सङ्ख्यावैकल्पिक
Label positionposition

The position of the label relative to the mark; valid values are left, right, top, bottom and none. This defaults to either left or right, depending on the coordinates of the marker, and its position relative to the right border of the map image. When position=none, any defined label will not be displayed with the mark, but it will be used to create the default caption.

Stringवैकल्पिक
Label backgroundbackground

The background color to use for the label.

Stringवैकल्पिक
Marker imagemark

The name of an image to display as the marker.

Stringवैकल्पिक
Marker sizemarksize

The size of the mark in pixels; do not include "px".

सङ्ख्यावैकल्पिक
Marker linklink

Specifies a wikilink which will be followed if the reader clicks on the mark.

Stringवैकल्पिक
Coordinatescoordinates

Coordinates, usually in {{Coord}} format; however, they can also be typed out in decimal degrees (with no spaces between ° and N/S/E/W).

उदाहरण
{{Coord|48.067|12.863}}
Stringवैकल्पिक
Latitude degreeslat_deg

The degrees of latitude; this value can be specified using decimal degrees. When this format is used, minutes and seconds should not be specified.

सङ्ख्याआवश्यक
Latitude minuteslat_min

The minutes of latitude.

सङ्ख्यावैकल्पिक
Latitude secondslat_sec

The seconds of latitude.

सङ्ख्यावैकल्पिक
Latitude directionlat_dir

N if north or S for south of the Equator; not required if using signed decimal degrees.

Stringवैकल्पिक
Longitude degreeslon_deg

The degrees of longitude; this value can be specified using decimal degrees. When this format is used, minutes and seconds should not be specified.

सङ्ख्याआवश्यक
Longitude minuteslon_min

The minutes of longitude.

सङ्ख्यावैकल्पिक
Longitude secondslon_sec

The seconds of longitude.

सङ्ख्यावैकल्पिक
Longitude directionlon_dir

E for east or W for west of the Prime Meridian; not required if using signed decimal degrees.

Stringवैकल्पिक


See alsoसम्पादन

विकिमिडिया कमन्समा Location markers सम्बन्धी अन्य सामग्रीहरू रहेका छन्।
विकिमिडिया कमन्समा Location map सम्बन्धी अन्य सामग्रीहरू रहेका छन्।
  • Template:Location map/Info
For similar examples, see the documentation at Template:Location map+, as well as
  • Template:Location map+/relief, an example using the relief parameter
  • Template:Location map+/AlternativeMap, an example using the AlternativeMap parameter
  • Template:Location map+/overlay, an example using the overlay_image parameter
Location map templates
  • Template:Location map many, to display up to nine (9) markers and labels
  • Template:Location map+, to display unlimited number of markers and labels
Other templates
  • Template:Annotated image, allows text notes to overlap image, allows cropping
  • Template:Overlay – places up to thirty (30) marker images of various chooseable kinds over a base image with optional grid and legend
  • Template:Superimpose, supports simple layer superimposition.
  • Template:Superimpose2, to place up to fifty (50) image layers over one another
Infoboxes incorporating Location map – any country or region
  • Template:Infobox airport — alternative map support: AlternativeMap (via pushpin_image)
  • Template:Infobox archaeological site
  • Template:Infobox building
  • Template:Infobox casino
  • Template:Infobox dam
  • Template:Infobox glacier (via Infobox mountain/map)
  • Template:Infobox historic area
  • Template:Infobox historic site
  • Template:Infobox hot spring (via Infobox map) — alternative map support: relief
  • Template:Infobox hotel
  • Template:Infobox map (used by other infoboxes) — alternative map support: relief
  • Template:Infobox military structure
  • Template:Infobox monastery
  • Template:Infobox mountain (via Infobox mountain/map)
  • Template:Infobox mountain/map (used by mountain, glacier)
  • Template:Infobox park (via Infobox map) — alternative map support: relief
  • Template:Infobox protected area (via Infobox map) — alternative map support: relief
  • Template:Infobox settlement — alternative map support: AlternativeMap (via pushpin_image)
  • Template:Infobox statue
  • Template:Infobox valley (via Infobox map)
  • Template:Infobox waterfall (via Infobox map) — alternative map support: relief
  • Template:Infobox World Heritage Site — alternative map support: relief
Infoboxes incorporating Location map – specific countries or regions
सूची
    • Template:Infobox Australian place
    • Template:Infobox Belgium Municipality
    • Template:Infobox European Parliament constituency
    • Template:Infobox frazione (Italy)
    • Template:Infobox French commune
    • Template:Infobox German location
    • Template:Infobox Greek Dimos
    • Template:Infobox Israel municipality
    • Template:Infobox Israel village
    • Template:Infobox Italian comune
    • Template:Infobox London station
    • Template:Infobox NRHP (USA)
    • Template:Infobox Pennsylvania historic site (USA)
    • Template:Infobox Site of Special Scientific Interest (UK)
    • Template:Infobox Tibetan Buddhist monastery
    • Template:Infobox UK place
    • Template:Infobox UK postcode area
    • Template:Infobox Venezuelan municipality
माथिको कागजात ढाँचा:Location map/docबाट समावेश गरिएको छ। (सम्पादन गर्नुहोस् | इतिहास)
सम्पादकहरूले यस ढाँचाको प्रयोगस्थल (सिर्जना गर्नुहोस् | नक्कल गर्नुहोस्) र परीक्षण (सिर्जना गर्नुहोस्) पृष्ठहरूमा प्रयोग गर्न सक्छन्।
/doc उपपृष्ठमा श्रेणीहरू थप्नुहोस्। यस ढाँचाका उपपृष्ठहरू।
"https://ne.wikipedia.org/w/index.php?title=ढाँचा:Location_map&oldid=494668" बाट अनुप्रेषित
अन्तिम सम्पादन १६ सेप्टेम्बर २०१५, १२:३८

भाषाहरू

    • Аԥсшәа
    • Acèh
    • Alemannisch
    • Алтай тил
    • አማርኛ
    • Ænglisc
    • العربية
    • الدارجة
    • مصرى
    • অসমীয়া
    • Asturianu
    • Авар
    • अवधी
    • Azərbaycanca
    • تۆرکجه
    • Башҡортса
    • Basa Bali
    • Boarisch
    • Bikol Central
    • Беларуская
    • Беларуская (тарашкевіца)
    • Български
    • भोजपुरी
    • ပအိုဝ်ႏဘာႏသာႏ
    • বাংলা
    • Brezhoneg
    • Bosanski
    • ᨅᨔ ᨕᨘᨁᨗ
    • Català
    • Chavacano de Zamboanga
    • 閩東語 / Mìng-dĕ̤ng-ngṳ̄
    • Нохчийн
    • Cebuano
    • کوردی
    • Qırımtatarca
    • Čeština
    • Чӑвашла
    • Cymraeg
    • Dansk
    • Deutsch
    • Thuɔŋjäŋ
    • Zazaki
    • Dolnoserbski
    • डोटेली
    • ދިވެހިބަސް
    • Ελληνικά
    • English
    • Esperanto
    • Español
    • Eesti
    • Euskara
    • فارسی
    • Suomi
    • Na Vosa Vakaviti
    • Føroyskt
    • Français
    • Nordfriisk
    • Frysk
    • Gagauz
    • 贛語
    • Galego
    • गोंयची कोंकणी / Gõychi Konknni
    • ગુજરાતી
    • Hausa
    • 客家語/Hak-kâ-ngî
    • עברית
    • हिन्दी
    • Fiji Hindi
    • Hrvatski
    • Hornjoserbsce
    • Magyar
    • Հայերեն
    • Արեւմտահայերէն
    • Interlingua
    • Bahasa Indonesia
    • Ilokano
    • ГӀалгӀай
    • Íslenska
    • Italiano
    • 日本語
    • Jawa
    • ქართული
    • Taqbaylit
    • Адыгэбзэ
    • Kongo
    • Қазақша
    • ភាសាខ្មែរ
    • ಕನ್ನಡ
    • 한국어
    • Къарачай-малкъар
    • कॉशुर / کٲشُر
    • Kurdî
    • Кыргызча
    • Latina
    • Lëtzebuergesch
    • Лезги
    • Luganda
    • Ligure
    • Ladin
    • ລາວ
    • Lietuvių
    • Latgaļu
    • Latviešu
    • Madhurâ
    • मैथिली
    • Мокшень
    • Minangkabau
    • Македонски
    • മലയാളം
    • Монгол
    • ဘာသာ မန်
    • मराठी
    • Bahasa Melayu
    • Mirandés
    • မြန်မာဘာသာ
    • Napulitano
    • Plattdüütsch
    • Nedersaksies
    • नेपाल भाषा
    • Nederlands
    • Norsk nynorsk
    • Norsk bokmål
    • Chi-Chewa
    • ଓଡ଼ିଆ
    • Ирон
    • ਪੰਜਾਬੀ
    • Pangasinan
    • Kapampangan
    • Papiamentu
    • Norfuk / Pitkern
    • Polski
    • پنجابی
    • پښتو
    • Português
    • Rumantsch
    • Română
    • Tarandíne
    • Русский
    • Русиньскый
    • संस्कृतम्
    • Саха тыла
    • Scots
    • سنڌي
    • Srpskohrvatski / српскохрватски
    • ၽႃႇသႃႇတႆး
    • සිංහල
    • Simple English
    • Slovenčina
    • Slovenščina
    • Gagana Samoa
    • Anarâškielâ
    • ChiShona
    • Shqip
    • Српски / srpski
    • Sunda
    • Svenska
    • Kiswahili
    • Ślůnski
    • தமிழ்
    • తెలుగు
    • Tetun
    • Тоҷикӣ
    • ไทย
    • ትግርኛ
    • Türkmençe
    • Tagalog
    • Setswana
    • Türkçe
    • Татарча / tatarça
    • Удмурт
    • ئۇيغۇرچە / Uyghurche
    • Українська
    • اردو
    • Oʻzbekcha / ўзбекча
    • Vèneto
    • Tiếng Việt
    • Winaray
    • IsiXhosa
    • მარგალური
    • ייִדיש
    • Yorùbá
    • 中文
    • 文言
    • Bân-lâm-gú
    • 粵語
    विकिपिडिया
    • यो पृष्ठलाई अन्तिमपटक १२:३८, १६ सेप्टेम्बर २०१५ मा परिवर्तन गरिएको थियो।
    • सामाग्री CC BY-SA 3.0 अनुसार उपलब्ध छ, खुलाइएको अवस्था बाहेकको हकमा।
    • गोपनियता नीति
    • विकिपिडियाको बारेमा
    • अस्वीकारोक्तिहरू
    • प्रयोगका शर्तहरू
    • डेस्कटप
    • विकासकर्ताहरू
    • तथ्याङ्कहरू
    • स्मृतिशेष विवरण