Jump to content

Module:Cyprus problem detailed map

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by History6042 (talk | contribs) at 02:02, 26 November 2023 (Created page with 'return { marks = { -- Border crossings -- Towns & Villages -- dotsize vs population -- Capital Size: 35 -- label size: 140 -- population < 1M & population > 500k Size: 20 -- label size: 120 -- population < 500k & population > 100k Size: 18 -- label size: 100 -- population < 100k & population > 10k Size: 14 -- label size: 90 -- population > 10k Size: 8 -- label size: 0 or 80 { lat =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
return {
    marks = {
        -- Border crossings
        -- Towns & Villages
        -- dotsize vs population
        -- Capital Size: 35 -- label size: 140
        -- population < 1M & population > 500k Size: 20 -- label size: 120
        -- population < 500k & population > 100k Size: 18 -- label size: 100
        -- population < 100k & population > 10k Size: 14 -- label size: 90
        -- population > 10k Size: 8 -- label size: 0 or 80

        { lat = 34.772013, long = 32.429737, mark = 'Location dot red.svg', marksize = 14, label = '[[Paphos]]', label_size = 90, link = 'Paphos', position = 'left' },

    },

    containerArgs = {
        'Cyprus',
        float = 'left',
        width = 1600,
        caption = [['Hold cursor over location to display name']],
    },

    legend = {
        { mark = 'Location dot lime.svg', text = 'Under the control of the Republic of Cyprus', marksize = 11 },
        { mark = 'Location dot red.svg', text = 'Under the control of the Turkish Republic of Northern Cyprus', marksize = 11 },
        { mark = 'Location dot black.svg', text = 'Under the control of the United Kingdom', marksize = 11 },
    },
}