Changes

Wiki Editing CheatSheet

1,771 bytes removed, 15:23, 5 July 2019
Example
===Example===
 
This
<nowiki>{| class="wikitable"
<nowiki>|-
<nowiki>!|Link Type
<nowiki>!|Description
<nowiki>|-
<nowiki>||Organization Profile
<nowiki>||
<nowiki>This link type takes the user to their organization profile. By default, if you have permission to edit the profile you will be taken directly into edit mode. You can toggle off this setting if you want to bring everyone to the profile in view mode.
<nowiki>|-
<nowiki>||Custom
<nowiki>||This link type can take the user to any page within your system, for example, to go to the dashboards, enter “/iface/dashboard.jsp”. Note, always use relative URLs to ensure links work across servers and to ensure your system functions as expected.
<nowiki>|-
<nowiki>|}
 
...produces this...
 
{| class="wikitable"
|-
!|Link Type
!|Description
|-
||Organization Profile
||
This link type takes the user to their organization profile. By default, if you have permission to edit the profile you will be taken directly into edit mode. You can toggle off this setting if you want to bring everyone to the profile in view mode.
 
|-
||Custom
||This link type can take the user to any page within your system, for example, to go to the dashboards, enter “/iface/dashboard.jsp”. Note, always use relative URLs to ensure links work across servers and to ensure your system functions as expected.
|-
|}
 
===Example of Aligning Text===
This...
 
<nowiki>{|</nowiki>
<nowiki>! align="left"| Item</nowiki>
<nowiki>! Amount</nowiki>
<nowiki>! Cost</nowiki>
<nowiki>|-</nowiki>
<nowiki>|Orange</nowiki>
<nowiki>|10</nowiki>
<nowiki>|7.00</nowiki>
<nowiki>|-</nowiki>
<nowiki>|Butter</nowiki>
<nowiki>|1</nowiki>
<nowiki>|5.00</nowiki>
<nowiki>|-</nowiki>
<nowiki>!Total</nowiki>
<nowiki>|</nowiki>
<nowiki>|12.00</nowiki>
<nowiki>|}</nowiki>
...produces this...
{|
! align="left"| Item
! Amount
! Cost
|-
! align="left"|OrangeItem!|10Amount!|7.00Cost
|-
|Butter|Orange|1|10|5|7.00
|-
||Butter||1||5.00|-!|Total||||12.00
|}
Smartstaff, administrator
3,504
edits