Everything's fine then!
(exept js in the wiki still not working, hehe)
UPD:

really?
(exept js in the wiki still not working, hehe)
UPD:
really?
https://github.com/peppy/osu-mediawiki/ ... f4507fc879deadbeat wrote:
[peppy] Wiki codebase update.
i wonder what the update includes ._.
peppy wrote:
Stop restricted users from being able to use the wiki.
Or just give administrator rights to all approved users (Admins, BATs, Moderators, etc.) and then lock certain articles.Repflez wrote:
A question just in case. Can the wiki be upgraded to at least MediaWiki 1.19? Is mostly to request to install this extension (The other reason is that the current version installed has several vulnerabilities): https://www.mediawiki.org/wiki/Extension:Approved_Revs
It pretty much allows articles to have "approved revisions" which are shown in the article even if there edits in the future. Useful for important articles like Ranking Criterias and tournaments.
That's more tiring to keep tabs on that on the long run. I'm ok with admins having rights to edit protected articles.[Dellirium] wrote:
Or just give administrator rights to all approved users (Admins, BATs, Moderators, etc.) and then lock certain articles.
Articles like the rules, the main page and templates that are used everywhere shouldn't be freely editable by everyone because of the disruption it can cause if someone vandalizes those pages, so all of those but the rules are currently locked.Zallius wrote:
Some people seem to forget what the purpose of a wiki is.
If we wanted to display information then restrict and lock it, it would be in the form of a news post or forum post.
http://osu.ppy.sh/wiki/Template:MapTechsChaoslitz wrote:
so I think I have to ask here....
If anyone can tell me rather this table can be edited?
I started to add pages for some detailed information in mapping techniques, but I have no idea how different pages can group in this table together :/
Thanks.
{{navboxrow
|title=category(分类)
|list=content(内容)
}}
Thanks for help.hoshisorakiseki wrote:
http://osu.ppy.sh/wiki/Template:MapTechs{{navboxrow
|title=category(分类)
|list=content(内容)
}}
Any error or something? Making a test page worked without errors.Dishonest wrote:
I can't make new pages on Chrome? @-@!?
{{Fontcolor|<text color>|<background color>|<text>}}what's the difference between fontcolor and text color?
(Extremely late reply) Done. Just added table formatting for it to ease comparison.deadbeat wrote:
was looking at how to add colour to text. and found this{{Fontcolor|<text color>|<background color>|<text>}}what's the difference between fontcolor and text color?
or are there easier ways to do it?
nevermind, got it
I'll help. But I think that many links are removed or has missing Nominators.RaikireHiuduo wrote:
Dear god this is gonna take 7+ hours. Can somebody help me?
https://github.com/tosher/Mediawiker/wi ... r-settingsDeimos wrote:
Does someone know if it's possible to connect with Sublime Text 2 and the extension "Mediawiker" to the osu!wiki? If so, how? Would be handier to edit wiki articles.
Oh, thanks, the https to true was new for me but it still doesn't work. When I try to open a page it just opens an empty untitled page. No idea what I am still missing.Repflez wrote:
https://github.com/tosher/Mediawiker/wi ... r-settings
host to osu.ppy.sh
path to /wiki/
pagepath to /wiki/
https to true
username and password are the same as your osu! account
Remember to prefix ! on summary to get edits marked as minor.
...
if ( id == selectedId ) {
prefTabLinks[id].parentElement.className = 'selected';
prefContentDivs[id].style.display = 'block';
} else {
prefTabLinks[id].parentElement.className = '';
prefContentDivs[id].style.display = 'none';
}
...
Wow you made the tabs work. I can't into Javascript too but they work. Thanks.TicClick wrote:
Just did and it doesn't work for me, but I'm running Canary and that might be the reason.
EDIT: Okay, after some time spent on staring at the source of Special:Preferences and exploring w3schools.com (I don't know JavaScript at all) I managed to get it to work by fixing prefShowTab:
[code stuff]
{{OL}}
{{OL|<custom article>}}Let's say that someone added {{OL|Rules}} on another wiki article.
kwargs = {
'lgname': self.credentials[0],
'lgpassword': self.credentials[1]
}
kwargs = {
'lgname': self.credentials[0],
'lgpassword': self.credentials[1],
'wpName': self.credentials[0],
'wpPassword': self.credentials[1]
}
{{Global_Moderation_Team/Members
|Click here to edit this table template=
|Names=
|Languages=
|Area of focus=
|Forum moderation=
|Chat moderation=
|Development=
|Technical support=
|osu!media creation=
|Wiki administration=
|Mentorship=
|osu!stream manager=
|some=
|Arabic=
|Bulgarian=
|Cantonese=
|Chinese=
|Czech=
|Dutch=
|Filipino=
|Finnish=
|French=
|German=
|Greek=
|Hebrew=
|Hungarian=
|Indonesian=
|Italian=
|Japanese=
|Korean=
|Malaysian=
|Norwegian=
|Polish=
|Portuguese=
|Romanian=
|Russian=
|Serbian=
|Spanish=
|Swedish=
|Swiss=
|Thai=
|Turkish=
|Ukrainian=
|Vietnamese=
}}
{{Quality_Assurance_Team/Members
|Click here to edit this table template=
|Names=
|Modes=
|Languages=
|some=
|Arabic=
|Bulgarian=
|Cantonese=
|Chinese=
|Czech=
|Dutch=
|Filipino=
|Finnish=
|French=
|German=
|Greek=
|Hebrew=
|Hungarian=
|Indonesian=
|Italian=
|Japanese=
|Korean=
|Malaysian=
|Norwegian=
|Polish=
|Portuguese=
|Romanian=
|Russian=
|Serbian=
|Spanish=
|Swedish
|Swiss=
|Thai=
|Turkish=
|Ukrainian=
|Vietnamese=
}}
{{Beatmap_Nomination_Group/Members
|Click here to edit this table template=
|Name=
|Languages=
|some=
|Arabic=
|Bulgarian=
|Cantonese=
|Chinese=
|Czech=
|Dutch=
|Filipino=
|Finnish=
|French=
|German=
|Greek=
|Hebrew=
|Hungarian=
|Indonesian=
|Italian=
|Japanese=
|Korean=
|Malaysian=
|Norwegian=
|Polish=
|Portuguese=
|Romanian=
|Russian=
|Serbian=
|Spanish=
|Swedish=
|Swiss=
|Thai=
|Turkish=
|Ukrainian=
|Vietnamese=
}}
{{Support_Team/Members
|Click here to edit this table template =
|Names=
|Languages=
|some=
|Arabic=
|Bulgarian=
|Cantonese=
|Chinese=
|Czech=
|Dutch=
|Filipino=
|Finnish=
|French=
|German=
|Greek=
|Hebrew=
|Hungarian=
|Indonesian=
|Italian=
|Japanese=
|Korean=
|Malaysian=
|Norwegian=
|Polish=
|Portuguese=
|Romanian=
|Russian=
|Serbian=
|Spanish=
|Swedish=
|Swiss=
|Thai=
|Turkish=
|Ukrainian=
|Vietnamese=
}}
{{Language_Moderators/Members
|Click here to edit this table template=
|Channel=
|Subforum=
|Operators=
|All moderators=
}}
1. Fixed, thx.XPJ38 wrote:
The French pages are now updated with these templates.
Some things I noticed in your previous post:
- you forgot the = sign for Swedish in every template
- you added an extra / in the template title "Language Moderators/Members/"
- you forgot the _ in the template titles "Support Team/Members" and "Language Moderators/Members"
- why is the BNG template named "Beatmap_Nomination_Group_Members" and not "Beatmap_Nomination_Group/Members"?
t/399859RaikireHiuduo wrote:
Problem statement:-
Inability to save wikipage.
Pages in question:-
a. Announcement Archive
b. opsu!
Steps to reproduce:-
1. "Save page".
2. Directed to CloudFlare's security page. Image link (lower half info excluding ID and IP)
---------
Site owner = peppy?
Ephemeral wrote:
osu! now has a wiki dedicated to all sorts of information about everything osu! related
you can access it here:
http://osu.ppy.sh/wiki/index.php?title=Main_Page
please log in and start adding content!
Post your problem in here, please.Kadabozz wrote:
Hey. I'm a Mac player (of Osu!, of course) and from about 2 weeks i'm having problems with installing beat maps. Every time i download a beat map and install it (with all possible ways) Osu's says that the file failed or/and is corrupted (and moves it to 'Failed' folder)... I tried everything and the problem continues. I have like 2 months playing Osu! on mac and i never got problems. My mac is fully updated and Etc.- When this problem will have a solution? Osu! without newer beat maps (i have 968) isn't Osu...![]()
Thanks~
Pretty much the mediawiki version of the wiki is all but deprecated at this point. All wiki efforts are happening on the GitHub repo. I recommend to do those efforts on the GitHub repo.- Nyurin - wrote:
Any chance that Traditional Chinese version happens? For now, Chinese wiki is labeled as ZH, however there's Simplified Chinese and Traditional Chinese. If there's ZH-SC / ZH-TC, it'd be nice.
We also have a SC/TC translation table on Wikipedia. Maybe you guys can use those. Since not only writing differs between SC/TC, words used are different too.