Module:Russo-Ukrainian War detailed map/doc: Difference between revisions

Content deleted Content added
Changing article link, following page move
Per talk page
Line 77:
== Siege and pressure from one side icons ==
===Definition===
The siege icon ([[File:map-circle-redblue.svg|12px]]) should be used for towns that are under siege or enemy pressure or militant attacks or rocket attacks. The “pressure from one side” icon ([[File:map-arcNE-redblue.svg|11px]]) 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:
# Replace the mark = parameter with [[File:map-circle-redblue.svg|12px]] or [[File:map-arcNE-redblue.svg|11px]]
# 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.
 
Line 87:
 
'''Example:'''
* Correct: <syntaxhighlight lang="lua">{ lat = "33.972", long = "36.897", mark = "map-arcNE-redblue.svg", marksize = "12" },
{ lat = "33.972", long = "36.897", mark = "Abm-bluered+icon.png", marksize = "8", label = "Brigade 128", label_size = "0" },</syntaxhighlight>
* Wrong: <syntaxhighlight lang="lua">{ lat = "33.972", long = "36.897", mark = "Abm-bluered+icon.png", marksize = "8", label = "Brigade 128", label_size = "0" },
{ lat = "33.972", long = "36.897", mark = "map-arcNE-redblue.svg", marksize = "8" },</syntaxhighlight>
 
== Truce (purple with D) icon ==
 
The purple with D icon ([[File:LACMTA Circle DPurple Line.svg|11px]]) should be used for towns where the party in question has ''lost a significant amount of [[sovereignty]]'', such as giving up heavy weapons, allowing regular enemy patrols inside of it, etc… If all that the “truce” means is that there is no fighting or shooting from both parties, then there is no need for a purple icon. In summary, the purple icon means loss of sovereignty, not lack of fighting.
 
=="link=" parameter: linking towns to sources==