use

这个版本时间为 2019/08/24 11:17,你可以还原它。

使用指南:

基础:

进阶:

Warning: subpage subpage plugins was not found!

Creating table(编辑)

You can create very simple table using | character for separating columns and newlines for separating rows of table:

|case 1|case 2|
|case 3|case 4|

result:

case 1case 2
case 3case 4

More advanced features are availiable through control characters placed on the beginning of cells:

  • characters influencing content of cell
    • h - cell is (part of) heading
    • t - vertical alignment to the top
    • b - vertical alignment to the bottom
    • l - horizontal alignment to the left
    • r - horizontal alignment to the right
  • numbers influencing column and row spanning (separated by comma)
    • first number indicates column spanning
    • second number indicates row spanning

|hl First header      |hr Second header  |
|r First column       |l    Second column|
|2 Double column                         |
|t ,2 Double row aligned to the top  | A |
                                     | B |
|,2 Double row                       | C |
                                     | D |

First header Second header
First column Second column
Double column
Double row aligned to the top A
B
Double row C
D

Using LionWiki syntax in tables(编辑)

Supported syntax
Text syntax ''italic'' italic
'''bold''' bold
'''''bold italic'''''bold italic
'—strikethrough—'strikethrough
'__underline__'underline
Special characters © ® → ←
{{code}}
code
Links [Link] Link
[Link 2|?page=Link]Link 2
[?Wikipedia]?Wikipedia
Images [http://lionwiki.0o.cz/lion.jpg]
[/logo_100.png|http://lionwiki.0o.cz/]
[http://lionwiki.0o.cz/lion.jpg|right]
[/logo_100.png|http://lionwiki.0o.cz/|left]

Not supported syntax
Headings !! Headings
Lists * unordered
# ordered
Horizontal line

{tags:userguide, syntax, plugin}