Wiki team
Contents |
- Wiki team
- Related teams
- Server admin
- New features team
- Text / Writers' team
- other?
- BW Teams
- All teams
- Legal team
- Vol. mgt
- Communications
- Wiki team
- About Teams
- Team
- Category:Team
- Coordination
- Coord. HowTo
- T. coordinators
- Manage
- [Teams DB]
[this box]
- Contact
- ?
- Important tools
- this wiki!!
- Monobook.css
- Wikipedia help
- People / Members
- who?
- How to Join
- Talk to someone - no formal process yet.
- Edit
-
[this box]
As you can guess, we take care of the wiki!
If you are a wiki expert, and want to help out, please get in contact with Kasper (guaka)wikitalk or Andreas (lemon-head)wikitalk! We are not an "official" team yet, but we can talk about everything!
People
See also the list of all registered users on this wiki.
You want to participate in this team ?
Solution: Ask one of the members - ideally Andreas (lemon-head)wikitalk or Kasper (guaka)wikitalk. This is different from the other teams, because ... don't ask!
People with server access
Some modifications can only be done on the server. For instance, making single pages public.
- Andreas (lemon-head)wikitalk - ready to help out, but still learning.
- Tobias (tobixen)wikitalk - Usually very helpful :) Expert of server stuff, but not so much an expert of wiki-related things.
- Micha (lupochen)wikitalk - (temporary) server access, to implement the top navi
- Marco (MarcoP)wikitalk
- Hannu (Hkroger)wikitalk - usually busy
- Everyone in the Server admin team.
If any of these informations is wrong, please correct it!
Bureaucrats
Buraucrats can promote other users to Sysop and Bureacrat status, and are also sysops.
- Kasper (Guaka)wikitalk
- Hannu (Hkroger)wikitalk
- Marco (junglerover)wikitalk
- Andreas (lemon-head)wikitalk - doing a lot of freaky stuff like css menus etc.
- Pierre-Charles (pietshah)wikitalk
- Thomas (tgoorden)wikitalk
- Frank (thorgal67)wikitalk
Sysops
Sysops can delete and protect pages.
Non-sysops doing active wiki maintenance
Tasks
-
[edit]
Make it public
Single pages can be made public by people with server access. There is a whitelist in the settings php-file.
[edit]Make it update-proof
Changes that were made on the server should better be implemented using wiki pages, such as MediaWiki:Sidebar and MediaWiki:Monobook.css.
[edit]Improve layout / aesthetics
We can use MediaWiki:Monobook.css for this task.
[edit]Redesign team pages
People working on this:
Design goals:
- Layout and visual landmarks to guide the eye of the visitor.
- Accelerated navigation.
- Make everything easier to edit.
Progress: Going forward quite well! But needs more feedback and evaluation from volunteers who are not wiki-experts.
-
[edit]
Housekeeping tasks
- Categorize uncategorized pages
- Use more wiki syntax more consistently all over articles
- There are no links to lonely pages, either
- create links to them
- delete them if they're obsoleted
[edit]Housekeeping that needs Sysop status
- Delete unused categories
- Fix wiki layout: MediaWiki:Monobook.css
[edit]Tasks that needs server access
- Short links to BW website, and to forum, e.g. bw:pagename.html, bwf:forumthreadlink, bwt:for trac, bwmail:for mailing lists?
- Make many more pages publicly accessible. Problem: need consent of other volunteers!
Official pages
Some pages on this wiki are more official than others. Take extra care with these. Check out this category.
Why this team?
Guaka started this team, since he thinks it's a good idea to keep an overview about what's happening in the wiki, who's doing what, what needs to be done, etc.
Questions and Answers
Wiki php
Strange section edit links
The edit links in this wiki look very bad, because they are placed far too high above the headline. Inspection with firebug turns out that the html tree structure (DOM) is not the same as in original Wikipedia! Maybe someone has messed around with the php that generates the edit links?
Wikipedia: DOM tree of a h2 headline
<div id="bodyContent>
...
<p>
<a id="..."/>
</p>
<h2>
<span class="editsection">...</span>
<span class="mw-headline">...</span>
</h2>
...
</div>
This wiki
<div id="bodyContent"> ... <div class="editsection">...</div> <a name="Repair_top_navi"/> <h2>#text: Repair top navi</h2> ... </div>
This special DOM tree structure makes it totally impossible to fix the badly placed edit links in monobook.css. Someone needs to have a look at the php.

