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
  • 17:54, 1 July 2024 Snep talk contribs created page Module:Homepage (Created page with "local p = {} local cargo = mw.ext.cargo function p.randomCharacter(frame) local query = { limit = '1000', where = 'Characters.type="horsegirl" AND Characters.media IS NULL AND Characters.icon NOT NULL' } local fields = {'_pageName','name_en','icon','color_main','color_sub'} local characters = cargo.query('Characters', table.concat(fields, ','), query) local ri = math.random(#characters) local template = frame:expandTemplate{ title='Character Icon', args...")