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://example.com/$1',
label = 'Website',
type = 'website',
url = 'https://example.com/a/$1/b.html'
},
['belami'] = {
url = 'https://example.com/$1',
type = 'studio',
},
},
belami = {
label = 'Studio',
url = 'https://example.com/$1'
}
}
}

Revision as of 21:23, 12 March 2023

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

return {
    bromo = {
        label = 'Website',
        url = 'https://example.com/a/$1/b.html'
    },
    belami = {
        label = 'Studio',
        url = 'https://example.com/$1'
    }
}