Main public logs
Appearance
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).
- 17:27, 12 April 2025 Misterfunnyman talk contribs uploaded a new version of File:Chikaprofile.png
- 17:21, 12 April 2025 SheeplyWaltz talk contribs created page File:Yukino Hojo Character Profile.png (Taken from the SIM Artbook. BG was manually removed)
- 17:21, 12 April 2025 SheeplyWaltz talk contribs uploaded File:Yukino Hojo Character Profile.png (Taken from the SIM Artbook. BG was manually removed)
- 17:11, 12 April 2025 SheeplyWaltz talk contribs created page Misuzu Wakatsuki (Created page with "{{infobox character |Name={{PAGENAME}} |Color = #CE1130 |Image = center|200px |Year=2nd Year |Japanese Name=若槻 ミスズ |Romanized Name=Wakatsuki Misuzu |Gender = Female |Seiyuu Kanji=西葉 瑞希<br />南野 巴那<br />安本彩花 |Seiyuu Romaji=Mizuki Saiba<br />Hana Minamino<br />Ayaka Yasumoto |Favorite Food= Hamburger |Disliked Food = Sea Urchin |Special Skill= Calligraphy |Favorite Subject= Japanese language...")
- 17:05, 12 April 2025 HarukiLL talk contribs created page File:Love Live series logo.png (Official Love Live! series English logo. This logo represents its franchise as whole.)
- 17:05, 12 April 2025 HarukiLL talk contribs uploaded File:Love Live series logo.png (Official Love Live! series English logo. This logo represents its franchise as whole.)
- 17:00, 12 April 2025 HarukiLL talk contribs created page Template:Hlist/styles.css (Created page with "{{pp-protected|reason=match parent|small=yes}}: * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * MediaWiki talk:Common.css/to do#hlist-separated: /* * TODO: When the majority of readership supports it (or s...")
- 16:59, 12 April 2025 HarukiLL talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 16:58, 12 April 2025 HarukiLL talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- 16:58, 12 April 2025 HarukiLL talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 16:57, 12 April 2025 HarukiLL talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
- 16:57, 12 April 2025 HarukiLL talk contribs created page Template:Navbox (Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 16:57, 12 April 2025 HarukiLL talk contribs created page Template:Navbox LL (Created page with "{{Navbox |name = Love Live! series |title =50px |titlestyle = background: #e60081; |basestyle = background: #b5ecff; |listclass = hlist |state = {{{state|autocollapse}}} |image = |above = |group1 = Main series |list1 = * School Idol Project * Sunshine!! ** Yohane the Parhelion * Love Live! Nijigasaki High School Idol Club|Nijigasaki High S...")
- 16:46, 12 April 2025 HarukiLL talk contribs created page Module:Navbar/styles.css (Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav...")
- 16:45, 12 April 2025 HarukiLL talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
- 16:45, 12 April 2025 HarukiLL talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
- 16:45, 12 April 2025 HarukiLL talk contribs created page Module:Navbox/styles.css (Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix...")
- 16:44, 12 April 2025 SheeplyWaltz talk contribs created page File:Misuzu Wakatsuki Character Profile.png (Taken from the SIM Artbook. BG was manually removed)
- 16:44, 12 April 2025 SheeplyWaltz talk contribs uploaded File:Misuzu Wakatsuki Character Profile.png (Taken from the SIM Artbook. BG was manually removed)
- 16:44, 12 April 2025 HarukiLL talk contribs created page Module:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
- 16:44, 12 April 2025 HarukiLL talk contribs created page Module:Navbox (Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a...")
- 16:22, 12 April 2025 Honkfap talk contribs created page Yurika Kubo (Created page with "{{infobox seiyuu |Name = Yurika Kubo |Japanese Name = 久保 ユリカ |Romanized Name = Kubo Yurika |Gender = Female |Birth Date = May 19, 1989 |Origin = Nara Prefecture |Occupation = Voice Actress<br />Model<br />Singer |Blood Type = A |Height = 163cm |image = <tabber> |-|Agency = 300px |-|μ's = 300px </tabber> |imagewidth = 200 |ANN = [http://www.animenewsnetwork.cc/encyclopedia/people.php?id=11...") Tag: Visual edit
- 16:20, 12 April 2025 Honkfap talk contribs created page File:Yurika Kubo (Agency).jpg
- 16:20, 12 April 2025 Honkfap talk contribs uploaded File:Yurika Kubo (Agency).jpg
- 16:19, 12 April 2025 Honkfap talk contribs created page File:Kubo Yurika Infobox Image.jpg
- 16:19, 12 April 2025 Honkfap talk contribs uploaded File:Kubo Yurika Infobox Image.jpg
- 16:13, 12 April 2025 Honkfap talk contribs created page File:Riho Iida (Agency).jpg
- 16:13, 12 April 2025 Honkfap talk contribs uploaded File:Riho Iida (Agency).jpg
- 15:58, 12 April 2025 Honkfap talk contribs created page File:Suzuko Mimori (Agency).jpg
- 15:58, 12 April 2025 Honkfap talk contribs uploaded File:Suzuko Mimori (Agency).jpg
- 15:53, 12 April 2025 Honkfap talk contribs created page Suzuko Mimori (Created page with "{{infobox seiyuu |Name = Suzuko Mimori |Japanese Name = 三森 すずこ |Romanized Name = Mimori Suzuko |Gender = Female |Birth Date = June 28, 1986 |Origin = Tokyo Prefecture |Occupation = Voice Actress<br />Actress<br />Singer |Blood Type = AB |Height = 160cm |image = |300px |imagewidth = 200 |ANN = [http://www.animenewsnetwork.cc/encyclopedia/people.php?id=94468 Anime News Network] |Facebook = |Twitter = [https://twitter.com...") Tag: Visual edit
- 15:52, 12 April 2025 Honkfap talk contribs created page File:Mimori Suzuko Infobox Image.jpg
- 15:52, 12 April 2025 Honkfap talk contribs uploaded File:Mimori Suzuko Infobox Image.jpg
- 15:41, 12 April 2025 HarukiLL talk contribs created page Template:Str left (Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 15:36, 12 April 2025 Honkfap talk contribs created page File:Anju Inami (Agency).jpg
- 15:36, 12 April 2025 Honkfap talk contribs uploaded File:Anju Inami (Agency).jpg
- 15:34, 12 April 2025 Honkfap talk contribs created page File:Yohane cast06.jpg
- 15:34, 12 April 2025 Honkfap talk contribs uploaded File:Yohane cast06.jpg
- 15:33, 12 April 2025 Honkfap talk contribs created page File:Seiyuu Profile Photo - Inami Anju.png
- 15:33, 12 April 2025 Honkfap talk contribs uploaded File:Seiyuu Profile Photo - Inami Anju.png
- 15:28, 12 April 2025 Honkfap talk contribs created page Anju Inami (three sizes) Tag: Visual edit: Switched
- 15:18, 12 April 2025 Honkfap talk contribs created page Fumiko (Created page with "{{Infobox character |Color = #fb4192 |Japanese Name=フミコ |Romanized Name=Fumiko |Year=2nd |Gender=Female |Debut=Season 1, Episode 1 |Seiyuu Kanji=山本希望 |Seiyuu Romaji=Yamamoto Nozomi |Name=Fumiko |Image=250px |English Seiyuu Name={{W|Natalie Hoover}} }} '''Fumiko''' is a supporting character in ''Love Live!''. She was a second-year student at Otonokizaka High School until she graduated at the end of ''[...") Tag: Visual edit: Switched
- 15:12, 12 April 2025 Honkfap talk contribs created page File:Fumiko.png
- 15:12, 12 April 2025 Honkfap talk contribs uploaded File:Fumiko.png
- 14:53, 12 April 2025 JakeyNico3 talk contribs created page List of Love Live! Songs (Created page with "This is the list of songs from the Love Live! project on the SchoolIdol wiki. ==''Love Live! School idol project'' Songs== These series of songs were sung by the idol group ''μ's''. {| class="wikitable collapsible collapsed sortable" border="1" ! colspan="5" | List of μ's Songs |- ! Title (English) ! Title (Japanese) ! Album ! Release Date ! Lyrics |- | Bokura no LIVE Kimi to no LIFE || 僕らのLIVE 君とのLIFE ||...")
- 14:53, 12 April 2025 User account NeoTurbo talk contribs was created
- 14:42, 12 April 2025 AyTaco talk contribs created page File:Hanayo Koizumi Character Portrait.png
- 14:42, 12 April 2025 AyTaco talk contribs uploaded File:Hanayo Koizumi Character Portrait.png
- 14:42, 12 April 2025 AyTaco talk contribs created page File:Rin Hoshizora Character Portrait.png
- 14:42, 12 April 2025 AyTaco talk contribs uploaded File:Rin Hoshizora Character Portrait.png