Difference between revisions of "Help:Advanced cheatsheet"

From Pirate Party Belgium
Jump to: navigation, search
Line 35: Line 35:
 
|
 
|
 
[[Media:StatutsduPartiPirate.pdf|Statutes of the party]]
 
[[Media:StatutsduPartiPirate.pdf|Statutes of the party]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 +
|
 +
{| class="wikitable"
 +
|+ Make a table
 +
|--
 +
! Syntax
 +
! desciption
 +
|--
 +
| <nowiki>{|</nowiki>
 +
| Starts the table
 +
|--
 +
| <nowiki>|+</nowiki>
 +
| Title
 +
|--
 +
| <nowiki>|--</nowiki>
 +
| New line
 +
|--
 +
| <nowiki>|</nowiki>
 +
| New column
 +
|--
 +
| <nowiki>!</nowiki>
 +
| New column in the table head
 +
|--
 +
| <nowiki>|}</nowiki>
 +
| Ends the table
 +
|}
 +
|
 +
<pre>
 +
<nowiki>
 +
{|
 +
|+ Title
 +
|--
 +
! column
 +
! other column
 +
|--
 +
| hello!
 +
| other hello!
 +
|--
 +
| first column of last line
 +
| last column
 +
|}
 +
</nowiki>
 +
</pre>
 +
|
 +
{|
 +
|+ Title
 +
|--
 +
! column
 +
! other column
 +
|--
 +
| hello!
 +
| other hello!
 +
|--
 +
|first column of last line
 +
|last column
 +
|}
 
|-
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|colspan="3" style="border-top:1px solid #cee0f2;"|

Revision as of 13:38, 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
{| Starts the table
|+ Title
|-- New line
| New column
! New column in the table head
|} Ends the table

{|
|+ Title
|--
! column
! other column
|--
| hello!
| other hello!
|--
| first column of last line
| last column
|}

Title
column other column
hello! other hello!
first 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