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}}__NOTOC__
Check out the [[Community portal]] for information our plans and other things
+
===Contributors! [[Help:Getting Started|Getting Started!]]===
*Help us get the Krafties Wiki into shape, cleaning up articles and adding content
+
:;Everything you need to get started is found in the header of this page!
}}
+
:Your tasks are: '''correcting content''' and '''adding missing information''', keep everything up to date.
 +
:There are many templates that have been created to help you, you should use them.
 +
:The [[WikiWriter]] is in charge of creating templates, but you can edit them to correct/add links and other details
  
;Register
+
===UserPage / Sandbox===
*Create an account here on the wiki
+
:When you have an account on the Krafties Wiki, you are able to create your '''User page''', by clicking your name in the top-right.
;Need help?
+
:*This can become your private '''sandbox''' and a place to keep track of your ideas on the wiki
*Check the [[Help:Contents|Help pages]]
+
:*Use your ''sandbox'' when testing out templates or creating new tables
;Be bold
+
:*''also'', whenever you make a contribution (editing and adding content) it will link to your user page
*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.
+
==WikiMarkup Cheat-sheet==
;Start a new article
+
Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want.
*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.
+
;Notes
*you can make a new page redirect to it's proper place by adding <code><nowiki>#REDIRECT [[PageName]]</nowiki></code>
+
*The wiki is very Case Sensitive, keep that in mind when inserting images or links
;Community discussion
+
*It's '''alright''' to create red links, the page or redirect can always be made later
*See what the community is currently talking about or make suggestions on the talk pages.
+
*:but sometimes you can avoid them by blending links: <code><nowiki>[[Rez]]zing</nowiki></code> becomes [[Rez]]zing
 +
{| 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]]
 +
|-
 +
| 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>}}
 +
|
  
==Creating Articles / Editing Content==
+
==Level 1==
'''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''.
+
===Level 2===
: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.
+
====Level 3====
[[File:EditingWiki.png|frame|center|This is the options when editing a page, "Summary" is where you write why/what you were editing]]
+
=====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>
  
===Creating a New Page===
+
{| class="wikitable"
#When failing to find something with search, you will get:
+
|{{monospace|<nowiki>{|</nowiki>}}
#*'''Create the page "<span style="color:darkred">NewPage</span>" on this wiki!'''
+
| Table start
#Click the red link to proceed to the creation page. Add content, category or redirect it to the proper place.
+
|-
#'''Show preview''' of what you've made so far.
+
|{{monospace|<nowiki>|+</nowiki>}}
#'''Save page''' when you're done. You just made a page!
+
| (optional) Title over table
 
+
|-
===Edit Existing Pages===
+
|{{monospace|<nowiki>|-</nowiki>}}
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.
+
| Table Row
#Click '''edit''' on the top of the page/part of page which you wish to edit.
+
|-
#Add your content, press '''Show preview''' to see the results
+
|{{monospace|<nowiki>!</nowiki> }}
#;When to use the ''"This is a minor edit"''?
+
| Table Row/Cell for Header
#*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.
+
|-
#Press '''Save page''' when done.
+
|{{monospace|<nowiki>|</nowiki>}}
 
+
| Table Cell
==Tips to keep in mind==
+
|-
;Try making your [[{{#Special:MyPage}}|Userpage]] first
+
|{{monospace|<nowiki>|}</nowiki>}}
*it helps you get used to editing the wiki and you can use it as your personal sandbox for testing out things like templates.
+
| Table end
;The wiki is very Case Sensitive
+
|}
:when it comes to linking to other pages and files, then the wiki can be very Case Sensitive.
+
|
;Updating files/images
+
{| class=wikitable
*If you just need to update an existing file, then go to that file and use the ''"Upload a new version of this file"''
+
|+Species and Elements
*If the new image is drastically different, such as being a different subject, then just create a new file
+
!Element ||Species ||Color
;Image size
+
|-
*Please do not update a file with a worse quality image (such as shrinking it).
+
!Affection
*Just use parameters like <code>|thumb|</code> for a instant small thumbnail, or use <code>|300px|</code> to specify a size.
+
|Felion ||Pink
;Use templates when they are provided (to display information)
+
|-
*there is always a {{tl|Documentation}} on every template that explains how to use it
+
|Fire
*templates are very easy to use once you get used to it, try them out on your userpage first if unsure.
+
|Rexie
 
+
|Red
==See Also==
+
|-
*[[Help:Formatting and templates|Formatting and templates]]
+
|Vampire ||Aviaa ||White
{{Help}}
+
|}
 +
|}
 +
==Editing Guidelines==
 +
If you become a regular contributor to the site it is recommended you familiarize yourself with the general editing guidelines. It will help keep pages consistent throughout the site and make editing easier for yourself and other people.

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: