Module:CareerList/config: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
return { |
return { |
||
Example1 = { |
|||
siteType = 'Website', |
|||
url = 'https://example1.com/$1/', |
|||
linkText = 'Example 1', |
|||
}, |
}, |
||
Example2 = { |
|||
siteType = 'Studio', |
|||
url = 'https://example2.com?id=$1', |
|||
linkText = 'Example 2', |
|||
}, |
}, |
||
} |
} |
||
Revision as of 23:09, 12 March 2023
Documentation for this module may be created at Module:CareerList/config/doc
return {
Example1 = {
siteType = 'Website',
url = 'https://example1.com/$1/',
linkText = 'Example 1',
},
Example2 = {
siteType = 'Studio',
url = 'https://example2.com?id=$1',
linkText = 'Example 2',
},
}