Help:Editing

From ZineWiki
Revision as of 02:36, 3 July 2006 by Alanlastufka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Word formatting

Emphasize
''Emphasize'', '''strongly''', '''''very strongly'''''

Emphasize, strongly, very strongly


HTML tags you can use

Typewriter font for technical terms

<tt>monospace text</tt>

monospace text


Small text

<small>small text</small>

small text


Strikethru text

<s>strike out deleted material</s>

strike out deleted material


Headings

same as headlines/chapters/sections

First, second and third level headings

=New section=

==Subsection==

===Sub-subsection===

A first level heading is for example the "Word formatting" heading on this page. The "Bullet lists" heading on this page is an example of a 2rd level heading.

The "Table of contents" box you see at the top of this page will appear automatically when you have used 4 or more headings. First level headings are shown as x, 2rd level as x.x and so on.


Internal linking

[[Main Page]]

Becomes a link to the Main Page of this Wiki.


[[Information|Infos!]]

Becomes a link to the Information page but Infos! is written instead like this: Infos!


Linking to a headline at a wiki page.

You can link to a headline on another wiki page.

[[http://www.ipbwiki.com/IpbWiki_Features#Parses_BBCode]]

Becomes at link to the headline "Parses BBCode" at the Features page like this: IpbWiki_Features#Parses_BBCode


You can also replace the text written on the final page.

[[IpbWiki_Features#Parses_BBCode|Check out the BBCode]]

Becomes: Check out the BBCode


External linking

Remember to start with "http://".


Bare URL
http://www.ipbwiki.com/

Becomes http://www.ipbwiki.com/


Named link
[http://www.ipbwiki.com/ IpbWiki: connecting Invision Power Board with MediaWiki...]

Becomes IpbWiki: connecting Invision Power Board with MediaWiki...

Lists

Bullet lists

You can make bullet lists with "*".

* First level list object
** Second level list object
*** Third level list object
* Another first level list object
  • First level list object
    • Second level list object
      • Third level list object
  • Another first level list object


Numbered lists

You can make numbered lists with "#".

# First level list object
## Second level list object
### Third level list object
# Another first level list object
  1. First level list object
    1. Second level list object
      1. Third level list object
  2. Another first level list object


Mixed lists

You can even make mixed lists like this.

* You can even do mixed lists
*# and nest them
*#* like this
  • You can even do mixed lists
    1. and nest them
      • like this


Definition lists

;item
: the item's definition
item
the item's definition