Difference between revisions of "Wiki commands"

From Hawk Wiki
Jump to: navigation, search
m (WIKI Migration and Upgrading)
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
Edit side bar: [[MediaWiki:Sidebar]]<br>
 
Edit side bar: [[MediaWiki:Sidebar]]<br>
 
Edit user rights: [[Special:UserRights]]
 
Edit user rights: [[Special:UserRights]]
<pre class="none">
+
==Syntax Highlighter Brush==
Default highliter: c
+
<pre class="brush:jscript">
Disable hightliter: user <pre class="none"></pre>
+
Default highlighter: c
 +
Disable highlighter: &lt;pre class="none"> </pre&gt;
 +
Example:
 +
&lt;pre class="brush:cpp"> </pre&gt;
 
</pre>
 
</pre>
 +
===Available brushs===
 +
*cpp
 +
*css
 +
*java
 +
*jscript
 +
*php
 +
*powershell
 +
*python
 +
*ruby
 +
*sql
 +
*swift
 +
*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