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 1: Line 1:
{{ambox|text=
+
{{WikiHelp}}{{TOC none}}
Check out the [[Community portal]] for information our plans and other things
 
*Help us get the Krafties Wiki into shape, cleaning up articles and adding content
 
}}
 
  
;Register
+
==Editing Guidelines==
*Create an account here on the wiki
+
*Please try to keep pages consistent, even if that means copying the layout from another page.
;Need help?
+
*There are guides that help you get familiar with adding content to the wiki
*Check the [[Help:Contents|Help pages]]
+
*Please use the "'''Upload a new version of this file'''" instead of creating a new image/file when updating images
;Be bold
 
*There's no need to wait. Jump right in and start editing. The [[:Category:Wiki maintenance|wiki maintenance category]] may be a great place to start, or you can start small by fixing spelling, grammar, and other errors you come across.
 
;Start a new article
 
*just type a new article name in the [[Special:Search|search]]. A link will be provided to start the article at the top of the search results if it hasn't been created already.
 
*you can make a new page redirect to it's proper place by adding <code><nowiki>#REDIRECT [[PageName]]</nowiki></code>
 
;Community discussion
 
*See what the community is currently talking about or make suggestions on the talk pages.
 
  
==Creating Articles / Editing Content==
+
==The Help Navigation==
'''Creating Content''' is as easy as searching for it. If you can't find it, feel free to create it, ''because somebody else will probably search for it too at some point''.  
+
{{Help}}
:Can browse the existing pages and categories or simply use the '''Search''' function. If the search can't find it, it will give you the option of creating the missing page.
+
=Markup and Formatting (simple version)=
[[File:EditingWiki.png|frame|center|This is the options when editing a page, "Summary" is where you write why/what you were editing]]
+
:Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want.
 
+
;Notes
===Creating a New Page===
+
*The wiki is very Case Sensitive, keep that in mind when inserting images or links
#When failing to find something with search, you will get:
+
*It's '''alright''' to create red links, the page or redirect can always be made later
#*'''Create the page "<span style="color:darkred">NewPage</span>" on this wiki!'''
+
*:but sometimes you can avoid them by blending links: <code><nowiki>[[Rez]]zing</nowiki></code> becomes [[Rez]]zing
#Click the red link to proceed to the creation page. Add content, category or redirect it to the proper place.
+
{| class="pinktable" style="width:800px;margin-left:30px;"
#'''Show preview''' of what you've made so far.
+
|-
#'''Save page''' when you're done. You just made a page!
+
! '''Description'''
 
+
! '''You Type'''
===Edit Existing Pages===
+
! '''You Get'''
When you find a page lacking content, or wish to add your knowledge to the page, or simply wish to add links and thumbnails, then you edit.
+
|-
#Click '''edit''' on the top of the page/part of page which you wish to edit.
+
! colspan="3" style="font-weight:normal;" | Applies anywhere
#Add your content, press '''Show preview''' to see the results
+
|-
#;When to use the ''"This is a minor edit"''?
+
| Italicize text
#*When you're correcting a link, or changing a spelling are ideal reasons. You '''should not''' check this option if you were adding something new to the page. But whatever you do, it will always appear in the "History" of a page.
+
| {{Monospace|<nowiki>''italic''</nowiki>}}
#Press '''Save page''' when done.
+
| ''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]]
 +
|-
 +
| 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 (<nowiki><br></nowiki> works the same)
 +
| {{Monospace|<nowiki>one{{Break}}two</nowiki>}}
 +
| one{{Break}}two
 +
|-
 +
| Monospace text
 +
| {{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
 +
| <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>}}
 +
|
  
==Tips to keep in mind==
+
==Level 1==
;Try making your [[{{#Special:MyPage}}|Userpage]] first
+
===Level 2===
*it helps you get used to editing the wiki and you can use it as your personal sandbox for testing out things like templates.
+
====Level 3====
;The wiki is very Case Sensitive
+
=====Level 4=====
:when it comes to linking to other pages and files, then the wiki can be very Case Sensitive.
+
|-
;Updating files/images
+
| Bulleted list
*If you just need to update an existing file, then go to that file and use the ''"Upload a new version of this file"''
+
| {{Monospace|* one{{Break}}* two{{Break}}** two point one{{Break}}** two point two{{Break}}* three}}
*If the new image is drastically different, such as being a different subject, then just create a new file
+
| style="padding:3px 3px 15px 3px;" |
;Image size
+
* one
*Please do not update a file with a worse quality image (such as shrinking it).
+
* two
*Just use parameters like <code>|thumb|</code> for a instant small thumbnail, or use <code>|300px|</code> to specify a size.
+
** two point one
;Use templates when they are provided (to display information)
+
** two point two
*there is always a {{tl|Documentation}} on every template that explains how to use it
+
* three
*templates are very easy to use once you get used to it, try them out on your userpage first if unsure.
+
|-
 +
| 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>
  
==See Also==
+
{| class="wikitable"
*[[Help:Formatting and templates|Formatting and templates]]
+
|{{monospace|<nowiki>{|</nowiki>}}
{{Help}}
+
| 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: