More actions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
==Create a simple wikitable== | ==Create a simple wikitable== | ||
Use edit button to see format | A simple table with no border and no cell lines. Useful for aligning things. Use edit button to see format | ||
{| | {| | ||
Latest revision as of 15:06, 13 September 2024
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