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
Tag: Manual revert
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#tag:html|
{{#tag:div|{{#tag:div|'''{{{title}}}'''|class=github-badge-title}}
<span class="github-badges">
{{#tag:div|[https://github.com/{{{repo}}}/issues https://img.shields.io/github/issues/{{{repo}}}?style=flat-square.png]
  <a href="https://github.com/{{{repo}}}/issues">
{{#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}}
    <img src="https://img.shields.io/github/issues/{{{repo}}}?style=flat-square" alt="GitHub issues" height="20"/>
  </a>
  <a href="https://github.com/{{{repo}}}/issues?q=is%3Aissue+is%3Aopen+label%3A{{#replace:{{{label|good first issue}}}| |%20}}">
    <img src="https://img.shields.io/github/issues/{{{repo}}}/{{#replace:{{{label|good first issue}}}| |%20}}?style=flat-square&label={{#replace:{{{label|good first issue}}}| |+}}" alt="{{{label}}}" height="20"/>
  </a>
</span>
}}

Latest revision as of 16:17, 16 July 2025