Difference between revisions of "Talk:Syntax Cheatsheet for Wiki Markup"

From KDHX Production
Jump to: navigation, search
(Created page with "<div align="center"> <!--COMMENT MARKUP. Displays:Edit mode only.--> {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" |colsp...")
 
Line 1: Line 1:
 +
==New Method==
 +
{| class="wikitable"
 +
|+Food complements
 +
|-
 +
|Orange
 +
|Apple
 +
|Extra
 +
|-
 +
|Bread
 +
|Pie
 +
|Extra
 +
|-
 +
|Butter
 +
|Ice cream
 +
|Extra
 +
|}
 +
 +
 +
==Old Method==
 
<div align="center">
 
<div align="center">
 
<!--COMMENT MARKUP. Displays:Edit mode only.-->
 
<!--COMMENT MARKUP. Displays:Edit mode only.-->
Line 14: Line 33:
 
|<!--2ND COLUMN-->
 
|<!--2ND COLUMN-->
 
<tt>
 
<tt>
 
 
<nowiki>''italic''</nowiki> </tt>
 
<nowiki>''italic''</nowiki> </tt>
 
|<!--3RD COLUMN-->
 
|<!--3RD COLUMN-->
 
''italic''
 
''italic''
|-<!--HORIZONTAL LINE-->
 
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-<!--2ND ROW 1ST COLUMN-->
 
|-<!--2ND ROW 1ST COLUMN-->
Line 24: Line 41:
 
|
 
|
 
<tt>
 
<tt>
 
 
<nowiki>'''bold'''</nowiki> </tt>
 
<nowiki>'''bold'''</nowiki> </tt>
 
|
 
|
 
'''bold'''
 
'''bold'''
|-
 
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|-

Revision as of 20:34, 19 June 2015

New Method

Food complements
Orange Apple Extra
Bread Pie Extra
Butter Ice cream Extra


Old Method

Wikipedia Cheatsheet

Works anywhere in the text
Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

'''''bold & italic'''''

bold & italic

Link to another Wikipedia page

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Name of page and Text to display

Add an image

[[ File:Wiki.png|thumb|alt=Alt text|Caption

]]

Alt text
Caption
Add a page to a category

[[Category:Category name]]

Categories should be placed at the end of pages. The category name will display in a bar at the bottom when the page is previewed or saved.
Signature
Sign your contributions when posting to a Talk Page.
Do not sign when contributing to an article.

~~~~

Username (talk) 07:02, 18 May 2024 (UTC)

Works only at the beginning of lines
Description You type You get
Redirect to another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page]]

Target page

Redirect to a section of another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page#anchorName]]

Target page#anchorName

Section headings
A Table of Contents will automatically be generated when four headings are added to an article.
Do not use =Level 1=; it is reserved for page titles.

== Level 2 ==

=== Level 3 ===

==== Level 4 ====

===== Level 5 =====

====== Level 6 ======

Level 2

Level 3

Level 4

Level 5
Level 6
Bulleted listTemplate:Anchor

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered listTemplate:Anchor

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Indenting textTemplate:Anchor
This is used when replying on a talk page, to make it easier to follow conversations.

no indent (normal)

:first indent

::second indent

:::third indent

no indent (normal)

first indent
second indent
third indent
Adding references

Cheatsheet for citing a website or publication
Referencing for beginners

See also

Information Technology