website: Mozilla add-ons, colorA/B

This commit is contained in:
Thaddee Tyl 2016-11-01 20:05:27 +01:00
parent 29a4803e4b
commit 10e49ac743

View File

@ -389,8 +389,8 @@ Pixel-perfect   Retina-ready   Fast   Consistent   Hackable
<td><code>https://img.shields.io/chrome-web-store/d/nimelepbpejjlbmoobocpfnjhihnpked.svg</code></td>
</tr>
<tr><th data-keywords='website' data-doc='websiteDoc'> Website: </th>
<td><img src='https://img.shields.io/website-up-down-green-red/http/shields.io.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/website-up-down-green-red/http/shields.io.svg</code></td>
<td><img src='https://img.shields.io/website-up-down-green-red/http/shields.io.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/website-up-down-green-red/http/shields.io.svg</code></td>
</tr>
<tr><th data-keywords='cocoapods'> CocoaPods: </th>
<td><img src='https://img.shields.io/cocoapods/dt/AFNetworking.svg?maxAge=2592000' alt='' /></td>
@ -404,6 +404,10 @@ Pixel-perfect &nbsp; Retina-ready &nbsp; Fast &nbsp; Consistent &nbsp; Hackable
<td><img src='https://img.shields.io/cocoapods/dw/AFNetworking.svg?maxAge=2592000' alt='' /></td>
<td><code>https://img.shields.io/cocoapods/dw/AFNetworking.svg</code></td>
</tr>
<tr><th data-keywords='amo firefox'> Mozilla Add-on: </th>
<td><img src='https://img.shields.io/amo/d/dustman.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/amo/d/dustman.svg</code></td>
</tr>
</tbody></table>
<h3 id="version"> Version </h3>
<table class='badge'><tbody>
@ -555,6 +559,10 @@ Pixel-perfect &nbsp; Retina-ready &nbsp; Fast &nbsp; Consistent &nbsp; Hackable
<td><img src='https://img.shields.io/homebrew/v/cake.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/homebrew/v/cake.svg</code></td>
</tr>
<tr><th data-keywords='amo firefox'> Mozilla Add-on: </th>
<td><img src='https://img.shields.io/amo/v/dustman.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/amo/v/dustman.svg</code></td>
</tr>
</tbody></table>
<h3 id="social"> Social </h3>
@ -866,6 +874,14 @@ Pixel-perfect &nbsp; Retina-ready &nbsp; Fast &nbsp; Consistent &nbsp; Hackable
<td><img src='https://img.shields.io/aur/votes/yaourt.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/aur/votes/yaourt.svg</code></td>
</tr>
<tr><th data-keywords='amo firefox'> Mozilla Add-on: </th>
<td><img src='https://img.shields.io/amo/users/dustman.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/amo/users/dustman.svg</code></td>
</tr>
<tr><th data-keywords='amo firefox'> Mozilla Add-on: </th>
<td><img src='https://img.shields.io/amo/rating/dustman.svg?maxAge=2592000' alt=''/></td>
<td><code>https://img.shields.io/amo/rating/dustman.svg</code></td>
</tr>
</tbody></table>
<h3 id="miscellaneous"> Longer Miscellaneous </h3>
@ -1033,9 +1049,9 @@ Here are a few other parameters you can use:
<tr><td><code>?link=http://abc.xyz&amp;link=http://shields.io</code></td>
<td>Specify what clicking on the left/right of a badge should do (esp. for
social badge style)</td></tr>
<tr><td><code>?colorA=abcdef<code></td>
<tr><td><code>?colorA=abcdef</code></td>
<td>Set background of the left part</td></tr>
<tr><td><code>?colorB=afedcba</code></td>
<tr><td><code>?colorB=fedcba</code></td>
<td>Set background of the right part</td></tr>
<tr><td><code>?maxAge=3600</code></td>
<td>Set the HTTP cache lifetime in secs</td></tr>