Email reply test
@qgil wrote: This is an attempt to test replies via email. Posts: 3 Participants: 2 Read full topic
View ArticleHow to see why a RL module is loaded
@Osnard wrote: Is there an easy way to see why a module is being loaded as a dependecy? So for example module “X” is never loaded by OutputPage:addModules / OutputPage:addModuleScripts or...
View ArticlePassing parameters to parser function
@Mastodont wrote: Hi, is there a way how to pass ALL template parameters to parser function at the same time? E.g. I would like to have template with a lot of optional named parameters, called in...
View ArticleVisualEditor text styling inspector
@ItSpiderman wrote: We are trying to implement a dynamic inspector that would offer a couple of basic text styling options when user selects the text. Popup would appear when text is selected and...
View ArticleSuggestions for Wikipedia history pages
@JorgeStolfi wrote: [Is this the right place for this message?] Suggestions for Wikipedia history pages: Instead of the phrase “updated since my last visit”, paint a BIG green dot on the left margin....
View ArticleHow can we add vega-based graphs on a wiki via a gadget?
@srishakatux wrote: Vega-based graphs provided by Extension:Graph; I’m wondering how we can display them on a wiki page via a user script or Gadget code? I couldn’t find any documentation on this....
View ArticleUnknownerror MediaWiki API
@Smanmand wrote: I am trying to fetch a JSON response using a SQL query via a new API I am writing. The SQL query works fine but I am always getting unknownerror in the API. Is there a way to debug...
View ArticleReview code snippets around Action API for on-wiki documentation
@Jayprakash12345 wrote: Hello Everyone, Sorry for posting here. I am Jay Prakash. As part of my GSoC project, I have developed the sample code in PHP, Javascript, and MediaWiki JS to demonstrate the...
View ArticleCant able to run ffmpeg with VideoCutTool in wikimedia toolforge
@Gopavasanth wrote: I’m working on VideoCutTool as a part of GSoC 2019, our project is almost done, we hosted our tool-back-end in toolforge, here https://tools.wmflabs.org/video-cut-tool-back-end/...
View ArticleMysqldb not loading on hosting django application
@Rammanojpotla wrote: I am trying to host the django app on toolforge and I’ve created a database using this tutorial: https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database#User_databases I...
View ArticleAdd map coordinate in Wikidata
@Jayprakash12345 wrote: Hello, I am working on a user script that will add the coordinates. For that, I using following API var snakData = '{ "latitude":' + newCoords[0] + ',"longitude":' +...
View ArticleGetting all images from a wikidata item with sparql
@Halliday9 wrote: How can I get all images for a wikidata item? When I do a sparql query for the property image (P18) I only get one image. Here is my query: SELECT ?taxon ?taxon_common_name...
View ArticleLarge tiff files do not pass file verification when uploading to Commons
@Alicia_Fagerving_WMS wrote: Hi! I’ve been uploading some tiff files to Commons and some of them keep giving me “This file did not pass file verification” errors, both in the Upload wizard and when...
View ArticleSet default quality on embedded video from Commons
@Lokal_Profil wrote: We’re trying to embed a few videos from Commons on our Wordpress site but are currently struggling with the default quality being set to low (180p). Are there any urlparameters...
View Article[OOUI MessageDialog] Adding a line-break into an OOUI MessageDialog
@d3r1ck wrote: Is there a way to format text in an OOUI MessageDialog to accommodate line break? I’ve tried <br/>, \n and \n\n but these doesn’t work as expected. Thanks for your guidance in...
View ArticleMake wiki urls use page IDs instead of page titles?
@MavropaliasG wrote: Is it possible to make MW pages have their ID in the URL instead of the page title? E.g. the page ‘Test’ would be htttp://???com/wiki/516881812 instead of...
View ArticleError when Visiting Mediawiki Special:SpecialPages
@Prondubuisi wrote: I Installed Mediawiki using the vagrant install, when I try navigating to the Special:SpecialPages, I get the error in the screenshot below Screenshot from 2020-03-07...
View ArticleTimeless Skin, Tools en Sidebar
@Hispano76 wrote: Hi. On a wiki I’m using the Timeless Skin. Because I have quite a few links on the sidebar. I would like to move the “Tools block” to the right and another block from the...
View ArticlePOTD: Wikipedia (Extracting text descriptions)
@Soumya1017 wrote: I was trying to use https://www.mediawiki.org/wiki/API:Picture_of_the_day_viewer for a pet project, where I am required to extract the images, the corresponding description of the...
View ArticleSession Cookies: How to set the session cookie expiration date?
@SirMaeXchen wrote: Hey, Does anyone know how Mediawiki deals with session cookies. Apparently I am logged out after every browser session. As it is more convenient to be logged in by default, I tried...
View ArticleSet Page Title of Special Pages / Strange characters
@SirMaeXchen wrote: Hey, I tried to create a SpecialPage for an Extension (some thing to show comments). Unfortunately, I am struggling to set the page title right. What I did: Added the SpecialPage...
View Article