Difference between revisions of "Help:Wiki"

From wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
;<nowiki>[URL text]</nowiki>
 
;<nowiki>[URL text]</nowiki>
 
:Link to URL. When text is not provided the links consecutive number is displayed.
 
:Link to URL. When text is not provided the links consecutive number is displayed.
 +
 +
==Tables==
 +
{| class="wikitable" style="width:60%"
 +
| style="padding: 10px;"| <big><nowiki>{|</nowiki></big>
 +
| style="padding: 5px;"| <!--T:9--> '''table start''', ''required''
 +
|-
 +
| style="padding: 10px;"| <big><nowiki>|+</nowiki></big>
 +
| style="padding: 5px;" | <!--T:10--> table '''caption''', ''optional;'' only between '''table start''' and '''table row'''
 +
|-
 +
| style="padding: 10px;"| <big><nowiki>|-</nowiki></big>
 +
| style="padding: 5px;" | <!--T:11--> '''table row''', ''optional on first row''—wiki engine assumes the first row
 +
|-
 +
| style="padding: 10px;"| <big><nowiki>!</nowiki></big>
 +
| style="padding: 5px;" | <!--T:12--> '''table header''' cell, ''optional.''<!--T:13--> Consecutive '''table header''' cells may be added on same line separated by double marks (<code>!!</code>) or start on new lines, each with its own single mark (<code>!</code>).
 +
|-
 +
| style="padding: 10px;"| <big><nowiki>|</nowiki></big>
 +
| style="padding: 5px;" | <!--T:14--> '''table data''' cell, ''optional''.><!--T:15--> Consecutive '''table data''' cells may be added on same line separated by double marks (<code><nowiki>||</nowiki></code>) or start on new lines, each with its own single mark (<code><nowiki>|</nowiki></code>).
 +
|-
 +
| style="padding: 10px;"| <big><nowiki>|}</nowiki></big>
 +
| style="padding: 5px;" | <!--T:379--> '''table end''', ''required''
 +
|}

Revision as of 12:15, 6 January 2018

Wiki formatting setting not to forget:

<syntaxhighlight lang='bash'>
</syntaxhighlight>
Block of code formatted for the specified language
<nowiki>
</nowiki>
Do not apply wiki formatting on this block
; Definition list term (<dt>)
: Definition list definition (<dd>)
* Bullit list
  • Bullit list
# Numbered list
  1. Numbered list
[[category:name]]
Add this page to category 'name'
[[wikipage|alt text]]
Link to page on local wiki. When provided 'alt text' is displayed instead of the page name.
[URL text]
Link to URL. When text is not provided the links consecutive number is displayed.

Tables

{| table start, required
|+ table caption, optional; only between table start and table row
|- table row, optional on first row—wiki engine assumes the first row
! table header cell, optional. Consecutive table header cells may be added on same line separated by double marks (!!) or start on new lines, each with its own single mark (!).
| table data cell, optional.> Consecutive table data cells may be added on same line separated by double marks (||) or start on new lines, each with its own single mark (|).
|} table end, required