Module:HeroData/nav: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Auto-detect language from subpage |
changed subpage detection logic |
||
| Line 12: | Line 12: | ||
local herolabs_text_size = frame.args['herolabs_text_size'] | local herolabs_text_size = frame.args['herolabs_text_size'] | ||
local debug_mode = frame.args['debug_mode'] | local debug_mode = frame.args['debug_mode'] | ||
local lang_code = | local lang_code = lang_module.get_lang_code() -- Get the language code | ||
-- Turn debug_mode from string to bool, default to false | -- Turn debug_mode from string to bool, default to false | ||