Screamer Wiki:Guides: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOEDITSECTION__
[[Category:Guides]]
<tabber>Editing Guide=
<tabber>Editing Guide=
{{DISPLAYTITLE:Editing Guide}}
{{DISPLAYTITLE:Editing Guide}}
== '''Editing Guide''' ==
== '''Editing Guide''' ==
This guide explains everything you need to know when creating or editing an article on the Screamer Wiki. This will be useful if you are new to the wiki.
This guide explains everything you need to know when creating or editing an article on the Screamer Wiki. This will be useful if you are new to the wiki.
Line 11: Line 10:
#'''Add a ''non-clickable'' link to the screamer''' • While adding the link to your article, and make sure, unless necessary, to remove the ''<u><nowiki>http://www</nowiki></u>'' part. ''Example: winterrowd.com/maze.''
#'''Add a ''non-clickable'' link to the screamer''' • While adding the link to your article, and make sure, unless necessary, to remove the ''<u><nowiki>http://www</nowiki></u>'' part. ''Example: winterrowd.com/maze.''
#'''When you are done writing, it is time to categorize your page''' • To learn how to categorize your article properly, keep on reading.
#'''When you are done writing, it is time to categorize your page''' • To learn how to categorize your article properly, keep on reading.
<br>
*'''If you finish writing your own article it would be like this'''
<br>
<pre>
{{Stub}} <---- use this template if someone is gonna expand your own article
{{Closed}} <------- use this template if the webpage is now closed
'''ScaryScreamer.com''' is a [[screamer]] webpage made by a Filipino user '''SkyBlueCat''' on '''April 20, 2020'''
when visiting the site, it displays a white background and a red button that states "Click Me For Suprise!", after clicking that button, [[Regan MacNeil]] from '''The Exorcist''' pops up along with a loud female scream
==Link==
<u>NOTE</u>: the following webpage contain [[screamers]]
*'''ScaryScreamer.com'''
{{Comments}} <----- Enable Comments


[[Category:Websites]] <--- Category Page
[[Category:2020]] <---- when was the website is created? 2020, if the date is unknown please add [[Category:Unknown date]]
[[Category:Regan MacNeil]] <---- what was the jumpscare image?
</pre>
<br>
== '''Using Categories''' ==
== '''Using Categories''' ==
Categories are an essential element to the wiki; they make it easier to browse through the all content and let users find what they need without becoming lost. Each page needs a category for '''TYPE''', '''CONTENT''', '''MAKER''' and '''CREATION DATE'''.
Categories are an essential element to the wiki; they make it easier to browse through the all content and let users find what they need without becoming lost. Each page needs a category for '''TYPE''', '''CONTENT''', '''MAKER''' and '''CREATION DATE'''.
Line 67: Line 84:
* '''[[:Category:Blocked|Blocked]]''' • Add this category if the screamer and shock site is blocked in a country. For these pages, please add the ''Blocked screamer'' or shock site banner to the page by clicking on ''Insert'', ''Template'', find ''Blocked'' and click on it. Place the banner at the top of the page.
* '''[[:Category:Blocked|Blocked]]''' • Add this category if the screamer and shock site is blocked in a country. For these pages, please add the ''Blocked screamer'' or shock site banner to the page by clicking on ''Insert'', ''Template'', find ''Blocked'' and click on it. Place the banner at the top of the page.


{{Infobox|title = An example infobox.|image = Sumpy.png|imagecaption = An example image.|maker = Sumpy|date = January 2020|type = Flash game}}
{{Infobox
|Name = An example infobox.
|Picture = Sumpy.png
|Quote = An example image.
|Maker = Sumpy
|Release date = January 2020
|Type = Flash game}}


== '''Adding Infoboxes''' ==
== '''Adding Infoboxes''' ==
Line 141: Line 164:
<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>
==='''Text Shadow'''===
Text-shadow is a part of CSS(Cascading Style Sheets) Property, it adds shadows to each letter of some text, This property also accepts a list of comma-separated list of shadows to be applied to the text, heres how to do it
==='''Syntax'''===
<pre>
<p style="text-shadow: (h-shadow) (v-shadow) (Blur Radius) (Color)">
</pre>
*'''H-shadow''' = '''The horizontal text shadow position(or x-offset)'''
*'''V-Shadow''' = '''The vertical text shadow position(or y-offset)'''
*'''Blur Radius''' = '''The higher the number. the more blur it will be'''
*'''Color''' = '''The color of the text shadow the available color formats are HEX, RGB, and HSL'''
==='''How to do it'''===
the text has 2 shadows, Which adds a dark gray (#333) shadow a little to the right (0.2em) and down (0.5em) relative to the normal text. The result looks like this:
<pre><p style="text-shadow: 0.2em 0.5em 10px #FFFFFF">This is a Paragraph</p></pre>
<p style="text-shadow: 0.2em 0.5em 10px #FFFFFF">This is a Paragraph</p>
=='''Multiple Shadows:'''==
You can also have more than one shadow and you all have to do is put comma next to the color value and do the same format again and put them in different positions by using ('''X-shadows''' and '''V-shadow''') formats. if you want more text shadows like this, you have to copy this following line of code and you can change the color value:
<pre>                                    <!--add comma to add more text shadows--->        <!-----Text Size----->
                                            |                        |                                |
                                            \/                      \/                                \/
<p style="text-shadow: 0.2em 0.5em 0.1em #600,-0.3em 0.1em 0.1em #600, 0.4em -0.3em 0.1em #006; font-size:40px">This text has more than one shadow</p>
           
</pre>
<p align="center" style="font-size:20px">Final Result</p>
<div style="border: 1px solid white; border-radius:10px" align="center">
<p style="text-shadow: 0.2em 0.5em 0.1em yellow,-0.3em 0.1em 0.1em, 0.4em -0.3em 0.1em cyan; font-size:40px">This text has more than one shadow</p>
</div>
<div align="center">
<font style="font-size:20px">Check out [https://html-css-js.com/css/generator/text-shadow/ Text Shadow Generator] this will help you!</font>
<e>
</div>
|-|Formatting Guide=
|-|Formatting Guide=
=='''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.
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!''
<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'''===
==='''Title'''===
<pre>
<pre>
Line 192: Line 243:
<pre>
<pre>
[[(placeholder)]]
[[(placeholder)]]
</pre>
==='''Screamer Wiki interlanguage link'''===
<pre>
[[(target language abbreviation):(article name in target language)]]
</pre>
</pre>


13,301

edits

Navigation menu