Syntax reference.de (Čeština, Deutsch, English, Français, Italiano, Português brasileiro)
Dieses Dokument erklärt alle Kern Syntax Funktionen
Überschrift H2(Edit)
Listen(Edit)
Ungeordnete Listen(Edit)
* Früchte ** Apfel *** Granny smith *** Golden delicious ** Orangen * Gemmüse ** Knoblauch ** Zwiebeln
- Früchte
- Apfel
- Granny smith
- Golden delicious
- Orangen
- Gemüse
- Knoblauch
- Zwiebeln
Geordnete Liste(Edit)
# erstes item ## erstes subitem ### erstes subsubitem ## zweites subitem # zweites item
- erstes item
- erstes subitem
- erstes subsubitem
- zweites subitem
- zweites item
Textstile(Edit)
'''Fett''' → Fett (drei Apostrophe)
''Kursiv'' → Kursiv (zwei Apostrophe)
'''''Fett und Kursiv ''''' → Fett und Kursiv (fünf Apostrophe)
'—Durchgestrichen—' → Durchgestrichen
'__Unterstrichen__' → Unterstrichen
Seit LionWiki 2.0(Edit)
{small}kleiner Text{/small} → kleiner Text
2{sup}10{/sup} → x10
x{sub}i{/sub} → xi
Emails, Iinks, Bilder(Edit)
Links zu anderen Seiten können so erstellt werden:
[Main page] -> Main page
oder
[Hauptprojektseite|Main page] -> Hauptprojektseite
Emails und Websiteaddressen werden automatisch erkannt
http://lionwiki.0o.cz -> http://lionwiki.0o.cz
lionwiki@example.com -> lionwiki@example.com
Wenn du einen andren Linktext haben möchtest benutze das folgende:
[LionWiki|http://lionwiki.0o.cz] -> LionWiki
Du kannst auch relative Links verwenden, allerdings müssen diese mit einem ./ beginnen um nicht als Wikiseite eingestuft zu werden:
[Tolle Seite|./EineWebSite.html] -> Tolle Seite
Images(Edit)
LionWiki does not have built-in support for uploading images. However, Upload plugin is in standard LionWiki distribution, so you should have it. It's accessible through this link. If you don't have it installed you can still upload images manually.
[http://lionwiki.0o.cz/lion.jpg] →
You can use your image as your link: [http://lionwiki.0o.cz/lion.jpg|http://lionwiki.0o.cz/] →
You can also place your image to the left or right, possibly combined with link feature:
← [http://lionwiki.0o.cz/lion.jpg|left]
[http://lionwiki.0o.cz/lion.jpg|http://lionwiki.0o.cz/|right] →
Subpages(Edit)
This feature is available since LionWiki 2.0.
Subpages are useful when you need to insert some common content into multiple pages. Example could be list of available language versions of some page - you would probably want to insert this into every language variant. That's ok, but what happens when you want to add one more language variant? You have to update list in all other language variants. Subpage mechanism solves this problem by creating page which contains this list and including this page into all the variants with special keyword. Then, if you want to add one language variant, you need to add it to just one page. Another useful application could be Menu displayed on every page.
Including page is done with keyword {include:page_to_be_included}.
You can use the same syntax to include page in template (i.e. not in page content), but in this case, whole content of this subpage must be in H