Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

シンタックスリファレンス

このページの目的は、MoinMoinにおけるもっとも重要なシンタックス要素を、一目で見渡せるようにすることです。まずマークアップ記述を示し、その直後にWikiエンジンによる描画が続きます。さらに、ヘルプページへのリンクも書かれています。ただし、wikiの設定によっては動作が異なる場合もありますので、ご注意ください。

目次

'''目次''' (第2レベルまで)
<<TableOfContents(2)>>

目次 (第2レベルまで)

タイトル

参照: HelpOnHeadlines

= タイトル 第1レベル =
== タイトル 第2レベル ==
=== タイトル 第3レベル ===
==== タイトル 第4レベル ====
===== タイトル 第5レベル =====

タイトル 第1レベル

タイトル 第2レベル

タイトル 第3レベル

タイトル 第4レベル

タイトル 第5レベル

テキスト書式

参照: 書式のヘルプ

 * ''emphasized (italics)''
 * '''boldface'''
 * '''''bold italics'''''
 * `monospace`
 * {{{source code
  • underline

  • subscript

  • superscript

  • smaller

  • larger

  • strike through

}}}

  • emphasized (italics)

  • boldface

  • bold italics

  • monospace

  • source code

  • underline

  • subscript

  • superscript

  • smaller

  • larger

  • strike through

ハイパーリンク

参照: HelpOnLinking

内部リンク

 * FrontPage
 * [[FrontPage]]
 * HelpOnEditing/SubPages
 * /SubPage
 * ../SiblingPage
 * [[FrontPage|named link]]
 * [[#anchorname]]
 * [[#anchorname|description]]
 * [[PageName#anchorname]]
 * [[PageName#anchorname|description]]
 * [[attachment:filename.txt]]

外部リンク

 * http://moinmoin.wikiwikiweb.de/
 * [[http://moinmoin.wikiwikiweb.de/]]
 * [[http://moinmoin.wikiwikiweb.de/|MoinMoin Wiki]]
 * [[http://static.wikiwikiweb.de/logos/moinmoin.png]]
 * {{http://static.wikiwikiweb.de/logos/moinmoin.png}}
 * [[http://static.wikiwikiweb.de/logos/moinmoin.png|moinmoin.png]]
 * MeatBall:InterWiki
 * [[MeatBall:InterWiki|InterWiki page on MeatBall]]
 * [[file://///servername/share/full/path/to/file/filename%20with%20spaces.txt|link to file filename with spaces.txt]]
 * user@example.com

自動リンクの回避/制限

 * Wiki''''''Name
 * Wiki``Name
 * !WikiName
 * WikiName''''''s
 * WikiName``s
 * `http://www.example.com`
 * [[http://www.example.com/]]notlinked

  • [ATTACH]

Blockquotesとインデント

 indented text
  text indented to the 2nd level
  • indented text
    • text indented to the 2nd level

リスト

参照: HelpOnLists

番号無しリスト

 * item 1

 * item 2 (preceding white space)
  * item 2.1
   * item 2.1.1
 * item 3
  . item 3.1 (bulletless)
 . item 4 (bulletless)
  * item 4.1
   . item 4.1.1 (bulletless)
  • item 1
  • item 2 (preceding white space)
    • item 2.1
      • item 2.1.1
  • item 3
    • item 3.1 (bulletless)
  • item 4 (bulletless)
    • item 4.1
      • item 4.1.1 (bulletless)

番号付リスト

数字

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

ローマ数字

 I. item 1
   i. item 1.1
   i. item 1.2
 I. item 2
  1. item 1
    1. item 1.1
    2. item 1.2
  2. item 2

文字

 A. item A
   a. item A. a)
   a. item A. b)
 A. item B
  1. item A
    1. item A. a)
    2. item A. b)
  2. item B

定義リスト

 term:: definition
 object::
 :: description 1
 :: description 2
term
definition
object
description 1
description 2

水平線

参照: HelpOnRules

----
-----
------
-------
--------
---------
----------








参照: HelpOnTables

||'''A'''||'''B'''||'''C'''||
||1      ||2      ||3      ||

A

B

C

1

2

3

セル幅

||minimal width ||<99%>maximal width ||

minimal width

maximal width

行/列の連結

||<|2> cell spanning 2 rows ||cell in the 2nd column ||
||cell in the 2nd column of the 2nd row ||
||<-2> cell spanning 2 columns ||
||||use empty cells as a shorthand ||

cell spanning 2 rows

cell in the 2nd column

cell in the 2nd column of the 2nd row

cell spanning 2 columns

use empty cells as a shorthand

セル内の配置

||<^|3> top (combined) ||<:99%> center (combined) ||<v|3> bottom (combined) ||
||<)> right ||
||<(> left ||

top (combined)

center (combined)

bottom (combined)

right

left

セルの色付け

||<#0000FF> blue ||<#00FF00> green    ||<#FF0000> red    ||
||<#00FFFF> cyan ||<#FF00FF> magenta  ||<#FFFF00> yellow ||

blue

green

red

cyan

magenta

yellow

HTML風の表オプション

||A ||<rowspan="2"> like <|2> ||
||<bgcolor="#00FF00"> like <#00FF00> ||
||<colspan="2"> like <-2>||

A

like <|2>

like <#00FF00>

like <-2>

マクロと変数

マクロ

参照: HelpOnMacros

  • <<Anchor(anchorname)>> inserts a link anchor anchorname

  • <<BR>> inserts a hard line break

  • <<FootNote(Note)>> inserts a footnote saying Note

  • <<Include(HelpOnMacros/Include)>> inserts the contents of the page HelpOnMacros/Include inline

  • <<MailTo(user AT example DOT com)>> obfuscates the email address user@example.com to users not logged in

変数

参照: HelpOnVariables

  • @SIG@ inserts your login name and timestamp of modification

  • @TIME@ inserts date and time of modification

顔文字とアイコン

参照: HelpOnSmileys

Markup Display Markup Display Markup Display Markup Display
X-( X-( :D :D <:( <:( :o :o
:( :( :) :) B) B) :)) :))
;) ;) /!\ /!\ <!> <!> (!) (!)
:-? :-? :\ :\ >:> >:> |) |)
:-( :-( :-) :-) B-) B-) :-)) :-))
;-) ;-) |-) |-) (./) (./) {OK} {OK}
{X} {X} {i} {i} {1} {1} {2} {2}
{3} {3} {*} {*} {o} {o}    

パーサ

参照: HelpOnParsers

そのまま表示

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

}}}

def hello():
    print "Hello World!"

シンタックスハイライト

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

}}}

   1 def hello():
   2     print "Hello World!"

cssクラスとwikiパーサの利用

{{{#!wiki red/solid
This is wiki markup in a '''div''' with __css__ `class="red"`.

}}}

This is wiki markup in a div with css class="red solid".

コメント

参照: HelpOnComments

Click on "Comments" in edit bar to toggle the /* comments */ visibility.

Click on "Comments" in edit bar to toggle the visibility.

{{{#!wiki comment/dotted
This is a wiki parser section with class "comment dotted" (see HelpOnParsers).

Its visibility gets toggled the same way.

}}}