(ip_38.107.179.214) Path: somewiki / syntax / SomeWiki-Syntax
no-parse
The <noparse> tag, allows parser-exclusions.
Parser exclusions give a slight performance boost, as these blocks are removed before parsing and inserted later, but do not use them, if not necessary.
Functions
Functions are called in-page via [! functionName ([... [, ...]]); !]]. Some Functions have optional parameters, outlined with []
Currently available:
redirect($destination);
listSubpages([$page]);
randompage();
Detailed info on Functions.
Links
Basic link: [[page/name]]
Named link: [[page/name|description]]
Image link: [[:.media/image/name]]
Markup
Captions
=text= -> <h1>
==text== -> <h2>
===text=== -> <h3>
====text==== -> <h4>
=====text===== -> <h5>
======text====== -> <h6>
Lists
*listelement1
*listelement2
|