welcome: please sign in

次の50語(ハイライト表示)は、1209語の辞書 1209語のLocalSpellingWordsを含む)中に見つかりませんでした。
bar   but   convention   Creole   creole   detail   does   explained   Firstname   following   Foot   for   h1   Headline   homepage   href   Hyper   input   its   Language   languages   Lastname   layout   li   link   list   many   more   Navigation   Note   On   on   others   own   Parsers   see   simplified   simply   slides   such   supports   This   to   ul   use   used   usually   websites   will   with  

メッセージを消す
location: WikiCourse / 10 Text layout with wiki markup

Text layout with wiki markup

MoinMoin does not simply use HTML (the HyperText Markup Language usually used for websites), but its own, simplified MoinMoin Wiki Markup Language, MoinMoin's convention for the input of content1.

HTML

<h1>Headline</h1>
<p>This is a link to my own homepage: <a href="/FirstnameLastname">FirstnameLastname</a></p>
<p>A list:
<ul>
 <li>foo</li>
 <li>bar</li>
</ul>
</p>

MoinMoin wiki

= Headline =
This is a link to my own homepage: FirstnameLastname

A list:
 * foo
 * bar

(!) The MoinMoin wiki markup will be explained in more detail on the following pages.


  1. MoinMoin also supports other markup languages, such as creole, HTML and many others, see HelpOnParsers (1)