<table>
<tr>
<th>Repo</th>
<th>Web</th>
<th>Stars</th>
</tr>
<tr>
<td><a href="<Repo>">Name</a></td>
<td><a href="<WebSite>">🌐</a></td>
<td>
<a href="<Repo/stargazers>">
<img src="https://img.shields.io/github/stars/<User>/<Repo>?style=plastic">
<!-- https://shields.io/category/social -->
</a>
</td>
</tr>
</table>
<details open>
<summary>Details opened</summary>
<br/>
<table>
<tr>
<th>Repo</th>
<th>Web</th>
<th>Stars</th>
</tr>
<tr>
<td><a href="<Repo>">Name</a></td>
<td><a href="<WebSite>">🌐</a></td>
<td>
<a href="<Repo/stargazers>">
<img src="https://img.shields.io/github/stars/<User>/<Repo>?style=plastic">
</a>
</td>
</tr>
</table>
</details>
<details>
<summary>Details closed</summary>
<br/>
<table>
<tr>
<th>Repo</th>
<th>Web</th>
<th>Stars</th>
</tr>
<tr>
<td><a href="<Repo>">Name</a></td>
<td><a href="<WebSite>">🌐</a></td>
<td>
<a href="<Repo/stargazers>">
<img src="https://img.shields.io/github/stars/<User>/<Repo>?style=plastic">
</a>
</td>
</tr>
</table>
</details>