This page (revision-42) was last changed on 19-Jul-2024 20:00 by Juan Pablo 

This page was created on 23-Nov-2013 14:07 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
42 19-Jul-2024 20:00 11 KB Juan Pablo to previous
41 29-Mar-2024 19:15 10 KB Juan Pablo to previous | to last

Difference between version and

At line 1 changed one line
This page describes the wiki syntax used by JSPWiki.
[{ALLOW edit Admin}]
[{ALLOW view All}]
At line 4 added 2 lines
This page describes the [Wiki Syntax] used by JSPWiki.
At line 4 removed one line
\\
At line 6 changed one line
!Quick Reference
!Quick Reference to documents
At line 37 added 4 lines
%%bg-info
%%label-info fun fact%%
Most of the editing markers were styled according to the __[Sensei's Library|https://senseis.xmp.net/?TextFormattingRulesIntroduction]__, one of the best Go sites in the Internet.
%%
At line 56 changed one line
;:In reality JSPWiki is a bit more forgiving, and allows also following punctuation characters: {{()&+, -=._$}}. All others (eg also the en dash – and apostrophe ' ) are removed. When a non valid character is removed, the next character is capitalized.
At line 173 added 5 lines
e.g.
{{{
This text is __bold__ and ''italic''
}}}
At line 182 added 4 lines
{{{
{{{ java.package.pseudocode.class }} } // No space needed
}}}
At line 188 added 38 lines
!Status Boxes
You can create text information boxes, using __information__, __warning__ and __error__:
{{{
%%information
Your text here
%%
}}}
%%information
information
%%
%%warning
warning
%%
%%error
error
%%
* See also: [JSPWikiStyle]
!Quotes
You can use the following for an inline quote
{{{
%%quote
Blockquote text here
Line 2
%%
}}}
%%quote
Blockquote text here
Line 2
%%
At line 301 added 2 lines
[{ALLOW edit Gardener}]
[{ALLOW view All}]