Screamer Wiki:Guides/Formatting: Difference between revisions
imported>Zeroxeon Created page with "-" |
imported>Zeroxeon No edit summary |
||
Line 1: | Line 1: | ||
- | Hello, | ||
i just made a little wikia formatting text tutorial with the most important commands for ScreamerWiki contributors. | |||
I think most of you already know this stuff but for all the new users this might be helpful. | |||
I was horrible at formatting a while ago but now i know a bit of stuff so i thought i make this page. | |||
Im not perfect so if anything in this tutorial is not correct please edit it. | |||
Also please edit it if you know some other important formatting commands i forgot to add to the list. | |||
BTW: You need to add the commands in the source editor (Arrow on the edit button > Classic editor > Source) | |||
or it will not work. Also, dont forget to remove the (placeholder) tags and overwrite it with your own text! | |||
_______________________ | |||
Tabber: | |||
<pre> | |||
<tabber> | |||
Main= | |||
(placeholder) | |||
|-| | |||
Links= | |||
(placeholder) | |||
|-| | |||
</tabber> | |||
(Tabbertabs can be even extended to infinity by adding more "|-|" characters.) | |||
</pre> | |||
_______________________ | |||
Categories: | |||
<pre> | |||
[[Category:(placeholder)]] | |||
</pre> | |||
_______________________ | |||
All kinds of ScreamerWiki-internal links: | |||
<pre> | |||
[[(placeholder)]] | |||
</pre> | |||
_______________________ | |||
All kinds of external links: | |||
<pre> | |||
* '''(placeholder)''' | |||
</pre> | |||
_______________________ | |||
Warning Notes: | |||
<pre> | |||
<u>NOTE</u>: | |||
</pre> | |||
_______________________ | |||
Titles: | |||
<pre> | |||
=='''(placeholder)'''== | |||
</pre> | |||
_______________________ | |||
Article Notes: | |||
<pre> | |||
{{(placeholder)}} | |||
</pre> | |||
_______________________ | |||
File embedding: | |||
<pre> | |||
[[File:(placeholder)]] | |||
</pre> | |||
_______________________ | |||
Galleries: | |||
<pre> | |||
<gallery> | |||
(placeholder) | |||
</gallery> | |||
</pre> | |||
________________________ |