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