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 = { |
|||
label = 'Website', |
|||
url = 'http://example1.com/%$1' |
|||
| ⚫ | |||
| ⚫ | |||
url = "https://ru.wiktionary.org/wiki/%$1", |
|||
| ⚫ | |||
}, |
|||
["wikisource"] = { |
|||
url = "https://ru.wikisource.org/wiki/%$1", |
|||
label = "Викитека", |
|||
}, |
}, |
||
| ⚫ | |||
| ⚫ | |||
url = 'http://example2.com/%$1' |
|||
| ⚫ | |||
} |
} |
||
Revision as of 18:54, 12 March 2023
Documentation for this module may be created at Module:CareerList/config/doc
return {
bromo = {
label = 'Website',
url = 'http://example1.com/%$1'
},
belami = {
label = 'Studio',
url = 'http://example2.com/%$1'
}
}