Difference between revisions of "Help:Contents"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) m |
MyraMidnight (talk | contribs) m |
||
Line 1: | Line 1: | ||
+ | {{Tag Attention|align=left|title=New changes to the "Template Explanation"|message=I recently made some changes to the [[Template:Template Explanation|Template Explanation]] template because it was too easy to break it with it's contents. But the changes unfortunately broke the ''explanation box'' on all templates using it. These changes were necessary and Im working on fixing them, its a easy fix. '''Thanks in advance for helping/being patient.''' | ||
+ | *If you run into a template with a ''broken explanation box'', then it would be nice if you could help me fix it. Remember that table parameters only work at the beginning of a line. | ||
+ | *#just find the beginning of the template, <code><nowiki>{{Template Explanation|...</nowiki></code> and change it into <code><nowiki>{|{{Template Explanation}}... </nowiki></code> | ||
+ | *#finish it by closing the table by finding the end of it, <code><nowiki>}}</nowiki></code> needs to become <code><nowiki>|}</nowiki></code>, then the box will look as intended. | ||
+ | }} | ||
{{WikiHelp}}__NOTOC__ | {{WikiHelp}}__NOTOC__ | ||
===Contributors! [[Help:Getting Started|Getting Started!]]=== | ===Contributors! [[Help:Getting Started|Getting Started!]]=== |
Revision as of 04:13, 30 March 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.
- 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
- 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
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:
[[Rez]]zing
becomes Rezzing
- but sometimes you can avoid them by blending links:
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 | ||||||||||||||||||||||||
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> works the same) | one{{Break}}two | one two | ||||||||||||||||||||||||
Monospace text | 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 02:23, 22 November 2024 (UTC) | ||||||||||||||||||||||||
Hidden comments (only visible when in "edit") | This <!--- Message ---> is invisible | This is invisible | ||||||||||||||||||||||||
Thumbnail image | [[File:VampireRexie.gif|thumb|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 1Level 2Level 3Level 4 | ||||||||||||||||||||||||
Bulleted list | * one * two ** two point one ** two point two * three |
| ||||||||||||||||||||||||
Numbered list | # one # two ## two point one ## two point two # three |
| ||||||||||||||||||||||||
Stacking list styles | # one #* dot #*# dot one #*# dot two # two |
| ||||||||||||||||||||||||
Definition list
|
; item 1 :Definition 1 ; item 2 :Definition 2-1 :Definition 2-2 |
| ||||||||||||||||||||||||
Tables
|
{| class=wikitable |+Species and Elements !Element ||Species ||Color |- !Affection |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.