Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Howto

From UnCharted UO Wiki

Useful Formatting Tips


  • Breaking a line in edit mode will not create a line break. Use <br /> to create a line break.
  • Use __NOTC__ on the first line to prevent a table of contents from being generated for that page. (Two underscores each side.)
  • You can create a faux heading without collapse functionality by using markup <h2>example</h2> but it will not appear in table of contents. Levels 2 - 6 can be simulated this way.
  • Do not use level 1 heading =example= or <h1>example</h1> as this is reserved for page title.
  • Common formatting can easily be snooped by going into edit or view source mode of a similar page here or on Outlands. Steal that shit.

Create New Page


  • To create a new page from here, just type it in the url bar. For instance this page's address is https://wiki.uncharteduo.com/index.php/Howto. If you wanted to create a page named "blah" then you would type https://wiki.uncharteduo.com/index.php/blah and it will bring up that page with an option to create it.

Create a simple wikitable

A simple table with no border and no cell lines. Useful for aligning things. Use edit button to see format

R1 C1 R1 C2
R2 C1 R2 C2
R3 C1 R3 C2
R4 C1 R4 C2

-Noop