Screamer Wiki:Guides: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<tabber>Editing Guide=
<tabber>Editing Guide=
__NOTOC__
{{DISPLAYTITLE:Editing Guide}}
{{DISPLAYTITLE:Editing Guide}}


Line 83: Line 82:
  <nowiki><font color=COLOR>TEXT</font></nowiki>
  <nowiki><font color=COLOR>TEXT</font></nowiki>


Then, you have to press the {{Contribute}} button in the upper right corner of the website, then ''Edit this Page,'' and again in the upper right corner, click the ''Source'' tab. Here you will see the source code of the page. Now, paste the code where you want to change the text color.
Then, you have to press the <font color=#e87057>Edit source</font> button on the upper right corner of the website. Here you will see the source code of the page. Now, paste the code where you want to change the text color.


Here are some colors that you can use.
Here are some colors that you can use.
Line 114: Line 113:




Then, you have to press the {{Contribute}} button in the upper right corner of the website, then ''Edit this Page,'' and again in the upper right corner, click the ''Source'' tab. Here you will see the source code of the page. Now, paste the code where you want to change the text size.
Then, you have to press the <font color="#e87057">Edit source</font> button on the upper right corner of the website. Here you will see the source code of the page. Now, paste the code where you want to change the text size.


Now, choose a value that's between '''7''' and '''-7'''. After, replace the ''SIZE'' string with the size you chose and replace the ''TEXT'' from the code with your text.
Now, choose a value that's between '''7''' and '''-7'''. After, replace the ''SIZE'' string with the size you chose and replace the ''TEXT'' from the code with your text.
Line 127: Line 126:




Then, you have to press the {{Contribute}} button in the upper right corner of the website, then ''Edit this Page,'' and again in the upper right corner, click the ''Source'' tab. Here you will see the source code of the page. Now, paste the code where you want to change the text font.
Then, you have to press the <font color=#e87057>Edit Source</font> button on the upper right corner of the website. Here you will see the source code of the page. Now, paste the code where you want to change the text font.


After that, you have to choose a font, like '''Helvetica''' or '''Arial'''. After, replace the ''FONT'' string with the font you chose and replace the ''TEXT'' string with your text. You can use [http://www.w3.org/Style/Examples/007/fonts.en.html#font-style this website] to learn how to do more with font styles, like changing the weight, stretch, and more.
After that, you have to choose a font, like '''Helvetica''' or '''Arial'''. After, replace the ''FONT'' string with the font you chose and replace the ''TEXT'' string with your text. You can use [http://www.w3.org/Style/Examples/007/fonts.en.html#font-style this website] to learn how to do more with font styles, like changing the weight, stretch, and more.
Line 141: Line 140:
<font color="orange">'''<font size="3">Hope this helped you!</font>'''</font>
<font color="orange">'''<font size="3">Hope this helped you!</font>'''</font>
</center>
</center>
|-|Formatting Guide=
=='''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 ("Edit source" on the top right hand corner) 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>
<tabber>
Main=
(placeholder)
|−|
Links=
(placeholder)
|−|
≤/tabber>
(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>
==='''Category'''===
<pre>
[[Category:(placeholder)]]
</pre>
==='''Screamer Wiki internal link'''===
<pre>
[[(placeholder)]]
</pre>
==='''All kinds of external links'''===
<pre>
* '''(placeholder)'''
</pre>
==='''Warning note'''===
<pre>
<u>NOTE</u>:
</pre>
==='''Article note'''===
<pre>
{{(placeholder)}}
</pre>
</tabber>
</tabber>

Navigation menu