Jump to content

Main public logs

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

Logs
  • 21:29, 9 April 2026 Cherrykano talk contribs created page Module:YouTube Preview (Created page with "local p = {} local seriesClasses = { ['sunshine'] = llss, ['nijigasaki'] = lln, ['superstar'] = llst, ['hasunosora'] = llll, ['sim'] = llsim, ['gny'] = gny, ['bluebird'] = llbb } local possibleRows = { 'Channel', 'Release', 'Illustration', 'Video', 'Production' } local function buildRow(title, content, style) local row = mw.html.create('div') :addClass('videobox-row') row :tag('div') :addClass('videobox-title') :addClass(style) :wikitext(titl...")