Information Box
You can insert a info Box in an article using following pattern:
{{Title of description box
>>RowName1,Value
>>RowName1,Value
}}
or
{{Title of description box
>>RowName1,Value
>>RowName1,Value
}}
Use following table for extra information you can include in box:
| Row Name | Value | Description |
| image | An uploaded image name with extension |
Inserts an image in the box |
| scale | scale of image(best values can be between 0-1) | Scales the image |
| width |
Width of box in pixel |
This specifies width of box in pixels |
Ordered Listbox*
You can insert list items with the following pattern:
{ol
>> List item 1
>> List item 2
}
or
{ol
>> List item 1
>> List item 2
}
* You must break line after "}" sign.
Unordered Listbox*
You can insert list items with the following pattern:
{ul
>> List item 1
>> List item 2
}
or
{ul
>> List item 1
>> List item 2
}
* You must break line after "}" sign.
Link Article
You can mention an article in cellopedia with a link in a document. use [[Article Name]] pattern.
Extra Link
To link to an external web page use [[Article Name|http://example.com/page1.html]] pattern.
PDB Link
To link to a web page use [[pdb:pdbid]] pattern.
Image
To insert an image use
{img >>Parameter1,value >>parameter2,value} pattern. Allowed parameters are:
| Parameter |
Value |
Description |
| src |
Image name for source |
mandatory |
| scale |
scale of image(best values can be between 0-1) |
(optional) Defaut:1 |
| desc |
Description of image shown in bottom of image |
(optional) |
| align |
Image alignment on screen-value can be Left or right |
(optional) Default:Right |
Supported formats are: JPEG, BMP, PNG, GIF
Reference
It is highly recommended to cite references in articles. use[ref:ID(can be anything)|Reference text] pattern.
Example: [ref:alberts| Molecular Biology of the Cell, Alberts et al. 2008]
Category
It is highly recommended to categorize articles. use[category:Category name] pattern.
Example: [category:Cancer]
Table
Use following pattern:
{table:title
|| Col Name1, Col name2, Col...
>>Row Name1|| Col Value1-1, Col Value2-1, Col Value...
>>Row Name2|| Col Value2-1, Col Value2-2, Col Value...
}