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 4: Line 4:


[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}}}/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>

Revision as of 13:52, 16 July 2025