User talk:SuzuneMU: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
Line 31: Line 31:
: 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)
::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)
::A couple additional notes:
::#I think perhaps the [[Template:WIP (Cleanup Project)]] should be a subpage of your user page, as it's not a "generally useful" template.
::#I think Memoria Cards should not be placed in a tabbed interface; when I tried it in my [[#Tabs|WIP tabbed interface]] they did not look good. We can easily make them start out collapsed though just by editing [[Template:Magia Record Memoria Header]] to add the <tt>mw-collapsed</tt> class.
::#Putting them in page names and as an aside somewhere is fine, but I think unit IDs are not something that deserve to be displayed prominently to the player.
::#I think it would be good to put MGS and costume story summaries in something similar to the spoilerbox – see [[Madoka Magica Portable]] for an example.
::~ [[User:Celtic Minstrel|Celtic Minstrel]] ([[User talk:Celtic Minstrel|talk]]) 14:00, 18 August 2023 (UTC)

Revision as of 14:00, 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)
A couple additional notes:
  1. I think perhaps the Template:WIP (Cleanup Project) should be a subpage of your user page, as it's not a "generally useful" template.
  2. I think Memoria Cards should not be placed in a tabbed interface; when I tried it in my WIP tabbed interface they did not look good. We can easily make them start out collapsed though just by editing Template:Magia Record Memoria Header to add the mw-collapsed class.
  3. Putting them in page names and as an aside somewhere is fine, but I think unit IDs are not something that deserve to be displayed prominently to the player.
  4. I think it would be good to put MGS and costume story summaries in something similar to the spoilerbox – see Madoka Magica Portable for an example.
~ Celtic Minstrel (talk) 14:00, 18 August 2023 (UTC)