Module:CareerList/config: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
return { |
return { |
||
[" |
["bromo"] = { |
||
name = " |
name = "Bromo", |
||
type = " |
type = "Website", -- тип сайта: "Website" или "Studio" |
||
url = "http://example.com/$1" -- шаблон ссылки с заменяемым параметром $1 |
url = "http://example.com/bromo/$1" -- шаблон ссылки с заменяемым параметром $1 |
||
}, |
}, |
||
[" |
["belami"] = { |
||
name = " |
name = "Bel Ami", |
||
type = " |
type = "Studio", |
||
url = "http://example.com/$1" |
url = "http://example.com/belami/$1" |
||
}, |
}, |
||
-- Добавьте дополнительные сайты здесь |
-- Добавьте дополнительные сайты здесь |
||
Revision as of 19:29, 12 March 2023
Documentation for this module may be created at Module:CareerList/config/doc
return {
["bromo"] = {
name = "Bromo",
type = "Website", -- тип сайта: "Website" или "Studio"
url = "http://example.com/bromo/$1" -- шаблон ссылки с заменяемым параметром $1
},
["belami"] = {
name = "Bel Ami",
type = "Studio",
url = "http://example.com/belami/$1"
},
-- Добавьте дополнительные сайты здесь
}