Module:APEC

From Wikipedia

Documentation for this module may be created at Module:APEC/doc

local data = {
    module = "APEC",
    title = { 
        { raw = "[[Efnahagssamstarf Asíu- og Kyrrahafsríkjanna]] (APEC)" }
    },
    above = {},
    below = {},
    state = "autocollapse",
    bodyclass = "hlist",
    evenodd = "swap",
    {
        { link = "Ástralía", text = "Ástralía" },
        { link = "Brúnei", text = "Brúnei" },
        { link = "Kanada", text = "Kanada" },
        { link = "Chile", text = "Chile" },
        { link = "Alþýðulýðveldið Kína", text = "Alþýðulýðveldið Kína" },
        { link = "Hong Kong", text = "Hong Kong" },
        { link = "Indónesía", text = "Indónesía" },
        { link = "Japan", text = "Japan" },
        { link = "Malasía", text = "Malasía" },
        { link = "Mexíkó", text = "Mexíkó" },
        { link = "Nýja Sjáland", text = "Nýja Sjáland" },
        { link = "Papúa Nýja Gínea", text = "Papúa Nýja Gínea" },
        { link = "Perú", text = "Perú" },
        { link = "Filippseyjar", text = "Filippseyjar" },
        { link = "Rússland", text = "Rússland" },
        { link = "Singapúr", text = "Singapúr" },
        { link = "Suður-Kórea", text = "Suður-Kórea" },
        { link = "Lýðveldið Kína", text = "Lýðveldið Kína" },
        { link = "Taíland", text = "Taíland" },
        { link = "Bandaríkin", text = "Bandaríkin" },
        { link = "Víetnam", text = "Víetnam" },
    }
}
local z = { 
    data = data,
    NB = require "Module:Navigation box"
}

function z.main (frame)
    local styles = { width="100%" }
    return z.NB.navbox(frame, z.data, styles)
end

return z