Screamer Wiki:Guides: Difference between revisions
Tankmanfan44 (talk | contribs) No edit summary  | 
				No edit summary  | 
				||
| Line 3: | Line 3: | ||
{{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   | This guide explains everything you need to know when creating or editing an article on Screamer Wiki. This will be useful if you are a new user or are unfamiliar with MediaWiki.  | ||
#'''Begin with the name of the screamer and say what type of screamer it is, when it was created and who is the creator''' • ''The Maze is a Flash game created by Jeremy Winterrowd in 2004.''  | #'''Begin with the name of the screamer and say what type of screamer it is, when it was created and who is the creator''' • ''The Maze is a Flash game created by Jeremy Winterrowd in 2004.''  | ||
#'''Describe the screamer with as much objective detail as possible''' • ''In this game, the player has to move their pointer through the blue maze without touching the black walls. There are three levels in total...''  | #'''Describe the screamer with as much objective detail as possible''' • ''In this game, the player has to move their pointer through the blue maze without touching the black walls. There are three levels in total...''  | ||
#'''Add pictures to your article''' • This will make it more interesting and visually attractive. After all, one picture is worth a thousand words.  | #'''Add pictures to your article''' • This will make it more interesting and visually attractive. After all, one picture is worth a thousand words.  | ||
#'''Add links to other articles''' • This will engage the reader even further. Just a simple link can make a visitor come back for more!  | #'''Add links to other articles''' • This will engage the reader even further. Just a simple link can make a visitor come back for more!  | ||
#'''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>  | #'''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>https://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>  | <br>  | ||
*'''If you finish writing your own article it would   | *'''If you finish writing your own article it would look like this'''  | ||
<br>  | <br>  | ||
<pre>  | <pre>  | ||
{{Stub}} <---- use this template if someone is gonna expand your own article  | {{Stub}} <---- use this template if someone is gonna expand your own article  | ||
{{Closed}} <------- use this template if the webpage is now closed  | {{Closed}} <------- use this template if the webpage is now closed  | ||
'''ScaryScreamer.com''' is a [[screamer]] webpage made by   | '''ScaryScreamer.com''' is a [[screamer]] webpage made by 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  | 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  | ||
| Line 127: | Line 127: | ||
* <font color="lightblue">'''LightBlue'''</font>  | * <font color="lightblue">'''LightBlue'''</font>  | ||
Now, simply choose the color you want from this list and replace the ''COLOR'' string with your chosen color. You can also use [  | Now, simply choose the color you want from this list and replace the ''COLOR'' string with your chosen color. You can also use [https://htmlcolorcodes.com this website] to get more color codes.  | ||
And voilà, your text is now coloured!  | And voilà, your text is now coloured!  | ||
| Line 176: | Line 176: | ||
*'''Color''' = '''The color of the text shadow the available color formats are HEX, RGB, and HSL'''  | *'''Color''' = '''The color of the text shadow the available color formats are HEX, RGB, and HSL'''  | ||
==='''How to do it'''===  | ==='''How to do it'''===  | ||
the text has   | the text has two 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>  | <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>  | <p style="text-shadow: 0.2em 0.5em 10px #FFFFFF">This is a Paragraph</p>  | ||