More actions
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
*To create a new page from here, just type it in the url bar. For instance this page's address is <span style= "color: #998200"><nowiki>https://wiki.uncharteduo.com/index.php/Howto</nowiki></span>. If you wanted to create a page named "blah" then you would type <span style= "color: #998200"><nowiki>https://wiki.uncharteduo.com/index.php/blah</nowiki></span> and it will bring up that page with an option to create it. | *To create a new page from here, just type it in the url bar. For instance this page's address is <span style= "color: #998200"><nowiki>https://wiki.uncharteduo.com/index.php/Howto</nowiki></span>. If you wanted to create a page named "blah" then you would type <span style= "color: #998200"><nowiki>https://wiki.uncharteduo.com/index.php/blah</nowiki></span> and it will bring up that page with an option to create it. | ||
---- | ---- | ||
==Create a simple wikitable== | |||
Use edit button to see format | |||
{| | |||
| R1 C1 || R1 C2 | |||
|- | |||
| R2 C1 || R2 C2 | |||
|- | |||
| R3 C1 | |||
| R3 C2 | |||
|- | |||
| R4 C1 | |||
| R4 C2 | |||
|} | |||
-Noop | -Noop | ||
Revision as of 15:05, 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
Use edit button to see format
| R1 C1 | R1 C2 |
| R2 C1 | R2 C2 |
| R3 C1 | R3 C2 |
| R4 C1 | R4 C2 |
-Noop