Module:Infobox MOS: Difference between revisions
No edit summary |
No edit summary |
||
| Line 35: | Line 35: | ||
local infobox_data = {} | local infobox_data = {} | ||
table.insert(infobox_data, { | |||
'Brightest mode', | |||
'LLLsLLs' | |||
}) | |||
result = infobox.build( | result = infobox.build( | ||
tuning, | tuning, | ||
| Line 44: | Line 49: | ||
) | ) | ||
if not debug_mode then | if not debug_mode then | ||
result = result .. categories | result = result .. categories | ||