Difference between revisions of "Help:Contents"

From Krafties
Jump to navigation Jump to search
(added how to make underlined and slashed/deleted text)
m
Line 60: Line 60:
 
|-
 
|-
 
| Monospace text
 
| Monospace text
 +
:makes spaces between letters bigger to be clear
 
| {{Monospace|This text is not Monospace.{{Break}}<nowiki>{{Monospace|This text is Monospace.}}</nowiki>}}
 
| {{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.}}
 
| This text is not Monospace.{{Break}}{{Monospace|This text is Monospace.}}
Line 72: Line 73:
 
|-
 
|-
 
| Thumbnail image
 
| Thumbnail image
 +
:automatically resizes a image into a thumbnail
 
| <nowiki>[[File:VampireRexie.gif|thumb|Caption text]]</nowiki>
 
| <nowiki>[[File:VampireRexie.gif|thumb|Caption text]]</nowiki>
 
| [[File:VampireRexie.gif|thumb|Caption text]]
 
| [[File:VampireRexie.gif|thumb|Caption text]]

Revision as of 05:27, 16 April 2017

<tag>...</tag>

  • Please try to keep pages consistent, even if that means copying the layout from another page.
  • There are guides that help you get familiar with adding content to the wiki, you can test them on your userpage (click your name anywhere)
  • Please use the "Upload a new version of this file" instead of creating a new image/file when updating images
    • If a image is too big for your purpose, simply resize it with commands like |300px| or simply make it a thumbnail with |thumb|
  • If there is a template you can use, please use it, it saves clutter, and allows us to easily adjust how the information is presented without having to edit every single page to adjust it.
    • If the info is only going to be seen on one page or two, then they do not belong as a template. Unless the page is getting complex and cramped (example: main page)

The Help Navigation

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 -->.

Quick Formatting CheatSheet

Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want.
Description You Type You Get
Applies anywhere
Italicize text ''italic'' italic
Bold text '''bold''' bold
Bold and italic '''''bold & italic''''' bold & italic
Internal link
(within Krafties wiki)
[[Name of Page]]
[[Name of Page|Display Text]]
Name of Page
Display Text
Delete text
When you want to "delete" text without removing or hiding it
<s>deleted text</s>
<del>deleted text</del>
deleted text
deleted text
Underline <u>underlined</u> underlined
External link
(to other websites)
[http://www.example.com]
[http://www.example.com display text]
http://www.example.com
[1]
display text
http://www.example.com
Escape wiki markup ''markup''
<nowiki>no ''markup''</nowiki>
markup
no ''markup''
Line Break (<br> and {{clear}} works also) one{{Break}}two one
two
Monospace text
makes spaces between letters bigger to be clear
This text is not Monospace.
{{Monospace|This text is Monospace.}}
This text is not Monospace.
This text is Monospace.
Sign your posts
on talk pages
~~~~ Username 21:57, 4 May 2024 (UTC)
Hidden comments (only visible when in "edit") This <!--- Message ---> is invisible This is invisible
Thumbnail image
automatically resizes a image into a thumbnail
[[File:VampireRexie.gif|thumb|Caption text]]
Caption text
Applies only at the beginning of the line
Headings
of different sizes
A Table of Contents will
automatically be generated
when four headings are
added to an article.
==Level 1==
===Level 2===
====Level 3====
=====Level 4=====

Level 1

Level 2

Level 3

Level 4
Bulleted list * one
* two
** two point one
** two point two
* three
  • one
  • two
    • two point one
    • two point two
  • three
Numbered list # one
# two
## two point one
## two point two
# three
  1. one
  2. two
    1. two point one
    2. two point two
  3. three
Stacking list styles # one
#* dot
#*# dot one
#*# dot two
# two
  1. one
    • dot
      1. dot one
      2. dot two
  2. two
Definition list
Indenting Text
; item 1
:Definition 1
; item 2
:Definition 2-1
: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
{| class=wikitable
|+Species and Elements
!Element ||Species ||Color
|-
!Affection
|Felion ||Pink
|-
|Fire
|Rexie
|Red
|-
|Vampire ||Aviaa ||White
|}
{| Table start
|+ (optional) Title over table
|- Table Row
! Table Row/Cell for Header
| Table Cell
|} Table end
Species and Elements
Element Species Color
Affection Felion Pink
Fire Rexie Red
Vampire Aviaa White