Jump to content

Main public logs

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

Logs
  • 14:53, 9 July 2026 NonaSoft talk contribs created page Module:InfoboxTools (Created page with "local p = {} p.builder = function(frame) local data = frame.args[1] --[[ == EXAMPLE SYNTAX == name,image,heading["General Information"],param["This", "that"] heavily tba ]] local out = "{{Infobox|" local current = "" local i = 0 while i <= data.len() do i = i + 1 if data[i] == ","then -- SYNTAX RUN if current == "name" then out = out + "{{InfoboxTitle|{{{name|}}}|{{{namecaption|}}}}}" end else current = current + data[i] end end...")