[Main Page] Main Page | Recent changes | View source | Page history

Printable version | Disclaimers | Privacy policy | Latest revision

Not logged in
Log in | Help
 

Making a new page

(Difference between revisions)

 
Line 1: Line 1:
{{Wikify|February 2007}}
+
You need to turn on Inputbox tag
 
+
or this code won't work
The standard new page making is disabled in this wiki, though you're not disallowed to add a new page. You need to use a workaround. If you want to make a new page, think about this:
+
*Is the content really funny or useful? For example, there should not be a page named "Blah".
+
*Is the content already present on another article? Then, your new article won't be needed, as the info can already be found. Unless it's hard to find or too extendable, of course.
+
*Can the content be presented in a form that does not anger, insult, or offend other readers?
+
 
+
----
+
 
+
You can start an article using this input box where the intput box will be the name of the article page.
+
 
+
 
<inputbox>
 
<inputbox>
 
type=comment
 
type=comment
 
buttonlabel=Create
 
buttonlabel=Create
 
</inputbox>
 
</inputbox>
 
After you get onto that page, you should have the title where "New Article" would have been on the page previously. After that, input your content. Okay, if you want to add this to a category, like Category:Tutorials, simply put:
 
 
<pre>
 
[[Category:Tutorials]]
 
</pre>
 
 
at the bottom of the page. Hit save to save it, or preview to see what it looks like so far. You will have to save after you preview, though. From then on, the page will show up in the [http://www.hak5.org/wiki/index.php?title=Category:Tutorials Tutorials] section.
 
 
----
 
 
For markup, tags and stuff, check the Wikipedia page: http://en.wikipedia.org/wiki/Help:Editing
 
That's all. You'll now have an empty box wherein you can put stuff. Good luck.
 
 
If you run into a roadblock, you may find it useful to leave a message on another user's Talk page asking them for help.
 
 
[[Category:Tutorials]]
 

Revision as of 18:24, 18 February 2007

You need to turn on Inputbox tag or this code won't work <inputbox> type=comment buttonlabel=Create </inputbox>