Module:CareerList/config: Difference between revisions
Jump to navigation
Jump to search
PeaceDeadC (talk | contribs) (Created page with "return { ["bromo"] = { url = "https://www.bromo.com/model/%s/?ats=eyJhIjoyOTQwNzMsImMiOjU3MTMxNDM3LCJuIjoyMywicyI6MjIzLCJlIjo3NDYsInAiOjJ9", variable = "%s" }, ["belami"] = { url = "https://vod.pbc.xxx/dispatcher/studioDetail?genreId=102&studioId=19982&theaterId=80946&locale=en/%s", variable = "%s" } }") |
PeaceDeadC (talk | contribs) No edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
return { |
return { |
||
example1 = { |
|||
url = 'https://example1.com/$1/', |
|||
url = "https://www.bromo.com/model/%s/?ats=eyJhIjoyOTQwNzMsImMiOjU3MTMxNDM3LCJuIjoyMywicyI6MjIzLCJlIjo3NDYsInAiOjJ9", |
|||
id = 'id', |
|||
variable = "%s" |
|||
alias = 'alias', -- добавлено |
|||
}, |
|||
notes = 'notes' -- добавлено |
|||
["belami"] = { |
|||
}, |
|||
url = "https://vod.pbc.xxx/dispatcher/studioDetail?genreId=102&studioId=19982&theaterId=80946&locale=en/%s", |
|||
example2 = { |
|||
variable = "%s" |
|||
url = 'https://example2.com/$1/', |
|||
} |
|||
id = 'id', |
|||
alias = 'alias', -- добавлено |
|||
notes = 'notes' -- добавлено |
|||
} |
|||
} |
} |
Latest revision as of 04:48, 13 March 2023
Documentation for this module may be created at Module:CareerList/config/doc
return { example1 = { url = 'https://example1.com/$1/', id = 'id', alias = 'alias', -- добавлено notes = 'notes' -- добавлено }, example2 = { url = 'https://example2.com/$1/', id = 'id', alias = 'alias', -- добавлено notes = 'notes' -- добавлено } }