Is it possible, through conditional statements to use style paramaters to have two different values depending on if it's light/dark mode or not?
Like
If(DARKMODE|color=#560000|color=#17EB00)
Really? Well that's kinda stupid-
Im asking cuz literally i'm just trying to make a specific table have adaptive color-
Is it possible, through conditional statements to use style paramaters to have two different values depending on if it's light/dark mode or not?
Like
If(DARKMODE|color=#560000|color=#17EB00)
The image on the Cream.nhe screenshot above the infobox, which is from a later infobox found in a tabber. It only appears on the mobile version (on Safari at least). The Sonic,DEMO page, for some reason, does NOT have this happen, even though it has multiple cases of infoboxes in tabbers.
It's something that happens only on mobile, i'm trying to see what caused it to NOT appear on the sonic.demo page, but has it appear elsewhere
For reference I've already tried:
Converting the <tabber> i used onto the {{#tag:tabber|
Making sure all uses of the image are using a gallery.
Removing the entire PLAYERs section (it did remove the image at the top, but i don't understand why it popped up in the first place.
I am also using FANDOM CSS for the page, which is here:
.page-Cream_NHE .fandom-community-header__background {
background-image:
url("https://static.wikia.nocookie.net/continued-exe/images/6/6a/You%27re_NOT_their_Angel._I_AM.png/revision/latest?cb=20250201052619");
background-position-y:top;
}
.page-Cream_NHE .page__main{
background-color: rgba(15,15,15,0.775);
}
.page-Cream_NHE .page__right-rail {
background-color: rgba(15,15,15,0.775) !important;
}
.page-Cream_NHE .page__right-rail .rail-module {
background-color: transparent !important;
}
.page-Cream_NHE .portable-infobox.pi-background {
background-color: #0F0F0F;
}
Links to pages to see their source:
https://continued-exe.fandom.com/wiki/Cream.NHE
https://continued-exe.fandom.com/wiki/Sonic.DEMO
Is there just something I'm missing, or is FANDOM being weirdly selectivist?
Image was being used too much.
Found the issue.
This has been a thing on the wiki for months, and when I did replace the image it seemed to fix it for a few hours, and then it broke again
I have fixed the image, i have attempted to remove and put back, but it's entirely ignoring the first image, and it's infuriating.
Greetings,
I am trying to work on creating a multi-quote template which utilizes a choose function, is there a way to set the template up so that it can take an undefined amount of instances of a quote class?
Sorta like
{{MultiQuote|Quote 1|Quote 2|...Quote X-1|Quote X}}
And it'd be able to do:
<choose uncached="">
<option>Quote1</option>
<option>Quote2</option>
.
.
.
<option>QuoteX-1</option>
<option>QuoteX</option>
</choose>
Without me having to manually insert X-many instances of <option>Quote</option> in it?
My fellow wiki staff member noticed today that when we're on visual mode, our quote template is shown as "Structured Quote", and breaks when we try to modify it on Visual editor.
Why is that happening?
Why is this happening and how can we address it?
Uhhh
Already tried, either it breaks infobox entirely or it doesn't affect it.
Is there a way to make text centered akin to how infoboxes are in horizontal group segments without needing to have a group segment?
Is there a specific page or template that we need for this or?
So, I uploaded the font using the woff2 method from this page, but when I try to put in the following code into my common.css: (I am changing __FONT NAME__;, btw)
.page-content :is(h2, h3, h4, h5, h6) .mw-headline {
font-family: __FONT NAME__;
}
I get the following error: Error: Expected RPAREN at line 13, col 21.
What am I doing wrong?
Okay it apparently IS working, except its not showing up on the quote template-
I'm working on getting a certain custom font uploaded onto my wiki.
My Common CSS:
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:wght@700&display=swap');
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'HACKED';
src: url('https://static.wikia.nocookie.net/continued-exe/images/5/5f/HACKED.woff2') format('woff2');
}
I have tested the file and it is proper.
The only weird thing is when it downloads, it downloads as "HACKED.woff2.woff2".
Am I doing something wrong here or?