Juttavd
Welcome to Wikinews
|
Getting started as a contributor
|
Welcome! Thank you for joining Wikinews; we'd love for you to stick around and get more involved. To help you get started we have an essay that will guide you through the process of writing your first full article. There are many other things you can do on the project, but its lifeblood is new, current, stories written neutrally. |
All Wikimedia projects have rules. Here are ours.
Listed here are the official policies of the project, you may be referred to some of them if your early attempts at writing articles don't follow them. Don't let this discourage you, we all had to start somewhere. The rules and guides laid out here are intended to keep content to high standards and meet certain rules the Wikimedia Foundation applies to all projects. It may seem like a lot to read, but you do not have to go through it all in one sitting, or know them all before you can start contributing. Remember, you should enjoy contributing to the project. If you're really stuck come chat with the regulars. There's usually someone in chat who will be happy to help, but they may not respond instantly. |
The core policies
|
Places to go, people to meet
Wiki projects work because a sense of community forms around the project. Although writing news is far more individualistic than contributing to Wikipedia, the free encyclopedia, people often need minor help with things like spelling and copyediting. If a story isn't too old you might be able to expand it, or if it is disputed you may be able to find some more sources and rescue it before it is listed for deletion. There are always discussions going on about how the site could be improved, and your input is of value. Check the links here to see where you can give input to the running of the Wikinews project. |
Find help and get involved
|
Write your first article for Wikinews!
Use the following box to help you create your first article. Simply type in a title to your story and press "Create page". Then start typing text to your story into the new box that will come up. When you're done, press "save page". That's all there is to it!
|
Questions in regards to flagged revisions
edit[copied from my talk]
Hi, I would like to ask some questions in regards to flagged revisions. Is it correct that unregistered users will only see articles and article updates once they have passed the review process? We are just setting up a wiki for our organisation and need some good quality control. It would be great if you could let me know how it works. I find the documentation on mediawiki hard to understand...
- Yeah thats pretty much the jist of it. The documentation is more written from a technical perspective then a user perspective. Basically you can set it up in a number of ways, but the most common way is you have a group of users who are 'editors' (on wikinews special:listusers/editor) which can approve stuff. Anything an editor edits is automatically approved. Unregistered users can only see the latest approved (often referred to as 'sighted') revision. Logged in users can usually chose if they see latest version or latest approved. You can also configure on a per page basis if the latest version or latest reviewed version is shown. Hope that helps. If you have any more questions feel free to ask. Bawolff ☺☻ 06:06, 21 April 2010 (UTC)
- The comments namespace is more of a hack then anything else. It does not use any extensions (well recently we've started to use mw:extension:LiquidThreads, but thats separate from the comments themselves). Basically we made a new custom namespace (ns 102), and then used javascript to create a new tab called opinions (with ajax to determine if the page exists or not). However I would personally reccomend not going the js route unless you have a good reason. There is mw:Extension:CommentPages which puts all our js hacks in php where they should be which is probably much better. (However i have never tried that extension, so i can't personally vouch for it). mw:Extension:ArticleComments is also an extension that sort of related and has a good reputation, and might be what you're looking for.