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 {
return {
["bromo"] = {
bromo = {
url = "https://ru.wikipedia.org/wiki/%$1",
label = 'Website',
label = "Bromo",
url = 'http://example1.com/%$1'
},
["belami"] = {
url = "https://ru.wiktionary.org/wiki/%$1",
label = "BelAmi",
},
["wikisource"] = {
url = "https://ru.wikisource.org/wiki/%$1",
label = "Викитека",
},
},
belami = {
label = 'Studio',
url = 'http://example2.com/%$1'
}
}
}

Revision as of 21:54, 12 March 2023

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

return {
    bromo = {
        label = 'Website',
        url = 'http://example1.com/%$1'
    },
    belami = {
        label = 'Studio',
        url = 'http://example2.com/%$1'
    }
}