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 = 'https://example.com/a/$1/b.html' |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
}, |
}, |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
Revision as of 18:23, 12 March 2023
Documentation for this module may be created at Module:CareerList/config/doc
return {
bromo = {
label = 'Website',
url = 'https://example.com/a/$1/b.html'
},
belami = {
label = 'Studio',
url = 'https://example.com/$1'
}
}