Difference between revisions of "Wiki Editing CheatSheet"
From SmartWiki
(→Example) |
(→Example) |
||
Line 76: | Line 76: | ||
This... | This... | ||
− | <nowiki>{| border="1"< | + | <nowiki>{| border="1"</nowiki> |
− | |'''Menu or Application''' | + | <nowiki>|'''Menu or Application'''</nowiki> |
− | |'''Search For''' | + | <nowiki>|'''Search For'''</nowiki> |
− | |- | + | <nowiki>|-</nowiki> |
− | |Organization, Search People | + | <nowiki>|Organization, Search People</nowiki> |
− | |People: internal and external, related companies, standard and custom fields. | + | <nowiki>|People: internal and external, related companies, standard and custom fields.</nowiki> |
− | |- | + | <nowiki>|-</nowiki> |
− | |Communications, Contacts | + | <nowiki>|Communications, Contacts</nowiki> |
− | |External people only - limited search capabilities. | + | <nowiki>|External people only - limited search capabilities.</nowiki> |
− | |- | + | <nowiki>|-</nowiki> |
− | |[[Universal Tracking Application]] > Contact Tab | + | <nowiki>|[[Universal Tracking Application]] > Contact Tab</nowiki> |
− | |Same page as the ''Search People'' page. | + | <nowiki>|Same page as the ''Search People'' page.</nowiki> |
− | |- | + | <nowiki>|-</nowiki> |
− | |[[Universal Tracking Application]] > Company Tab | + | <nowiki>|[[Universal Tracking Application]] > Company Tab</nowiki> |
− | |Same functionality as the ''Search People'' page, but with companies. | + | <nowiki>|Same functionality as the ''Search People'' page, but with companies.</nowiki> |
− | |- | + | <nowiki>|-</nowiki> |
− | |Sales Tracking Application > Company Tab | + | <nowiki>|Sales Tracking Application > Company Tab</nowiki> |
− | |Same page as the Company tab in the [[UTA]] | + | <nowiki>|Same page as the Company tab in the [[UTA]]</nowiki> |
− | |- | + | <nowiki>|-</nowiki> |
− | |Sales Tracking Application > Contacts Tab | + | <nowiki>|Sales Tracking Application > Contacts Tab</nowiki> |
− | |Same page as the ''Search People'' page | + | <nowiki>|Same page as the ''Search People'' page</nowiki> |
− | |- | + | <nowiki>|-</nowiki> |
− | |Sales Tracking Application > My Contacts | + | <nowiki>|Sales Tracking Application > My Contacts</nowiki> |
− | |Limited to contacts associated with companies where the current user is the owner. | + | <nowiki>|Limited to contacts associated with companies where the current user is the owner.</nowiki> |
− | |}</nowiki> | + | <nowiki>|}</nowiki> |
...produces this... | ...produces this... |
Revision as of 13:34, 21 June 2013
This page is intended to assist editors of the SmartSimple Wiki make revisions and additions.
Contents
Heading Levels
== Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== ====== Level 6 ======
- Level 1 is the Page Name.
- An article with four or more headings automatically creates a table of contents.
For more info, go to MediaWiki Help: Formatting
Hyperlinks
Links to Internal Pages
To add a link to Main Page:
[[Main Page]]
To add a link to Main Page which displays as different text:
[[Main Page|different text]]
Links to External Pages
To add a link to www.smartsimple.com
http://www.smartsimple.com
To add a link to www.smartsimple.com with a different label
[http://www.smartsimple.com different label]
For more info, go to MediaWiki Help: Links
Image Files
- Under the toolbox, click Upload file.
- Upload the image.
- On the page you wish to display the image: enter this format:
[[File:example.jpg|link=|caption|50px]]
- link= removes the link to the image file. If you want the image to link to a page, add link=Page Name without brackets.
- caption is optional.
- You can specify the width in pixels of the image by adding an argument such as 50px.
For more info, go to MediaWiki Help: Images
Tables
Syntax
{| | table start |
|+ | table caption, optional; only between table start and first table row |
|- | table row, optional on first row -- wiki engine assumes the first row |
! | table header cell, optional. Consecutive table header cells may be added on same line separated by double marks (!! ) or start on new lines, each with its own single mark (! ). |
| | table data cell, required! Consecutive table data cells may be added on same line separated by double marks (|| ) or start on new lines, each with its own single mark (| ). |
|} | table end |
Example
This...
{| border="1" |'''Menu or Application''' |'''Search For''' |- |Organization, Search People |People: internal and external, related companies, standard and custom fields. |- |Communications, Contacts |External people only - limited search capabilities. |- |[[Universal Tracking Application]] > Contact Tab |Same page as the ''Search People'' page. |- |[[Universal Tracking Application]] > Company Tab |Same functionality as the ''Search People'' page, but with companies. |- |Sales Tracking Application > Company Tab |Same page as the Company tab in the [[UTA]] |- |Sales Tracking Application > Contacts Tab |Same page as the ''Search People'' page |- |Sales Tracking Application > My Contacts |Limited to contacts associated with companies where the current user is the owner. |}
...produces this...
Menu or Application | Search For |
Organization, Search People | People: internal and external, related companies, standard and custom fields. |
Communications, Contacts | External people only - limited search capabilities. |
Universal Tracking Application > Contact Tab | Same page as the Search People page. |
Universal Tracking Application > Company Tab | Same functionality as the Search People page, but with companies. |
Sales Tracking Application > Company Tab | Same page as the Company tab in the UTA |
Sales Tracking Application > Contacts Tab | Same page as the Search People page |
Sales Tracking Application > My Contacts | Limited to contacts associated with companies where the current user is the owner. |
Tables of Contents
MediaWiki adds a table of contents at the top of the page when you have four or more headers.
To change this behavior, at the top of the page, add:
__NOTOC__ Hides the table of contents (TOC). __FORCETOC__ Forces the table of contents to appear at its normal position (before the first header). __TOC__ Places a table of contents at the word's current position (overriding __NOTOC__).
Categories
Adding a Category to a Page
[[Category:Help]]
Adding a Category to a Page with a Different Label
[[Category:Help|Help category]]
Adding a Link to a Category Page
[[:Category:Help|Help category]]
For more info, go to MediaWiki Help: Magic_words