-
Semantic Wiki
Semantic Wiki EdgeWiki supports semantic markup and querying similar to that used by Semantic MediaWiki (“SMW”). Each wiki page will have any number of relationships (SMW: “properties”). Each relationship will have a name (e.g. “capital of”, “birth date”) and a value. The value can be another wiki page (e.g. “Germany”), a…
-
Wiki Macros
Wiki Macros Macros look like this in wiki syntax: {{?name | parameter1=value1 | parameter2=value2}} Use three brackets to supply parameters on separate lines. {{{?name| parameter1=value1| parameter2=value2}}} Static Map The staticmap macro generates a non-interactive image that displays a map. Use macro parameters to…
-
Wiki Templates
Wiki Templates Templates allow you to easy include the full content of a “template” page into another page. Basic Templates To create a template, simply create a wiki page whose name starts with “Template”, e.g. “Template Greeting”. ? Title Template GreetingHello!How are you? To use a template, include this wiki syntax,…