All public logs

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

Logs
  • 04:46, 20 December 2025 Cobblemon talk contribs created page Module:HistoryTable (Created page with "local args = {...} local frame = ... local p = frame and frame.args or args local entries = {} for key, value in pairs(p) do local link = string.format('%s', mw.uri.encode(key), mw.text.escape(key)) table.insert(entries, {version=link, content=value}) end local output = {} table.insert(output, '{| class="wikitable"') table.insert(output, '!Version') table.insert(output, '!Content') for _, entry in ipairs(entries) do table.insert(output, '<tr>')...")