(081346222852)
What's on your mind?
TEXT
POLL
- All2488 posts
- General1479 posts
- News / Announcements7 posts
- Technical Updates101 posts
- JS Development194 posts
- CSS Development81 posts
- Wiki Discussion90 posts
- API Discussion46 posts
- Script Suggestions342 posts
- Scribunto Help148 posts
Sort by
Card Layout
[+6283830504214]
[+6283830504214]
[+6283830504214]
[+62838-3050-4214]
{+62838-3050-4214}
{0838-3050-4214)
{+6281346222852}
Hello, could someone tell me if I did something wrong when setting this up? I followed everything correctly as far as I know, but it's not working. Whenever I go to someone who I know has been blocked nothing is shown. And when I go to someone who I know hasn't been, including myself, it still says they are while also not showing any log.
This is on my common.js
/* Topic Block Log */
TBL_GROUP = "dere-en";
And then on page Custom-TopicBlockLog-topics.json I have
{
"dere-en": [
"community",
"the-dere-types",
"tsuntsun",
"yandere",
"yandere-simulator",
"yandere-simulator-fan",
"yandere-simulator-fan-ocs"
]
}
It looks visually the same as the example ones on this wiki, so I'm unsure where I went wrong.
Could I get some help with trying to make this work? I added the importJS a while ago and it was working great, but someone just replied to a 3 year old comment and I noticed that apparently this import only works on the main space. People can still reply to old comments on my three custom namespaces. Is there any way I can fix this?
Common.js
window.lockOldComments = (window.lockOldComments || {});
window.lockOldComments.limit = 180;
Common.css
.LockOldComments-locked [class^="ReplyCreate"] {
display: none;
}
Hi so my Wiki have a discord server and couple of days before, i used the discord integer page to see the steps to make it into a wiget but today, i found a page from the fandom stars wiki and made a custom widget and it is on my wiki sidebar. but the previus widget's error message keeps displaying on the sidebar asking for server id which i removed from the mediawiki page to remove that widget any thing i can do?
For example:
https://fundamental-paper-education.fandom.com/es/wiki/Archivo:Engel.webp (with creation) ---> https://shining-false-paradice.fandom.com/vi/wiki/File:Engel.webp (Without creation)
I just wanted to point something out. All of these Installation sections say to copy-paste the @Import code into your Global.css, but it's actually not allowed on Community Central. I kept getting confused trying to understand why it wasn't working when I was following the instructions exactly.
And yet
Unless I'm just doing something completely wrong, or maybe it was allowed and now it's not, but it's quite inconvenient.
So basically i have a lua module ABC, invoked by a template T.
And then, some other main pages call the template T to invoke module ABC.
So,
* frame:getTitle() gives the title of the Module, i.e. ABC;
* frame:getParent():getTitle() gives the title of the Template, i.e. T.
But how can i get the title of the page calling the template T (the parent of T?)
I know most of the time, mw.Title.getCurrentTitle() simply works. But sometimes, if page1 is trunscluding page2, and page2 is calling the template T, then mw.Title.getCurrentTitle() gives me the title of page1, but i want the title of page2.
Is there any way to get the title of page2?
Thanks in advance!
Hello, i operate and maintain the National Hockey League (NHL) wiki, I've been actively developing the wiki since I adopted the wiki. I was wondering: how would I access what CSS, JS, MediaWiki the wiki is running?
Please help, I am having trouble figuring it out. thanks in advance
-lolbitlover56
Does the Tabber tag support lazy loading, or is there a way to implement it? I'm encountering the 'too many expensive function calls' Lua error when using Tabber but not with Tabview. Is it possible to replicate Tabview's lazy-loading behavior in Tabber to avoid this limitation?
My wiki is about Splatoon, and I'd like the Main Page to show the current map/mode rotations. I don't even know if that is possible, but if it is, how would i do it? Inkipedia has this feature if that help you get an idea of what I want...