Sprite Wars:Help

From Sprite Wars

(Difference between revisions)
 
Line 70: Line 70:
----
----
-
To add article into category, write <nowiki>[[Category:what category you want to put it]]</nowiki> at the BOTTOM of the article. It is LAST thing you will write.
+
To add article into category, write:
 +
 
 +
<nowiki>[[Category:what category you want to put it]]</nowiki>  
 +
 
 +
at the BOTTOM of the article. It is LAST thing you will write.

Current revision as of 10:36, 22 March 2009

Okay, I have collected here some of the most important info you need when writing articles, like codes and such. I trust that you know how to write articles. IF you are not sure, read Rules

Contents

Codes

You write:

( <div style="border:1px solid black;background-color:peachpuff;padding:2px;">PUT SOME FREAKING TEXT HERE!</div> )

You see

(PUT SOME FREAKING TEXT HERE!)

for this, I place some help here. Place ; to separate different codes. All parameters of look are placed here:

style="Inside these quotes"

Meaning of the codes:


border: <--What kind of border

parameters:

px <-- how many pixels it's wide, recomended 1px solid color <--what color border is

background-color: <-- what backgorund color

padding: px <-- how much space between border and text, in pixels. Recomended 2


You write:

# I am useless text! # I am more useless # I am emo!

You see:

  1. I am useless text!
  2. I am more useless
  3. I am emo!



You write:

*point 1 ** point1.1 ***point 1.11 **point 1.2 *point 2

You see:

  • point 1
    • point1.1
      • point 1.11
    • point 1.2
  • point 2



To add article into category, write:

[[Category:what category you want to put it]]

at the BOTTOM of the article. It is LAST thing you will write.


Toolbar

Your best friend.

List of functions

(apart from the last two examples, these pieces of wikitext are created by typing abc, selecting it and clicking the buttons on the toolbar)

Icon Function What it shows when editing What it shows on the page
File:Bold icon.png Bold or strong emphasis '''abc''' abc
File:Italic icon.png Italic or emphasis ''abc'' abc
File:Internal link icon.png Internal link [[abc]] abc
File:External link icon.png External link [abc.com]
File:Headline icon.png Section heading == abc ==

abc

File:Image icon.png Insert image [[Image:abc.jpg]] File:Abc.jpg
File:Media icon.png Insert media [[Media:abc.ogg]] Media:abc.ogg
File:Math icon.png Mathematical formula <math>abc</math> Failed to parse (Can't write to or create math temp directory): abc
File:Nowiki icon.png Ignore wiki formatting <nowiki>abc '''[[Bold text]]'''</nowiki> abc '''[[Bold text]]'''
File:Signature icon.png Sign talk comments (with time stamp) --~~~~
File:H-line icon.png


Horizontal line ----
Personal tools