?
The syntax of our wiki pages is based on the markdown syntax (see this guide). If you need more background, read the Wiki Guide for Beginners and the Quick Guide. That makes it more "standard" and portable than other formats, while allowing experts to type it directly.
[http://site text]
[text](http://site)
[http://site]
[http://site](http://site)
<br>
[[Topic]]
[[Modified Markdown Syntax]]
[[Category:Topic]]
[[alias:Category:Topic]]
[[search:How to edit wikis]]
[[q:How to edit wikis]]
[[include:Category:Topic]]
[[[Topic]]]
[[[Terms of service]]]
{{special code}}
{{when:2012-05-28}}
{{where:RJ}}
{{at Burnt River}}
See Help with locations++ for details.
[Section details not found in [[rk.Admin:Help with locations#details]]!]
When defining a category, which is a restricted operation, certain syntax can be used to add more information about the relationship between categories.
{{roles:Category2:Role1,Role2}} means that a topic in the current category can be linked from one in Category2 as one of the roles in the list. There are special roles:
{{roles:Category2:Role1,Role2}}
{{roles:Category2:Child}}
{{roles:User:Owner,Admin,Member,Coach,Fan}}
Owner
Admin
{{.noComments:true}} will turn off comments on the respective topic - they are by default on.
{{.noComments:true}}
See more properties at Wiki Properties.
{{xpl...}} see WikiPath
{{xpl...}}
{{xmap...}} see WikiPath
{{xmap...}}
{{img[.icon|.small|.medium] URL ARGS}}
{{photo URL ARGS}}
ARGS are optional attributes of the img http tag.
{{video URL}} is good for videos shared from youtube.
{{video URL}}
Insert form fields using the {{f: properties. These are some example:
{{f:
A simple string field: {{f:simpleField}}
{{f:simpleField}}
SimpleField:
Select/choices: {{f:province:type=select,choices=ON|QC}}
{{f:province:type=select,choices=ON|QC}}
Province ONQC
A checkbox: {{f:check1:type=checkbox}}
{{f:check1:type=checkbox}}
Check:
A memo: {{f:memo1:type=textarea,rows=3}}
{{f:memo1:type=textarea,rows=3}}
Memo:
Note that we also use special DSL markups - so avoid starting any line with a dot . or a dollar sign $ - these have special meanings.
.
$
There are several ways to embed HTML, each with it's own quirks.
Most HTML tags are allowed to be embedded freely inside the markdown content.
The lines between these tags will be printed "as is" in the page - i.e. they can contain any HTML content.
You can embed scripts in {{html}} tags, HTML content type pages as well as inside {{inline}} tags.
{{html}}
{{inline}}
Note that you should likely turn off require.js by using this setting in pages that use scripts, especially if you load external js libraries - require.js has a tendency to mess with these:
require.js
..diesel.requireJs false
You can include specific stylesheet and css inside any page: put it in a section called stylesheet.light:
stylesheet.light
{{section stylesheet.light}} {{/section}}
Include in there anything you would normally put in a <style> tag. Light is the default theme and optionally, if you allow it, you can have a .dark version.
<style>
Viewed 3864 times ( | History | Print ) this page.