Mediawiki formatting rules: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replacement - "http://wiki.splitbrain.org/" to "https://www.dokuwiki.org/") |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 51: | Line 51: | ||
=== Tool: CSV Converter === | === Tool: CSV Converter === | ||
* [http://area23.brightbyte.de/csv2wp.php CSV Converter]: Convert CSV to MediaWiki or HTML Table. Cf: [[DokuWiki]] [ | * [http://area23.brightbyte.de/csv2wp.php CSV Converter]: Convert CSV to MediaWiki or HTML Table. Cf: [[DokuWiki]] [https://www.dokuwiki.org/plugin:csv Plugin:CSV] | ||
== 內嵌(includes/transcludes other pages) == | == 內嵌(includes/transcludes other pages) == | ||
內嵌其他Wiki頁面, 應用: journal page [[Current_events]] | 內嵌其他Wiki頁面, 應用: journal page ex: [[Current_events]] | ||
<pre> | <pre> | ||
| Line 64: | Line 64: | ||
and so on... | and so on... | ||
</pre> | </pre> | ||
note: Not <nowiki>{{Page Name}}</nowiki> - 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.) | |||
參考: [http://meta.wikimedia.org/wiki/MediaWiki%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94#Can_I_print_out_my_entire_MediaWiki_site.3F Can I print out my entire MediaWiki site?] | 參考: [http://meta.wikimedia.org/wiki/MediaWiki%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E8%A7%A3%E7%AD%94#Can_I_print_out_my_entire_MediaWiki_site.3F Can I print out my entire MediaWiki site?] | ||
[[Category: | [[Category:MediaWiki]] | ||
Latest revision as of 23:33, 19 February 2022
MediaWiki Text Formatting Rules
ㄧ般[edit]
類別[edit]
- 將目前的頁面分類到Wiki
[[Category:Wiki]]
- 連結到頁面分類Wiki
[[:Category:Wiki]]
表格[edit]
可排序的表格(Sorting table)*[edit]
{| 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[edit]
- CSV Converter: Convert CSV to MediaWiki or HTML Table. Cf: DokuWiki Plugin:CSV
內嵌(includes/transcludes other pages)[edit]
內嵌其他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.)