More actions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
url_form = 'https://guilded.gg/%s'; | url_form = 'https://guilded.gg/%s'; | ||
display = 'Guilded'; | display = 'Guilded'; | ||
}; | |||
['youtube'] = { | |||
file = 'External YouTube White Small.png'; | |||
url_form = 'https://youtube.com/@%s'; | |||
display = 'YouTube'; | |||
}; | }; | ||
}; | }; | ||
} | } |
Revision as of 23:51, 3 April 2025
Documentation for this module may be created at Module:Config external/doc
return {
media = {
['discord'] = {
file = 'External Discord White Small.png';
url_form = 'https://discord.com/invite/%s';
display = 'Discord';
};
['twitter'] = {
file = 'External Twitter White Small.png';
url_form = 'https://twitter.com/%s';
display = 'Twitter';
};
['bsky'] = {
file = 'External BlueSky White Small.png';
url_form = 'https://bsky.app/profile/%s';
display = 'BlueSky';
};
['roblox'] = {
file = 'External Roblox White Small.png';
url_form = 'https://www.roblox.com/users/profile?username=%s';
display = 'Roblox';
};
['guilded'] = {
file = 'External Guilded White Small.png';
url_form = 'https://guilded.gg/%s';
display = 'Guilded';
};
['youtube'] = {
file = 'External YouTube White Small.png';
url_form = 'https://youtube.com/@%s';
display = 'YouTube';
};
};
}