Contents

1 Macros
1.1 Search macros
1.2 Navigation
1.3 System information
1.4 Others
2 Example Display


1 Macros #

Macros allow the insertion of system features into normal wiki pages; the only thing that makes those pages special is that they contain macros. If you edit pages like RecentChanges or SystemInfo, you'll see what that means.

For more information on the possible markup, see HelpOnEditing.

1.1 Search macros #

MacroDescriptionExample
[[TitleSearch]] search the page titles FindPage
[[FullSearch]] search the page contents FindPage
[[GoTo]] directly go to the page you enter FindPage
[[PageList(regex)]] list of pages whose title matches the regex HelpIndex

1.2 Navigation #

MacroDescriptionExample
[[RecentChanges]] a list of recently edited pages RecentChanges
[[TitleIndex]] an index of all page titles TitleIndex
[[WordIndex]] an index of all words in page titles WordIndex
[[RandomPage]] a link to a random page ろ覈磯
[[RandomPage(#)]] links to a number of random pages
[[TableOfContents]] display a local table of contents see below

1.3 System information #

MacroDescriptionExample
[[InterWiki]] a list of all known InterWiki names InterWiki
[[SystemInfo]] info on the wiki, the python interpreter and the host system SystemInfo
[[PageCount]] current page count 1778 pages

1.4 Others #

MacroDescriptionExample
[[Icon(image)]] display system icons HelpOnNavigation
[[UserPreferences]] display a user preferences dialog UserPreferences
[[BR]] insert a line break 1st line
2nd line
[[Include(HelloWorld[,heading[,level]])]] include contents of another page

Contents

1 python


1 python #

py_helloworld.jpg

.. 豌覿 觧企? 蠍磯.. 螻覲企..

In Python2: print "Hello World"
In Python3: print("Hello World")

.. 讌讀.. 磯哀 覈 碁 "hello world" 覯 谿 30覿 蟆 蟇碁碁.
... 譬 覲企.. 2.x 覯螻 3.x 覯螻朱 襷 谿願 ..
.. 覓語 覿覿 2.x 覯碁.. .. 曙 譬 蟆 蟆朱...

2.x 覯...
 python
for i in range(10):
	print i,

3.x 覯...
 python
for i in range(10):
	print(i, end=' ')

襭襯 る慨..
 python
for i in range(3):
    for j in range(3):
        print ("襭=",i, "螳=",i*j, sep=';')

蟆郁骸
襭=;0;螳=;0
襭=;0;螳=;0
襭=;0;螳=;0
襭=;1;螳=;0
襭=;1;螳=;1
襭=;1;螳=;2
襭=;2;螳=;0
襭=;2;螳=;2
襭=;2;螳=;4

語.. 殊.. 所..

2 Example Display #

We don't show examples for all macros here, because that would make this page quite long. Here is is the replacement text for the [[SystemInfo]] macro:
PHP Version 5.3.3 (Linux yasicom.cafe24.com 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64)
MoniWiki Version Release 1.1.2 [Revision: 1.319 ]
HTTP Server Version Apache/2.2.15
Number of Pages 1778



« HelpOnSmileys | HelpOnEditing | HelpOnActions »