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
+
:If you need any help, add a comment to the [[Help_talk:Contents|Help Talk Page]]. You can also just try asking the [[WikiWriter]] directly when on [[wikipedia:Second Life|Second Life]]
}}
+
:*Feel free to add new content, fix and adjust existing content. Just slap on <code><nowiki>{{Tag WikiWriter}}</nowiki></code> onto the page if you want the [[WikiWriter]] to take a look at it
 +
:*You should always coordinate with the [[WikiWriter]] when changing the '''layout''', because they are in charge of formatting
 +
:;Everything else you need should be at the header of this page
  
;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.
+
==Tag a Page (Quick Sorting)==
;Start a new article
+
:Whenever you notice a page that might need one special attention, grab the appropriate tag and edit it into the page
*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.
+
{|class=bluetable style="margin-left:30px"
*you can make a new page redirect to it's proper place by adding <code><nowiki>#REDIRECT [[PageName]]</nowiki></code>
+
|-
;Community discussion
+
|colspan=4|
*See what the community is currently talking about or make suggestions on the talk pages.
+
*These tags are ment for the top of pages, but not elusively. Its only because that's where they grab the most attention, and are easy to remove when it has served it's purpose
 +
*Each of these templates has the option to be filled with a message to explain why the tag was placed there, please use that option if possible ''(more info on the templates)''
 +
*Check out the categories linked to the tags, to see if you could help sort something out
 +
|-
 +
!style=width:200px|Name !!style=width:300px|Code !!Description !!Adds Category
 +
|-
 +
|[[Template:Tag|General Notice]] || {{monospace|<nowiki>{{Tag|title=|message=}}</nowiki>}} ||This is the template used to create the rest, and can also be used as a '''General notice'''. || none
 +
|-
 +
|[[Template:Tag Attention|Attention!]] ||{{monospace|<nowiki>{{Tag Attention|message=}}</nowiki>}}||Adds a tag '''"ATTENTION!"''' for bring important information to the top||none
 +
|-
 +
|[[Template:Tag Unavailable|Unavailable]] || {{monospace|<nowiki>{{Tag Unavailable}}</nowiki>}} ||Adds a tag '''"this item/feature is currently not available"'''||[[:category:Unavailable]]
 +
|-
 +
|[[Template:Tag Discontinued|Discontinued]] ||{{monospace|<nowiki>{{Tag Discontinued}}</nowiki>}} ||Adds a tag '''"this item/feature has been discontinued"'''||[[:category:discontinued]]
 +
|-
 +
|[[Template:Tag KnownIssues|Known Issues]] ||{{monospace|<nowiki>{{Tag KnownIssues|message=}}</nowiki>}} ||Adds a tag '''"Known Issues:"''' ||[[:category:Known Issues]]
 +
|-
 +
|[[Template:Tag Outdated|Outdated Information]]||{{monospace|<nowiki>{{Tag Outdated|message=}}</nowiki>}} ||Adds tag '''"This page contains Outdated or Incorrect information"''' ||[[:category:Needs Fixing]]
 +
|-
 +
|[[Template:Tag WikiWriter|Tag WikiWriter]]||{{monospace|<nowiki>{{Tag WikiWriter}}</nowiki>}} ||Adds a tag '''"This page needs to be reviewed and formatted by [[WikiWriter]]"''' ||[[:category:WikiWriter Review]]
 +
|-
 +
!colspan=4|Look at the template itself to see instructions on how to use them. [[Help:Notice Tags|More tags...]]
 +
|}
  
==Creating Articles / Editing Content==
+
==Quick WikiMarkup Overview==
'''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''.
+
Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want.
: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.
+
;Notes
[[File:EditingWiki.png|frame|center|This is the options when editing a page, "Summary" is where you write why/what you were editing]]
+
*The wiki is very Case Sensitive, keep that in mind when inserting images or links
 +
*It's '''alright''' to create red links, the page or redirect can always be made later
 +
*: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 a New Page===
+
==Level 1==
#When failing to find something with search, you will get:
+
===Level 2===
#*'''Create the page "<span style="color:darkred">NewPage</span>" on this wiki!'''
+
====Level 3====
#Click the red link to proceed to the creation page. Add content, category or redirect it to the proper place.
+
=====Level 4=====
#'''Show preview''' of what you've made so far.
+
|-
#'''Save page''' when you're done. You just made a page!
+
| 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>
  
===Edit Existing Pages===
+
{| class="wikitable"
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.
+
|{{monospace|<nowiki>{|</nowiki>}}
#Click '''edit''' on the top of the page/part of page which you wish to edit.
+
| Table start
#Add your content, press '''Show preview''' to see the results
+
|-
#;When to use the ''"This is a minor edit"''?
+
|{{monospace|<nowiki>|+</nowiki>}}
#*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.
+
| (optional) Title over table
#Press '''Save page''' when done.
+
|-
 
+
|{{monospace|<nowiki>|-</nowiki>}}
==Tips to keep in mind==
+
| Table Row
;Try making your [[{{#Special:MyPage}}|Userpage]] first
+
|-
*it helps you get used to editing the wiki and you can use it as your personal sandbox for testing out things like templates.
+
|{{monospace|<nowiki>!</nowiki> }}
;The wiki is very Case Sensitive
+
| Table Row/Cell for Header
:when it comes to linking to other pages and files, then the wiki can be very Case Sensitive.
+
|-
;Updating files/images
+
|{{monospace|<nowiki>|</nowiki>}}
*If you just need to update an existing file, then go to that file and use the ''"Upload a new version of this file"''
+
| Table Cell
*If the new image is drastically different, such as being a different subject, then just create a new file
+
|-
;Image size
+
|{{monospace|<nowiki>|}</nowiki>}}
*Please do not update a file with a worse quality image (such as shrinking it).
+
| Table end
*Just use parameters like <code>|thumb|</code> for a instant small thumbnail, or use <code>|300px|</code> to specify a size.
+
|}
;Use templates when they are provided (to display information)
+
|
*there is always a {{tl|Documentation}} on every template that explains how to use it
+
{| class=wikitable
*templates are very easy to use once you get used to it, try them out on your userpage first if unsure.
+
|+Species and Elements
 
+
!Element ||Species ||Color
==See Also==
+
|-
*[[Help:Formatting and templates|Formatting and templates]]
+
!Affection
{{Help}}
+
|Felion ||Pink
 +
|-
 +
|Fire
 +
|Rexie
 +
|Red
 +
|-
 +
|Vampire ||Aviaa ||White
 +
|}
 +
|}
 +
==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: