|
|
| (14 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {{{title}}} | | {{#tag:div|{{#tag:div|'''{{{title}}}'''|class=github-badge-title}} |
| | | {{#tag:div|[https://github.com/{{{repo}}}/issues https://img.shields.io/github/issues/{{{repo}}}?style=flat-square.png] |
| [https://github.com/{{{repo}}} https://img.shields.io/github/issues/{{{repo}}}?style=flat-square.png]
| | {{#if:{{{label|}}}|[https://github.com/{{{repo}}}/issues?q=is:issue%20state:open%20label:%22{{{label}}}%22 https://img.shields.io/github/issues/{{{repo}}}/{{{label}}}?style=flat-square.png]}}|class=github-badge-badges}}|class=github-badge-row}} |
| | |
| [https://github.com/{{{repo}}}/issues?q=is:issue%20state:open%20label:%22{{{label}}}%22 https://img.shields.io/github/issues/{{{repo}}}/{{{label}}}?style=flat-square.png]
| |
| | |
| | |
| <div class="github-badge-row">
| |
| <div class="github-badge-title">
| |
| '''{{{title}}}'''
| |
| </div>
| |
| <div class="github-badge-badges">
| |
| [https://github.com/{{{repo}}} https://img.shields.io/github/issues/{{{repo}}}?style=flat-square.png]
| |
| {{#if:{{{label|}}}|
| |
| [https://github.com/{{{repo}}}/issues?q=is:issue%20state:open%20label:%22{{{label}}}%22 https://img.shields.io/github/issues/{{{repo}}}/{{{label}}}?style=flat-square.png]
| |
| }}
| |
| </div>
| |
| </div>
| |