This page (revision-22) was last changed on 26-Nov-2021 10:22 by rforbes

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
22 26-Nov-2021 10:22 7 KB rforbes to previous
21 26-Nov-2021 10:22 7 KB rforbes to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed 2 lines
When you've figured out how the editor works, then you should read [WikiEtiquette] so that you would know how to use your newly acquired skills. The [SandBox|http://sandbox.jspwiki.org] is a great place to try them out.
!Quick Reference
When you've figured out how the editor works, then you should read [WikiEtiquette] so that you would know how to use your newly acquired skills. The [SandBox|http://sandbox.jspwiki.org|targe='_blank'] is a great place to try them out.
!!Quick Reference
At line 35 changed one line
!Writing text
!!Writing text
At line 37 changed one line
It's just like writing an email.
It's just like writing an email. there is a powerful formatting capability, and a WYSIWYG toolbar to help you with the common ones. You don't have to know HTML or anything fancy like that to make things useful.
At line 39 changed one line
!Hyperlinks
!Links (hyperlinks)
At line 51 removed one line
At line 57 added one line
!!Formatting a Page
At line 106 changed one line
;__Construct__:''Something you use to do something with''
;Construct:Something you use to do something with
At line 109 changed one line
;__Construct__:''Something you use to do something with''
;Construct:Something you use to do something with
At line 122 changed 2 lines
If you want to add preformatted text (like code) just use three consecutive braces ({) to open a block, and three consecutive braces (}) to close a block. Edit this page for an example.
({)java.package.pseudocode.class(})
If you want to add preformatted text (like code) just use two consecutive braces ({) to open a block, and two consecutive braces (}) to close a block.\\
{{select PERSON_CODE from P2K_HR_IDENTITIES;}}
At line 126 changed 3 lines
You can do simple tables by using pipe signs ('|'). Use double pipe
signs to start the heading of a table, and single pipe signs to then
write the rows of the table. End with a line that is not a table.
You can do simple tables by using pipe signs ('|'). Use double pipe signs to start the heading of a table, and single pipe signs to then write the rows of the table. End with a line that is not a table.
At line 138 added 2 lines
tables can also be "striped" by prefixing it with the special style {{~%%zebra-table}} and ending the table with {{~%%}}
At line 154 changed one line
While not in line with the keep it simple principle, CSS styles [can be used inline|CSSInWikipages] for those special occasions when you really need to emphasize part of a page.
While not in line with the keep it simple principle, CSS styles [can be used inline|CSSInWikipages] for those special occasions when you really need to emphasize part of a page (i.e. changing fonts or font sizes, or colors, etc.)
At line 156 added one line
!!Things to note while editing