Difference between revisions of "Help:Advanced cheatsheet"

From Pirate Party Belgium
Jump to: navigation, search
Line 45: Line 45:
 
! desciption
 
! desciption
 
|--
 
|--
| <nowiki>{|</nowiki>
+
| <tt><nowiki>{| class="wikitable"</nowiki></tt>
 
| Starts the table
 
| Starts the table
 
|--
 
|--
| <nowiki>|+</nowiki>
+
| <tt><nowiki>|+</nowiki></tt>
 
| Title
 
| Title
 
|--
 
|--
| <nowiki>|--</nowiki>
+
| <tt><nowiki>|--</nowiki></tt>
 
| New line
 
| New line
 
|--
 
|--
| <nowiki>|</nowiki>
+
| <tt><nowiki>|</nowiki></tt>
 
| New column
 
| New column
 
|--
 
|--
| <nowiki>!</nowiki>
+
| <tt><nowiki>!</nowiki></tt>
 
| New column in the table head
 
| New column in the table head
 
|--
 
|--
| <nowiki>|}</nowiki>
+
| <tt><nowiki>|}</nowiki></tt>
 
| Ends the table
 
| Ends the table
 
|}
 
|}
 
|
 
|
<pre>
+
<pre><nowiki>
<nowiki>
+
{| class="wikitable"
{|
 
 
|+ Title
 
|+ Title
 
|--
 
|--
Line 78: Line 77:
 
| last column
 
| last column
 
|}
 
|}
</nowiki>
+
</nowiki></pre>
</pre>
 
 
|
 
|
{|
+
{| class="wikitable"
 
|+ Title
 
|+ Title
 
|--
 
|--
Line 90: Line 88:
 
| other hello!
 
| other hello!
 
|--
 
|--
|first column of last line
+
| 1st column of last line
|last column
+
| last column
 
|}
 
|}
 
|-
 
|-

Revision as of 13:42, 17 January 2014

Wiki Advanced Cheatsheet

Description You type You get
Show an image
see here for uploading.

[[File:Logo_partipiratenpartij_135px.png]]

Logo partipiratenpartij 135px.png

Show an image with caption
see here for uploading.

[[File:Logo_partipiratenpartij_135px.png|thumb|Caption]]

Caption
Download link to a file
see here for uploading.

[[Media:StatutsduPartiPirate.pdf|Statutes of the party]]

Statutes of the party

Make a table
Syntax desciption
{| class="wikitable" Starts the table
|+ Title
|-- New line
| New column
! New column in the table head
|} Ends the table
{| class="wikitable"
|+ Title
|--
! column
! other column
|--
| hello!
| other hello!
|--
| first column of last line
| last column
|}
Title
column other column
hello! other hello!
1st column of last line last column
References and footnotes

Hello,<ref>[http://www.loc.gov/about/ Library of Congress]</ref> World.<ref>http://www.w3.org/</ref>

References: <references />

Hello,[1] World.[2]

References:

Embed a piratepad

<eplite id="name_of_the_pad"></eplite>

Use a template

{{template_name|param1=value1|param2=value2...}}

Add a page to a category [[Category:Category name]]

place near the bottom of a page
shows "Category name" in a bar at bottom when the page is previewed or saved
Hide text somewhere for editors

<!--This had consensus, discuss at talk page-->

Redirect to another page
redirects must be placed at the start of the first line

#REDIRECT [[Target page]]

Redirect arrow without text.svg Target page