
內容簡介
這是插件的詳細說明,沒有字數限制,你可以使用 Markdown(在以下的標籤中也是如此)。
為了向後兼容,如果此部分遺失,則會使用短描述的完整長度,並進行 Markdown 解析。
關於上面的各部分的一些注意事項:
“貢獻者”是一個逗號分隔的 wordpress.org 用戶名列表
“標籤”是適用於插件的逗號分隔的標籤列表
“至少需要”是插件可運行的最低版本
“成功測試的最高版本” 是您成功使用來測試插件的最高版本。請注意,它可能可用於更高版本,而這只是您驗證的最高版本。
Stable tag 應指示最新穩定版本的 Subversion “tag”,或者如果您使用 /trunk/ 作為穩定版本,則應指示 “trunk”。
請注意,穩定標籤的 readme.txt 是被認為是定義插件的文檔,因此如果 /trunk/readme.txt 文件說稳定標籤为 4.3,则是 /tags/4.3/readme.txt 将用于显示有关插件的信息。在这种情况下,唯一从 trunk readme.txt 中考虑的是稳定标签指针。因此,如果您在 trunk 中开发,则可以更新 trunk readme.txt 以反映您開發中版本中的更改,而不会错误地披露有关當前穩定版本缺少这些更改的信息-只要 trunk 的 readme.txt 指向正确的穩定標籤即可。
如果未提供穩定標籤,則假定 trunk 是穩定的,但如果您將穩定版本放在 trunk 中,則應指定“trunk”,以消除任何疑問。
簡短的 Markdown 示例
有序列表:
某个功能
另一个功能
有关插件的其他信息
无序列表:
某事
其他事情
第三件事
这是链接到 WordPress 和一个 Markdown 的语法文档 的链接。标题是可选的,当然。
Markdown 使用电子邮件样式的注释来引用块,并告诉我:
在文本周围使用星号以强调。 使用两次来加重强调。
<?php code(); // 放在反引号?>
外掛標籤
開發者團隊
原文外掛簡介
This is the long description. No limit, and you can use Markdown (as well as in the following sections).
For backwards compatibility, if this section is missing, the full length of the short description will be used, and
Markdown parsed.
A few notes about the sections above:
“Contributors” is a comma separated list of wordpress.org usernames
“Tags” is a comma separated list of tags that apply to the plugin
“Requires at least” is the lowest version that the plugin will work on
“Tested up to” is the highest version that you’ve successfully used to test the plugin. Note that it might work on
higher versions… this is just the highest one you’ve verified.
Stable tag should indicate the Subversion “tag” of the latest stable version, or “trunk,” if you use /trunk/ for
stable.
Note that the readme.txt of the stable tag is the one that is considered the defining one for the plugin, so
if the /trunk/readme.txt file says that the stable tag is 4.3, then it is /tags/4.3/readme.txt that’ll be used
for displaying information about the plugin. In this situation, the only thing considered from the trunk readme.txt
is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk readme.txt to reflect changes in
your in-development version, without having that information incorrectly disclosed about the current stable version
that lacks those changes — as long as the trunk’s readme.txt points to the correct stable tag.
If no stable tag is provided, it is assumed that trunk is stable, but you should specify “trunk” if that’s where
you put the stable version, in order to eliminate any doubt.
A brief Markdown Example
Ordered list:
Some feature
Another feature
Something else about the plugin
Unordered list:
something
something else
third thing
Here’s a link to WordPress and one to Markdown’s Syntax Documentation.
Titles are optional, naturally.
Markdown uses email style notation for blockquotes and I’ve been told:
Asterisks for emphasis. Double it up for strong.
