Notice: We are aware that many of the Chewiki’s images are still broken. We promise: we will try our best to fix it, but we don't guarantee that the fix will be trivial.
Difference between revisions of "Help:Editing"
Crazy Luigi (talk | contribs) m (Replacing bad video.) |
(Still working...why can't I think of better edit summaries?) |
||
Line 1: | Line 1: | ||
{{Majorcleanup|date=April 2010}}Welcome to the help page. This page will explain some basics you'll need to know about editing pages on Chewiki. You can also use the icons above the textbox to use different tools. | {{Majorcleanup|date=April 2010}}Welcome to the help page. This page will explain some basics you'll need to know about editing pages on Chewiki. You can also use the icons above the textbox to use different tools. | ||
− | Also, if you think something's too short but you might want to see it expanded, add <code><nowiki>{</nowiki>{stub}}</code> anywhere in the article. | + | Also, if you think something's too short but you might want to see it expanded, add <code><nowiki>{</nowiki>{[[Template:Stub|stub]]}}</code> anywhere in the article. |
=Instructions on wiki formatting= | =Instructions on wiki formatting= | ||
Line 29: | Line 29: | ||
##Grounder | ##Grounder | ||
#Hulk Hogan | #Hulk Hogan | ||
− | == | + | ==How to embed a [[YouTube]] video== |
{{vid|_JaW_f45xnY}} | {{vid|_JaW_f45xnY}} | ||
− | Format: <nowiki>{{vid|insert "code" part of the url here}}</ | + | |
+ | |||
+ | Format: <code><nowiki>{</nowiki>{vid|insert "code" part of the url here}}</code> | ||
Example: | Example: | ||
− | *<nowiki>{{vid|http://www.youtube.com/watch?v=_JaW_f45xnY}}</ | + | *<code><nowiki>{</nowiki>{vid|http://www.youtube.com/watch?v=_JaW_f45xnY}}</code> - '''''incorrect''''' |
− | *<nowiki>{{vid|_JaW_f45xnY}}</ | + | *<code><nowiki>{</nowiki>{vid|_JaW_f45xnY}}</code> '''correct''' |
If done correctly, the result should be this: | If done correctly, the result should be this: | ||
− | == | + | |
+ | |||
+ | ==How to embed an image== | ||
If you want a image with a thumbnail, try this: | If you want a image with a thumbnail, try this: | ||
− | <nowiki>[[Image: imagename.filename|thumb| *insert description here*]]</ | + | <nowiki>[</nowiki><code>[Image: imagename.filename|thumb| *insert description here*]]</code> |
[[Image: Volvic_revive.png|thumb| *insert description here*]] | [[Image: Volvic_revive.png|thumb| *insert description here*]] | ||
'''The name of the part afterwards the Image: part, should be the complete filename of the file uploaded onto Chewiki.''' | '''The name of the part afterwards the Image: part, should be the complete filename of the file uploaded onto Chewiki.''' | ||
Line 47: | Line 51: | ||
If you don't want a thumbnail image, just type <nowiki>[[Image: imagename.filename]]</nowiki> | If you don't want a thumbnail image, just type <nowiki>[[Image: imagename.filename]]</nowiki> | ||
− | == | + | |
− | Add <nowiki>{{ | + | Be warned that there seems to be a glitch with some images and thumbnails, where the thumbnails will be displayed in a slightly glitchy color palette. |
+ | ==How to add a template/group== | ||
+ | Add <code><nowiki>{</nowiki>{templatename}}</code> anywhere on the page. The template then will appear on the bottom of the article it's currently in, and it'll add place the template (if there's one available. Otherwise, the name of the template will appear, linked so you can click on the link to create it if neccessary). | ||
==How to add links== | ==How to add links== | ||
− | If you want to add a link to another page, type <nowiki>[[You]]</ | + | If you want to add a link to another page, type <code><nowiki>[</nowiki>[You]]</code>. It should show up as [[You]]. Alernatively, type <code><nowiki>[</nowiki>[Yoghurt|Robotnik]]</code> to make [[Yoghurt|Robotnik]]. While the text shows up as Robotnik, it links to Yoghurt instead. It's recomended to keep this in mind to prevent double articles from forming. |
− | It's also essential to | + | It's also essential to ''spell the article right, or else it won't work.'' |
− | Alternatively, using an url outside of Chewiki can be done by typing it like this: <nowiki>[www.youchewpoop.com]</ | + | Alternatively, using an url outside of Chewiki can be done by typing it like this: <code><nowiki>[</nowiki>http://www.youchewpoop.com Youchew]</code>. It should show up as [http://www.youchewpoop.com Youchew]. Placing a link to a page with 'https' instead of 'http' at the beginning will place a picture of a lock instead of the normal link mini-icon. |
Revision as of 16:40, 27 April 2010
Welcome to the help page. This page will explain some basics you'll need to know about editing pages on Chewiki. You can also use the icons above the textbox to use different tools.
Also, if you think something's too short but you might want to see it expanded, add {{stub}}
anywhere in the article.
Instructions on wiki formatting
How to add a headliner
Format: ==*insert text here*==
Effect:
*insert text here*
Format: ===*insert text here*===
Effect:
*insert text here*
Format: ====*insert text here*====
Effect:
*insert text here*
Format: =====*insert text here*=====
Effect:
*insert text here*
When 4 or more titles are created, the Table of Contents will automatically be created. Adding __TOC__ or __FORCETOC__ will place the toc on wherever spot you add it, even if there are less than 4 titles. Adding __NOTOC__ will keep the Table of Contents from appearing.
Lists
To make a list, set a * before each sentence. Make sure you'll make a new line for each listed sentence.
The effect will be this:
- Waluigi
- Scratch
- Grounder
- Hulk Hogan
If you want to go wikiHow style, you can also use numberical lists, by using #'s; leading to this:
- Waluigi
- Scratch
- Grounder
- Hulk Hogan
How to embed a YouTube video
{{#ev:youtube|_JaW_f45xnY|320}}
Format: {{vid|insert "code" part of the url here}}
Example:
{{vid|http://www.youtube.com/watch?v=_JaW_f45xnY}}
- incorrect{{vid|_JaW_f45xnY}}
correct
If done correctly, the result should be this:
How to embed an image
If you want a image with a thumbnail, try this:
[[Image: imagename.filename|thumb| *insert description here*]]
The name of the part afterwards the Image: part, should be the complete filename of the file uploaded onto Chewiki. the image on the right can be embed onto a page by using this code, for example: [[Volvic_revive.png|thumb|*insert description here*]]
If you don't want a thumbnail image, just type [[Image: imagename.filename]]
Be warned that there seems to be a glitch with some images and thumbnails, where the thumbnails will be displayed in a slightly glitchy color palette.
How to add a template/group
Add {{templatename}}
anywhere on the page. The template then will appear on the bottom of the article it's currently in, and it'll add place the template (if there's one available. Otherwise, the name of the template will appear, linked so you can click on the link to create it if neccessary).
How to add links
If you want to add a link to another page, type [[You]]
. It should show up as You. Alernatively, type [[Yoghurt|Robotnik]]
to make Robotnik. While the text shows up as Robotnik, it links to Yoghurt instead. It's recomended to keep this in mind to prevent double articles from forming.
It's also essential to spell the article right, or else it won't work.
Alternatively, using an url outside of Chewiki can be done by typing it like this: [http://www.youchewpoop.com Youchew]
. It should show up as Youchew. Placing a link to a page with 'https' instead of 'http' at the beginning will place a picture of a lock instead of the normal link mini-icon.