Difference between revisions of "Help:Contents"

From Krafties
Jump to navigation Jump to search
m
m
Line 5: Line 5:
 
}}  
 
}}  
 
{{WikiHelp}}__NOTOC__
 
{{WikiHelp}}__NOTOC__
 +
 
===Contributors! [[Help:Getting Started|Getting Started!]]===
 
===Contributors! [[Help:Getting Started|Getting Started!]]===
 
:;Everything you need to get started is found in the header of this page!
 
:;Everything you need to get started is found in the header of this page!
Line 21: Line 22:
 
:*Use your ''sandbox'' when testing out templates or creating new tables
 
:*Use your ''sandbox'' when testing out templates or creating new tables
 
:*''also'', whenever you make a contribution (editing and adding content) it will link to your user page
 
:*''also'', whenever you make a contribution (editing and adding content) it will link to your user page
==WikiMarkup Cheat-sheet==
 
Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want.
 
;Notes
 
*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>}}
 
|
 
 
==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
 
|}
 
|}
 
 
==Editing Guidelines==
 
==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.
 
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.

Revision as of 03:43, 7 April 2015

<tag>...</tag>

Our Wiki Help Pages
General Mediawiki Helpguides

Contributors! Getting Started!

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.
Do what you can, when you notice things that need fixing.
Using Templates
  • 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
Creating content/pages
  • You can simply follow the example of other pages with similar content, copy their skeleton to use on your new pages.
  • Dont be shy to create content when it is missing, it is easy for the WikiWriter to move them if needed. Formatting can always come later.

UserPage / Sandbox

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.
  • This can become your private sandbox and a place to keep track of your ideas on the wiki
  • Use your sandbox when testing out templates or creating new tables
  • also, whenever you make a contribution (editing and adding content) it will link to your user page

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.