Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Config external: Difference between revisions

From Obby Wiki
m Protected "Module:Config external" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 5: Line 5:
             url_form = 'https://discord.com/invite/%s';
             url_form = 'https://discord.com/invite/%s';
             display = 'Discord';
             display = 'Discord';
        };
        ['twitter'] = {
            file = 'External Twitter White Small.png';
            url_form = 'https://twitter.com/%s';
            display = 'Twitter';
         };
         };
     };
     };
}
}

Revision as of 22:53, 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';
        };
    };
}