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