Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:GitHubBadge: Difference between revisions

Template page
No edit summary
No edit summary
Line 6: Line 6:




<div class="github-badge-row">
{| class="github-badge-row" style="margin-bottom: 0.5em;"
  <div class="github-badge-title">
| '''{{{title}}}''' ||
    '''{{{title}}}'''
[https://github.com/{{{repo}}} https://img.shields.io/github/issues/{{{repo}}}?style=flat-square.png]
  </div>
{{#if:{{{label|}}}|
  <div class="github-badge-badges">
&#32;[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]
    [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>

Revision as of 13:57, 16 July 2025