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';
};
['wiki'] = {
file = 'External MediaWiki White Small.png';
url_form = '%s';
display = 'Wiki';
};
};
}