Help:Advanced cheatsheet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (from Valérie) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | ||
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" | | |colspan="3" align="center" style="background:#cee0f2; text-align:center;" | | ||
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wiki | <h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Advanced Wiki Cheatsheet</h2> | ||
|-<!--COLUMN HEADINGS--> style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;" | |-<!--COLUMN HEADINGS--> style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;" | ||
| style="border-bottom:2px #a3b1bf solid" width="30%" | Description | | style="border-bottom:2px #a3b1bf solid" width="30%" | Description | ||
Line 12: | Line 12: | ||
''</div> | ''</div> | ||
| | | | ||
<tt><nowiki>[[ | <tt><nowiki>[[File:Logo_partipiratenpartij_135px.png]]</nowiki></tt> | ||
| | | | ||
[[File:Logo_partipiratenpartij_135px.png]] | [[File:Logo_partipiratenpartij_135px.png]] | ||
Line 22: | Line 22: | ||
''</div> | ''</div> | ||
| | | | ||
<tt><nowiki>[[ | <tt><nowiki>[[File:Logo_partipiratenpartij_135px.png|thumb|Caption]]</nowiki></tt> | ||
| | | | ||
[[File:Logo_partipiratenpartij_135px.png|thumb|Caption]] | [[File:Logo_partipiratenpartij_135px.png|thumb|Caption]] | ||
Line 28: | Line 28: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
| | |Add a "download" link to a file | ||
<div style="padding: 0.7em .5em; font-size:0.9em;">''see [[Special:Upload|here]] for uploading. | <div style="padding: 0.7em .5em; font-size:0.9em;">''see [[Special:Upload|here]] for uploading. | ||
''</div> | ''</div> | ||
| | | | ||
<tt><nowiki>[[ | <tt><nowiki>[[Media:StatutsduPartiPirate.pdf|Statutes of the party]]</nowiki></tt> | ||
| | | | ||
[[Media:StatutsduPartiPirate.pdf|Statutes of the party]] | [[Media:StatutsduPartiPirate.pdf|Statutes of the party]] | ||
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! | ||
|-- | |-- | ||
| | | 1st column of last line | ||
|last column | | last column | ||
|} | |} | ||
|- | |- |
Latest revision as of 21:24, 18 January 2014
Advanced Wiki Cheatsheet | ||||||||||||||||||||||
Description | You type | You get | ||||||||||||||||||||
Show an image
see here for uploading.
|
[[File:Logo_partipiratenpartij_135px.png]] |
|||||||||||||||||||||
Show an image with caption
see here for uploading.
|
[[File:Logo_partipiratenpartij_135px.png|thumb|Caption]] |
|||||||||||||||||||||
Add a "download" link to a file
see here for uploading.
|
[[Media:StatutsduPartiPirate.pdf|Statutes of the party]] |
|||||||||||||||||||||
|
{| class="wikitable" |+ 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: | ||||||||||||||||||||
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]] |