Modul:Marker utilities/Groups/Doku
Dies ist eine nachgeordnete Seite der Dokumentation von Modul:Marker utilities/Groups. Sie enthält Informationen zur Verwendung, Kategorisierung und zu anderem Inhalt, der nicht Bestandteil der originalen Modul-Seite ist. |
Dieses Modul ist getestet und für den projektweiten Gebrauch geeignet. Es kann in Vorlagen benutzt und auf Hilfeseiten erläutert werden. Entwicklungen an dem Modul sollten auf Marker utilities/Test und die Anwendung auf der Spielwiese getestet werden, da wiederholte Trial-and-Error-Edits die Resourcen stark belasten können. |
Usage
BearbeitenThis module supplies a table with the properties of the {{Marker}}/{{vCard}} groups like color, translation and the adapted translation without special characters for the use on Kartographer maps.
Meaning of the sub-keys
Bearbeitencolor
: hexadecimal color value including # sign,alias
: alias for keys likemask
,do
,see
, etc. for internationalization,is
: type of data set:system
only for internal use,color
represents a color instead of a logical key name. Don’t change this sub-key.label
: group name for the vCard/listing editor and the Kartographer-map layers tool. If label is missingalias
or the key values are used,withEvents
: marks groups where events belong to
Don’t change the names of the keys like mask
, do
, see
, etc.
Enter the map, label or alias name to the showAll
parameter in this and Mapshape utilities/i18n modules, namely the value of the first sub-key used in that succession.
Group overview
BearbeitenWhite numbers
Bearbeiten1 error 1 area 1 buy 1 do 1 drink 1 eat 1 go 1 health 1 nature 1 other 1 populated 1 see 1 sleep 1 view 1 purple 1 red
Black numbers
Bearbeiten1 religion 1 cosmos 1 gold 1 lime 1 mediumaquamarine 1 orange 1 plum 1 silver
In Module:Marker utilities, the background color value for the type error
(magenta, #FF00FF) serves as the relative luminance threshold (0.2848) which is greater than the value of about 0.211 as proposed by Github user Makizushi. But the color estimation at the Wikimedia’s map server seems to be different from that of Makizushi.
Verwendung in anderen Modulen
Dieses Modul ist notwendig für die Ausführung folgender Module. Bei Anpassungen sollte die Funktionstüchtigkeit der folgenden Module geprüft werden. Benutze dazu auch diese Tracking-Kategorie um Fehler zu finden, die sich dann auf Artikel auswirken:
- Mapframe • Mapshape utilities • Marker utilities
- Modul benötigt das Modul Marker utilities/Groups – Wartungskategorie, in der nochmals alle Module gelistet sind, die von diesem Modul abhängig sind.
References
Bearbeiten- Relative luminance, Web Content Accessibility Guidelines (WCAG) 2.0, W3.org. The minimum contrast ratio ( (L-lighter + 0.05) / (L-darker + 0.05) ) should be at least 4.5:1
- Makizushi’s code for markers. It seems that the relative luminance threshold of about 0.211 differs from that of Kartotherian’s definition. The pushpin’s text color is estimated at the Wikimedia’s map server and not by Makizushi’s script.
- Kartotherian