#"Wikitable" bug?

9 messages · Page 1 of 1 (latest)

sonic stag
#

For some reason, the links for the first "td" row of my wiki's "wikitable" can't be clicked on, and I don't know if it's a bug or what. I have an example of what I mean; just go to where it says "Duels": https://chronixii.miraheze.org/wiki/Mira_Yukiko

CHRONIXIIpedia

Mira Yukiko is the central protagonist of Yu-Gi-Oh! CHRONIXII. She is a resident of Alba Litora and an orphan under the care of Sister Golas.

last adder
#

Remove these from the mw-headline class

#

The extra padding blocks the link

sonic stag
last adder
#

Adding these to your Common.css should fix it

span.mw-headline {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
sonic stag
#

I see. Well, I tried it, and you're right, it worked. Thank you!

I truly don't mean to be a bother like this, but I think I have two more issues I'd like resolved. First, on the page I've been referencing, the "edit" link next to "Early Life" is blocked, too. Additionally, for her "Decklist", there's some unnecessary spacing, and I'm wondering how to remove it. This page should help, if necessary.

CHRONIXIIpedia

Mira Yukiko is the central protagonist of Yu-Gi-Oh! CHRONIXII. She is a resident of Alba Litora and an orphan under the care of Sister Golas.

CHRONIXIIpedia
last adder
# sonic stag I see. Well, I tried it, and you're right, it worked. Thank you! I truly don't ...

For the second issue, see https://chronixii.miraheze.org/wiki/User:PetraMagna/sandbox. You have extra spaces between #if statements. Excessive empty lines will be rendered as an empty paragraph, creating the extra spaces you are seeing. Deleting the extra lines fixes the problem for most cases, but if multiple #if statements evaluate to false, you might see these spaces again (see https://bluearchive.wiki/wiki/User:PetraMagna/sandbox?oldid=91470 for details).

#

"edit" is not blocked on my browser, so you may need to share a screenshot and/or try using your browser's developer tools to find out what is blocking the edit button.