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

Module:Difficulties/config

From Obby Wiki
Revision as of 08:14, 7 April 2025 by Wlft (talk | contribs) (Created page with "return { ['meta'] = { page_prefix = 'Difficulty/'; }; ['difficulties'] = { ['easy'] = { display = 'Easy'; file = 'External Discord White Small.png'; }; }; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Difficulties/config/doc

return {
    ['meta'] = {
        page_prefix = 'Difficulty/';
    };

    ['difficulties'] = {
        ['easy'] = {
            display = 'Easy';
            file = 'External Discord White Small.png';
        };
    };
}