Module:Yemeni Civil War detailed map

From blackwiki
Jump to navigation Jump to search

Template:SCW&ISIL sanctions

Dot size for cities & towns

Dot size for cities & towns (that are not provincial capitals) is based on the 2004 census (last available census):

  • Under 5,000 is size 6
  • 5000 to 19,999 is size 8
  • 20,000 to 49,999 is size 10
  • 50,000 to 99,999 is size 12
  • Above 100,000 is size 14

For quick reference, this module is transcluded on the following:

Labels

Only towns & border posts can have blue visible wikilink labels. Whether a town has a blue visible wikilink label or not will depend on its size, importance and available space around it for the label to appear without obstructing other towns. The wikilink labels have a minimum size of 65 (label_size=65).

Contested icon

Definition

The purpose of the contested icon (80x80-grey-black-anim.gif) is to show 2 groups of soldiers fighting over control of a town, and that there is a significant number of troops inside the city actively holding territory. We generally turn a town contested based on widespread clashes reports. Contested means we cannot say one specific side controls the town. There should be evidence that the enemy is inside the town, which is a necessary (but not sufficient) condition for making a town contested. Contested status is appropriate if the town in question is controlled partly by one party, and partly by another. For example, it could be that one party controls the outer neighborhoods, while the other party holds the city center.

Examples of cases where the contested icon should not be used

  • A case where there was no chance of the enemy taking the town over, and only, small clashes were going on in the town. We don´t put towns contested if there are only sporadic clashes. So reports of clashes are not always enough to mark a town as contested.
  • A case where there were clashes in a town with a handful of enemy fighters and the clashes were over after some hours. For example if source says: "… at least six insurgents were killed during the clashes … while the rest of militants escaped on Saturday evening”
  • A case where there was just one source about clashes in a major town and what occurred was essentially a small firefight. Sleeper cells infiltrated the town and shot at some soldiers, and the soldiers shot back and killed some of them. The source then reports the rest of the fighters as having fled the battlefield. So this was a one-off, hit-and-run attack, not a serious attempt to grab and hold parts of the town.
  • A case where there were many separate reports of rebel ambushes on army checkpoints so this was not a seizure of territory inside of the town. The rebels do not control any part of the town, so a contested icon is unwarranted.
  • A case where the enemy reached city limits. Well, they still haven't entered the city proper (which is the prerequisite for marking the city as "contested") When the city really becomes contested, a bunch of news outlets will be reporting on it. Just because there is enemy at gates does not mean it is contested. The enemy needs to be making progress in the city.
  • The evidence should be especially strong to turn a “stronghold” contested. A few clashes, especially on the periphery are not enough. There should be evidence that the enemy can do more than just hit & run attacks. In these cases, a semi-circle is often enough.

Cities

Largecitycontested.png
The larger the size of the town, the more evidence is needed to make it contested. This is even more so the case for cities. Large cities (such as province capitals) are almost never marked as contested. Instead we make image mini-maps for them or put small icons on them to represent neighborhoods that are contested or controlled by a specific party. In contrast, a simple clash report of a small unknown village can turn it contested.

For example, we would not mark as contested a city where a party still controls 95% of the city. Instead we mark specific enemy positions on the outskirts of the city until fighting in the city becomes widespread. As nobody claims there is any fighting inside of the city, it should be marked as colored dot within a siege circle (see Figure 1). Then, advanced points in the city should be marked as small dots in the color of the enemy (or small contested icons). In this specific case, a "contested" icon was added to represent the "west side of the city" that is contested (see Figure 2). This is more informative to our viewers. Since the code puts icons on the map in the order of code lines (starting with first line of code and ending with last line of code), the small "contested" icon should come in the line after that of the (large) city icon. Otherwise, the small icon will be hidden by the large icon and will therefore be invisible.

After the fights become more widespread in the city (& enemy controls a larger part of the city), we can remove the "west side of the city" icon and turn the whole city contested (see Figure 3). After this, if we learn that the enemy has taken over the whole city except for a small pocket (in south east) that is still resisting, then we change the contested icon into the color of the enemy and put a small dot representing the small pocket that is still resisting (see Figure 4).

Siege and pressure from one side icons

Definition

The siege icon (Map-circle-black.svg) should be used for towns that are under siege or strong enemy pressure. The “pressure from one side” icon (Map-arcNE-black.svg) should be used for towns that are under enemy pressure from one side.

How to place these icons

The easiest way to place these icons is to copy/paste the line code of the object you want to have a circle (or semi-circle) around it and then:

  1. Replace the mark = parameter with Map-circle-black.svg or Map-arcNE-black.svg
  2. Increase marksize = parameter by 4. So for example, if the town dot has a size of 10, then the circle (or semi-circle) should have a size of 14.

Always put line of code circle (or semi-circle) before line of code of town (or other object). This is because the code puts icons on the map in the order of code lines starting with first line of code and ending with last line of code. If you put the line of code that draws the circle (or semi-circle) icon after the line of code that draws the town icon then the computer puts the town icon first and then put the circle (or semi-circle) icon on top of it. The town icon still appears because the circle (or semi-circle) is drawn on a transparent background. However, even a transparent background does obstruct the name of the town icon from appearing. So, the name of the town will not appear when you hold cursor over it.

Example:

  • Correct:
    { lat = "33.972", long = "36.897", mark = "map-arcNE-black.svg", marksize = "12" },
    { lat = "33.972", long = "36.897", mark = "Abm-red+icon.png", marksize = "8", label = "Brigade 128", label_size = "0" },
    
  • Wrong:
    { lat = "33.972", long = "36.897", mark = "Abm-red+icon.png", marksize = "8", label = "Brigade 128", label_size = "0" },
    { lat = "33.972", long = "36.897", mark = "map-arcNE-black.svg", marksize = "8" },
    

"link=" parameter: linking towns to sources

Every element on the map should be verifiable. Information on towns (description of control & sources) can be found by clicking on the town dot on the map. Notice the caption of the map which says: "Hold cursor over location to display name; click to go to sources &/or status description (if available, the cursor will show as Pointing hand cursor vector.svg; if not, it will show as Cursor.svg)."

Notice the “link=” parameter in the map code. This is supposed to link to the part in the Wikipedia article that contains the source and talks about the events in the town. So for example, if you click on the dot of the town "Inkhil" on the map, it will take you to the part of the Wikipedia article on the town "Inkhil" that has the description of war events (& sources): link = "Inkhil#civilwar" Here the first part before the # is the name of the article (Inkhil). the second part after the # is the name of the section (civilwar).

For this to work, there needs to be a section by this same name in the article or you need to put a wikilink anchor: {{anchor|section}} that will act as a section header (in this case {{anchor|civilwar}}).

The link to sources &/or status description should be done according to the following priorities in this order:

  1. The part of the town's article that talks about the war events in the town (see Example 1 below).
  2. The part of a "battle/offensive/etc..." article that talks about the latest status of the specific town (see Example 2 below).
  3. The article about the town which does not contain war events (still better than nothing).

A quick look at the map's code will tell you where each town dot is currently linking.

Example 1: How to keep town dots linked to the latest status source when the town has its own Wikipedia article.. The example concerns the town of Al-Taybah. First, notice how there is: link = "Al-Taybah#civilwar" parameter associated with the code line of town Al-Taybah. As indicated above, this links the Al-Taybah town dot with the war section in the town's Wikipedia article. This parameter does not change over time. However, the war section in the town's Wikipedia article needs to stay up-to-date in terms of the latest control status and latest associated source. For example, on 20/08/2017 the government took the town. To keep the link up-to-date, this latest event (along with the source) needs to be added to the the war section in the town's Wikipedia article. To accomplish this, notice the following edit which added to the article the following text:

However, in 20/08/2017, the Army stormed the Taybah area from their positions at the Al-Kom axis, pushing their way through ISIL's front-lines. Unable to maintain their positions, ISIL was forced to retreat from Taybah, leaving the entire area for the Army to take control of after a short battle.<ref>[https://www.almasdarnews.com/article/breaking-syrian-army-liberates-important-area-besiege-isil-north-palmyra/ Syrian Army liberates important area to besiege ISIL north of Palmyra], Al-Masdar news, 20/08/2017.</ref>

This provides the latest status (along with the source) to viewers clicking on the town's dot in the map. Notice also how at the beginning of the war section in the town's Wikipedia article, there is the expression: {{anchor|civilwar}}. This mirrors the #civilwar part in the link parameter in the map's code and allows the click on the dot to take the viewer to the beginning of the war section in the town's Wikipedia article. In summary, when the status of a map object changes, the color of the icon has to be updated and the write-up (along with the source) has to be added as well.

Example 2: How to keep town dots linked to the latest status source when the town does not have its own Wikipedia article. The example concerns the town of "Kabajeb". Up to August 2017, the link parameter associated with the code line of the town was link= "Deir ez-Zor offensive (April–July 2014)#Kabajeb". As indicated above, this links the Kabajeb town dot with a war article that talks about the latest war events concerning the town (along with a source). This was done because the town Kabajeb does not have its own Wikipedia article. Therefore, the link is made to the article that have the latest status & source. In this case, it is the article Deir ez-Zor offensive (April–July 2014) which states in its code:

{{anchor|Kabajeb}}The ISIS reportedly took parts of the town,<ref>{{cite web|url=http://www.dailystar.com.lb/News/Middle-East/2014/Apr-10/252903-syria-qaeda-loses-ground-to-jihadist-rivals-on-iraq-border.ashx|title=Syria Qaeda loses ground to jihadist rivals on Iraq border|work=The Daily Star Newspaper - Lebanon|accessdate=25 October 2014}}</ref>

Notice how the paragraph starts with the expression {{anchor|Kabajeb}}. This guides the link to put the reader exactly at the beginning of the latest status & source. However, on 2017-09-04, the government took the town from ISIS. So the above link & source is no longer up-to-date. To stay up-to-date, you need to do 2 steps:

Step 1: Write about the new status in some "battle/offensive/etc..." article that relates to the town. Alternatively, you can find an up-to-date text that someone else wrote and procede to the next step. In our case, you find that someone wrote this updated status in the article Central Syria campaign (July 2017–present) which states in its code:

5th Corps alongside 18th Reserve Division captured the town of Kabajib during midday, while later in the day together with Tiger Forces captured al-Shulah.<ref>{{Cite news|url=https://www.almasdarnews.com/article/breaking-syrian-army-liberates-strategic-town-en-route-deir-ezzor-city/|title=Breaking: Syrian Army liberates strategic town en route to Deir Ezzor City|date=2017-09-04|work=AMN - Al-Masdar News {{!}} المصدر نيوز|access-date=2017-09-04|language=en-US}}</ref>

This is exactly what we need. Therefore, we procede to the next step.

Step 2: In the map code, we need to update the link parameter to point to the new status in the new article. This edit does this. As you can see, the link was changed from link="Deir ez-Zor offensive (April–July 2014)#Kabajeb" to link="Central Syria campaign (July 2017–present)#Kabajeb". However, for this to work, we need to also put the expression {{anchor|Kabajeb}} at the beginning of the part in the new article that talks about the new status. This is done in this edit.

Example 3: For another illustration on how the link= parameter and "anchor" template work, see Talk:Cities and towns during the Syrian Civil War/Archive 65#Link of Suran, Hama.

How to preview map before saving edit

Before saving your changes (by clicking "Publish changes"), you should preview your edits (changes). This allows you to view the map to make sure it is what you want to do before saving and making the change appear on Wikipedia. To do this, type in the box under "Preview page with this module" the name of the template: "Template:Yemeni Civil War detailed map". Then hit "Show preview".

How war map module work with other parts of Wikipedia

How war map templates and modules work.png



return {
	marks = {
		{ lat = "15.380", long = "44.209", mark = "Location dot lime.svg", marksize = "32", label = "[[Sana'a]]", link = "Sana'a", label_size = "140", position = "right" },
		{ lat = "15.172", long = "44.324", mark = "Location dot lime.svg", marksize = "12", label = "[[Sayyan]]", link = "Sayyan", label_size = "80", position = "right" },
		{ lat = "15.735", long = "44.238", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Hayfah]]", link = "Al Hayfah", label_size = "0", position = "right" },
		{ lat = "13.572", long = "46.714", mark = "Location dot red.svg", marksize = "10", label = "[[Ahwar]]", link = "Ahwar", label_size = "80", position = "top" },
		{ lat = "13.801", long = "45.886", mark = "Location dot red.svg", marksize = "6", label = "[[Al ‘Ayn]]", link = "Al ‘Ayn", label_size = "0", position = "top" },
		{ lat = "14.111", long = "48.715", mark = "Location dot red.svg", marksize = "6", label = "[[As Sufal]]", link = "As Sufal", label_size = "0", position = "top" },
		{ lat = "13.992", long = "42.733", mark = "Location dot red.svg", marksize = "8", label = "[[Zuqar Island]]", link = "Zuqar Island", label_size = "70", position = "top" },
		{ lat = "13.712", long = "42.725", mark = "Location dot red.svg", marksize = "8", label = "[[Hanish Islands]]", link = "", label_size = "70", position = "top" },
		{ lat = "14.027", long = "48.343", mark = "Location dot red.svg", marksize = "6", label = "[[Bir Ali]]", link = "Bir Ali", label_size = "0", position = "top" },
		{ lat = "13.985", long = "48.180", mark = "Icon NuclearPowerPlant-red.svg", marksize = "8", label = "[[Balhaf Facility]]", link = "Balhaf Facility", label_size = "0", position = "top" },
		{ lat = "16.321", long = "42.813", mark = "Location dot lime.svg", marksize = "8", label = "[[Midi]]", link = "Midi District", label_size = "0", position = "top" },
		{ lat = "16.494", long = "42.990", mark = "Mountain pass 12x12 n.svg", marksize = "20" },
		{ lat = "16.494", long = "42.990", mark = "Location dot lime.svg", marksize = "6", label = "[[Tawwal border crossing]]", link = "Tawwal border crossing", label_size = "0", position = "top" },
		{ lat = "16.376", long = "42.766", mark = "Location dot lime.svg", marksize = "6", label = "[[ad Duwayyimah]]", link = "ad Duwayyimah", label_size = "0", position = "top" },
		{ lat = "15.979", long = "48.750", mark = "map-arcNW-grey.svg", marksize = "8" },
		{ lat = "15.978", long = "48.752", mark = "Location dot red.svg", marksize = "6", label = "[[Al Madudah]]", link = "Al-Madudah", label_size = "0", position = "bottom" },
		{ lat = "14.658", long = "44.461", mark = "Location dot lime.svg", marksize = "8", label = "[[Mahfad]]", link = "Mahfad", label_size = "0", position = "top", },
		{ lat = "15.939", long = "48.794", mark = "map-arcEE-grey.svg", marksize = "14" },
		{ lat = "15.939", long = "48.789", mark = "Location dot red.svg", marksize = "12", label = "[[Seiyun]]", link = "Seiyun", label_size = "80", position = "bottom" },
		{ lat = "15.692", long = "48.884", mark = "Location dot red.svg", marksize = "6", label = "[[Ar Rawuk]]", link = "Ar Rawuk", label_size = "80", position = "top" },
		{ lat = "16.442", long = "47.598", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Zamakh]]", link = "Zamakh", label_size = "0", position = "bottom" },
		{ lat = "16.509", long = "47.638", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Zamzam]]", link = "Zamakh", label_size = "0", position = "bottom" },
		{ lat = "15.914", long = "47.228", mark = "Location dot red.svg", marksize = "8", label = "[[Al Abr District|Al Abr]]", link = "Al Abr District", label_size = "80", position = "top" },
		{ lat = "15.973", long = "48.787", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Seiyun Airport]]", label_size = "0", position = "top" },
		{ lat = "15.443", long = "44.292", mark = "Abm-lime-icon.png", marksize = "7", label = "[[Air Defense Base]]", link = "#no", label_size = "0", position = "right" },
        { lat = "15.588", long = "48.855", mark = "Location dot red.svg", marksize = "9", label = "[[Saah]]", link = "Saah", label_size = "0", position = "top" },
		{ lat = "17.198", long = "49.820", mark = "4x4dot-grey.svg", marksize = "16", label = "[[al-Qaeda presence in Hadhramaut Governorate]]", label_size = "0", position = "top" },
		{ lat = "18.7", long = "51.781", mark = "4x4dot-red.svg", marksize = "16", label = "[[Yemeni Army presence in Hadhramaut Governorate]]", label_size = "0", position = "top" },
		{ lat = "18.17", long = "49.8", mark = "4x4dot-grey.svg", marksize = "16", label = "[[al-Qaeda presence in Hadhramaut Governorate]]", label_size = "0", position = "top" },
		{ lat = "16.190", long = "46.763", mark = "4x4dot-red.svg", marksize = "16", label = "[[Yemeni Army presence in Al Jawf Governorate]]", label_size = "0", position = "top" },
		{ lat = "17.2371", long = "45.325", mark = "4x4dot-lime.svg", marksize = "16", label = "[[Houthi presence in Al Jawf Governorate]]", label_size = "0", position = "top" },
		{ lat = "16.671058", long = "45.325084", mark = "map-arcSE-red.svg", marksize = "10", label = "[[Khanjar Camp]]", label_size = "0", position = "top" },
		{ lat = "16.671058", long = "45.325084", mark = "Abm-lime-icon.png", marksize = "8", label = "[[Khanjar Camp]]", label_size = "0", position = "top" },
		{ lat = "15.42", long = "45.084", mark = "Abm-lime-icon.png", marksize = "9", label = "[[Brigade 312 (Kofel camp)]]", label_size = "0", position = "top" },
		{ lat = "15.197206", long = "44.641021", mark = "Abm-lime-icon.png", marksize = "8", label = "[[Al-Arqoub Camp]]", label_size = "0", position = "top" },
		{ lat = "15.651508", long = "43.946039", mark = "Abm-lime-icon.png", marksize = "8", label = "[[The 310th Armored Brigade]]", label_size = "0", position = "top" },
		{ lat = "15.605796", long = "44.266067", mark = "Abm-lime-icon.png", marksize = "8", label = "[[Al Sama'a Camp]]", label_size = "0", position = "top" },
		{ lat = "14.364", long = "48.982", mark = "80x80-red-grey-anim.gif", marksize = "6", label = "[[Barum]]", link = "Barum", label_size = "0", position = "top" },
        { lat = "15.927", long = "48.626", mark = "Location dot red.svg", marksize = "8", label = "[[Shibam]]", link = "Shibam", label_size = "80", position = "left" },
        { lat = "15.927", long = "48.626", mark = "map-arcWW-grey.svg", marksize = "10", label = "[[Shibam]]", link = "Shibam", label_size = "0", position = "left" },
		{ lat = "15.750", long = "44.333", mark = "Location dot lime.svg", marksize = "8", label = "[[Arhab]]", link = "Arhab District", label_size = "0", position = "top" },
		{ lat = "15.479", long = "44.219", mark = "Fighter-jet-lime-icon.svg", marksize = "11", label = "[[Sana'a International Airport]]", link = "Sana'a International Airport", label_size = "0", position = "right" },
		{ lat = "13.985", long = "45.557", mark = "Location dot lime.svg", marksize = "10", label = "[[Al Bayda', Yemen|Al-Bayda]]", link = "Al Bayda', Yemen", label_size = "80", position = "right" },
		{ lat = "13.944", long = "45.674", mark = "Location dot lime.svg", marksize = "8", label = "[[Mukayras]]", link = "Mukayras", label_size = "0", position = "left" },
		{ lat = "15.559", long = "44.200", mark = "Location dot lime.svg", marksize = "6", label = "[[Ar rawdah, San‘a’|Ar rawdah]]", link = "Ar rawdah, San‘a’", label_size = "70", position = "top" },
		{ lat = "16.894", long = "43.812", mark = "Location dot lime.svg", marksize = "8", label = "[[Dammaj]]", link = "Dammaj", label_size = "70", position = "right" },
		{ lat = "15.459", long = "43.600", mark = "Location dot lime.svg", marksize = "9", label = "[[Al Mahwit]]", link = "Al Mahwit", label_size = "90", position = "bottom" },
		{ lat = "15.859", long = "44.000", mark = "Location dot lime.svg", marksize = "8", label = "[[Raydah]]", link = "Raydah District", label_size = "0" },
		{ lat = "16.164", long = "44.777", mark = "Location dot red.svg", marksize = "9", label = "[[Al Hazm, Yemen|Al Hazm]]", link = "Al Hazm, Yemen", label_size = "90", position = "right" },
		{ lat = "16.068", long = "44.797", mark = "Location dot lime.svg", marksize = "8", label = "[[Al Khalq District|Al Khalq]]", link = "Al Khalq District", label_size = "0", position = "right" },
		{ lat = "16.000", long = "43.900", mark = "Location dot lime.svg", marksize = "8", label = "[[Khamir]]", link = "Khamir District", label_size = "0" },
		{ lat = "16.100", long = "43.700", mark = "Location dot lime.svg", marksize = "8", label = "[[Huth]]", link = "Huth District", label_size = "0" },
		{ lat = "13.377", long = "44.665", mark = "Abm-red-icon.png", marksize = "6", label = "[[Labouza Army Camp]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.902", long = "44.746", mark = "Abm-red-icon.png", marksize = "6", label = "[[Al-Sadrayn army Camp]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.696", long = "44.732", mark = "Location dot red.svg", marksize = "11", label = "[[Ad Dali']]", link = "Ad Dali'", label_size = "80", position = "left" },
		{ lat = "13.733", long = "44.717", mark = "Fighter-jet-red-icon.svg", marksize = "9", label = "[[Dhala Airport]]", link = "Dhala Airport", label_size = "0", position = "right" },
		{ lat = "14.012", long = "44.875", mark = "Location dot lime.svg", marksize = "6", label = "[[Juban]]", link = "Juban", label_size = "0", position = "top" },
		{ lat = "13.855", long = "44.706", mark = "Location dot lime.svg", marksize = "8", label = "[[Qa‘tabah]]", link = "Qa'atabah District", label_size = "0", position = "top" },
		{ lat = "14.106", long = "44.701", mark = "Location dot lime.svg", marksize = "8", label = "[[Damt]]", link = "Damt District", label_size = "0" },
		{ lat = "13.58", long = "44.022", mark = "80x80-red-lime-anim.gif", marksize = "18", label = "[[Ta'izz]]", link = "Ta'izz", label_size = "100", position = "right" },
		{ lat = "13.47", long = "44.037", mark = "Location dot lime.svg", marksize = "9", label = "[[Al Misrakh District|Al Misrakh]]", link = "Al Misrakh District", label_size = "80", position = "bottom" },
		{ lat = "13.518", long = "44.052", mark = "Abm-lime-icon.png", marksize = "7", label = "[[al-'Arous Air Defense Base]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.588", long = "44.032", mark = "Abm-red-icon.png", marksize = "6", label = "[[Ta'izz Military camp]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.577", long = "44.033", mark = "Abm-red-icon.png", marksize = "6", label = "[[Brigade 22 (al-Qasr Military Camp)]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.598", long = "43.984", mark = "Abm-red-icon.png", marksize = "6", label = "[[Brigade 170 Military Storage Base]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.041", long = "43.477", mark = "Abm-lime-icon.png", marksize = "8", label = "[[17th Armoured Division]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.365759", long = "43.588471", mark = "Abm-lime-icon.png", marksize = "8", label = "[[Khalid ibn al-Walid camp (33 Armored Brigade)]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.365759", long = "43.588471", mark = "Abm-lime-icon.png", marksize = "8", label = "[[Khalid ibn al-Walid camp (33 Armored Brigade)]]", link = "#no", label_size = "0", position = "right" },
        { lat = "13.668", long = "44.167", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Janad]]", link = "Al Janad", label_size = "0", position = "top" },
		{ lat = "13.686", long = "44.139", mark = "Fighter-jet-lime-icon.svg", marksize = "11", label = "[[Ta'izz International Airport]]", link = "Ta'izz International Airport", label_size = "0", position = "right" },
	    { lat = "12.93", long = "43.42", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Sayma Airfield]]", link = "Sayma Airfield", label_size = "0", position = "right" },
        { lat = "13.25", long = "43.283", mark = "Fighter-jet-lime-icon.svg", marksize = "11", label = "[[Mocha Airport]]", link = "Mocha Airport", label_size = "0", position = "right" },
		{ lat = "13.316", long = "43.261", mark = "Location dot lime.svg", marksize = "10", label = "[[Mocha, Yemen|Mocha]]", link = "Mocha, Yemen", label_size = "90", position = "left" },
		{ lat = "13.448", long = "43.270", mark = "Location dot lime.svg", marksize = "6", label = "[[Yakhtul]]", link = "Yakhtul", label_size = "0", position = "left" },
		{ lat = "13.5567", long = "43.274", mark = "Location dot lime.svg", marksize = "5", label = "[[Zahari]]", link = "Zahari", label_size = "0", position = "left" },
		{ lat = "13.71", long = "43.2856", mark = "Location dot lime.svg", marksize = "6", label = "[[Musa]]", link = "Musa", label_size = "0", position = "left" },
		{ lat = "13.807", long = "43.248", mark = "Location dot lime.svg", marksize = "12", label = "[[Khokha]]", link = "Khokha", label_size = "0", position = "left" },
		{ lat = "13.931", long = "43.481", mark = "Location dot lime.svg", marksize = "10", label = "[[Haiz]]", link = "Haiz", label_size = "0", position = "left" },
		{ lat = "13.92", long = "43.2038", mark = "Location dot lime.svg", marksize = "6", label = "[[El Ghenja]]", link = "El Ghenja", label_size = "0", position = "left" },
		{ lat = "14.184", long = "43.227", mark = "Location dot lime.svg", marksize = "8", label = "[[Tahaito]]", link = "Tahaito", label_size = "0", position = "left" },
		{ lat = "14.517", long = "43.324", mark = "Location dot lime.svg", marksize = "10", label = "[[Bayt al-Faqih]]", link = "Bayt al-Faqih", label_size = "75", position = "left" },
		{ lat = "15.060", long = "43.287", mark = "Location dot lime.svg", marksize = "11", label = "[[Bajil District|Bajil]]", link = "Bajil District|Bajil", label_size = "75", position = "left" },
		{ lat = "15.317", long = "42.687", mark = "Location dot lime.svg", marksize = "6", label = "[[Salef]]", link = "Salef", label_size = "0", position = "bottom" },
		{ lat = "12.66", long = "43.42", mark = "Location dot red.svg", marksize = "6", label = "[[Perim]]", link = "Murad", label_size = "75", position = "bottom" },
		{ lat = "12.942", long = "43.411", mark = "80x80-red-lime-anim.gif", marksize = "6", label = "[[Dhubab]]", link = "Dhubab", label_size = "0", position = "bottom" },
		{ lat = "12.654", long = "43.423", mark = "Location dot red.svg", marksize = "6", label = "[[Mayyun]]", link = "Mayyun", label_size = "0", position = "bottom" },
		{ lat = "13.184", long = "43.729", mark = "80x80-red-lime-anim.gif", marksize = "6", label = "[[Al Wazi'iyah District|Al Wazeya]]", link = "Al Wazi'iyah District", label_size = "0", position = "bottom" },
		{ lat = "13.229", long = "43.797", mark = "Map-peak-lime.svg", marksize = "10", label = "[[Jabal al-Sidrah]]", link = no, label_size = "0", position = "right" },
		{ lat = "12.677", long = "43.462", mark = "Abm-red-icon.png", marksize = "8", label = "[[Army Base (Bab el-Mandeb)]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "12.790", long = "45.036", mark = "Map-ctl2-red+grey.svg", marksize = "18", label = "[[Aden]]", link = "Aden", label_size = "150", position = "right" },
		{ lat = "12.852", long = "45.028", mark = "Fighter-jet-red-icon.svg", marksize = "11", label = "[[Aden International Airport]]", link = "Aden International Airport", label_size = "0", position = "right" },
		{ lat = "12.752", long = "44.872", mark = "Gota01.svg", marksize = "8", label = "[[Aden Refinery Company]]", link = "Aden Refinery Company", label_size = "0", position = "top" },
	    { lat = "12.863", long = "45.039", mark = "Abm-red-icon.png", marksize = "6", label = "[[al-Nasr Military Camp]]", link = "#no", label_size = "0", position = "right" },
        { lat = "12.8653", long = "45.0125", mark = "Abm-red-icon.png", marksize = "6", label = "[[22 May Stadium]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "12.878", long = "44.969", mark = "Abm-red-icon.png", marksize = "6", label = "[[al-Mansoura Central prison]]", link = "#no", label_size = "0", position = "right" },
        { lat = "12.806", long = "45.028", mark = "Abm-red-icon.png", marksize = "5", label = "[[Badr Military Camp&Armored Brigade 31]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "12.874", long = "45.046", mark = "Abm-red-icon.png", marksize = "7", label = "[[Security Forces Camp&al-Nasr Military Camp]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "12.779", long = "44.974", mark = "Abm-red-icon.png", marksize = "6", label = "[[Basuhaib Military Hospital]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "15.506", long = "45.326", mark = "Abm-red-icon.png", marksize = "6", label = "[[Sehna Jin Camp]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "13.52", long = "44.851", mark = "Location dot red.svg", marksize = "8", label = "[[Al Habilayn]]", link = "Al Habilayn", label_size = "0", position = "top" },
		{ lat = "13.321", long = "44.927", mark = "Location dot red.svg", marksize = "8", label = "[[Al Milah District|Al Milah]]", link = "Al Milah District", label_size = "0", position = "top" },
		{ lat = "12.837", long = "44.945", mark = "Location dot red.svg", marksize = "6", label = "[[Al Hiswah]]", link = "Al Hiswah", label_size = "0", position = "top" },
		{ lat = "12.758", long = "44.739", mark = "Location dot red.svg", marksize = "5", label = "[[Ras Umran]]", link = "Ras Umran", label_size = "0", position = "top" },
		{ lat = "12.748", long = "44.907", mark = "Location dot red.svg", marksize = "6", label = "[[Al Khaysah]]", link = "Al Khaysah", label_size = "0", position = "top" },
		{ lat = "12.834", long = "44.927", mark = "Location dot red.svg", marksize = "6", label = "[[Madinat ash Sha‘b]]", link = "Madinat ash Sha‘b", label_size = "0", position = "left" },
		{ lat = "12.908", long = "44.980", mark = "Location dot red.svg", marksize = "8", label = "[[Rabat]]", link = "Rabat", label_size = "0", position = "left" },
		{ lat = "13.701", long = "45.139", mark = "Location dot red.svg", marksize = "6", label = "[[Mash'alah]]", link = "Mash'alah", label_size = "0", position = "top" },
		{ lat = "13.212", long = "44.119", mark = "Location dot red.svg", marksize = "8", label = "[[At Turbah]]", link = "At Turbah", label_size = "80", position = "bottom" },
		{ lat = "13.365", long = "44.491", mark = "Location dot lime.svg", marksize = "6", label = "[[Kirsh]]", link = "Kirsh", label_size = "0", position = "top" },
		{ lat = "13.369", long = "44.432", mark = "80x80-red-lime-anim.gif", marksize = "5", label = "[[Shurayjah]]", link = no, label_size = "0", position = "top" },
		{ lat = "13.379", long = "44.472", mark = "Location dot lime.svg", marksize = "6", label = "[[Huwaymi]]", link = "Huwaymi", label_size = "0", position = "top" },
		{ lat = "13.100", long = "44.900", mark = "Location dot red.svg", marksize = "12", label = "[[Al Houta]]", link = "Al Houta", label_size = "80", position = "bottom" },
		{ lat = "13.179", long = "44.759", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[al-Anad Air base]]", link = "al-Anad Air base", label_size = "0", position = "top" },
		{ lat = "13.300", long = "44.800", mark = "Location dot red.svg", marksize = "6", label = "[[Al-Anad]]", link = "Al anad", label_size = "0" },
		{ lat = "14.799", long = "42.949", mark = "Location dot lime.svg", marksize = "23", label = "[[Al Hudaydah]]", link = "Al Hudaydah", label_size = "120", position = "right" },
		{ lat = "14.754", long = "42.976", mark = "Fighter-jet-lime-icon.svg", marksize = "11", label = "[[Al Hudaydah International Airport]]", link = "Al Hudaydah International Airport", label_size = "0", position = "right" },
		{ lat = "13.040", long = "44.022", mark = "80x80-red-lime-anim.gif", marksize = "10", label = "[[Al Madaribah]]", link = "Al Madaribah Wa Al Arah District", label_size = "0", position = "top" },
        { lat = "14.031", long = "43.628", mark = "Location dot lime.svg", marksize = "10", label = "[[Jabal Ra's]]", link = "Jabal Ra's District", label_size = "0", position = "top" },
		{ lat = "13.587", long = "43.818", mark = "Location dot lime.svg", marksize = "8", label = "[[Hajdah]]", link = "Hajdah", label_size = "0", position = "top" },
		{ lat = "13.453", long = "44.181", mark = "Location dot lime.svg", marksize = "8", label = "[[Ad Dimnah]]", link = "Ad Dimnah", label_size = "0", position = "top" },
		{ lat = "13.462", long = "44.063", mark = "Location dot lime.svg", marksize = "4", label = "[[Qaryat al-Shaqb]]", link = no, label_size = "0", position = "top" },
		{ lat = "13.619", long = "44.366", mark = "Location dot lime.svg", marksize = "8", label = "[[Mawiyah]]", link = "Mawiyah", label_size = "0", position = "top" },
		{ lat = "14.200", long = "43.317", mark = "Location dot lime.svg", marksize = "12", label = "[[Zabīd|Zabid]]", link = "Zabīd", label_size = "80", position = "top" },
	    { lat = "13.970", long = "44.179", mark = "Location dot lime.svg", marksize = "15", label = "[[Ibb]]", link = "Ibb", label_size = "100", position = "right" },
		{ lat = "14.219", long = "44.586", mark = "Location dot lime.svg", marksize = "8", label = "[[Ar Radmah]]", link = "Ar Radmah District", label_size = "0" },
		{ lat = "14.301", long = "45.222", mark = "Location dot lime.svg", marksize = "8", label = "[[As Sawadiyah]]", link = "As Sawadiyah", label_size = "0" },
		{ lat = "14.300", long = "44.377", mark = "Location dot lime.svg", marksize = "14", label = "[[Yarim]]", link = "Yarim", label_size = "80", position = "bottom" },
		{ lat = "13.969", long = "43.997", mark = "Location dot lime.svg", marksize = "8", label = "[[Al Udayn]]", link = "Al Udayn District", label_size = "0" },
		{ lat = "14.415", long = "44.837", mark = "Location dot lime.svg", marksize = "8", label = "[[Rada' District|Rada‘]]", link = "Rada' District", label_size = "80", position = "right" },
		{ lat = "14.100", long = "45.450", mark = "Location dot lime.svg", marksize = "8", label = "[[Dhi Na'im District|Dhi Na'im]]", link = "Dhi Na'im District", label_size = "0", position = "left" },
		{ lat = "14.486", long = "44.890", mark = "Map-circle-lime.svg", marksize = "8" },
		{ lat = "14.486", long = "44.890", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Al Qurayshiyah]]", link = "Al Qurayshiyah", label_size = "0", position = "left" },
		{ lat = "14.085", long = "45.802", mark = "Location dot lime.svg", marksize = "8", label = "[[As Sawma'ah District|As Sawma'ah]]", link = "As Sawma'ah District", label_size = "0", position = "top" },
		{ lat = "14.344", long = "45.726", mark = "Location dot lime.svg", marksize = "8", label = "[[Maswarah District|Maswarah]]", link = "Maswarah District", label_size = "0", position = "right" },
		{ lat = "13.962", long = "45.422", mark = "Location dot red.svg", marksize = "8", label = "[[Az Zahir District|Az Zahir]]", link = "Az Zahir District", label_size = "0", position = "left" },
		{ lat = "14.560", long = "44.390", mark = "Location dot lime.svg", marksize = "14", label = "[[Dhamar, Yemen|Dhamar]]", link = "Dhamar, Yemen", label_size = "100", position = "bottom" },
		{ lat = "14.459", long = "44.793", mark = "Location dot lime.svg", marksize = "6", label = "[[Khubzah]]", link = "Khubzah", label_size = "70", position = "top" },
		{ lat = "15.464", long = "45.324", mark = "80x80-red-lime-anim.gif", marksize = "10", label = "[[Ma'rib]]", link = "Ma'rib", label_size = "80", position = "bottom" },
		{ lat = "15.779", long = "45.087", mark = "Location dot red.svg", marksize = "8", label = "[[Adwan]]", link = "Adwan", label_size = "0", position = "right" },
		{ lat = "15.571", long = "45.793", mark = "Location dot red.svg", marksize = "8", label = "[[Safer]]", link = "Safer", label_size = "80", position = "right" },
		{ lat = "15.555", long = "45.027", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Makhdarah]]", link = no, label_size = "0", position = "right" },
        { lat = "15.454", long = "45.017", mark = "Location dot lime.svg", marksize = "9", label = "[[Sirwah]]", link = "Sirwah", label_size = "80", position = "bottom" },
		{ lat = "15.412", long = "45.1", mark = "Gota01.svg", marksize = "8", label = "[[Sirwah Oil Pump]]", link = "Sirwah Oil Pump", label_size = "0", position = "bottom" },
		{ lat = "14.931", long = "45.368", mark = "Location dot lime.svg", marksize = "8", label = "[[Harib]]", link = "Harib District", label_size = "0", position = "top" },
		{ lat = "15.766", long = "45.082", mark = "Location dot red.svg", marksize = "7", label = "[[Asdas]]", link = "Asdas", label_size = "80", position = "bottom" },
		{ lat = "13.129", long = "45.381", mark = "Map-dot-grey-68a.svg", marksize = "11", label = "[[Zinjibar]]", link = "Zinjibar", label_size = "90", position = "right" },
		{ lat = "13.373", long = "44.303", mark = "Location dot lime.svg", marksize = "8", label = "[[Ar Rahidah]]", link = "Ar Rahidah", label_size = "0", position = "right" },
		{ lat = "13.317", long = "44.280", mark = "Location dot lime.svg", marksize = "4", label = "[[Hefan]]", link = no, label_size = "0", position = "right" },
		{ lat = "13.755", long = "44.133", mark = "Location dot lime.svg", marksize = "8", label = "[[Al Qa‘idah]]", link = "Al Qa‘idah", label_size = "0", position = "right" },
		{ lat = "13.225", long = "45.306", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Jaʿār|Ja'ar]]", link = "Jaʿār", label_size = "80", position = "top" },
		{ lat = "13.188", long = "45.318", mark = "Location dot red.svg", marksize = "6", label = "[[Makhzan|Makhzan]]", link = "Makhzan", label_size = "0", position = "top" },
		{ lat = "13.357", long = "45.694", mark = "Location dot red.svg", marksize = "8", label = "[[Shuqrah]]", link = "Shuqrah", label_size = "80", position = "right" },
		{ lat = "13.885", long = "46.220", mark = "Location dot red.svg", marksize = "8", label = "[[Mudiyah]]", link = "Mudīyah", label_size = "70", position = "right" },
		{ lat = "13.883", long = "45.751", mark = "Location dot lime.svg", marksize = "6", label = "[[Al `Alam]]", link = "Al `Alam", label_size = "0", position = "bottom" },
		{ lat = "13.710", long = "45.800", mark = "Location dot red.svg", marksize = "8", label = "[[Lawdar]]", link = "Lawdar", label_size = "70", position = "right" },
		{ lat = "14.058", long = "46.913", mark = "Location dot red.svg", marksize = "7", label = "[[Al Mahfad District|Al Mahfad]]", link = "Al Mahfad District", label_size = "0", position = "right" },
		{ lat = "14.537", long = "46.832", mark = "Location dot red.svg", marksize = "11", label = "[[Ataq]]", link = "Ataq District", label_size = "90", position = "top" },
        { lat = "14.355", long = "47.068", mark = "Location dot red.svg", marksize = "11", label = "[[Habban]]", link = "Habban District", label_size = "90", position = "top" },
        { lat = "14.503", long = "44.015", mark = "Location dot lime.svg", marksize = "11", label = "[[Utmah]]", link = "Utmah District", label_size = "0", position = "top" },
        { lat = "14.805", long = "45.721", mark = "Location dot lime.svg", marksize = "8", label = "[[Beihan]]", link = "Beihan", label_size = "90", position = "top" },
		{ lat = "15.171", long = "46.027", mark = "Location dot red.svg", marksize = "8", label = "[[Usaylan District|Usaylan]]", link = "Usaylan District", label_size = "80", position = "top" },
		{ lat = "13.966", long = "48.183", mark = "Location dot red.svg", marksize = "6", label = "[[Balhaf]]", link = "Balhaf", label_size = "70", position = "top" },
		{ lat = "14.432", long = "46.154", mark = "Location dot red.svg", marksize = "6", label = "[[Khawrah]]", link = "Khawrah", label_size = "0", position = "top" },
        { lat = "14.516", long = "46.5", mark = "Location dot red.svg", marksize = "6", label = "[[Nisab]]", link = "Nisab District", label_size = "0", position = "right" },
        { lat = "14.280", long = "46.869", mark = "Location dot red.svg", marksize = "6", label = "[[As Said District|As Said]]", link = "As Said District", label_size = "0", position = "right" },
		{ lat = "14.467", long = "47.276", mark = "Location dot red.svg", marksize = "8", label = "[[Ar Rawdah]]", link = "Ar Rawdah District", label_size = "0", position = "top" },
		{ lat = "14.316", long = "47.45", mark = "Location dot red.svg", marksize = "6", label = "[[‘Azzan]]", link = "‘Azzan", label_size = "0", position = "right" },
		{ lat = "14.172", long = "47.334", mark = "4x4dot-black.svg", marksize = "10", label = "[[ISIL presence in jul al-rida]]", label_size = "0", position = "top" },
		{ lat = "16.047", long = "48.990", mark = "Map-dot-grey-68a.svg", marksize = "12", label = "[[Tarim, Yemen|Tarim]]", link = "Tarim, Yemen", label_size = "100", position = "top" },
		{ lat = "15.979", long = "49.020", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Al Suweiry]]", link = "Al Suweiry", label_size = "0", position = "top" },
		{ lat = "15.973", long = "48.994", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Al Ghuraf]]", link = "Al Ghuraf", label_size = "0", position = "top" },
		{ lat = "15.982", long = "48.942", mark = "Map-dot-grey-68a.svg", marksize = "7", label = "[[Sharmah]]", link = "Sharmah", label_size = "50", position = "bottom" },
		{ lat = "15.694", long = "43.602", mark = "Location dot lime.svg", marksize = "11", label = "[[Hajjah]]", link = "Hajjah", label_size = "100", position = "top" },
		{ lat = "16.404", long = "43.062", mark = "Location dot lime.svg", marksize = "8", label = "[[Harad District|Harad]]", link = "Harad District", label_size = "90", position = "right" },
		{ lat = "16.200", long = "43.062", mark = "Location dot lime.svg", marksize = "8", label = "[[Abs]]", link = "Abs District", label_size = "0" },
		{ lat = "15.703", long = "42.691", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Luhayyah]]", link = "Al Luhayyah", label_size = "100", position = "right" },
		{ lat = "15.354", long = "42.583", mark = "Location dot lime.svg", marksize = "8", label = "[[Kamaran Island]]", link = "Kamaran Island", label_size = "70", position = "left" },
		{ lat = "15.572", long = "42.897", mark = "Location dot lime.svg", marksize = "6", label = "[[Az Zaydiyah]]", link = "Az Zaydiyah District", label_size = "0", position = "right" },
		{ lat = "14.689", long = "43.619", mark = "Location dot lime.svg", marksize = "8", label = "[[Al Jabin]]", link = "Al Jabin District", label_size = "0", position = "right" },
		{ lat = "15.659", long = "43.943", mark = "Location dot lime.svg", marksize = "12", label = "[[`Amran|Amran]]", link = "`Amran", label_size = "100", position = "top" },
		{ lat = "16.938", long = "43.754", mark = "Location dot lime.svg", marksize = "13", label = "[[Sa'dah]]", link = "Sa'dah", label_size = "100", position = "top" },
		{ lat = "16.758", long = "43.227", mark = "Location dot lime.svg", marksize = "4", label = "[[Algawiyeh Village]]", link = "Algawiyeh Village", label_size = "0", position = "top" },
		{ lat = "16.968", long = "43.728", mark = "Fighter-jet-lime-icon.svg", marksize = "11", label = "[[Sa'dah International Airport]]", link = "Sa'dah International Airport", label_size = "0", position = "right" },
		{ lat = "16.732", long = "43.275", mark = "Location dot lime.svg", marksize = "8", label = "[[Al Dhaher District|Al Dhaher]]", link = "Al Dhaher District", label_size = "0", position = "right" },
		{ lat = "17.556", long = "43.443", mark = "Mountain pass 12x12 n.svg", marksize = "20" },
		{ lat = "17.333", long = "43.5", mark = "Location dot lime.svg", marksize = "6", label = "[[Baqim District|Baqim]]", link = "Baqim District", label_size = "70", position = "bottom" },
		{ lat = "17.556", long = "43.443", mark = "Location dot lime.svg", marksize = "6", label = "[[Alab border crossing]]", link = "Alab border crossing", label_size = "0", position = "top" },
		{ lat = "17.613", long = "43.322", mark = "Location dot lime.svg", marksize = "8", label = "[[Template:Yemeni Civil War detailed map#Al Rabuah|Al Rabuah]]", link = "Template:Yemeni Civil War detailed map#Al Rabuah", label_size = "70", position = "top" },
		{ lat = "16.660", long = "43.127", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Sur]]", link = "Al Sur", label_size = "0", position = "top" },
		{ lat = "16.891", long = "43.152", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Mahjam]]", link = "Al Mahjam", label_size = "0", position = "top" },
		{ lat = "16.788", long = "43.221", mark = "80x80-red-lime-anim.gif", marksize = "6", label = "[[Al Khubah]]", link = "Al Khubah", label_size = "70", position = "right" },
		{ lat = "14.900", long = "44.200", mark = "Location dot lime.svg", marksize = "6", label = "[[Ma'bar]]", link = "`Ma'bar", label_size = "0" },
		{ lat = "14.659", long = "44.000", mark = "Location dot lime.svg", marksize = "6", label = "[[Madinat al abid]]", link = "madinat al abid", label_size = "0" },
		{ lat = "16.900", long = "44.200", mark = "Location dot lime.svg", marksize = "6", label = "[[suq al inan]]", link = "`suq al inan", label_size = "0" },
		{ lat = "17.061", long = "43.599", mark = "Location dot lime.svg", marksize = "6", label = "[[Dihian]]", link = "Dihian", label_size = "0" },
		{ lat = "16.364", long = "44.094", mark = "Location dot lime.svg", marksize = "6", label = "[[Harf Sufyan]]", link = "Harf Sufyan District", label_size = "0" },
		{ lat = "16.836", long = "43.746", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Kabil]]", link = "Al Kabil", label_size = "0" },
		{ lat = "16.909", long = "43.258", mark = "Location dot lime.svg", marksize = "6", label = "[[Nadir]]", link = "Nadir", label_size = "0" },
		{ lat = "12.671", long = "44.416", mark = "Location dot red.svg", marksize = "6", label = "[[Qa‘wah]]", link = "Qa‘wah", label_size = "0" },
		{ lat = "15.359", long = "47.042", mark = "Location dot red.svg", marksize = "7", label = "[[Shabwah]]", link = "Shabwah", label_size = "0" },
		{ lat = "14.883", long = "48.45", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Al Ḩarajah]]", link = "Al Ḩarajah", label_size = "0" },
		{ lat = "17.455", long = "50.577", mark = "Location dot red.svg", marksize = "6", label = "[[Rumah]]", link = "Rumah", label_size = "0" },
		{ lat = "15.396", long = "45.244", mark = "BSicon STRlf red.svg", marksize = "16", label = "[[Marib Dam]]", link = "Marib Dam", label_size = "0", position = "top" },
		{ lat = "17.038", long = "44.116", mark = "Location dot lime.svg", marksize = "6", label = "[[Kitaf]]", link = "Kitaf", label_size = "0" },
		{ lat = "17.238", long = "44.416", mark = "Location dot lime.svg", marksize = "6", label = "[[Al Buqa]]", link = "Al Buqa", label_size = "0" },
		{ lat = "14.849", long = "48.428", mark = "Map-dot-grey-68a.svg", marksize = "3", label = "[[Al Farḑah]]", link = "Al Farḑah", label_size = "0", position = "top" },
		{ lat = "14.6324", long = "48.484", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Yuwan]]", link = "Yuwan", label_size = "0", position = "top" },
		{ lat = "14.823", long = "48.380", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[As Sirrayn]]", link = "As Sirrayn", label_size = "50", position = "top" },
		{ lat = "14.8504", long = "48.434", mark = "Map-dot-grey-68a.svg", marksize = "3", label = "[[Harajah]]", link = "Harajah", label_size = "0", position = "top" },
		{ lat = "14.535", long = "49.125", mark = "Map-dot-grey-68a.svg", marksize = "18", label = "[[Al Mukalla]]", link = "Al Mukalla", label_size = "100", position = "left" },
		{ lat = "14.908", long = "49.992", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Ad-Dees Ash-Sharqia]]", link = "Ad-Dees Ash-Sharqia", label_size = "0", position = "left" },
		{ lat = "15.014", long = "50.316", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Moa'ber]]", link = "Moa'ber", label_size = "0", position = "left" },
		{ lat = "14.9996", long = "50.412", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Sarar]]", link = "Sarar", label_size = "50", position = "left" },
		{ lat = "15.024", long = "50.422", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[?]]", link = "?", label_size = "0", position = "left" },
		{ lat = "15.041", long = "50.480", mark = "Map-dot-grey-68a.svg", marksize = "7", label = "[[Ridah]]", link = "Ridah", label_size = "0", position = "left" },
		{ lat = "16.054", long = "49.093", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Ba'ateer]]", link = "Ba'ateer", label_size = "0", position = "left" },
		{ lat = "16.072", long = "49.105", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Qahir]]", link = "Qahir", label_size = "0", position = "left" },
		{ lat = "16.085", long = "49.116", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Al Qaria]]", link = "Al Qaria", label_size = "0", position = "left" },
		{ lat = "16.073", long = "49.150", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Einat]]", link = "Einat", label_size = "0", position = "left" },
		{ lat = "16.128", long = "49.148", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Qasam]]", link = "Qasam", label_size = "50", position = "top" },
		{ lat = "16.1148", long = "49.208", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Al Khown]]", link = "Al Khown", label_size = "0", position = "left" },
		{ lat = "16.144", long = "49.292", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Alsowm]]", link = "Alsowm", label_size = "0", position = "top" },
		{ lat = "16.137", long = "49.353", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Essim]]", link = "Essim", label_size = "0", position = "top" },
		{ lat = "16.147", long = "49.434", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Fughmah]]", link = "Fughmah", label_size = "50", position = "bottom" },
		{ lat = "16.087", long = "49.656", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Sana]]", link = "Sana", label_size = "0", position = "bottom" },
		{ lat = "14.551", long = "49.13", mark = "Abm-grey-icon.png", marksize = "7", label = "[[27th Mechanized Brigade]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "14.522", long = "49.148", mark = "Anchor pictogram.svg", marksize = "7", label = "[[Mukalla Sea Port & Oil terminal]]", link = "#no", label_size = "0", position = "right" },
		{ lat = "14.776", long = "49.366", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Ghayl Ba Wazir]]", link = "Ghayl Ba Wazir", label_size = "70", position = "top" },
	    { lat = "14.703", long = "49.488", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Al Dhaba]]", link = "Al Dhaba", label_size = "0", position = "bottom" }, 
	    { lat = "14.758", long = "49.606", mark = "Map-dot-grey-68a.svg", marksize = "10", label = "[[Ash Shihr]]", link = "Ash Shihr", label_size = "70", position = "bottom" },
		{ lat = "14.809", long = "49.826", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Al Hami]]", link = "Al Hami", label_size = "0", position = "top" },
		{ lat = "14.937", long = "50.337", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Qusay`ir]]", link = "Qusay`ir", label_size = "70", position = "top" },
		{ lat = "14.568", long = "49.213", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Ar Rukayb]]", link = "Ar Rukayb", label_size = "70", position = "right" },
		{ lat = "14.65", long = "49.332", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Ar Riyan]]", link = "Ar Riyan", label_size = "80", position = "left" },
		{ lat = "15.592", long = "49.135", mark = "Gota08.svg", marksize = "8", label = "[[Masila Oil Field]]", link = "Masila Oil Field", label_size = "0", position = "top" },
		{ lat = "14.663", long = "49.375", mark = "Fighter-jet-grey-icon.svg", marksize = "11", label = "[[Riyan International Airport]]", link = "Riyan International Airport", label_size = "0", position = "right" },
		{ lat = "15.324", long = "48.315", mark = "Location dot red.svg", marksize = "6", label = "[[Qaydun]]", link = "Qaydun", label_size = "70", position = "top" },
		{ lat = "15.841", long = "48.555", mark = "Location dot red.svg", marksize = "6", label = "[[Al-Qatn]]", link = "Al-Qatn", label_size = "70", position = "bottom" },
		{ lat = "15.583", long = "48.85", mark = "Location dot red.svg", marksize = "6", label = "[[Sayqat Al Amir]]", link = "Sayqat Al Amir", label_size = "0", position = "bottom" },
		{ lat = "15.311", long = "48.332", mark = "Location dot red.svg", marksize = "6", label = "[[Sif]]", link = "Sif", label_size = "0", position = "bottom" },
		{ lat = "17.3", long = "49.916", mark = "Location dot red.svg", marksize = "6", label = "[[Thamud]]", link = "Thamud", label_size = "0", position = "bottom" },
		{ lat = "16.65", long = "49.55", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Qunfudh]]", link = "Qunfudh", label_size = "0", position = "bottom" },
		{ lat = "16.960", long = "47.053", mark = "Mountain pass 12x12 n.svg", marksize = "20" },
		{ lat = "16.960", long = "47.053", mark = "Location dot red.svg", marksize = "6", label = "[[Wadiah border crossing]]", link = "Wadiah border crossing", label_size = "0", position = "top" },
		{ lat = "16.218", long = "52.176", mark = "Location dot red.svg", marksize = "11", label = "[[Al Ghaydah]]", link = "Al Ghaydah", label_size = "90", position = "top" },
		{ lat = "16.633", long = "53.033", mark = "Location dot red.svg", marksize = "6", label = "[[Hawf]]", link = "Hawf", label_size = "0", position = "top" },
		{ lat = "16.699", long = "53.093", mark = "Mountain pass 12x12 e.svg", marksize = "20" },
		{ lat = "16.699", long = "53.093", mark = "Location dot red.svg", marksize = "6", label = "[[Hawf border crossing]]", link = "Hawf border crossing", label_size = "0", position = "top" },
		{ lat = "15.592", long = "52.102", mark = "Location dot red.svg", marksize = "6", label = "[[Haswayn]]", link = "Haswayn", label_size = "0", position = "top" },
		{ lat = "15.211", long = "51.245", mark = "Location dot red.svg", marksize = "6", label = "[[Say'hut]]", link = "Say'hut", label_size = "0", position = "top" },
		{ lat = "15.688", long = "50.652", mark = "Location dot red.svg", marksize = "6", label = "[[Maqrat]]", link = "Maqrat", label_size = "0", position = "top" },
		{ lat = "17.769", long = "52.489", mark = "Location dot red.svg", marksize = "6", label = "[[Shihan]]", link = "Shihan", label_size = "0", position = "top" },
		{ lat = "16.6", long = "51.333", mark = "Location dot red.svg", marksize = "6", label = "[[Ad Dibīn]]", link = "Ad Dibīn", label_size = "0", position = "top" },
		{ lat = "16.316", long = "51.25", mark = "Location dot red.svg", marksize = "6", label = "[[Mar‘ayt]]", link = "Mar‘ayt", label_size = "0", position = "top" },
		{ lat = "17.305", long = "52.738", mark = "Location dot red.svg", marksize = "6", label = "[[Habarut]]", link = "Habarut", label_size = "0", position = "top" },
		{ lat = "16.180", long = "52.175", mark = "Fighter-jet-red-icon.svg", marksize = "11", label = "[[Al Ghaydah International Airport]]", link = "Al Ghaydah International Airport", label_size = "0", position = "right" },
		{ lat = "12.650", long = "54.018", mark = "Location dot red.svg", marksize = "11", label = "[[Hadibu]]", link = "Hadibu", label_size = "100", position = "right" },
		{ lat = "12.683", long = "53.483", mark = "Location dot red.svg", marksize = "6", label = "[[Qulansiyah]]", link = "Qulansiyah", label_size = "0", position = "right" },
		{ lat = "12.980", long = "43.483", mark = "Map-peak-lime.svg", marksize = "8", label = "[[Jabal al Umari]]", link = no, label_size = "0", position = "right" },
		{ lat = "13.193", long = "44.672", mark = "Map-peak-lime.svg", marksize = "8", label = "[[Al-Yaes Hilltop]]", link = no, label_size = "0", position = "right" },
		{ lat = "17.419", long = "43.902", mark = "4x4dot-lime.svg", marksize = "20", label = "[[Houthi presence in Najran Province]]", label_size = "0", position = "top" },
		{ lat = "17.491", long = "44.132", mark = "Location dot red.svg", marksize = "15", label = "[[Najran]]", link = "Najran", label_size = "100", position = "top" },
		{ lat = "17.552", long = "44.746", mark = "Location dot red.svg", marksize = "5", label = "[[Template:Yemeni Civil War detailed map#Khbash|Khbash]]", link = "Template:Yemeni Civil War detailed map#Khbash", label_size = "70", position = "top" },
		{ lat = "17.490", long = "44.718", mark = "Location dot red.svg", marksize = "5", label = "[[Customs Port Al khadra]]", link = no, label_size = "0", position = "top" },
		{ lat = "17.515", long = "44.343", mark = "Location dot red.svg", marksize = "6", label = "[[Al Shurafa]]", link = no, label_size = "0", position = "top" },
		{ lat = "17.515", long = "44.343", mark = "map-arcSE-lime.svg", marksize = "10", label = "[[Al Shurafa]]", link = no, label_size = "0", position = "top" },
		{ lat = "17.460", long = "44.310", mark = "Map-peak-lime.svg", marksize = "10", label = "[[Jabal Suwayqil]]", link = no, label_size = "0", position = "right" },
		{ lat = "16.889", long = "42.561", mark = "Location dot red.svg", marksize = "11", label = "[[Jizan]]", link = "Jizan", label_size = "100", position = "top" },
		{ lat = "18.3", long = "42.733", mark = "Location dot red.svg", marksize = "11", label = "[[Khamis Mushait]]", link = "Khamis Mushait", label_size = "80", position = "top" },
		{ lat = "16.968", long = "42.832", mark = "Location dot red.svg", marksize = "7", label = "[[Abu `Arish]]", link = "Abu `Arish", label_size = "70", position = "top" },
		{ lat = "17.85", long = "43.4", mark = "Location dot red.svg", marksize = "10", label = "[[Zahran|Dhahran]]", link = "Zahran", label_size = "75", position = "top" },
		{ lat = "16.709", long = "42.955", mark = "Location dot red.svg", marksize = "5", label = "[[Ahad al Masarihah]]", link = "Ahad al Masarihah", label_size = "70", position = "top" },
		{ lat = "18.306", long = "42.809", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[King Khalid Air Base]]", link = "King Khalid Air Base", label_size = "70", position = "right" },
                { lat = "16.836", long = "43.2038", mark = "Abm-lime-icon.png", marksize = "8", label = "[[Mount Al-Melhama]]", link = "Mount Al-Melhama", label_size = "0" },
                { lat = "17.417", long = "44.116", mark = "Map-arcSS-lime.svg", marksize = "12", label = "[[Nahuqah border post]]", link = "Nahuqah border post", label_size = "0" },
                { lat = "17.417", long = "44.116", mark = "Abm-red-icon.png", marksize = "6", label = "[[Nahuqah border post]]", link = "Nahuqah border post", label_size = "0" },
   	    },
	containerArgs = {
		'Yemen',
		float = 'center',
		width = 1750,
		caption = [=[
'''Hold cursor over location to display name <br/>

*[[File:Location dot red.svg|11px]] Under the control of Hadi-affiliated groups
::*Pro-[[Abd Rabbuh Mansur Hadi|Hadi]] Yemeni troops
::*[[Southern Movement]]
::*Southern Popular Resistance Committees
::*[[United Arab Emirates Army]]
::*[[Saudi Arabian Army]]
::*[[Qatar Armed Forces|Qatari Army]]
::*[[Bahraini Army]]
::*[[Egyptian Army]]
::*[[Sudanese Army]]
*[[File:Location dot lime.svg|11px]] Under  the control of [[Houthis]]/Saleh-affiliated groups
::*Pro-[[Ali Abdullah Saleh|Saleh]] Yemeni troops
::*Pro-[[Houthi]] tribal groups
::*[[Republican Guard (Yemen)|Republican Guard]]
::*[[Special Security Forces (Yemen)|Special Security Forces]]
*[[File:Map-dot-grey-68a.svg|11px]] Under the control of [[al-Qaeda in the Arabian Peninsula]] and affiliated groups
::*[[Ansar al-Sharia (Yemen)|Ansar al-Sharia]]
::*[[Al-Shabaab (militant group)|Al-Shabaab]]
::*Pro-AQAP tribal groups


Rural presence ''':'''&nbsp; [[File:4x4dot-red.svg|11px]]&nbsp; [[File:4x4dot-lime.svg|11px]]&nbsp; [[File:4x4dot-grey.svg|11px]]<br/>

Contested
*[[File:80x80-red-lime-anim.gif|11px]] Pro-Hadi–Houthis/Pro-Saleh
*[[File:80x80-red-grey-anim.gif|11px]] Pro-Hadi–AQAP
*[[File:80x80-lime-grey-anim.gif|11px]] Houthis/Pro-Saleh–AQAP 

Stable mixed control
*[[File:Map-ctl2-red+lime.svg|11px]] Pro-Hadi–Houthis/Pro-Saleh
*[[File:Map-ctl2-red+grey.svg|11px]] Pro-Hadi–AQAP
*[[File:Map-ctl2-lime+grey.svg|11px]] Houthis/Pro-Saleh–AQAP

Besieged_one_side<br>
[[File:map-arcNN-red.svg|11px]] [[File:map-arcNN-lime.svg|11px]] [[File:map-arcNN-grey.svg|11px]]  [[File:map-arcNE-red.svg|11px]] [[File:map-arcNE-lime.svg|11px]] [[File:map-arcNE-grey.svg|11px]] [[File:map-arcEE-red.svg|11px]] [[File:map-arcEE-lime.svg|11px]] [[File:map-arcEE-grey.svg|11px]] [[File:map-arcSE-red.svg|11px]] [[File:map-arcSE-lime.svg|11px]] [[File:map-arcSE-grey.svg|11px]] [[File:map-arcSS-red.svg|11px]] [[File:map-arcSS-lime.svg|11px]] [[File:map-arcSS-grey.svg|11px]] [[File:map-arcSW-red.svg|11px]] [[File:map-arcSW-lime.svg|11px]] [[File:map-arcSW-grey.svg|11px]] [[File:map-arcWW-red.svg|11px]] [[File:map-arcWW-lime.svg|11px]] [[File:map-arcWW-grey.svg|11px]] [[File:map-arcNW-red.svg|11px]] [[File:map-arcNW-lime.svg|11px]] [[File:map-arcNW-grey.svg|11px]]

Besieged ''':''' [[File:map-circle-red.svg|12px]] [[File:map-circle-lime.svg|12px]] [[File:map-circle-grey.svg|12px]] &nbsp; 

Other
*[[File:Abm-red-icon.png|15px]] [[File:Abm-lime-icon.png|15px]] [[File:Abm-grey-icon.png|15px]] Military base
*[[File:Fighter-jet-red-icon.svg|13px]] [[File:Fighter-jet-lime-icon.svg|13px]] [[File:Fighter-jet-grey-icon.svg|13px]] Airport/Air base (jet) 
*[[File:Helicopter-red-icon.svg|13px]] [[File:Helicopter-lime-icon.svg|13px]] [[File:Helicopter-grey-icon.svg|13px]] Airport/Air base (helicopter) 
*[[File:Anchor_pictogram.svg|12px]] Major port or naval base
*[[File:Mountain pass 12x12 n.svg|20px]] Border Post
*[[File:Arch dam 12x12 w.svg|16px]] Dam
*[[File:Icon NuclearPowerPlant-grey.svg|12px]] Industrial complex
*[[File:Gota01.svg|12px]] [[File:Gota02.svg|12px]] [[File:Gota08.svg|12px]] Oil/gaz'''  

<br>'''2 nested circles: inner controls, outer sieges // 3 nested circles: mixed control with stable situation  // Small icons within large circle: situation in individual neighbourhoods/districts''']=]
	}
}