Module:CareerList/config: Difference between revisions

From Porn Base Central
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
return {
local config = {}
["Bromo"] = {

["type"] = "Studio",
config.Bromo = {
type = "Website",
["name"] = "Porno Andreya",
["url"] = "https://example1.com/$1/",
name = "Porno Andreya",
},
url = "https://www.example1.com/a/$1/b.html"
["Example2"] = {
["type"] = "Website",
["name"] = "Example 2",
["url"] = "https://example2.com/page/$1",
},
}
}

config.Example2 = {
type = "Studio",
name = "Example Studio 2",
url = "https://www.example2.com/a/$1/b.html"
}

return config

Revision as of 01:29, 13 March 2023

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

return {
    ["Bromo"] = {
        ["type"] = "Studio",
        ["name"] = "Porno Andreya",
        ["url"] = "https://example1.com/$1/",
    },
    ["Example2"] = {
        ["type"] = "Website",
        ["name"] = "Example 2",
        ["url"] = "https://example2.com/page/$1",
    },
}