Page 5 of 22

Posted: Sat Jan 31, 2015 10:09 pm
by wgeurts
Yeah, if you go to Vengeful Mafia the stats are calculated with it in the "odds" section. Intrestingly enough the results are very close to what the page maker calculated they would be.

Posted: Mon Feb 16, 2015 9:10 am
by wgeurts
I'm redoing the setup category pages, they were each made separately meaning they have different styles and some information is no longer correct. The main page and general setups page are done, they are friendly to non-native viewers now.

Also, are there actually any active wiki moderators anymore? I've been asking for one for a while to change the main-page however none have reacted. Lots of spam pages are being left alone as well, I'm blanking them but deletion would be better.
We need new moderators IMO, the current ones seem to be doing very little. (Not the technical admins like Kison, they rule.)

Posted: Thu Feb 19, 2015 9:53 am
by wgeurts
Can somebody read and correct and grammatical/spelling mistakes I've made in the Setups Section of the wiki?
I try to do my best however English not being my native language means I make mistakes occasionaly.
The pages in the navigation bar of this page (Including that page itself) need checking: http://wiki.mafiascum.net/index.php?tit ... _Main_Page

Posted: Wed Feb 25, 2015 9:55 am
by wgeurts
After some recent changes to the wiki moderation team (Which I definitely didn't pester people to do.) I'm now part of it and I want to hear what everyone misses or wants on the wiki. It is a community wiki; for everyones use, so it would be great to know what is wanted. This could be content, articles or even stuff which requires extra coding like preset styles to ease formatting (Custom JavaScript is also possible allowing nearly anything, hhowever it would have to be discussed with the Admins.).
Please tell me all your thoughts, it'll help me to improve.

All moderators off any type have been given wiki moderation permissions however it would be nice if some others apply, these guys hsve other tasks so it would be great if some other people who are willing to moderate apply in the thread in Site Ideas on this subject.

Posted: Wed Feb 25, 2015 9:58 pm
by wgeurts
In post 103, wgeurts wrote:After some recent changes to the wiki moderation team (Which I definitely didn't pester people to do.) I'm now part of it and I want to hear what everyone misses or wants on the wiki. It is a community wiki; for everyones use, so it would be great to know what is wanted. This could be content, articles or even stuff which requires extra coding like preset styles to ease formatting (Custom JavaScript is also possible allowing nearly anything, hhowever it would have to be discussed with the Admins.).
Please tell me all your thoughts, it'll help me to improve.

All moderators off any type have been given wiki moderation permissions however it would be nice if some others apply, these guys hsve other tasks so it would be great if some other people who are willing to moderate apply in the thread in Site Ideas on this subject.

I've added a sidebar linking to the main areas in the forum for the wiki, does anyone want one that links to the main categories of the wiki or is that too much?

Posted: Wed Feb 25, 2015 10:17 pm
by Psyche
i typed a lot of stuff and it disappeared
that's a sign that i should have nothing to do with this

Posted: Wed Feb 25, 2015 10:26 pm
by Psyche
a summary:
- organize the articles in a clear manner
this will make things easier to find and browse through, and will make obvious what articles are missing or could be added

- standardize article features
right now when an article link is clicked, even if the article has a lot of content, you can't really expect anything about the sort of information will be present, how it'll be organized, or how well-connected by links it'll be to other articles, etc.
developing or sharpening and then implementing standards for various sorts of articles (eg setups, roles) will markedly improve the wiki

if you do both of these then everything left to do is creative
actually producing articles that fill informational holes in the wiki
i believe more of an emphasis should be placed on connecting/basing articles on "researched forum history" or something than on the writer's intuition, but meh

Posted: Sun Mar 01, 2015 10:39 am
by wgeurts
Quite a few updates I couldn't make before I was a mod:
The navigation boxes on the sides of pages have been updated.
A new easy to set up navigation bar generator. I need comments on how it looks so I can improve it. To find it and see how it works go here: http://wiki.mafiascum.net/index.php?tit ... :SetupNav2

It works of only CSS3 meaning no JavaScript was used, it is also very easy to edit into pages with only a div element with a class attribute being required and regular wiki list syntax for the links and hierarchy.

Posted: Sun Mar 01, 2015 12:21 pm
by N
Why do we need that "forum" bit on the side?

Posted: Sun Mar 01, 2015 7:28 pm
by wgeurts
It allows for quick access to various site areas, it's mostly there for non-scummers to direct them to the main site.
If enough people don't want it it can be easily removed.

Posted: Sun Mar 01, 2015 7:48 pm
by Psyche
It's probably not worth it. Anyone new coming to the wiki is going to pass through www.mafiascum.net.

Posted: Sun Mar 01, 2015 8:16 pm
by BBmolla
Disagree.

Lots of average forums use our wiki to reference setups and shit.

Posted: Sun Mar 01, 2015 8:27 pm
by Psyche
Well it's definitely not in the way.

Posted: Sun Mar 01, 2015 8:53 pm
by N
It already says "To play the game in our forum, go here" at the top of every page. Psyche's right that it doesn't get in the way or anything, I just dislike change or something probably.

Posted: Sun Mar 01, 2015 9:42 pm
by wgeurts
I'm using it to quickly access bookmarks, saves me 15 seconds or so. Could add up to minutes of saved time. :)

Posted: Mon Mar 02, 2015 2:19 am
by tn5421
In post 111, BBmolla wrote:Disagree.

Lots of average forums use our wiki to reference setups and shit.


There is this, and I've already found it useful myself.

Posted: Mon Mar 02, 2015 8:31 am
by Oranje Crush
The navigation bar is (mostly) finished. It creates a navigation bar which can have optional drop-down menu's. This explains how to use it:
Step 1

Make a div with the following:

Code: Select all

<div class="nav"></div>


Step 2

Add the levels and links:

Code: Select all

<div class="nav">
*[[Example1]]
**[[Example1DropDown1]]
**[[Example1DropDown2]]
***[[Example1DropDown2SubTab1]]
*[[Example2]]
*[[Example3]]
</div>


In this example Example1-3 would be visable, if the user hovers over "Example 1" it's 2 drop down tabs appear under it. If the user then hovers over "Example1DropDown2" another sub tab appears next to it. Of cause the links can be any page, use regular wiki syntax.

Known bugs:
  • If on a page that a first level (visable without mousing over) tab links to all sub-tabs and dropdowns won't open for that tab. I don't know why and I'm looking to fix that.
    Stupid mediawiki stopping self-links. It can be fixed by using actual URL's however that takes more work than regular wiki syntax.

Posted: Mon Mar 02, 2015 8:31 am
by Oranje Crush
Ah, that's wgeurts

Posted: Mon Mar 02, 2015 1:18 pm
by RedCoyote
Is this the thread where we tell wgeurts what we want done to the wiki?

wgeurts, can you put organizing a better Scummies page on your to-do list?

Posted: Mon Mar 02, 2015 4:23 pm
by Psyche
This is that threat.
Thread!

Posted: Mon Mar 02, 2015 4:26 pm
by Psyche
Also, here's an idea.

There are apparently stable templates around of someone of the best Scummer wikis around (like UN's). If you made some page working as a guide to making your own wiki (which there is a lot of general interest in doing) which points to one of those templates, the world would be a clearly better place.

Posted: Wed Mar 04, 2015 7:08 am
by tn5421
In post 120, Psyche wrote:Also, here's an idea.

There are apparently stable templates around of someone of the best Scummer wikis around (like UN's). If you made some page working as a guide to making your own wiki (which there is a lot of general interest in doing) which points to one of those templates, the world would be a clearly better place.


+9999

Posted: Fri Mar 06, 2015 5:48 pm
by KittyMo
Is there a way to categorize the open setup statistics subpages that doesn't automatically apply those categories to their main setup pages??

Posted: Sat Mar 07, 2015 12:32 am
by wgeurts
Yes, however it's a little work.
Use <noinclude> and </noinclude> around the category syntax and <includeonly> and </includeonly> around the template part that generates the stats.

@Pysche, I'll get someone to make a page like this. I don't personally use these templates so if I were to write it I'd need to take a look.

I've not been able to update anything recently, exams are taking up my time.

Posted: Sat Mar 07, 2015 8:56 pm
by KittyMo
I can't get the <includeonly> tags to work? http://wiki.mafiascum.net/index.php?tit ... on=history