All public logs

Jump to navigation Jump to search

Combined display of all available logs of Umamusume 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:40, 5 March 2024 Snep talk contribs created page Module:ImageGallery (Created page with "local p = {} local cargo = mw.ext.cargo function p.list(frame) local charName = frame.args[1] local header = frame.args[2] local imageType = frame.args[3] local query = { limit = '1000', where = 'Gallery_Image.characters HOLDS "' .. charName .. '"', } if imageType == 'other' then query.where = query.where .. ' AND (Gallery_Image.type == "other"' .. ' or Gallery_Image.type IS NULL)' else query.where = query.where .. ' AND Gallery_Image.type == "' .....")