Editing Help:Contents

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 54: Line 54:
 
*[[Help:Formatting and templates|Formatting and templates]]
 
*[[Help:Formatting and templates|Formatting and templates]]
 
{{Help}}
 
{{Help}}
 +
==Quick Formatting CheatSheet==
 +
:Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want.
 +
{| class="pinktable" style="width:800px;margin-left:30px;"
 +
|-
 +
! '''Description'''
 +
! '''You Type'''
 +
! '''You Get'''
 +
|-
 +
! colspan="3" style="font-weight:normal;" | Applies anywhere
 +
|-
 +
| Italicize text
 +
| {{Monospace|<nowiki>''italic''</nowiki>}}
 +
| ''italic''
 +
|-
 +
| Bold text
 +
| {{Monospace|<nowiki>'''bold'''</nowiki>}}
 +
| '''bold'''
 +
|-
 +
| Bold and italic
 +
| {{Monospace|<nowiki>'''''bold & italic'''''</nowiki>}}
 +
| '''''bold & italic'''''
 +
|-
 +
| Internal link{{Break}}(within Krafties wiki)
 +
| {{Monospace|<nowiki>[[Name of Page]]</nowiki>{{Break}}<nowiki>[[Name of Page|Display
 +
Text]]</nowiki>}}
 +
| [[Name of Page]]{{Break}}[[Name of Page|Display Text]]
 +
|-
 +
| Delete text
 +
:When you want to "delete" text without removing or hiding it
 +
|{{monospace|<nowiki><s>deleted text</s></nowiki>{{clear}}<nowiki><del>deleted text</del></nowiki>}}
 +
|<s>deleted text</s>{{clear}}<del>deleted text</del>
 +
|-
 +
| Underline
 +
| {{monospace|<nowiki><u>underlined</u></nowiki>}}
 +
|<u>underlined</u>
 +
|-
 +
| External link{{Break}}(to other websites)
 +
| {{Monospace|<nowiki>[http://www.example.com]</nowiki>{{Break}}<nowiki>[http://www.example.com display text]</nowiki>{{Break}}<nowiki>http://www.example.com</nowiki>}}
 +
| [http://www.example.com]{{Break}}[http://www.example.com display text]{{Break}}http://www.example.com
 +
|-
 +
| Escape wiki markup
 +
| {{Monospace|<nowiki>''markup''</nowiki>{{Break}}<nowiki><nowiki>no ''markup''</nowiki></nowiki>}}
 +
| ''markup''{{Break}}<nowiki>no ''markup''</nowiki>
 +
|-
 +
| Line Break (<code><nowiki><br></nowiki></code> and <code><nowiki>{{clear}}</nowiki></code> works also)
 +
| {{Monospace|<nowiki>one{{Break}}two</nowiki>}}
 +
| one{{Break}}two
 +
|-
 +
| Monospace text
 +
:makes spaces between letters bigger to be clear
 +
| {{Monospace|This text is not Monospace.{{Break}}<nowiki>{{Monospace|This text is Monospace.}}</nowiki>}}
 +
| This text is not Monospace.{{Break}}{{Monospace|This text is Monospace.}}
 +
|-
 +
| Sign your posts <br />on talk pages
 +
| <nowiki>~~~~</nowiki>
 +
| [[User:Username|Username]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
 +
|-
 +
| Hidden comments (only visible when in "edit")
 +
| {{monospace|This <nowiki><!--- Message ---></nowiki> is invisible}}
 +
| This <!--- Message ---> is invisible
 +
|-
 +
| Thumbnail image
 +
:automatically resizes a image into a thumbnail
 +
| <nowiki>[[File:VampireRexie.gif|thumb|Caption text]]</nowiki>
 +
| [[File:VampireRexie.gif|thumb|Caption text]]
 +
|-
 +
! colspan="3" style="font-weight:normal;" | Applies only at the beginning of the line
 +
|-
 +
| Headings{{Break}}of different sizes{{Break}}''A Table of Contents will''{{Break}}''automatically be generated''{{Break}}''when four headings are''{{Break}}''added to an article.''
 +
| {{Monospace|<nowiki>==Level 1==</nowiki>{{Break}}<nowiki>===Level 2===</nowiki>{{Break}}<nowiki>====Level 3====</nowiki>{{Break}}<nowiki>=====Level 4=====</nowiki>}}
 +
|
 +
 +
==Level 1==
 +
===Level 2===
 +
====Level 3====
 +
=====Level 4=====
 +
|-
 +
| Bulleted list
 +
| {{Monospace|* one{{Break}}* two{{Break}}** two point one{{Break}}** two point two{{Break}}* three}}
 +
| style="padding:3px 3px 15px 3px;" |
 +
* one
 +
* two
 +
** two point one
 +
** two point two
 +
* three
 +
|-
 +
| Numbered list
 +
| {{Monospace|# one{{Break}}# two{{Break}}## two point one{{Break}}## two point two{{Break}}# three}}
 +
|
 +
# one
 +
# two
 +
## two point one
 +
## two point two
 +
# three
 +
|-
 +
| Stacking list styles
 +
| {{Monospace|# one{{Break}}#* dot{{Break}}#*# dot one{{Break}}#*# dot two{{Break}}# two}}
 +
|
 +
# one
 +
#* dot
 +
#*# dot one
 +
#*# dot two
 +
# two
 +
|-
 +
| Definition list
 +
:Indenting Text
 +
| {{Monospace|; item 1{{break}}:Definition 1{{Break}}; item 2{{break}}:Definition 2-1{{break}}:Definition 2-2 }}
 +
|
 +
; item 1
 +
:Definition 1
 +
; item 2
 +
:Definition 2-1
 +
:Definition 2-2
 +
|-
 +
|Tables
 +
:Showing a few different ways you can arrange a row
 +
|
 +
<pre>
 +
{| class=wikitable
 +
|+Species and Elements
 +
!Element ||Species ||Color
 +
|-
 +
!Affection
 +
|Felion ||Pink
 +
|-
 +
|Fire
 +
|Rexie
 +
|Red
 +
|-
 +
|Vampire ||Aviaa ||White
 +
|}
 +
</pre>
 +
 +
{| class="wikitable"
 +
|{{monospace|<nowiki>{|</nowiki>}}
 +
| Table start
 +
|-
 +
|{{monospace|<nowiki>|+</nowiki>}}
 +
| (optional) Title over table
 +
|-
 +
|{{monospace|<nowiki>|-</nowiki>}}
 +
| Table Row
 +
|-
 +
|{{monospace|<nowiki>!</nowiki> }}
 +
| Table Row/Cell for Header
 +
|-
 +
|{{monospace|<nowiki>|</nowiki>}}
 +
| Table Cell
 +
|-
 +
|{{monospace|<nowiki>|}</nowiki>}}
 +
| Table end
 +
|}
 +
|
 +
{| class=wikitable
 +
|+Species and Elements
 +
!Element ||Species ||Color
 +
|-
 +
!Affection
 +
|Felion ||Pink
 +
|-
 +
|Fire
 +
|Rexie
 +
|Red
 +
|-
 +
|Vampire ||Aviaa ||White
 +
|}
 +
|}

Please note that all contributions to Krafties may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: