Module:CareerList/config: Difference between revisions
Content deleted Content added
No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
Line 1:
example1 = {
id = 'id',
alias = 'alias', -- добавлено
notes = 'notes' -- добавлено
▲ url = "https://www.example1.com/a/$1/b.html"
},
example2 = {
id = 'id',
alias = 'alias', -- добавлено
notes = 'notes' -- добавлено
}
▲ url = "https://www.example2.com/a/$1/b.html"
}
▲return config
| |||