welcome: please sign in

次の135語(ハイライト表示)は、1209語の辞書 1209語のLocalSpellingWordsを含む)中に見つかりませんでした。
20spaces   20with   3rd   4th   5th   address   anchor   Anchor   anchorname   attach   attachment   Automatic   Avoid   become   better   between   boldface   break   by   cheat   Cheat   Cheet   common   configuration   Contents   contents   creole   Creole   date   depend   description   different   Display   Drawings   elements   emphasized   enable   engine   engines   example   External   features   filename   Foot   footnote   forced   full   goal   hard   heading   Headings   Hello   hello   Highlighting   Horizontal   how   image   important   Include   inline   inserts   Internal   introduces   italics   item   its   language   level   Limit   line   linebreak   Linebreak   link   Linking   Lists   logged   logos   Macros   mailto   modification   monospace   most   myexample   name   Name   named   new   Note   note   obfuscates   On   on   one   or   Ordered   Parsers   path   Please   png   preceding   rendered   Rule   saying   See   servername   share   Sheet   sheet   showing   Sibling   some   space   spaces   static   syntax   Table   Tables   that   then   This   time   timestamp   to   To   Unordered   up   user   Variables   verbatim   Verbatim   very   white   wikicreole   with   written  

メッセージを消す
location: HelpOnCreoleSyntax

Creole Syntax

Creole 1 is a new wiki markup language - its goal is to become the one common wiki syntax and enable better exchange of content between different wiki engines.

This page introduces you to the most important elements of the creole syntax, showing first the markup verbatim and then how it is rendered by the wiki engine. Please note that some of the features depend on your configuration.

BTW: This very page is written in creole syntax!

Table of Contents

**Contents** (up to the 2nd level)
<<TableOfContents(2)>>

Contents (up to the 2nd level)

Headings

<<TableOfContents()>>

= heading 1st level =
== heading 2nd level ==
=== heading 3rd level ===
==== heading 4th level ====
===== heading 5th level =====

heading 1st level

heading 2nd level

heading 3rd level

heading 4th level

heading 5th level

Text Formatting

* //emphasized (italics)//
* **boldface**
* **//bold italics//**, //**italics bold**//
* {{{monospace}}}
* [[FrontPage]]
* [[HelpOnEditing/SubPages]]
* [[/SubPage]]
* [[../SiblingPage]]
* [[FrontPage|named link]]
* [[#anchorname]]
* [[#anchorname|description]]
* [[PageName#anchorname]]
* [[PageName#anchorname|description]]
* [[attachment:filename.txt]]
* http://moinmo.in/
* [[http://moinmo.in/]]
* [[http://moinmo.in/|MoinMoin Wiki]]
* [[http://static.moinmo.in/logos/moinmoin.png]]
* {{http://static.moinmo.in/logos/moinmoin.png}}
* [[http://static.moinmo.in/logos/moinmoin.png|moinmoin.png]]
* [[MeatBall:InterWiki|InterWiki page on MeatBall]]
* [[file://///servername/share/full/path/to/file/filename%20with%20spaces.txt|link to file filename with spaces.txt]]
* [[mailto:user@example.com]]

Avoid or Limit Automatic Linking

 * {{{http://www.example.com}}}
 * ~http://www.example.com/

Drawings

{{drawing:myexample}}

[添付]

Lists

Unordered Lists

* item 1

* item 2 (preceding white space)
** item 2.1
*** item 2.1.1
* item 3

Ordered Lists

# item 1
## item 1.1
## item 1.2
# item 2
  1. item 1
    1. item 1.1
    2. item 1.2
  2. item 2

Horizontal Rule

----

Tables

|=A |=B |=C |
| 1 | 2 | 3 |
A B C
1 2 3

Linebreak

forced\\linebreak

forced
linebreak

Macros and Variables

Macros

Variables

Parsers

Verbatim Display

{{{
def hello():
    print "Hello World!"
}}}
def hello():
    print "Hello World!"

Syntax Highlighting

{{{
#!python
def hello():
    print "Hello World!"
}}}
   1 def hello():
   2     print "Hello World!"

See also CreoleCheatCheet (PNG image)