Mediawiki formatting rules: Difference between revisions
Jump to navigation
Jump to search
m (1個修訂) |
m (5個修訂) |
(No difference)
| |
Revision as of 14:36, 21 June 2009
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 ex: Current_events
= Big Headings =
{{:Page Name1}}
{{:Page Name2}}
and so on...
note: Not {{Page Name}} - It will include the template called Template:Page_Name. (You may redirect the 'Template:Page_Name' to the page called 'Page_Name'. But it seems too verbose.)