How can I import a pdf-file to a mediawiki page (inclusive bookmarks)?
Manual talk:FAQ
Special:Upload on your wiki and install Extension:PdfHandler ? ~ Seb35 09:41, 9 November 2011 (UTC)
PdfHandler only show me the documents. But I need the documents as wiki pages, because we want edit this pages directly in browser.
This is quite difficult, there is no such functionality as it. Perhaps you can look at Extension:Proofread Page (used on Wikisource), but it’s not exactly what you want. This extension can retrieve text layer of DjVu files (and there are tools to convert pdf to djvu), but this is quite complicated.
Regarding Manual:FAQ#How do I customize the link-URL of the site-logo in the top left corner of all pages that activates when the site-logo is clicked upon? The proposed solution uses Manual:Hooks/SkinTemplateOutputPageBeforeExec Which was removed in MW version 1.37. Is there an alternative answer that works in MW versions 1.37+?
P.S.: The MediaWiki:Common.js wasn't working either, but I discovered it is because my skin was using class="mw-logo...
instead of class="mw-wiki-logo...
. Changing the Common.js lines to the following resolved the issue:
$("a.mw-logo").attr("href", "http://www.example.com"); $("a.mw-logo").attr("title", "Go to example.com website");
No, I don’t think there’s a PHP answer that works in MW 1.37+.
For the JavaScript solution, it looks like the two variants of the Vector skin use different class names. he old variant (Vector 2010) uses mw-wiki-logo
(as documented in the FAQ), while the new variant (Vector 2022) uses mw-logo
. Given that the new variant is becoming the default, maybe the FAQ entry should be updated to at least mention the new one as well. Or the Vector skin should be fixed to be self-consistent.T
It only talks about "$wgLogo" which has to be replaced with "$wgLogos" (i.e. the plural one) because it is not supported anymore and does not exist on new installations. I don't really understand the multiple logos thing so I can't do it.
Please see the box on https://www.mediawiki.org/wiki/Manual_talk:FAQ which says "Please do not post support questions here."
I don't think it's a support question? I had no problem figuring some solution. It's a comment on the text on the wiki being outdated, participating on how to improve the text on this wiki. The second most recent post here is also about a case of Manual:FAQ containing information about an earlier MW version than what people are now going to install, so I wouldn't think of a different place to point this out.
Argh, you are right, I am sorry. Fell free to edit it, I'd say? :)
No worries :) Good to know, I *may* have a go at it if I at some point feel a bit more confident in the way $wgLogos works
I need to use the EA Automation Interface from Java to create some diagrams in EA - something for which there are examples. However I also want to make some of the diagrams composite diagrams linked to an element in the model.
In EA itself it's just a question of right clicking on the element, selecting Add and then Select Composite Diagram but I can't see anywhere in the Automation Interface where I can create this relationship.
Does anyone know how to do this?
What relation has EA with MediaWiki (and this FAQ page)?
What's the site's policies regarding NSFW content? I can't find it in the rules.
Which "site" (full URL link)? Which "rules" (full URL link)? For mediawiki.org, see the footer: there is a Privacy Policy, Terms of Service, and there is Project:About.
I was referring to MediaWiki's policy on NSFW content.
If you mean this wiki specifically: All Wikimedia projects, including MediaWiki.org, are not censored (See foundation:Resolution:Controversial_content).
But if you set up you own MediaWiki instance, you can establish relevant policies on your own.
I am getting tired of Fandom, how do I make wikis on this?
See Hosting services if you do not want to set up your own server
Do you need to have a hosted website accessible before downloading the software? If yes, how does the software interact with the hosted website?
I want to create a wiki where I have all the user rights on it because I created a wiki on Fandom and it only made me an administrator and bureaucrat.
You'll have to host it on your own server. Once you have a server (or your own computer), see Manual:Installation guide.
Other hosts offer more freedom than Fandom. See Hosting services
Is this working on Windows? --197.207.150.111 16:52, 14 May 2022 (UTC)
hello there. i am trying to make a wiki but there is not an option on the left bar to let us make a wiki so can you show me how?
I've created a new entry to answer your question: Manual:FAQ#How do I create a wiki?
now what?
Follow the steps provided in that answer
Looking at the https://www.mediawiki.org/wiki/Manual:FAQ#Still_no_luck._Where_can_I_ask_for_help? section:
The link for "(try and search the archive first)" points to a domain that times out.
http://dir.gmane.org/gmane.org.wikimedia.mediawiki
The subscribe page for the maillist at https://lists.wikimedia.org/mailman/listinfo/mediawiki-l points to a different URL:
https://lists.wikimedia.org/pipermail/mediawiki-l/
Which is the correctlink?
GMANE was a list archive that offered search functionality. However, it has disappeared since.
The official list is https://lists.wikimedia.org/pipermail/mediawiki-l/
It seems that many mediawiki pages / api tend to timeout and this is a frequent question and sometimes mistaken for a bug. It would be good to add something like this :
Why... ... is a page not opening within seconds? A special page, api or page may timeout if it can't be generated within minute. While this is expected behaviour in many cases, sometimes this can be caused by software issues either with the site or with the browser.
Hi, what's definitely missing in the FAQ is an point about cookies. Due to (but not only) some of us (MedaiWiki users) lives in the EU we have to respect GDPR. That's why the FAQ IMHOhas to give answers to the following questions:
- Is MediaWiki (not the homepage mediawiki.org!) using cookies?
- If so, are there any alternatives (to prevent using cookies)?
- If so, where can I manage that?
- If so, what kind of cookies does the MediaWiki use? Functional only? Tracking? Third party?
- Is there any opportunity to inform (my) Wiki users GDPR-compliant about using cookies?
- If so, are there any alternatives (to prevent using cookies)?
So far, I couldn't found that much information about.
- Yes and no, this article convey that it's possible to use MediaWiki without cookies. Here it is stated that different scripts have different solutions, there is no unity.
If I log in on my Wiki and looking for cookies in the meantime, Firefox isn't show me any cookie from my site. But durig I'm writing this sentence and beeing logged in here, cookies were set.- see above
- see above
- I couldn't found anything about that.
- Extension:CookieWarning
- see above
Do I overlooked the decisive site/article?
Best, Semmelrocks - 22:02 (21.2.2021)
There's no way to prevent cookies from being set, unless you configure your server to filter any Set-Cookie header. Then, you won't be able to login or edit pages. Those are essential cookies not used for tracking.
Also see GDPR (General Data Protection Regulation) and MediaWiki software for all and any GDPR related stuff
@AKlapper (WMF): Thanks for link to the GDPR site. It helps a lot! @Ciencia Al Poder: Thank you, too. But why it's not documented anywhere?