I'm assuming something broke in a module somewhere because none of the wiki's notices like script status and the Personal template show their text. The below is on my chromebook, but this is also like this for my phone.
What's on your mind?
TEXT
POLL
- All2566 posts
- General1535 posts
- News / Announcements7 posts
- Technical Updates101 posts
- JS Development201 posts
- CSS Development86 posts
- Wiki Discussion89 posts
- API Discussion48 posts
- Script Suggestions349 posts
- Scribunto Help150 posts
Sort by
Card Layout
General
Also, how do you make js scripts and how do you make them compatible with other languages
I saw a page rating function on one wiki. I'm either blind or stupid - but I couldn't find anything like that here.
Can someone help/tell me how to implement this? Or point me to an article if there is one... please.
Is it possible to use discussion tools on Fandom?
I used to use this a lot, to change my votes in polls. I'm not sure if some wikis are outdated, or arent allowing global js or CSS or something, but I was wondering if someone can tell me if this is working for them
https://dev.fandom.com/wiki/AjaxPoll
I’m a bit of a beginner when it comes to wiki CSS, and I would really appreciate it if someone could guide me on how to install reference pop-ups for my wiki. I’ve tried following the written steps, but they didn’t seem to work on my personal wiki. Thank you so much!
https://dev.fandom.com/wiki/ReferencePopups
Self explanatory I hope
I verified the extension is active on my wiki by visiting Special:Version (under Parser hooks).
I am getting inconsistent behavior on mobile devices. Let's do this minimal infobox
<infobox layout="stacked">
<title source="name">
<default>Title</default>
</title>
</infobox>
It works great on desktop, but mobile fails to work. The console shows
Uncaught TypeError: r is null ext.portableInfobox.mobile.js:1:2094
handleLongInfobox ext.portableInfobox.mobile.js:1
<anonymous> ext.portableInfobox.mobile.js:1
jQuery 2
<anonymous> ext.portableInfobox.mobile.js:1
jQuery 2
We can see ext.portableInfobox.mobile.js is throwing an exception in mobile mode. Any clues as to why?
Is there a way to make the Markers larger? They are super small.
https://rotube-life-2-roblox.fandom.com/wiki/Map:Rotube_Life_2
Is there a bot program that removes useless parameters from infoboxes generated by templates
Hello everyone I hope someone can help me out I been stuck at this for a few days now. I had a Right Rail before and the floater did not want to go above this. So I tried to remove it and now it is stuck inside the Main__page.
Is it possible and if it is how do I make it go out of the main__page area and be able to stay on top of the full page?
The page I am working on right now is this https://animepowerdefense.fandom.com/wiki/Tier_Lists
So if you see at the picture the box should move further out to the right but gets cut off by the end of the
.page__main { background: #0000; }
The current css I have is this
https://animepowerdefense.fandom.com/wiki/MediaWiki:Common.css
I tried adding overflow in different spots and big index on them but none of them got the changes to go trough. There must be something I am not seeing.
I managed to make the overflow work with the table it was inside but cant figure out where and what cuts off this now.
does anyone know the name of the thingies in which a bureaucrat can step down?
like they can remove it from themself, but not others?
I wanna make a singular Gallery Image that always automatically shows the contributor of the week. It includes their profile. Any way to do this? Here's what I mean.
From Community.
I want to make my own Pywikibot. However, since I am using Anaconda, I got some problems. The biggest issue is
C:\Users\#####\anaconda3\envs\pywikibot\python.exe: No module named pywikibot.__main__; 'pywikibot' is a package and cannot be directly executed
Which bothered me a lot. Could someone please help me to figure out?
Specifically, How should I place the folders?
{
"body": "Asd asd asd",
"forumId": "1352818",
"siteId": "1352818",
"title": "Asd",
"source": "DESKTOP_WEB_FEPO",
"funnel": "POLL",
"poll": {
"question": "Asd",
"answers": [
{
"text": "Asd",
"position": 0,
"image": {
"url": "https://static.wikia.nocookie.net/520439ba-6c26-4e04-a9e5-3e4ecabe61bc",
"width": 112,
"height": 112,
"mediaType": "image/webp"
}
},
{
"text": "Asd",
"position": 1,
"image": {
"url": "https://static.wikia.nocookie.net/2099e3ff-751d-466b-a53d-4270d582ecb9",
"width": 112,
"height": 112,
"mediaType": "image/webp"
}
}
]
},
"articleIds": []
}
The number of lines of context provided for diffs is extremely small, just 5 lines. For many of my use cases, this is simply not enough context to know what got changed. How can I change the number of context lines I see when generating a page diff?
I'm trying to figure out how to make some sort of "placeholder" source in order to change an image based on a user's theme (so in light mode it would be a black image and in dark mode it would be white) but I can't figure out how to create source that could do it (like it {{PAGENAME}} but instead of it being text of the page title it's dark or light), so is that possible?
How to make a template look different in light theme in dark theme, without using global css?
I've made a bot account for a wiki, and I'm using AutoWikiBrowser to control it. The only problem is, it seems to be getting stuck on "Processing page". I would share the config file, but I'm not sure if it is safe to do so as it may have the account's BotPassword saved. Any help or further instructions would be appreciated.
P.S: No, it doesn't just take hours to process. I left it running for hours and it was still processing.
I was told to post here by BronzeRattle so I hope this is not the wrong place.