makna v0.0.2 based on JSPWiki 2.2.28
Edit Main
Semantic-Web-Links:
[link!*] Creates a hyperlink to "link" where "link" can be either an internal
WikiName or an external link (http://)
It also adds a semantic relation between this page and the linked page with "*"
as the predicate. "*" must be defined in the configuration.
[link!ns#pred] Creates a hyperlink to "link" where "link" can be either an internal
WikiName or an external link (http://)
It also adds a semantic relation. ns:pred must be known to the ontology model.
[link!uri] Creates a hyperlink to "link" where "link" can be either an internal
WikiName or an external link (http://)
It also adds a semantic relation. ns:pred must be known to the ontology model.
[text|link!*] Create a hyperlink where the link text is different from the actual
hyperlink link.
It also adds a semantic relation, "*" must be defined in the configuration.
Works with the other predicate representations above, too.
["value"!*] This defines a value for the property referenced by "*". Must be included
in hyphens. Again, the other predicaterepresentations work.
[ns#pred!ns#pred]This references a concept from the ontology. A useful example is express that something
has an "isAs" relation to a concept, e.g. [pet#Goldfish!=]
Normal Wiki-Links:
[link] Create hyperlink to "link", where "link" can be either an internal
WikiName or an external link (http://)
[text|link] Create a hyperlink where the link text is different from the actual
hyperlink link.
[text|wiki:link] Create a hyperlink where the link text is different from the
actual hyperlink link, and the hyperlink points to a named Wiki.
This supports interWiki linking.
Formatting stuff:
---- Horizontal ruler
\\ Forced line break
* Make a bulleted list (must be in first column). Use more (**)
for deeper indentations.
# Make a numbered list (must be in first column). Use more (##, ###)
for deeper indentations.
!, !!, !!! Start a line with an exclamation mark (!) to make a heading.
More exclamation marks mean bigger headings.
__text__ Makes text bold.
''text'' Makes text in italics (notice that these are single quotes ('))
{{text}} Makes text in monospaced font.
;term:def Defines 'term' with 'def'. Use this with empty 'term' to make short comments.
|text|more text| Makes a table. Double bars for a table heading.
Don't try to use HTML, since it just won't work.
To embed images just put them available on the web using one of the approved formats, and they will get inlined automatically. To see the list of approved formats, go check SystemInfo.
To make a code block, use triple {'s to open, and triple }'s to close.
(Wondering where this text comes from? It's on a page called Edit Page Help, which you can edit too!)