Difference between revisions of "How to wiki"

From Web3D.org
Jump to: navigation, search
(wikia replacement of dead link)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
* Carriage returns are not shown unless you make two of them
 
* Carriage returns are not shown unless you make two of them
 
  If you start a line with a space  
 
  If you start a line with a space  
  then it shows up monospaced, like this -
+
  then it shows up monospaced, like this :
 
  great for code examples.
 
  great for code examples.
  
Line 20: Line 20:
 
===<nowiki>===</nowiki>equals signs for headings<nowiki>===</nowiki>===
 
===<nowiki>===</nowiki>equals signs for headings<nowiki>===</nowiki>===
  
Here's a [http://en.wikipedia.org/wiki/How_to_edit_a_page#Wiki_markup wiki markup cheat sheet] from Wikipedia.
+
Here's a [http://help.wikia.com/wiki/Help:Wikitext wiki markup cheat sheet] from Wikia.
  
 
==User Pages==
 
==User Pages==
 
[[Special:Listusers|A list of all the user pages]]
 
[[Special:Listusers|A list of all the user pages]]
  
By the way, if you want to make a link to your user page, there is a magical way - type three tildes like this <nowiki>~~~</nowiki>.
+
By the way, if you want to make a link to your user page, there is a automatic way - type three tildes like this <nowiki>~~~</nowiki>.
  
 
------
 
------

Latest revision as of 11:25, 17 October 2012

About the Wiki

If you see a red link, then there's nothing on that page yet. If you follow the link, you can create the page.

How to write wiki code

To make a link in your text, put [[double square brackets]] around a word or phrase.

  • Carriage returns are not shown unless you make two of them
If you start a line with a space 
then it shows up monospaced, like this :
great for code examples.

For larger preformatted text passages you can use the <pre>a lot of text</pre> tag.

  • Use stars for bullet points
  1. Use hashes for numbered lists
  2. like this.

===equals signs for headings===

Here's a wiki markup cheat sheet from Wikia.

User Pages

A list of all the user pages

By the way, if you want to make a link to your user page, there is a automatic way - type three tildes like this ~~~.