User talk:SuzuneMU: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
Line 30: Line 30:
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. [[User:Sondenise|Sondenise]] ([[User talk:Sondenise|talk]]) 02:24, 18 August 2023 (UTC)
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. [[User:Sondenise|Sondenise]] ([[User talk: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. [[User:PureChaos|PureChaos]] ([[User talk:PureChaos|talk]]) 03:21, 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. [[User:PureChaos|PureChaos]] ([[User talk:PureChaos|talk]]) 03:21, 18 August 2023 (UTC)
::I think it wasn't a bad idea conceptually. There were some problems, but the idea of bundling the various units of each girl into subpages and showing them with a tabbed interface was a good one. Perhaps sketch out an outline on one of your user subpages, then once it's ready, apply it to (for example) [[Kuroe]]'s pages? If it works out well there, it could then be applied to ''all'' the Magia Record exclusive girls (which I'd be willing to help with – it's a pretty big task!), and ''then'' we can discuss how to handle girls who ''aren't'' exclusive to Magia Record. ~ [[User:Celtic Minstrel|Celtic Minstrel]] ([[User talk:Celtic Minstrel|talk]]) 13:17, 18 August 2023 (UTC)

Revision as of 13:17, 18 August 2023

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)
I think it wasn't a bad idea conceptually. There were some problems, but the idea of bundling the various units of each girl into subpages and showing them with a tabbed interface was a good one. Perhaps sketch out an outline on one of your user subpages, then once it's ready, apply it to (for example) Kuroe's pages? If it works out well there, it could then be applied to all the Magia Record exclusive girls (which I'd be willing to help with – it's a pretty big task!), and then we can discuss how to handle girls who aren't exclusive to Magia Record. ~ Celtic Minstrel (talk) 13:17, 18 August 2023 (UTC)