SysCAD Help Editing
From SysCAD Documentation
Contents |
Editing Pages
At the moment, all Kenwalt accounts have the right to view and edit all the pages. All users have read-only access to all the pages.
Some references for editing the contents of the wiki pages are:
- For general editing help, see Editing Help.
- For a simple one-page printable reference card see Wiki Reference Card or goto [Wiki Reference Card]
- For editing mathematical formulas, see Displaying a formula.
Useful stuff
Special Symbols
- Degrees °
- Greater than equal to ≥
- Less than equal to ≤
for other special symbols see http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
Formating Tables
Adding a new table:
{| border="1" cellpadding="5" cellspacing="0" align="center" | width="150" | '''Heading ''' | width="150" | '''Heading''' | width="150" | '''Heading''' | width="150" | '''Maximum number''' |-}
OR
{| border="1" cellpadding="5" cellspacing="0"
|-
| colspan="5" font style="background: #ebebeb" |'''''Name'''''
|-
!Width=150|'''Text''' || Width=150|'''Text1''' || Width=150|'''Text2''' || Width=150|'''Text3''' || Width=150|''' Text4'''
|-
| || || || ||
|-
|}
The above Table will display:
| Name | ||||
| Text | "Text1" | Text2 | Text3 | Text4 |
|---|---|---|---|---|
For a blank cell in a table:  
Span more than one column: colspan="4"
Other
New line break: <br/>
Change color of background:
- font style="background: #ebebeb"
Underline:
- text
Bullet points in numbered area:
- #*
Jump to link on internal wiki page:
- [[View Commands#Evaluation Order|Evaluation Order]]
- Will goto Evaluation Order page and display Evaluation Order
- [[Tank#Hints and Comments|Hints & Comments]]
- Will goto Hints and Comments and display Hints & Comments
Jump to link on same wiki page If there is already a heading on the current page called 'Hints and Comments', then
- [[#Hints and Comments|Hints & Comments]]
- Will goto Hints and Comments on the same page and display Hints & Comments
Redirecting a page
- #redirect [[TbFlange]]
- will redirect to another page
