Mediawiki formatting rules: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 48: | Line 48: | ||
* * 本站額外安裝[http://kryogenix.org/code/browser/sorttable/ sortable table] under the [http://www.kryogenix.org/code/browser/licence.html MIT licence] | * * 本站額外安裝[http://kryogenix.org/code/browser/sorttable/ sortable table] under the [http://www.kryogenix.org/code/browser/licence.html MIT licence] | ||
=== Tool: CSV Converter === | |||
* [http://area23.brightbyte.de/csv2wp.php CSV Converter]: Convert CSV to MediaWiki or HTML Table. Cf: [[DokuWiki]] [http://wiki.splitbrain.org/plugin:csv Plugin:CSV] | |||
== 內嵌(includes/transcludes other pages) == | == 內嵌(includes/transcludes other pages) == | ||
Revision as of 08:28, 10 August 2006
MediaWiki Text Formatting Rules
ㄧ般
類別
- 將目前的頁面分類到Wiki
[[Category:Wiki]]
- 連結到頁面分類Wiki
[[:Category:Wiki]]
表格
可排序的表格(Sorting table)*
{| border="1" class="sortable" id="insert_unique_id"
|style="width: 60px" | 標題1
|| 標題2
|| 標題3
|-
| 內文1
|| 內文2
|| 內文3
|}
| 標題1 | 標題2 | 標題3 |
| 內文1.1 | 內文2.a | 內文3.i |
| 內文1.2 | 內文2.b | 內文3.ii |
- * 本站額外安裝sortable table under the MIT licence
Tool: CSV Converter
- CSV Converter: Convert CSV to MediaWiki or HTML Table. Cf: DokuWiki Plugin:CSV
內嵌(includes/transcludes other pages)
內嵌其他Wiki頁面, 應用: journal page Current_events
= Big Headings =
{{:Page Name1}}
{{:Page Name2}}
and so on...