Difference between revisions of "TheWikiWay:WikiSyntax"

(Categories)
(Roll to)
 

(37 intermediate revisions by 16 users not shown)



Line 1: Line 1:
 
{{TutorialNavigator
 
{{TutorialNavigator
 
|next = TheWikiWay:PracticePage
 
|next = TheWikiWay:PracticePage
|previous = TheWikiWay:TopMenu
+
|previous = TheWikiWay:Preferences
 
}}
 
}}
 
{{Clear}}
 
{{Clear}}
 
{{HelpTextMarkup}}
 
{{HelpTextMarkup}}
 
==Section Headings==
 
==Section Headings==
Headings are delimited by 1-6 equal signs (=). They basically correspond to HTML's <h1> through <h6> tags. Please type the corresponding titles with only the beginning letter of the word with a capital letters. Other than names of people, websites and songs..there are no exceptions to this!  Each section heading comes equipped with its own edit tab to the right.
+
Headings are delimited by 1-6 equal signs (=). They basically correspond to HTML's <h1> through <h6> tags. Please type the corresponding titles with only the beginning letter of the word with a capital letters, unless they are the names of people, websites and songs.
 +
 
 
{|
 
{|
 
|-
 
|-
Line 44: Line 45:
 
|-
 
|-
 
|
 
|
Add a link to [http://WikiIndex.org]
+
Add a link to WikiIndex.org [http://WikiIndex.org] without a display name
 
|<pre>[http://WikiIndex.org]</pre>
 
|<pre>[http://WikiIndex.org]</pre>
 
|-
 
|-
|Add a link to [http://WikiIndex.org WikiIndex] with a display name
+
|Add a link to [http://WikiIndex.org WikiIndex] with a display name and a dotted underline
 
|<pre>[http://WikiIndex.org WikiIndex]</pre>
 
|<pre>[http://WikiIndex.org WikiIndex]</pre>
|-
 
|Add a link to <span class="plainlinks">[http://WikiIndex.org WikiIndex]</span> with a display name and no pointer
 
|<pre><span class="plainlinks">[http://WikiIndex.org WikiIndex]</span></pre>
 
 
|}
 
|}
  
 
==Images==
 
==Images==
{|  
+
{|
 
|-
 
|-
 
|width="300px"|
 
|width="300px"|
Add an image[[Image:AboutUsBetaLogo.jpg|100px]]
+
Add an image[[Image:AboutUsLogoNew.png|100px]]
|width="300px"|<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg]]</pre>
+
|width="300px"|<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png]]</pre>
 
|-
 
|-
 
|
 
|
 
----
 
----
Resize image to 75 pixels wide[[Image:AboutUsBetaLogo.jpg|75px]]
+
Resize image to 75 pixels wide[[Image:AboutUsLogoNew.png|75px]]
|<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg|75px]]</pre>
+
|<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png|75px]]</pre>
 
|-
 
|-
 
|
 
|
 
----
 
----
Add an image thumbnail and title [[Image:AboutUsBetaLogo.jpg|75px|thumb|Title]]
+
Add an image thumbnail and title [[Image:AboutUsLogoNew.png|75px|thumb|Title]]
|<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg|75px|thumb|Title]]</pre>
+
|<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png|75px|thumb|Title]]</pre>
 
|-
 
|-
 
|
 
|
 
----
 
----
[[Image:AboutUsBetaLogo.jpg|75px|left]]
+
[[Image:AboutUsLogoNew.png|75px|left]]
 
Position an image left and wrap the text
 
Position an image left and wrap the text
|<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg|75px|left]]</pre>
+
|<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png|75px|left]]</pre>
 
|-
 
|-
 
|
 
|
 
----
 
----
[[Image:AboutUsBetaLogo.jpg|75px|right]]
+
[[Image:AboutUsLogoNew.png|75px|right]]
 
Position an image right and wrap the text
 
Position an image right and wrap the text
|<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg|75px|right]]</pre>
+
|<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png|75px|right]]</pre>
 
|-
 
|-
 
|
 
|
 
----
 
----
[[Image:AboutUsBetaLogo.jpg|75px|center]]
+
[[Image:AboutUsLogoNew.png|75px|center]]
 
Center an image and don't wrap text
 
Center an image and don't wrap text
|<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg|75px|center]]</pre>
+
|<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png|75px|center]]</pre>
 
|-
 
|-
 
|
 
|
 
----
 
----
[[Image:AboutUsBetaLogo.jpg|75px|none]]
+
[[Image:AboutUsLogoNew.png|75px|none]]
 
Default left alignment and don't wrap text
 
Default left alignment and don't wrap text
|<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg|75px|none]]</pre>
+
|<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png|75px|none]]</pre>
 
|-
 
|-
 
|
 
|
 
----
 
----
[[Image:AboutUsBetaLogo.jpg|75px|right]]{{Clear}}
+
[[Image:AboutUsLogoNew.png|75px|right]]{{Clear}}
 
Position an image right and clear the text to position below the image
 
Position an image right and clear the text to position below the image
 
|
 
|
<pre><nowiki>[[</nowiki>Image:AboutUsBetaLogo.jpg|75px|right]]
+
<pre><nowiki>[[</nowiki>Image:AboutUsLogoNew.png|75px|right]]
 
<nowiki>{{Clear}}</nowiki>Text below the image</pre>
 
<nowiki>{{Clear}}</nowiki>Text below the image</pre>
 
|}
 
|}
Line 111: Line 109:
 
|width="300px"|Add a category to a page
 
|width="300px"|Add a category to a page
 
|width="300px"|<pre><nowiki>[[</nowiki>Category:Category name]]</pre>
 
|width="300px"|<pre><nowiki>[[</nowiki>Category:Category name]]</pre>
|-
 
|Add a category to a page with a sort name
 
|<pre><nowiki>[[</nowiki>Category:Category name|Sort name]]</pre>
 
 
|-
 
|-
 
|Display a category link on a page
 
|Display a category link on a page
Line 207: Line 202:
 
|}
 
|}
 
[http://meta.wikimedia.org/wiki/Help:List Detailed Help for Lists]
 
[http://meta.wikimedia.org/wiki/Help:List Detailed Help for Lists]
 +
{{:Tables}}
 +
==BiLinks==
 +
<-> [[WikiLink]]
  
==Tables==
 
{|
 
|valign="top" width="300px"|
 
{| class="wikitable" border="1" cellpadding="3" cellspacing="1"
 
|+ Table Title
 
|-
 
! header
 
! header 1
 
! header 2
 
! header 3
 
|- Style="color: red; background: yellow"
 
! row 1 header
 
| row 1 cell 1
 
| row 1 cell 2
 
| row 1 cell 3
 
|-
 
! row 2 header
 
| row 2 cell 1
 
| Style="color: white; background: blue"|row 2 cell 2
 
| row 2 cell 3
 
|}
 
|
 
<pre>
 
{| class="wikitable" border="1" cellpadding="3" cellspacing="1"
 
|+ Table Title
 
|-
 
! header
 
! header 1
 
! header 2
 
! header 3
 
|- Style="color: red; background: yellow"
 
! row 1 header
 
| row 1 cell 1
 
| row 1 cell 2
 
| row 1 cell 3
 
|-
 
! row 2 header
 
| row 2 cell 1
 
| Style="color: white; background: blue"|row 2 cell 2
 
| row 2 cell 3
 
|}
 
</pre>
 
|}
 
[http://meta.wikimedia.org/wiki/Help:Table Detailed Help for Tables]
 
 
__NOTOC__
 
__NOTOC__
<!--__NOEDITSECTION__-->
+
__NOEDITSECTION__
 +
[[Category:AboutUsHelp]]
 +
[[Category:WhiteList]]
 +
[[Category:AboutUs_Help]]

Latest revision as of 16:58, 18 December 2012

Text Formatting

TryIt.png

To Bold Text

To '''Bold''' Text
To Italicize Text
To ''Italicize'' Text
To break two lines of Text.
Second line.
To break two lines of Text.<br>Second line.
To shrink Text.
To <small>shrink</small> Text.
To enlarge Text.
To <big>enlarge</big> Text.
To strike out Text.
To <strike>strike out</strike> Text.

Section Headings

Headings are delimited by 1-6 equal signs (=). They basically correspond to HTML's <h1> through <h6> tags. Please type the corresponding titles with only the beginning letter of the word with a capital letters, unless they are the names of people, websites and songs.

Headline size 1

Headline size 2

Headline size 3

Headline size 4

Headline size 5
Headline size 6
= Headline size 1 =
== Headline size 2 ==
=== Headline size 3 ===
==== Headline size 4 ====
===== Headline size 5 =====
====== Headline size 6 ======

Links

Links to local pages


Add a link to Local Wiki Page

[[Local Wiki Page]]
Add a link to Local Wiki Page with a display name
[[Local Wiki Page|display name]]

Links to external web sites


Add a link to WikiIndex.org [1] without a display name

[http://WikiIndex.org]
Add a link to WikiIndex with a display name and a dotted underline
[http://WikiIndex.org WikiIndex]

Images

Add an imageAboutUsLogoNew.png

[[Image:AboutUsLogoNew.png]]

Resize image to 75 pixels wideAboutUsLogoNew.png

[[Image:AboutUsLogoNew.png|75px]]

Add an image thumbnail and title
Title
[[Image:AboutUsLogoNew.png|75px|thumb|Title]]

AboutUsLogoNew.png

Position an image left and wrap the text

[[Image:AboutUsLogoNew.png|75px|left]]

AboutUsLogoNew.png

Position an image right and wrap the text

[[Image:AboutUsLogoNew.png|75px|right]]

AboutUsLogoNew.png

Center an image and don't wrap text

[[Image:AboutUsLogoNew.png|75px|center]]

AboutUsLogoNew.png

Default left alignment and don't wrap text

[[Image:AboutUsLogoNew.png|75px|none]]

AboutUsLogoNew.png

Position an image right and clear the text to position below the image

[[Image:AboutUsLogoNew.png|75px|right]]
{{Clear}}Text below the image

Detailed Help for Images
Wikipedia Picture Tutorial

Categories

Add a category to a page
[[Category:Category name]]
Display a category link on a page
[[:Category:Category name]]
Display a category link on a page with a display name
[[:Category:Category name|Display name]]


Detailed Help for Categories

Indented Text

Text to be indented (quote-block)
Text indented more
Text indented to third level
: Text to be indented (quote-block)
:: Text indented more
::: Text indented to third level

Lists

Simple lists


  • Text for a bulleted list item.
    • Text for second-level list.
      • Text for third level, etc.
* Text for a bulleted list item.
** Text for second-level list.
*** Text for third level, etc.

Numbered lists


  1. Text for a numbered list item.
    1. Text for second-level list.
      1. Text for third level, etc.
    2. Another Text for the second level.
# Text for a numbered list item.
## Text for second-level list.
### Text for third level, etc.
## Another Text for the second level.

Mixed lists


  • Create mixed lists
    1. and nest them
      • like this
        definitions
        work:
        apple
        banana
        fruits
    2. 2nd number level
* Create mixed lists
*# and nest them
*#* like this
*#*; definitions
*#*: work:
*#*; apple
*#*; banana
*#*: fruits
*# 2nd number level

Detailed Help for Lists

Tables

Table Title
header header 1 header 2 header 3
row 1 header row 1 cell 1 row 1 cell 2 row 1 cell 3
row 2 header row 2 cell 1 row 2 cell 2 row 2 cell 3
{| class="wikitable" border="1" cellpadding="3" cellspacing="1"
|+ Table Title
|-
! header
! header 1
! header 2
! header 3
|- Style="color: red; background: yellow"
! row 1 header
| row 1 cell 1
| row 1 cell 2
| row 1 cell 3
|-
! row 2 header
| row 2 cell 1
| Style="color: white; background: blue"|row 2 cell 2
| row 2 cell 3
|}

Having some trouble understanding how to make a table? Need more detailed information? In that case, visit this page.

BiLinks

WikiLink


Retrieved from "http://aboutus.com/index.php?title=TheWikiWay:WikiSyntax&oldid=22824121"