|
|
(6 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
− | <!-- MediaWiki has some links to help:editing so I think that's the standard place to put help ~~~~ -->{{move|Help:Editing}}
| + | I am Clark from Reykjavik doing my final year engineering in Continuing Education and Summer Sessions. I did my schooling, secured 87% and hope to find someone with same interests in Crocheting.<br><br>Also visit my site :: [https://herpafend-try.com/ compare Herpafend prices online] |
− | | |
− | '''Editing a wiki''' is as easy as falling out of your chair! Simply click the "edit" button at the top of any article, contribute your knowledge, and then hit save. Your changes are already reflected on the article! Talk about instant gratification. And now, here are some examples of wiki markup you can use to help you to edit more effectively.
| |
− | | |
− | == Examples ==
| |
− | | |
− | {| border=1 cellspacing=0
| |
− | !What it looks like
| |
− | !What you type
| |
− | |-
| |
− | |''This text is in italics''
| |
− | |<pre><nowiki>''This text is in italics''</nowiki></pre>
| |
− | |-
| |
− | |'''This text is in bold'''
| |
− | |<pre><nowiki>'''This text is in bold'''</nowiki></pre>
| |
− | |-
| |
− | |'''''This text is in bold and italics'''''
| |
− | |<pre><nowiki>'''''This text is in bold and italics'''''</nowiki></pre>
| |
− | |-
| |
− | |First line<br>
| |
− | Second line
| |
− | * You can line break without starting a new paragraph (start a new paragraph by skipping a line).
| |
− | * Don't use line breaks often.
| |
− | |<pre><nowiki>First line<br>
| |
− | Second line</nowiki></pre>
| |
− | |-
| |
− | |
| |
− | * For lists, including lists of links, make bulleted lists.
| |
− | * Second line of the list.
| |
− | ** This line starts from farther right.
| |
− | |<pre><nowiki>* For lists, including lists of likes, make bulleted lists.
| |
− | * Second line of the list.
| |
− | ** This line starts from farther right.</nowiki></pre>
| |
− | |-
| |
− | |
| |
− | <!-- The following code was changed to avoid messing up table of contents, so it may not look exactly as it should. -->
| |
− | '''<font style=font-size:140%>New section</font>'''<hr>
| |
− | | |
− | '''<font style=font-size:120%>Subsection</font>'''
| |
− | | |
− | '''<font style=font-size:100%>Sub-subsection</font>'''
| |
− | * Don't use a single = to make a heading.
| |
− | |<pre><nowiki>== New Section ==
| |
− | === Subsection ===
| |
− | ==== Sub-subsection ====</nowiki></pre>
| |
− | |-
| |
− | |
| |
− | ;Definition List:List of definitions.
| |
− | ;Term:Definition
| |
− | * Use this format for terminology pages.
| |
− | |<pre><nowiki>;Definition List:List of definitions.
| |
− | ;Term:Definition</nowiki></pre>
| |
− | |-
| |
− | |[[Mario Kart 64]]
| |
− | * A link to an article on this wiki.
| |
− | * The text you see is the name of the article.
| |
− | |<pre><nowiki>[[Mario Kart 64]]</nowiki></pre>
| |
− | |-
| |
− | |[[Mario Kart 64|MK64]]
| |
− | * A link to the same article, but the text you see is now different.
| |
− | |<pre><nowiki>[[Mario Kart 64|MK64]]</nowiki></pre>
| |
− | |-
| |
− | |[http://www.mariokart64.com/ MK64 Player's Page]
| |
− | * A link to a website, and the text you see is the name of the site.
| |
− | |<pre><nowiki>[http://www.mariokart64.com/ MK64 Player's Page]</nowiki></pre>
| |
− | |-
| |
− | |
| |
− | * Type this at the bottom of a page to put an article in a category along with other similar articles.
| |
− | |<pre><nowiki>[[Category:MK64 Strats]]</nowiki></pre>
| |
− | |-
| |
− | |
| |
− | * Instead displaying text, the page you searched for will automatically redirect to the actual article.
| |
− | * Type this at the tops of pages for things that someone might search for (e.g. OoT or Zelda 64) instead of the actual name of the article.
| |
− | |<pre><nowiki>#Redirect [[The Legend of Zelda: Ocarina of Time]]</nowiki></pre>
| |
− | |}
| |
− | | |
− | == Creating new articles ==
| |
− | | |
− | To create a new article, search for what you want the articles name to be, and then click where it says "this exact title". Type some stuff on the page and click save page, and the article will be created.
| |
− | | |
− | See? ''Much'' easier than falling off a chair.
| |
− | | |
− | == External Links ==
| |
− | | |
− | [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page Wikipedia:How to Edit a Page] - A more detailed explanation of Wikipedia markup.
| |