More actions
No edit summary |
No edit summary |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Useful Formatting Tips== | |||
---- | |||
*Breaking a line in edit mode will not create a line break. Use <span style= "color: #998200"><nowiki><br /></nowiki></span> to create a line break. | |||
*Use <span style= "color: #998200"><nowiki>__NOTC__</nowiki></span> 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 <span style= "color: #998200"><nowiki><h2>example</h2></nowiki></span> but it will not appear in table of contents. Levels 2 - 6 can be simulated this way. | |||
*Do not use level 1 heading <span style= "color: #998200"><nowiki>=example=</nowiki></span> or <span style= "color: #998200"><nowiki><h1>example</h1></nowiki></span> 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 | *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== | |||
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 | -Noop | ||
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