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:12, 2 March 2024 Snep talk contribs created page Module:CharacterList (Created page with "local p = {} local cargo = mw.ext.cargo function p.list(frame) local query = { limit = '1000', orderBy = 'Characters.name_en ASC', } local fields = 'name_en,image,_pageName' local characters = cargo.query('Characters', fields, query) local root = mw.html.create('div'):cssText('display:flex; flex-flow:row wrap;') for _, ch in ipairs(characters) do local template = frame:expandTemplate{ title='Character Icon', args={ icon=ch.image, name_en=ch.n...")