All public logs

Jump to navigation Jump to search

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

Logs
  • 03:50, 13 November 2025 Tama07 talk contribs created page Module:Main page (Created page with "local p = {} -- Fungsi utama function p.show(frame) local args = frame:getParent().args local name = args["Mana Break"] local genre = args["PvP"] local release = args["TBA"] return string.format( "'''%s''' is a %s game released on %s.", name, genre, release ) end return p")