Creating and highlighting code blocks
%%(wacko)The text as it is. ((/HomePage))%%This format displays the text in the same way as if it was written without a formatter. Convenient for applying additional wrappers to text (alignment, boxes, etc. See below.) |
The text as it is. /HomePage
|
|||||||||
%%(php) PHP-code%% |
Attention: that code should begin with |
|||||||||
%%(comment) Comments, they will be hidden when the page is stored and redisplayed %% |
||||||||||
%%(noautolinks) no AutoLinks if CamelCase-Words%% |
no AutoLinks if CamelCase-Words
|
|||||||||
%%(details title="Summary" open=1) Details info. %% |
SummaryThe HTML Details Element (<details>) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label can be provided using the <summary> element.
|
|||||||||
%%(cl)zypper dup --no-recommends%% |
zypper dup --no-recommends |
|||||||||
%%(chat [type="div|table"]) |
|
|||||||||
%%(email) Email%% |
Hi! RI>> Yes, it is. >Are you sure? Of course, yes! Roman. |
|||||||||
Info box
Types: default, error, example, important, note, question, quote, success, warningtitle box titleicon show icon, default value is 1 |
||||||||||
%%(info type="note")
|
A wiki is a website where users can add, remove, and edit every page using a web browser. It's so terrifically easy for people to jump in and revise pages that wikis are becoming known as the tool of choice for large, multiple-participant projects.
|
|||||||||
%%(info type="warning")
|
As with any software that you expose to the internet, there may be bugs or security problems. Do not install WackoWiki unless you intend to keep up with security upgrades.
|
|||||||||
PEAR 语法突出显示PEAR package for syntax highlighting
Formatter: abap, cpp, css, diff, dtd, html, java, javascript, perl, php, ruby, python, sh, sql, vbscript, xml. |
||||||||||
%%(hl css) CSS-Code%%
|
body {margin: 0; padding: 5px;} .class {background: url("http://example.com/");} |
|||||||||
%%(hl javascript) Javascript-Code%%
|
var a = document.getElementById("test"); a.value = new Array(15, 31); function echo (msg) {alert(msg)}; |
|||||||||
%%(hl php numbers=2) PHP-Code%%
|
|
|||||||||
%%(hl xml) xml-Code%%
|
<config> <section name="test"> <var>Test</var> <val><![CDATA[..text...]]></val> </section> </config> |
|||||||||