Difference between revisions of "Help:Contents"

From BaseballCardPedia.com
Jump to: navigation, search
Line 8: Line 8:
 
!Result
 
!Result
 
|-
 
|-
|''italic''||italic
+
|<nowiki>''italic''</nowiki>||italic
 
|-
 
|-
|'''bold'''||bold
+
|<nowiki>'''bold'''</nowiki>||bold
 
|-
 
|-
|'''''bold and italic'''''||bold and italic
+
|<nowiki>'''''bold and italic'''''</nowiki>||bold and italic
 
|-
 
|-
|==Level 2==|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>==Level 2==</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
|-
 
|-
|===Level 3===|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>===Level 3===</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
|-
 
|-
|====Level 4====|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>====Level 4====</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
|-
 
|-
|=====Level 5=====|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>=====Level 5=====</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
|-
 
|-
|======Level 6=====|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>======Level 6=====</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
|-
 
|-
|[[Link to another page]]||Internal link to another page on the wiki
+
|<nowiki>[[Link to another page]]</nowiki>||Internal link to another page on the wiki
 
|-
 
|-
|[[Link|different title]]||Internal link to another page on the wiki with a different title
+
|<nowiki>[[Link|different title]]</nowiki>||Internal link to another page on the wiki with a different title
 
|-
 
|-
|http://www.example.org||External link
+
|<nowiki>http://www.example.org</nowiki>||External link
 
|-
 
|-
|[http://www.example.org Text]||External link with description
+
|<nowiki>[http://www.example.org Text]</nowiki>||External link with description
 
|-
 
|-
|[[Category:Example]]||Add article to category “example“
+
|<nowiki>[[Category:Example]]</nowiki>||Add article to category “example“
 
|-
 
|-
|----||Horizontal line
+
|<nowiki>----</nowiki>||Horizontal line
 
|-
 
|-
|* one||Bullets
+
|<nowiki>* one</nowiki>||Bullets
 
|-
 
|-
|# one||Numbered list
+
|<nowiki># one</nowiki>||Numbered list
 
|-
 
|-
[[Image:File.jpg|Text]]||Image with alternative text
+
|<nowiki>[[Image:File.jpg|Text]]</nowiki>||Image with alternative text
 
|-
 
|-
|[[Image:File.jpg|frame|Text]]||Image aligned right with caption
+
|<nowiki>[[Image:File.jpg|frame|Text]]</nowiki>||Image aligned right with caption
 
|-
 
|-
|[[Image:File.jpg|thumb|Text]]||Thumbnail
+
|<nowiki>[[Image:File.jpg|thumb|Text]]</nowiki>||Thumbnail
 
|}
 
|}

Revision as of 18:46, 1 January 2010

Adding an article

To add a new article, type the name of the article into the search box then click go. When the search returns no entry with that name, click 'create this page'.

Syntax

Wiki text Result
''italic'' italic
'''bold''' bold
'''''bold and italic''''' bold and italic
==Level 2== Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
===Level 3=== Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
====Level 4==== Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
=====Level 5===== Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
======Level 6===== Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
[[Link to another page]] Internal link to another page on the wiki
[[Link|different title]] Internal link to another page on the wiki with a different title
http://www.example.org External link
[http://www.example.org Text] External link with description
[[Category:Example]] Add article to category “example“
---- Horizontal line
* one Bullets
# one Numbered list
[[Image:File.jpg|Text]] Image with alternative text
[[Image:File.jpg|frame|Text]] Image aligned right with caption
[[Image:File.jpg|thumb|Text]] Thumbnail