內容簡介
為審稿人提供一個短代碼。
生成一個框,可用於文章或頁面,其中包含優點區、缺點區和評分條。
評分條由 CSS 生成,因此該外掛不包含任何圖像。
用法
此外掛會生成一個簡單的短代碼使用。
該短代碼為[review pros="" cons="" score=]
這些參數是獲得正確輸出所必需的。
它們如下:
* pros: 關於被評論項目的任何優點。通常是逗號分隔的列表
* cons: 產品缺點。也是逗號分隔的列表
* score: 必須是數字。不得在其後或前添加任何內容。對於得分為45%的項目,正確的填寫方法是score=45
您還可以為自己的使用提供以下可選參數
* verdict: 評論項目的最終結論
* title: 評論框的標題,默認為"評論"。將其設置為none以隱藏標題。您可以輸入短代碼和HTML以添加自定義鏈接。
外掛標籤
開發者團隊
原文外掛簡介
Provides a shortcode for use by reviewers.
Generates a box, for use in a post or page, with a section for Pros, a section for Cons, and a review bar.
The review bar is generated through CSS, and so the plugin contains NO images.
Usage
This plugin generates a simple shortcode to use.
That shortcode is [review pros="" cons="" score=]
The paramiters are required for proper output.
They are as follows
* pros: Anything you find good about the item being reviewed. Typically a comma seperated list
* cons: Anything bad about the product at hand. A comma seperated list as well
* score: This MUST be a number. There can be nothing following it, nor anything before it. A good example of the way to fill it out would be score=45 for an item that scored 45%
You can also provide the following optional paramiters, for your useage
* verdict: The final verdict for the item being reveiwed
* title: The title of the review box, defaults to review. Set it to none
to hide the title. You CAN enter shortcodes and html for custom links.
