I am a fandom developer, currently making my own wiki. And i wanna add the discord integratr, its really cool as i first saw it in the jjk fandom. I don't wanna know how is it applied, because I have tried it a ton of times, I used google, chatgpt, even the Fandom's guide and the tutorial mentioned in it, but I just can't get it through. So please just help and yeah, thanks :)
What's on your mind?
TEXT
POLL
- All2718 posts
- General1637 posts
- News / Announcements7 posts
- Technical Updates101 posts
- JS Development214 posts
- CSS Development94 posts
- Wiki Discussion94 posts
- API Discussion52 posts
- Script Suggestions364 posts
- Scribunto Help155 posts
Sort by
Card Layout
So I’m not really fond of the new comments style/system where it’s hidden unless you press the new comments button.
I mean- it IS efficient but I’m more used to the older one where you scrolled down and they were there.
Is there a script that reverts that (or at least makes the comments visible by default) or am I out of luck?
Hello everyone! So I'm not good at coding and therefore do not understand the CSS of Spoilertag and do not understand how to make it work. Could someone help me?
Thank you!
Here's my wiki:https://shadow-of-a-wolf.fandom.com/wiki/Shadow_Of_A_Wolf_Wiki
Hello!
Going over the scripts I've noticed the GoogleDoc Integrator which I find pretty interesting!
However, I do think having a pdf integrator type of script could also be quite interesting
As I'm not knowledgeable enough I'm writing it here, in case someone who has enough knowledge regarding css and js can maybe create it one day!
Have a good day!
At the Dragon Quest Wiki, I'm trying to streamline pages in the MediaWiki namespace that aren't used any longer. In the list there, I've noticed several MediaWiki:Achievements-badge-name pages whose only content is text messages. I was told by a kind SOAP volunteer that most of those are related to the achievement board and I shouldn't delete them. However, I've checked the Dragon Quest Wiki Achievement Board and there is no similar text there to that of those pages. Moreover, there is nothing in the Customize badges page that indicates those texts are even used for achievement custom messages.
I consulted the main administrator of the wiki and he told me that those are legacy achievement badges, things that get plastered on the side of user pages when they're viewed. So, he told me that we should consider if these features are used by the wiki users or not. The problem is that, I can't find how are they supposed to be displayed and they don't seem to be used in the first place.
To the best of my knowledge, those custom messages can't be used by anyone. And even if I wanted, I can't edit them because the system says that only Fandom Staff, Fandom Utilities, Fandom Helpers, Spam Obliteration and Prevention, and Wiki Specialists can do so. All those pages were created around February 2014, way before I even joined the wiki.
So, what are those MediaWiki:Achievements-badge-name pages for and what should I do with them if they have no functionality and I can't edit them even as an administrator? Are they still useful under the modern Fandom standards?
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