Content deleted Content added
correction : minor |
→Simple Table: added sample display from WIki code and a note |
||
Line 109:
</tr> <br />
<tr> <br />
"<td> Data Cell: Row3 Column1 </td> <td> Data Cell: Row3 Column1 </td> <br />
</tr> <br />
</table>
Line 129:
</tt>
|}
Display from Wiki code:
'''Note:''' To display | (pipe symbol), < (less than sign), ! (exclamation mark), { (beginning second/curly bracket) in wiki table, you should use following HTML decimal or entity codes: '''|''' (&#124;), '''<''' (&#60; or &lt;), '''!''' (&#33;), '''{''' (&#123;), '''}''' (&#125;). For more, see [[Windows Alt keycodes]].▼
{| border="1"
! Header Cell: Column 1 !! Header Cell: Column 2
|-
| Data Cell: Row2 Column1 || Data Cell: Row2 Column1
|-
| Data Cell: Row3 Column1 || Data Cell: Row3 Column1
|}
:'''Note:''' "'''!'''" in header row causes bold display.
▲:'''Note:''' To display | (pipe symbol), < (less than sign), ! (exclamation mark), { (beginning second/curly bracket) in wiki table, you should use following HTML decimal or entity codes: '''|''' (&#124;), '''<''' (&#60; or &lt;), '''!''' (&#33;), '''{''' (&#123;), '''}''' (&#125;). For more, see [[Windows Alt keycodes]].
==CAPTION==
|