Article - Talk How to do Stuff
Category:About this wiki -> Working on this wiki -> Editing Articles
How to do Stuff
There may be different or better ways to do these things, but, with such a small amount of information in the Wiki Help section, anything is better than nothing.
Headings
Creating a Heading - The blue How to do Stuff above, is a header. It’s accomplished by putting an < h3 > (without spaces), the text, and then an < /h3 > (without spaces). The number, in this case 3, dictates the size of the text. You can use 1-6, 6 being the smallest.
Wiki Syntax
Important: As this wiki doesn’t allow anything beyond the most basic html, there is no way to show pre-formatted text. If a code is written, it will run. All of the following should be surrounded by double brackets. For those new to the concept, that’s two of these [ at the beginning and two of these ] at the end. For the sake of giving the most accurate example possible, the [ will be replaced with a { instead. Every time you see a { or } replace it with a [ or ] respectfully. There will be a * to remind you of this. Additionally, the text between the double brackets is case sensitive. If a title you’re referring to is Addon and you write addon instead, you will not get the correct page.
Linking to another page on the wiki - Find the title of the page that you wish to link to. {{Saving a Movie}}* will give you Saving a Movie. If you’d like the link to go to the correct page but have different text, you can. {{Saving a Movie|save}}* will change the link to save.