Main public logs

Jump to navigation Jump to search

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

Logs
  • 20:57, 8 July 2025 Administrator talk contribs imported Module:Infobox by file upload (1 revision)
  • 08:20, 8 July 2025 Administrator talk contribs created page Module:Infobox (Created page with "-- Module:Infobox -- A simplified Lua module to generate infobox tables for country data. local p = {} -- Function to generate a single row in the infobox local function makeRow(label, value) if value and value ~= '' then return '|- \n! scope="row" | ' .. label .. ' \n| ' .. value .. '\n' else return '' -- Return empty string if value is nil or empty end end -- Main function to build the infobox function p.main(frame) local args = frame...")