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 1: Line 1:
{{#tag:html|
<span class="github-badges">
<span class="github-badges">
  <a href="https://github.com/{{{repo}}}/issues">
[https://github.com/{{{repo}}}/issues {{#tag:img| |src=https://img.shields.io/github/issues/{{{repo}}}?style=flat-square.png|alt=GitHub issues|height=20}}]
    <img src="https://img.shields.io/github/issues/{{{repo}}}?style=flat-square" alt="GitHub issues" height="20"/>
[https://github.com/{{{repo}}}/issues?q=is%3Aissue+is%3Aopen+label%3A{{urlencode:{{{label|good first issue}}}}} {{#tag:img| |src=https://img.shields.io/github/issues/{{{repo}}}/{{urlencode:{{{label|good first issue}}}}}?style=flat-square&label={{urlencode:{{{label|good first issue}}}}}|alt=Good first issue|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>
</span>
}}

Revision as of 13:01, 16 July 2025