| General Features | MoinMoin |
|---|---|
| System Requirements | MoinMoin |
| Datastorage | MoinMoin |
| Security/Anti-Spam | MoinMoin |
| Development/Support | MoinMoin |
| Common Features | MoinMoin |
| Special Features | MoinMoin |
| Links | MoinMoin |
| Syntax Features | MoinMoin |
| Usability | MoinMoin |
| Statistics | MoinMoin |
| Output | MoinMoin |
| Media and Files | MoinMoin |
| Extras | MoinMoin |
| Syntax Examples | MoinMoin |
CamelCaseLink or [[free link]] [[target|label|params]] |
|
http://google.de/ or [[http://google.de/ | Google]] or file://///server/share/file |
|
= Level 1 = == Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== |
|
'''bold''' '''strong emphasised''' |
|
''italic'' ''emphasised'' |
|
__underline__ |
|
`monospaced` |
|
--(strikethrough)-- |
|
^superscript^ |
|
,,subscript,, |
|
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}} |
|
only in tables: ||<(> left ||<:> middle ||<)> right || |
|
|
|
|
|
|
|
|
|
---- ----- ------ |
This page belongs to the feature documentation of MoinMoin. The engine's features are listed in the table on the left. Detailed implementation details are available through the "i" icons right to the feature info.
We have some very limited support for accesskeys:
If you set a link using [ [ target|label|params ] ], params allows you to specify a accesskey attribute for the generated link.
More accesskey support (e.g. for handling wiki functions) is primarily blocked by missing standardization of accesskeys, browser differences in handling, i18n issues etc. - technically it would be no big thing adding this.