Screamer Wiki:Guides/Formatting: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
imported>Sumpy
imported>Sumpy
No edit summary
Line 1: Line 1:
Hello,
__NOTOC__
i just made a little wikia formatting text tutorial with the most important commands for ScreamerWiki contributors.
{{DISPLAYTITLE:Formatting Guide}}
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:
=='''Formatting Guide'''==
This guide explains how to format pages on the Screamer Wiki. You will learn how to add titles, tabbers, and more elements to make your articles more organized.
 
<u>NOTE</u>: ''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!''
 
 
==='''Title'''===
<pre>
=='''(placeholder)'''==
</pre>
 
 
==='''Tabber'''===
<pre>
<pre>
<tabber>
<tabber>
Line 18: Line 24:
|-|
|-|
</tabber>
</tabber>
(Tabbertabs can be even extended to infinity by adding more "|-|" characters.)
 
(Tabs can be extended to infinity by adding more "|-|" characters.)
</pre>
 
 
==='''Image or video file'''===
<pre>
[[File:(placeholder)]]
</pre>
 
 
==='''Gallery'''===
<pre>
<gallery>
(placeholder)
</gallery>
</pre>
</pre>
Categories:
 
 
==='''Category'''===
<pre>
<pre>
[[Category:(placeholder)]]
[[Category:(placeholder)]]
</pre>
</pre>
All kinds of ScreamerWiki-internal links:
 
 
==='''Screamer Wiki internal link'''===
<pre>
<pre>
[[(placeholder)]]
[[(placeholder)]]
</pre>
</pre>
All kinds of external links:
 
 
==='''All kinds of external links'''===
<pre>
<pre>
* '''(placeholder)'''
* '''(placeholder)'''
</pre>
</pre>
Warning Notes:
 
 
==='''Warning note'''===
<pre>
<pre>
<u>NOTE</u>:
<u>NOTE</u>:
</pre>
</pre>
Titles:
 
<pre>
 
=='''(placeholder)'''==
==='''Article note'''===
</pre>
 
Article Notes:
<pre>
<pre>
{{(placeholder)}}
{{(placeholder)}}
</pre>
</pre>
File embedding:
 
<pre>
 
[[File:(placeholder)]]
 
</pre>
 
Galleries:
 
<pre>
[[Category:Guides]]
<gallery>
[[Category:Help]]
(placeholder)
[[Category:Community]]
</gallery>
</pre>
[[Category:Wikia script accounts]]
[[Category:Site administration]]
[[Category:Administration of this site]]
[[Category:General wiki templates]]

Revision as of 13:43, 13 July 2016


Formatting Guide

This guide explains how to format pages on the Screamer Wiki. You will learn how to add titles, tabbers, and more elements to make your articles more organized.

NOTE: 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!


Title

=='''(placeholder)'''==


Tabber

<tabber>
Main=
(placeholder)
|-|
Links=
(placeholder)
|-|
</tabber>

(Tabs can be extended to infinity by adding more "|-|" characters.)


Image or video file

[[File:(placeholder)]]


Gallery

<gallery>
(placeholder)
</gallery>


Category

[[Category:(placeholder)]]


Screamer Wiki internal link

[[(placeholder)]]


All kinds of external links

* '''(placeholder)'''


Warning note

<u>NOTE</u>:


Article note

{{(placeholder)}}