Sprite Wars:Help
From Sprite Wars
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:
You see
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:
- I am useless text!
- I am more useless
- 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
- point1.1
- 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 | ----
|
|