All public logs

Jump to navigation Jump to search

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

Logs
  • 13:54, 29 April 2024 Catrone3 talk contribs created page Module:OutputBuffer (Created page with "return function() local buffer = {} return function(sep) local b = buffer buffer = {} return table.concat(b, sep) end, function(text) buffer[#buffer + 1] = text end, function(...) buffer[#buffer + 1] = string.format(...) end end")