In addition to the simple styles represented by the basic Wiki Markup language, This Wiki also allows you to put in your own styles, which are defined in the jspwiki.css Cascading Style Sheet file. These may vary from site to site, and it is up to the site administrator to define a style.
Following styles are supported by the standard file. The style starts with two percent signs %% and ends with two percent signs %%
%%information
%%warning
%%center
Preformatted text
If you include text within {{{ and }}} (each on its own line) the wiki engine will not apply any formatting ... and will show the text exactly as you have typed it in a monospaced font (including line breaks)
%%prettify This will make the code within it (and within {{{ and }}}) nice-looking if it is in one of a variety of computer languages (also pre-formatted)
IF p2k_pmgen.k_trace_level >= '8' THEN IF k_person_code IS NULL THEN p2k_ppgen.sperl(v_module_name,0, 'Warning: You selected Exception Level '||p2k_pmgen.k_trace_level|| ' for all employees.'); END IF; -- k_person_code IS NULL THEN END IF; -- p2k_pmgen.k_trace_level > '8'
[{InsertPage page='News'}]will include the page referenced at this point.
Put the following on the "PageAliases" -page:
[{SET alias='PageAlias'}]
Every time someone views the page "PageAliases", they will be automatically redirected to this page. This is very useful if you want to be able to use the irregular plural forms, for example. Normally, The WikiEngine does properly recognize English language plural forms of page names (i.e. if the page is called Concept, you can link to it as concept or concepts, but it's not smart enough to recognize certain forms, such as "aliases".
Obviously you cannot click on the "Edit this page" -link, because you are redirected every time you try to view a page. You can, however, edit the page directly by just writing Edit.jsp?page=pagename after the base URL.
Even more fancy things can be accomplished with WIKI.STYLING DYNAMICS
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation