[WordPress] 外掛分享: WP BBCode

首頁外掛目錄 › WP BBCode
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
10+
安裝啟用
★★☆☆☆
2.3/5 分(3 則評價)
4200 天前
最後更新
問題解決
WordPress 3.0+ v1.8.1 上架:2013-12-07

內容簡介

使用 BBCode 在文章或留言中。

允許您在部落格中使用 BBCode。

範例:

粗體: [b]粗體[/b]

斜體: [i]斜體[/i]

底線: [u]底線[/u]

刪除線: [del]刪除線[/del]

程式碼: [code]一些程式碼......[/code]

字體顏色: [color="紅色"]這些字是紅色的![/color]

字體大小: [size="20"]這些字體大小是20px的![/size]

置中: [center]這些字在置中![/center]

網址: [url]https://wordpress.org/[/url] [url="https://wordpress.org/"]WordPress[/url]

圖片:[img]https://s.w.org/style/images/codeispoetry.png[/img] [img="CODE IS POETRY"]https://s.w.org/style/images/codeispoetry.png[/img]

電子郵件:[email="[email protected]"]寄電子郵件給 Google[/email] [email][email protected][/email]

引述:

[quote]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/quote]

文章框架:[textarea]這是一些在文章框架內的文字![/textarea]

表格:
[table]
[tr]
[th] 第一行,標題1[/th]
[th] 第一行,標題2[/th]
[/tr]
[tr]
[td]第二行,儲存格1[/td]
[td]第二行,儲存格2[/td]
[/tr]
[tr]
[td]第三行,儲存格1[/td]
[td]第三行,儲存格2[/td]
[/tr]
[/table]

注意:(在注意中的內容將不會顯示)

[note]這些字不會顯示於螢幕上[/note]

線:(這將只顯示一條線,您不應該加進任何內容。)

[line][/line]

無序列表:

[ul]
[li]第一項目[/li]
[li]第二項目[/li]
[/ul]

有序列表:

[ol]
[li]第一項目[/li]
[li]第二項目[/li]
[/ol]

向右對齊文字:[rtl]這些文字向右對齊![/rtl]

翻譯人員

簡體中文 (zh_CN) - Arefly
繁體中文 (zh_TW) - Arefly
英文 (en_US) - Arefly

如果您已經創建了自己的語言包,或有現有語言包的更新版本,您可以發送 gettext PO 和 MO 文件 給 Arefly,以便我可以將其捆綁到 WP BBCode 中。您可以下載最新的 POT 文件。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.8.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP BBCode」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Use BBCode in posts or comments.
讓你可以在部落格中使用 BBCode
Examples:
Bold: [b]bold[/b]

Italics: [i]italics[/i]

Underline: [u]underline[/u]

Delete: [del]delete[/del]

Code: [code]some code...[/code]

Font Color: [color="red"]These words are red![/color]

Font Size: [size="20"]These words are font size 20px big![/size]

Center: [center]These words are in the center![/center]

URL: [url]https://wordpress.org/[/url] [url="https://wordpress.org/"]WordPress[/url]

Image: [img]https://s.w.org/style/images/codeispoetry.png[/img] [img="CODE IS POETRY"]https://s.w.org/style/images/codeispoetry.png[/img]

URL: [email="[email protected]"]Send Mail To Google[/email] [email][email protected][/email]

Quote:

[quote]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/quote]

Textarea: [textarea]This is something in a textarea![/textarea]

Table:
[table]
[tr]
[th]row 1, title 1[/th]
[th]row 1, title 2[/th]
[/tr]
[tr]
[td]row 2, cell 1[/td]
[td]row 2, cell 2[/td]
[/tr]
[tr]
[td]row 3, cell 1[/td]
[td]row 3, cell 2[/td]
[/tr]
[/table]

Note: (The content in note will not display)

[note]These words will not display on the screen.[/note]

Line: (It will just display a line, and you should not add anything into it.)

[line][/line]

Unordered List:

[ul]
[li]First Item[/li]
[li]Second Item[/li]
[/ul]

Ordered List:

[ol]
[li]First Item[/li]
[li]Second Item[/li]
[/ol]

Right Align Text: [rtl]These Text are on the right![/rtl]

Translators

Chinese, Simplified (zh_CN) – Arefly
Chinese, Traditional (zh_TW) – Arefly
English (en_US) – Arefly

If you have created your own language pack, or have an update of an existing one, you can send gettext PO and MO files to Arefly so that I can bundle it into WP BBCode. You can download the latest POT file.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon