This command is used to slant text to the right. Use two apostropes on either side of the affected text to make it italics.
Example Syntax
''This sentence will appear italicized.''
Web View
This sentence will appear italicized.
Bold
This command is used to darken text for the purpose of emphasis. Use three apostrophes on either side of the affected text to make it bold.
Example Syntax
'''This sentence will appear in bold type.'''
Web View
This sentence will appear in bold type.
Bold and Italics
This command is used to darken and slant text to the right. Use four apostropes on either side of the affected text to make it bold and italics.
Example Syntax
''''This sentence will appear bold and italicized.''''
Web View
This sentence will appear bold and italicized.
Underline
This command is used to underline text. Use two underlines on either side of the affected text to underline.
Example Syntax
__This sentence will appear underlined.__
Web View
This sentence will appear underlined.
Color Text
This command is used to change the color of text. Currently, the Nfomedia command language supports eight colors: (1) black, (2) navy, (3) blue, (4) red, (5) green, (6) yellow, (7) gray, and (8) brown.
To make text red, for example, place double parentheses around the word red on either side of the affected text.
Example Syntax
((red))This sentence will appear in red.((red))
Web View
This sentence will appear in red.
Headings
This command is used to create section headings as well as section subheadings and sub-subheadings. While all three heading commands produce bold-face type, the size of the font decreases from heading to sub-subheading.
This command is used to display an image on a web page. Left, right, or center controls the location of the image. The image can also be placed in a frame with or without a caption. The size of the image can be adjusted by specifing a size in pixels.
[[image:mac.gif | left]]
This example demonstrates the 'left' parameter. The image is
floating to the left and subsequent text wraps around the image.
The 'right' parameter works the same only the image is justified
to the right.
Example 2 - Web View
This example demonstrates the 'left' parameter. The image is floating to the left and subsequent text wraps around the image. The 'right' parameter works the same only the image is justified to the right.
Example 3 - Syntax
[[image:mac.gif | frame | Made on a Mac]]
Example 3 - Web View
Made on a Mac
Example 4 - Syntax
[[image:mac.gif | 200px | Made on a Mac]]
Example 4 - Web View
Tables
This command is used to create a table with rows and/or columns. A table can be placed anywhere on a web page including a table within a table.
Cells can also have html parameters. A cell parameters are separated from it's content with a '|'. A cells content can continue on the next line and can use more than one line. This allows for almost anything inside a cell including another table.
Example 2 - Syntax
{| border=1
|+table caption
|-
! header cell one !! header cell two !! header cell three
|-
| row two cell one || row [[http://www.ebay.com/ two]] cell two
| bgcolor=lightblue | row two cell three
|-
| align=center valign=top | row three cell one
| align=center valign=top |
{|
|+embedded table
|-
| 11 || 12 || 13
|-
| 21 || 22 || 23
|}
| valign=middle |
* list
* in
* table
|}
This command is used to hide commands when a page is viewed. Comments are sometimes useful for saving information that you may want to show later. Use four colons at the beginning of a line to hide it from view.