Difference between revisions of "Help:Contents"

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

Latest revision as of 08:19, 2 February 2020

Information icon4.png 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
  • Create an account here on the wiki
Need help?
Be bold
  • There's no need to wait. Jump right in and start editing. The 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 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 #REDIRECT [[PageName]]
Community discussion
  • See what the community is currently talking about or make suggestions on the talk pages.

Creating Articles / Editing Content

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.

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.
This is the options when editing a page, "Summary" is where you write why/what you were editing

Creating a New Page

  1. When failing to find something with search, you will get:
    • Create the page "NewPage" on this wiki!
  2. Click the red link to proceed to the creation page. Add content, category or redirect it to the proper place.
  3. Show preview of what you've made so far.
  4. Save page when you're done. You just made a page!

Edit Existing Pages

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.

  1. Click edit on the top of the page/part of page which you wish to edit.
  2. Add your content, press Show preview to see the results
    When to use the "This is a minor edit"?
    • 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.
  3. Press Save page when done.

Tips to keep in mind

Try making your 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.
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
  • If you just need to update an existing file, then go to that file and use the "Upload a new version of this file"
  • If the new image is drastically different, such as being a different subject, then just create a new file
Image size
  • Please do not update a file with a worse quality image (such as shrinking it).
  • Just use parameters like |thumb| for a instant small thumbnail, or use |300px| to specify a size.
Use templates when they are provided (to display information)
  • there is always a {{Documentation}} on every template that explains how to use it
  • templates are very easy to use once you get used to it, try them out on your userpage first if unsure.

See Also

General Wiki Help

Krafties Wiki Specific

Basics
Advanced
Other


Basics
Templates
Images / Files
Other

Notes

  • The wiki is very CASE SENSITIVE when it comes to links and filenames
  • When you move a page to a new name, it will create a REDIRECT which forwards people to the current location
  • Think of using Templates like you are actually filling in forms, manual is on the template pages themselves
  • Please Use your UserPage like a sandbox to test out formatting or pre-creating content
  • There are sometimes hidden notes which can only be seen while editing, <!-- putting these around the message -->.