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

local databases = {
    imdb = {
        name = "imdb",
        paramBase = "imdb",
        pbdProps = {"P16"},
        urlFormat = "http://www.imdb.com/name/%s",
        abbr = "IMDb:",
        label = "Internet Movie Database",
        maxCount = 4
    },
    iafd = {
        name = "iafd",
        paramBase = "iafd",
        pbdProps = {"P799", "P169"},
        abbr = "IAFD:",
        label = "Internet Adult Film Database",
        maxCount = 4
    },
    gevi = {
        name = "gevi",
        paramBase = "gevi",
        pbdProps = {"P378"},
        urlFormat = "https://www.gayeroticvideoindex.com/performer/%s",
        abbr = "GEVI:",
        label = "Gay Erotic Video Index",
        maxCount = 4
    },
    afdb = {
        name = "afdb",
        paramBase = "afdb",
        pbdProps = {"P392"},
        urlFormat = "http://www.adultfilmdatabase.com/actor/%s",
        abbr = "AFDB:",
        label = "Adult Film Database",
        maxCount = 4
    },
    gvdb = {
        name = "gvdb",
        paramBase = "gvdb",
        pbdProps = {"P409"},
        urlFormat = "https://anonim.xyz/go/md.gvdb.org/%s",
        abbr = "GVDB:",
        label = "Japan Gay Porn Models Pornstar Database",
        maxCount = 4
    }
}

local databaseOrder = {
    "imdb",
    "iafd",
    "gevi",
    "afdb",
    "gvdb"
}

return {
    databases = databases,
    databaseOrder = databaseOrder
}