All public logs

Jump to navigation Jump to search

Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:29, 11 September 2023 Sware talk contribs created page Module:columns/auto (Created page with "local export = {} function export.decide_number_of_columns(lang, number_of_items) if number_of_items <= 3 then return 1 elseif number_of_items <= 9 then return 2 elseif number_of_items <= 27 then return 3 elseif number_of_items <= 81 then return 4 else return 5 end end function export.display_from(column_args, list_args) if not column_args["columns"] then local m_table = require("Module:table") column_args = m_table.shallowcopy(column_args) local...")