Wiki Editing Quicksheet edit

Help


Syntax Reference

Table: Some MediaWiki Commands
Tag Description Example
<blockquote></blockquote> Paragraph text.

Example of paragraphed text.

<tt></tt> Marks filenames etc using monospaced font. directory/filename.txt
[[Category:a_category]] Assign article to one or more categories. [[Category:a_category]]
 {| class="wikitable"
  ! TitleA !! TitleB
  |- 
  | data1 || data2 
  |}
Constructs a tabular view.
TitleA TitleB
data1 data2
{{:Namespace:Page Name}} Embeds another page into this page. {{:Namespace:Page Name}}
{{Template:Template Name | parameter1=value | parameter2=value}} Refer to a template with optional parameters. {{Template:Template Name | parameter1=value | parameter2=value}}
{{{parameterName|defaultValue}}} Refer to a template parameter. Used only within templates. {{{parameterName|defaultValue}}}