Help:Editing: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(stubbins)
 
(a bit more)
Line 1: Line 1:
==Basic formatting==
==Basic formatting==
* For more advanced formatting help see [[Wikipedia:m:MediaWiki User's Guide: Editing overview|m:MediaWiki User's Guide: Editing overview]].


{| border=1 cellpadding=5
{| border=1 cellpadding=5
Line 19: Line 21:
*Bullet three
*Bullet three
|-
|-
| For numbered list, add a # at the beginning of eaach line:
| For a numbered list, add a # at the beginning of eaach line:
   #Item one
   #Item one
   #Item two
   #Item two
Line 27: Line 29:
#Item two
#Item two
#Item three
#Item three
|-
| To make a link within the wiki (or to certain other wikis such as Wikipedia), enclose it in double quotes.  Use a pipe to link to a different page than what is displayed.
  <nowiki>* [[Esperanto]]</nowiki>
  <nowiki>* [[User:Muke]]</nowiki>
  <nowiki>* [[User:Muke|Muke]]</nowiki>
  <nowiki>* [[Wikipedia:Lingua Franca Nova]]</nowiki>
|
* [[Esperanto]]
* [[User:Muke]]
* [[User:Muke|Muke]]
* [[Wikipedia:Lingua Franca Nova]]
(Red links are to nonexistent pages, blue links are to pages on other wikis.)
|-
| To make a link to a website, enclose it in single quotes.  It will be automatically numbered.  To title a link instead, add the title after a space.
  <nowiki>* [http://www.google.com]</nowiki>
  <nowiki>* [http://www.google.com Google]</nowiki>
|
* [http://www.google.com]
* [http://www.google.com Google]
|}
|}
----
----

Revision as of 19:49, 1 July 2004

Basic formatting

For italics enclose in two single quotes:
 ''italic words''
italic words
For bold enclose in three single quotes:
 '''bold words'''
bold words
For bulleted lists, add an asterisk * at the beginning of each line:
 *Bullet one
 *Bullet two
 *Bullet three
  • Bullet one
  • Bullet two
  • Bullet three
For a numbered list, add a # at the beginning of eaach line:
 #Item one
 #Item two
 #Item three
  1. Item one
  2. Item two
  3. Item three
To make a link within the wiki (or to certain other wikis such as Wikipedia), enclose it in double quotes. Use a pipe to link to a different page than what is displayed.
 * [[Esperanto]]
 * [[User:Muke]]
 * [[User:Muke|Muke]]
 * [[Wikipedia:Lingua Franca Nova]]

(Red links are to nonexistent pages, blue links are to pages on other wikis.)

To make a link to a website, enclose it in single quotes. It will be automatically numbered. To title a link instead, add the title after a space.
 * [http://www.google.com]
 * [http://www.google.com Google]

Tables

Table formatting:

  • {| begins a table
  • |} ends it.
  • Standard cells begin with |
  • heading cells with !
  • format options go at the beginning of the cell, separated by |
  • |- starts a new row

Example table:

heading cell centered entry third column
second row heading entry two, noncentered third column, second row

It looks like this:

heading cell centered entry third column
second row heading entry two, noncentered third column, second row

The wiki format can also be entered with a whole row at once, allowing for example easy interlinears:

nemšé javmb morjé-'f
part deep sea-GEN

displaying:

nemšé javmb morjé-'f
part deep sea-GEN

The double pipes || delimit cells or headings (whether it will be one or the other inherits from the first cell on the line; start a new line to change types).


This article is a stub. If you can contribute to its content, feel free to do so.