CooCooWakka : WakkaFormatting

首页 :: 索引 :: 修订历史 :: 最新评论 :: CooCooWakkaGroup :: 登陆/注册 :: 你好, 38.103.63.60
你的足迹: » WakkaFormatting
分类: » 类别索引 » 用户文档
由于本站頁面是以簡體中文儲存,你現在看到的是動態轉換生成的繁體中文版本。
本動態轉換功能依然處于測試開發階段。返回
大家可以將此頁的源碼抄到你的CooCooWakka站點,方便使用。
也可以使用:[[CooCooWakka:WakkaFormatting]]
做指向本頁的InterWiki連接.
English Version: WakkaFormattingEnglish

如果你對格式界定符有更好的建議,請在comments中留下。

另外CooCooWakka是個很靈活的東西,大家可以參考一下本站一些頁面的寫法。
也歡迎大家分享自己的心得。

CooCooWakka特有功能:

[[可以使用中文]]
可以使用中文?

/*idea*/加個讓人注意的小圖標
Hot!加個讓人注意的小圖標

自動根據你的登陸注上自己的簽名:
/*sign*/
By CooYip at Wed June 18, 2003, 11:47 pm.

設置錨點:
@@anchor@@
詳見Anchor.

使用MusicAction請訪問咕咕在WakkaSite[InterWiki]WakkaWiki:MusicBox.

嵌入圖像:
[IMG]image url[/IMG]
大小寫區分。
e.g.:
[IMG]http://zh.wikipedia.org/upload/wiki.png[/IMG]


使用[HTML][/HTML]嵌入HTML代碼,比如
[HTML]<TABLE border=1><TR><TD>HELLO</TD></TR></TABLE>[/HTML]

HELLO


需要引用常用網站的內容?請同時看看InterWiki

Wakka Formatting Guide


Text formatting on Wakka slightly differs from other Wikis. Anything between 2 sets of double quotes is ignored and presented exactly as typed.

Test your formatting skills in the 沙盒.


Basic formatting:
粗體: **I'm bold text!** I'm bold text! 斜體: //I'm italic. text.// I'm italic. text.

下劃線: And I'm __underlined__! And I'm underlined!

等寬字: ##monospace (fixed width) text## monospace text

注釋: ''note'' note

代碼: %% Embed Code Here %%
int main(int arc,char **argv)
{
    printf("Hello, %s!\n", (argc>1) ? argv[1] : "World");
    return 0;
}

PHP代碼:
Example embedding PHP code:

<?php
phpinfo();
$s = "Hello, World!|\n";
print "$s";?>


支持更多語法顯示?看看GeshiFormatter :: VimFormatter

強制連接:
Forced links:
[[http://www.mornography.de]] [External Link]http://www.mornography.de

[[http://www.mornography.de Mornography]] [External Link]Mornography

[[P2P]] P2P?  
{Question: How does WakkaWiki? know to what URL to send this to? Since it wasn't specified explicitly Answer: It is an forced WikiPage, that means a link to a page in this wiki is generated.
So why does LALA_LELE? sends me to [External Link]http://LALA_LELE }
請看:InterWiki

[[P2P This Wiki's page on P2P]] This Wiki's page on P2P?

標題:
Headers:
====== Really big header ======

Really big header


===== Rather big header =====

Rather big header

==== Medium header ====

Medium header

=== Not-so-big header ===

Not-so-big header

== Smallish header ==
Smallish header

水平線:
Horizontal separator:
----


換行:
Forced line break:
---

列表:
Indent text using the Tab key. You can also use indented bulleted/numbered lists:
你也可以使用冒號代替Tab進行縮進。
- bulleted list

:-bulleted list(using colon)

1) numbered list

  1. numbered list
  2. Line two

A) Using uppercase characters

  1. Using uppercase characters
  2. Line two

a) Using lowercase characters

  1. Using lowercase characters
  2. Line two

i) using Latin numbers

  1. using Latin numbers
  2. Line two

Html特殊字符:
Entity literals:
Entering &lt; into Wiki actually displays the character <. To show the literal string &lt;, use &amplt;. Likewise for similar entities such as &gt; and so on.

為頁面附加文件
當你需要在一個頁面上附加文件時,只需要簡單地輸入
{{files}}
存盤後便可以上傳文件了。不同頁面的文件將會自動分開管理。

CooCooWakka 0.0.7.x的新標記:


對齊
[right][left][center]
可以使用這些tag設置其中內容的對齊方式:
[right]這是一個**右對齊**---[IMG]http://zh.wikipedia.org/upload/wiki.png[/IMG][/right]
這是一個右對齊


縮進
在中文文檔中,段首常需要空兩個,可以在需要如此縮進的行首使用">"表示縮進,如:
>縮進兩個空格
    縮進兩個空格

關于Tab
鑑于一些瀏覽器無法輸入Tab,可以使用4個空格替代,CooCooWakka將在存盤時將其永久替換為Tab.

FormattingPuzzle
如果你需要在%%(編碼框中)顯示%%,請用\%\%替代。
對于\"\"中的情況,同樣地,使用\"\"替代。


畫表格
表格區域必須使用[table][/table]擴起,並且每行必須以||開頭
[table]
||James		||
||Mike||John	||
||Lily||Eva	||
||Rose		||
||Lucy||&nbsp;||
[/table]

James
MikeJohn
LilyEva
Rose
Lucy 

在表格中使用制表符Tab可以實現跨列,沒有Tab或者一個Tab表示不跨,否則有多少個Tab就跨多少列。
以下James的格中有4個Tab
James
1234

若無法輸入Tab,可以用4個空格替代。

引用標記
使用兩個單引號將引用詞句括起,後緊接一個Force Link([[]],可以是url,WikiPage,InterWiki)。

什麼是Wiki?''WikiWiki一詞來源于夏威夷語的“wee kee wee kee”,原本是“快點快點”的意思。''[[http://zh.wikipedia.org/wiki/WikiWiki/%E7%AE%80]]

什麼是Wiki?WikiWiki一詞來源于夏威夷語的“wee kee wee kee”,原本是“快點快點”的意思。[1]

CooCooWakka 0.0.8新增

刪除線
[del]這是個過時的點子[/del]
這是個過時的點子


CooCooWakka 0.0.9新增

引用塊quoteblock

[quote]
海納百川,有容乃大。
[/quote]

海納百川,有容乃大。

SourceForge.net Logo Creative Commons License
请享受共创成果的同时,尊重他人劳动。本站点内容如未特别声明,全部遵循 Creative Commons License by-nc-sa协议发布。