Difference between revisions of "Wiki commands"

From Hawk Wiki
Jump to: navigation, search
(Syntax Highlighter Brush)
m (WIKI Migration and Upgrading)
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
Edit user rights: [[Special:UserRights]]
 
Edit user rights: [[Special:UserRights]]
 
==Syntax Highlighter Brush==
 
==Syntax Highlighter Brush==
<pre class="none">
+
<pre class="brush:jscript">
 
Default highlighter: c
 
Default highlighter: c
Disable highlighter: <pre class="none"> </ pre>
+
Disable highlighter: &lt;pre class="none"> </pre&gt;
 
Example:
 
Example:
<pre class="brush:cpp"> </ pre>
+
&lt;pre class="brush:cpp"> </pre&gt;
 
</pre>
 
</pre>
 
===Available brushs===
 
===Available brushs===
Line 21: Line 21:
 
*swift
 
*swift
 
*xml
 
*xml
 +
==[[WIKI Migration and Upgrading]]==
 +
See [[WIKI Migration and Upgrading]]

Latest revision as of 00:10, 19 March 2015

Wiki commands

Edit side bar: MediaWiki:Sidebar
Edit user rights: Special:UserRights

Syntax Highlighter Brush

Default highlighter: c
Disable highlighter: <pre class="none"> </pre>
Example:
<pre class="brush:cpp"> </pre>

Available brushs

  • cpp
  • css
  • java
  • jscript
  • php
  • powershell
  • python
  • ruby
  • sql
  • swift
  • xml

WIKI Migration and Upgrading

See WIKI Migration and Upgrading