Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
111 views

I am coding a game wiki with an interactive modal to preview content on a character. The modal is opened by clicking on an image and closed by clicking on an X or anywhere outside of the modal. Code ...
Mel's user avatar
  • 11
Advice
0 votes
3 replies
180 views

services: wiki: image: mediawiki container_name: --- restart: always ports: - 8080:80 volumes: - images:/var/www/html/images mariadb: image: mariadb ...
Mohammed Karill's user avatar
1 vote
0 answers
128 views

I have a page in my wiki that contains: {{MyBox1 |header=Under Construction }} And I have a template called MyBox1 that contains: <includeonly> [[Category:{{{status|Unknown status}}} ...
Harry H. Arends's user avatar
0 votes
2 answers
135 views

I am working on a wiki (built on the MediaWiki platform and using the "Semantic MediaWiki" extension) for a game, and I want to make a template that puts an icon in front of the names of ...
Lawton's user avatar
  • 271
0 votes
1 answer
67 views

I have created a MediaWiki wiki on my website. I want the notes to count in lowercase letters instead of numbers. As I understand it, I need to use this code: Text of article.<ref group="lower-...
Ben's user avatar
  • 861
0 votes
0 answers
46 views

I'm running tests (e.g., JsonTestCaseScriptRunnerTest) on MediaWiki 1.43+ and encountering a problem where rendered links incorrectly use /wiki/ instead of my configured $wgArticlePath = "/index....
Mike1988B's user avatar
  • 107
0 votes
1 answer
50 views

So in English Wikipedia, {{#invoke:string|sub|s={{PAGENAME}}|i=1|j=-2}} gets me everything except the last letter. Is there any code to do the reverse, only the last letter (working with unpredictable ...
JSToJestJaSam's user avatar
0 votes
1 answer
72 views

I have two parameters in a template, 'location' and 'locality_subjects'. Each can contain multiple values separated by a semicolon. For instance: |location=Bucks County, Pennsylvania;Chester County, ...
redheadkelly's user avatar
3 votes
1 answer
104 views

I've successfully managed to extract a page using ?action=parse, but the resulting page is quite ugly and lacks the necessary CSS styling to make it look good. I've been googling for a while, trying ...
Maria's user avatar
  • 87
-1 votes
1 answer
121 views

currently i am able to upload the images to test.commons.wikipedia using the code taken from the original mediaWiki but the images are being uploaded to https://upload.wikimedia.org/wikipedia/test i ...
Daksh Rawal's user avatar
0 votes
2 answers
158 views

I'm getting the following when accessing pages in certain namespaces in a previously working site: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384 bytes) in /usr/...
Jan Steinman's user avatar
0 votes
1 answer
93 views

I have several user groups in LocalSettings.php: $wgGroupPermissions["SM_p1"]["createaccount"] = false; $wgGroupPermissions["SM_p1"]["edit"] = false; $...
vico's user avatar
  • 18.5k
1 vote
1 answer
139 views

So, I'm creating a Wikipedia userscript, and I need to get the current namespace. I tried using wgCanonicalNamespace, but this did not work. Here is another script I tried but did not work. const ...
TwiWizNeeeArd's user avatar
0 votes
1 answer
1k views

I am attempting to install the latest version of MediaWiki (1.43), and I am using PHP version 8.4.3. The OS is Windows Server 2022 Datacenter. Here is the error I get from command-line: PHP Warning: ...
JBubz's user avatar
  • 1
0 votes
1 answer
249 views

I'm getting this error anytime I try to upload images. I've viewed many other posts on here and other support platforms and the issue seemed to be with older versions of MediaWiki and composer and psr/...
Rafael Cenzano's user avatar

15 30 50 per page
1
2 3 4 5
243