Please note: Due to constant attempts by spambots to gain access to SpongePedia, account creation is currently disabled. We apologize for any inconvenience.
You are not logged in. Please log in to get the full benefit of SpongePedia.
For further questions go to SpongePedia:Contents !
SpongePedia:Formatting
(LOOK At IT NOW) |
|||
Line 1: | Line 1: | ||
− | <div style="border: 2px solid # | + | <div align="center"> |
− | when | + | {| align="right" style="background:transparent; border-bottom:1px 1px 0px 0px #a3b1bf solid;" |
+ | | | ||
+ | SpongePedia:Editing Cheatsheet | ||
+ | |} | ||
+ | <!--COMMENT MARKUP. Displays:Edit mode only.--> | ||
+ | {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | ||
+ | |colspan="3" align="center" style="background:#cee0f2; text-align:center;" | | ||
+ | <h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wikipedia Cheatsheet</h2> | ||
+ | |-<!--COLUMN HEADINGS--> | ||
+ | | width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''Description''' | ||
+ | | style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You type''' | ||
+ | | width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You get''' | ||
+ | |-<!--1ST HEADING--> | ||
+ | | colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere | ||
+ | |-<!--1ST ROW 1ST COLUMN--> | ||
+ | | Italicise text | ||
+ | |<!--2ND COLUMN--> | ||
+ | <tt><nowiki>''italic''</nowiki></tt> | ||
+ | |<!--3RD COLUMN--> | ||
+ | ''italic'' | ||
+ | |-<!--HORIZONTAL LINE--> | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |-<!--2ND ROW 1ST COLUMN--> | ||
+ | | Bold text | ||
+ | | | ||
+ | <tt><nowiki>'''bold'''</nowiki></tt> | ||
+ | | | ||
+ | '''bold''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | | Bold and italic | ||
+ | | | ||
+ | <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | ||
+ | | | ||
+ | '''''bold & italic''''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | ||[[SpongeBob SquarePants|Internal link]]<br /> | ||
+ | (within SpongePedia) | ||
+ | | | ||
+ | <tt><nowiki>[[Name of page]]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[[Name of Page|displayed text]]</nowiki></tt><br /> | ||
+ | | | ||
+ | Name of page<br /> | ||
+ | [[Name of Page|displayed text]]<br /> | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | | Redirect to another page | ||
+ | | | ||
+ | <tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt> | ||
+ | | | ||
+ | REDIRECT --->>> [[Target page]] | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |External link<br /> | ||
+ | (to other websites not in SpongePedia Database) | ||
+ | | | ||
+ | <tt><nowiki>[http://www.example.org]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[http://www.example.org displayed text]</nowiki></tt><br /> | ||
+ | <tt><nowiki>http://www.example.org</nowiki></tt> | ||
+ | | | ||
+ | [http://www.example.org]<br /> | ||
+ | [http://www.example.org displayed text]<br /> | ||
+ | http://www.example.org | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | | | ||
+ | Sign your posts <br /> | ||
+ | on talk pages | ||
+ | | | ||
+ | <tt><nowiki>~~~~</nowiki></tt> | ||
+ | | | ||
+ | [[Special:Mypage|Your username]] {{CURRENTTIME}}, <br /> | ||
+ | {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) | ||
+ | |-<!--2ND HEADING--> | ||
+ | | colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line | ||
+ | |- | ||
+ | |Headings<br /> | ||
+ | <span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</span> | ||
+ | | | ||
+ | <tt><nowiki>== Level 1 ==</nowiki></tt><br /> | ||
+ | <tt><nowiki>=== Level 2 ===</nowiki></tt><br /> | ||
+ | <tt><nowiki>==== Level 3 ====</nowiki></tt><br /> | ||
+ | <tt><nowiki>===== Level 4 =====</nowiki></tt><br /> | ||
+ | <tt><nowiki>====== Level 5 ======</nowiki></tt> | ||
+ | | | ||
+ | == Level 1 == | ||
+ | === Level 2 === | ||
+ | ==== Level 3 ==== | ||
+ | ===== Level 4 ===== | ||
+ | ====== Level 5 ====== | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Bullet Point list | ||
+ | | | ||
+ | <tt>* One</tt><br /> | ||
+ | <tt>* Two</tt><br /> | ||
+ | <tt>** Two point one</tt><br /> | ||
+ | <tt>* Three</tt> | ||
+ | | | ||
+ | * One | ||
+ | * Two | ||
+ | ** Two point one | ||
+ | * Three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Numbers list | ||
+ | | | ||
+ | <tt># One</tt><br /> | ||
+ | <tt># Two</tt><br /> | ||
+ | <tt>## Two point one</tt><br /> | ||
+ | <tt># Three</tt> | ||
+ | | | ||
+ | # One | ||
+ | # Two | ||
+ | ## Two point one | ||
+ | # Three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Thumbnail image | ||
+ | | | ||
+ | <tt><nowiki>[[Image:articleofmonth.JPG|thumb|Caption text]]</nowiki></tt><br> | ||
+ | (Remember to add: left, right or center after you write: |thumb|) <br> | ||
+ | <tt><nowiki>(Example:[[Image:articleofmonth.JPG|thumb|right|Caption text]])</nowiki></tt> | ||
+ | | | ||
+ | [[Image:articleofmonth.JPG|thumb|Caption text]] | ||
− | == | + | |- |
− | + | |colspan="3" style="border-top:1px solid #cee0f2;"| | |
+ | |- | ||
+ | |Plain image, rounded to size | ||
+ | | | ||
+ | <tt><nowiki>[[Image:articleofmonth.JPG|Example:140px]]</nowiki></tt> <br> | ||
+ | (140px means it will be 140 pixels in size) <br> | ||
+ | (Do Not include ''Example:'') | ||
+ | | | ||
+ | [[Image:articleofmonth.JPG|140px|right]] | ||
+ | |} | ||
− | + | </div> | |
− | + | ===Other=== | |
+ | * When writing songs, please take one space at the start of the line: Example: | ||
+ | Hello | ||
− | + | '''If you take one space at the line evry line you do, it comes out like this! | |
− | + | '''''Songtext from [[The Best Day Ever (Song)]]''''' | |
− | + | Mr. Sun Came up | |
+ | and he smiled at me... | ||
+ | He said its gonna be a good one | ||
+ | Just wait and see... | ||
− | + | Jumped outa bed | |
+ | and I ran outside | ||
+ | feeling so extra-exadefied... | ||
+ | |||
+ | Its the Best Day Ever | ||
+ | (BEST DAY EVER) | ||
+ | Its the Best Day Ever | ||
+ | (BEST DAY EVER) | ||
− | |||
− | + | __NOTOC__ __NOEDITSECTION__ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 00:30, 24 February 2008
SpongePedia:Editing Cheatsheet |
Wikipedia Cheatsheet | ||
Description | You type | You get |
Applies anywhere | ||
Italicise text |
''italic'' |
italic |
Bold text |
'''bold''' |
bold |
Bold and italic |
'''''bold & italic''''' |
bold & italic |
Internal link (within SpongePedia) |
[[Name of page]] |
Name of page |
Redirect to another page |
#REDIRECT [[Target page]] |
REDIRECT --->>> Target page |
External link (to other websites not in SpongePedia Database) |
[http://www.example.org] |
|
Sign your posts |
~~~~ |
Your username 14:38, |
Applies only at the beginning of the line | ||
Headings A Table of Contents will automatically be generated when four headings are added to an article. |
== Level 1 == |
Level 1Level 2Level 3Level 4Level 5 |
Bullet Point list |
* One |
|
Numbers list |
# One |
|
Thumbnail image |
[[Image:articleofmonth.JPG|thumb|Caption text]] |
|
Plain image, rounded to size |
[[Image:articleofmonth.JPG|Example:140px]] |
Other
- When writing songs, please take one space at the start of the line: Example:
Hello
If you take one space at the line evry line you do, it comes out like this!
Songtext from The Best Day Ever (Song)
Mr. Sun Came up and he smiled at me... He said its gonna be a good one Just wait and see...
Jumped outa bed and I ran outside feeling so extra-exadefied... Its the Best Day Ever (BEST DAY EVER) Its the Best Day Ever (BEST DAY EVER)