User talk:SuzuneMU

From Puella Magi Wiki
Jump to navigation Jump to search

Edits by User:AmanoSuzune are also me, I didn't connect an email address and then forgot my password like an idiot. Here is a page for you to create Null Magical Girl. Lemme know want you wanna rename the page if that won't work for you. Sondenise (talk) 23:54, 22 August 2021 (UTC)

Tabs

There are still a few issues with it that probably need custom JavaScript (and thus 0x99, as I don't have permission to edit MediaWiki:Common.js) to solve, but I threw together a tabbed interface that pretty much works. See Template:Tab Content for details. (It also relies on all that new code I added to MediaWiki:Common.css.) ~ Celtic Minstrel (talk) 01:33, 18 August 2023 (UTC)

I even went and worked out what the JS would need to look like. You can even test it using your developer console by navigating to that page and pasting this JS into the console. ~ Celtic Minstrel (talk) 03:14, 18 August 2023 (UTC)

// This makes sure the 1st tab is hilited if and only if no other tabs are
function checkTabsOnHashChange(evt) {
  $("div.tabs > div:first-child").each(function() {
    if($(this).siblings(":target").length == 0) {
      $(this).addClass("default")
    } else {
      $(this).removeClass("default")
    }
  })
}

// Run the above function on page load and whenever the page hash changes
$(window)
.ready(checkTabsOnHashChange)
.bind('hashchange', checkTabsOnHashChange);

Cleanup Project

Why are you moving the original Madoka page and replacing it with one that is entirely Magia Record focused? I mean, I like the table at the top with the variants, but this wiki is for the ENTIRE Madoka franchise, including the original anime and the spin-off series / games. It doesn't make sense to move the old page and replace it with just the Magia Record page since that is only one aspect of the entire franchise. If you want to clean up or reformat the original while keeping the bulk of the information, then I'm all for it but not to be replacing it with just the game's version of Madoka. Sondenise (talk) 02:24, 18 August 2023 (UTC)

I second this. This is a wiki for the whole series. While I appreciate the work you attempted to do, you may want to focus that on the Magia Record pages. PureChaos (talk) 03:21, 18 August 2023 (UTC)