quandigital/blockquote

WordPress 插件,通过短代码添加语义化引用块

安装: 20

依赖: 0

建议: 0

安全: 0

星标: 1

关注者: 3

分支: 0

开放问题: 0

类型:wordpress-plugin

1.0.1 2015-09-16 16:40 UTC

This package is auto-updated.

Last update: 2024-09-11 01:21:10 UTC


README

用法

[quote source="URL" name="NAME"]QUOTED TEXT[/quote]

引用短代码接受两个可选参数 sourcename

示例

[quote source="http://www.webology.org/2010/v7n2/a80.html" name="Webology, Volume 7, Number 2, December, 2010"]1. Men use scientific databases more often than women in cases where it was not necessary
2. Women tend to use more <a href="http://www.quandigital.com/erweiterte-suchoperatoren-zum-an-die-wand-hangen/">operators</a> while formulating a search query
3. Sometimes, men tend to find search results accidently; women search more targeted
4. Women are more satisfied with the search results, regardless of using search engines or scientific information services[/quote]

输出如下

<blockquote class="quan-blockquote">
    <p>
        1. Men use scientific databases more often than women in cases where it was not necessary
        2. Women tend to use more <a href="http://www.quandigital.com/erweiterte-suchoperatoren-zum-an-die-wand-hangen/">operators</a> while formulating a search query
        3. Sometimes, men tend to find search results accidently; women search more targeted
        4. Women are more satisfied with the search results, regardless of using search engines or scientific information services
    </p>
    <footer>
        <cite>
            <a href="http://www.webology.org/2010/v7n2/a80.html" target="_blank">Webology, Volume 7, Number 2, December, 2010</a>
        </cite>
    <footer>
</blockquote>