Module:CareerList/config

From Porn Base Central
Jump to navigation Jump to search

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

return {
    Example1 = {
        url = 'https://example1.com/$1',
        id = '$1',
    },
    Example2 = {
        url = 'https://example2.com/page/$1.html',
        id = 'id=$1',
    },
}