Okay so you know how there's a countdown to a certain date? Is there a way to do something for a sort of 'countup' from a certain date like 'It's been 39 days, 14 hours, 22 minutes, and 42 seconds until [event]'
Ok cool if there is otherwise uh idk
What's on your mind?
TEXT
POLL
Okay so you know how there's a countdown to a certain date? Is there a way to do something for a sort of 'countup' from a certain date like 'It's been 39 days, 14 hours, 22 minutes, and 42 seconds until [event]'
Ok cool if there is otherwise uh idk
Hey, first post here... I did what developers wiki told me to input into my Module:Documentation. However, the grey background for the 'Template Documentation' and the right side bottom part (with testcases and stuff) is not on the "right" side and its on the left. Can anyone tell me why?
As you can see, there's no grey thing for the top and no bottom right side formatting and its on the "left". Compare it with Fandom Developers Wiki. This is the top.
And this is the bottom (formatted) to the right
Now compare it with the first image. If you know why, feel free to reply!
I'm trying to get a page's size that's 3020 bytes from another page but I can't. I think it uses {{#[put something here]}}
And now (20 mins later) it has fixed itself?
Im not sure how to properly use it... apologies, im not an experienced dev.
https://crystals-works-and-thoughts.fandom.com/wiki/Education!
Hi, so im making my fandom wiki but i need feedback on my code which is an rainbow rounded animated square!
.animated-rainbow-square {
width: 200px;
height: 200px;
background: linear-gradient(45deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3, #ff0000);
background-size: 400% 400%;
animation: moveRainbow 5s linear infinite;
border-radius: 8px;
}
@keyframes moveRainbow {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
window.DiscordBannerSettings = {
bannerStyle: '2',
inviteLink: 'J4DH6QDDKm'
prependToRail: false
};So I'm supposed to put this code somewhere to get the banner to work properly, but it doesn't tell me where
Hi, just wondering, is there a rate limit for the Fandom API, and if there is, what is it?
For context when a page is to be made a title can be added to a year:
When a genre is added to |genres=, this:
Is using this:
To complete genres, so when making a page, pr added to an infobox would become Professions, the change in mind is that is to becomes [[Professions Genre|Professions]] for the published article.
That does work fine there, however where Template:Manhua Article Categories
Is also involved, it's adding the word in the infobox to the categories. When a new page is made it needs to be returned to for only the category to be as it is on the right.
Where the links are being applied to the word, is it possible to update an area so the word in the infobox becomes linked to the genre article, but the category stays as it is?
Does Fandom offer a sort of EventStream or any other SSE endpoint for bot usage? Or am I just left with polling the Action API?
for text strokes, is there any way to make the base text bigger so that the outline doesnt overtake the text? id like to add an outline to this templates text but the text seems to be too thin to make it look good
Hello! I am trying to do some code for the Moderators on the Wiki I am on, but I need a bit of help with getting these to work
https://dogcats-oc-universe.fandom.com/wiki/MediaWiki:Staff.css
https://dogcats-oc-universe.fandom.com/wiki/MediaWiki:Gadget-StaffColors.css
Disregard this one, already sorted
Hello!
In mobile the homepage has default margins that essentially crop the borders of boxes and hide their shadow-box (glow) it comes cut off making the page appear very unpleasant!
Is there a way to make it not have margins?, is there a mobile css code that works for this?
So, I have made a few scripts, and I wanted community input on what you'd want to be added.
As I said - what would you want added to any of these! I know a few things I could do - such as allowing you to change the color and font of the text for CustomTheme, but I just want to have any ideas you have!
Is there any way to maintain the text styling of a page (bold, italics, or custom fonts) in the pop up for a page with the LinkPreview extension?
Or rather, I know it's supposedly possible by manually blacklisting tags manually, how would that be done?
As a complete side note, is it possible to limit the text length that appears in the pop up?
Is it possible for me to create a countdown that resets the 26th of every month?