Back to Metrics

README

source/plugins/community/fortune/README.md

3.341.6 KB
Original Source
<!--header--> <table> <tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr> <tr><th colspan="2"><h3>đŸĨ  Fortune</h3></th></tr> <tr><td colspan="2" align="center"><p>This plugins displays a random fortune message</p> </td></tr> <tr><th>Authors</th><td><a href="https://github.com/lowlighter">@lowlighter</a></td></tr> <tr> <th rowspan="3">Supported features <sub><a href="metadata.yml">→ Full specification</a></sub></th> <td><a href="/source/templates/classic/README.md"><code>📗 Classic template</code></a></td> </tr> <tr> <td><code>👤 Users</code></td> </tr> <tr> <td><i>No tokens are required for this plugin</i></td> </tr> <tr> <td colspan="2" align="center"> </img>
</td>
</tr> </table> <!--/header-->

âžĄī¸ Available options

<!--options--> <table> <tr> <td align="center" nowrap="nowrap">Option</i></td><td align="center" nowrap="nowrap">Description</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_fortune</code></h4></td> <td rowspan="2"><p>Enable fortune plugin</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>boolean</code>

<b>default:</b> no

</td> </tr> </table> <!--/options-->

â„šī¸ Examples workflows

<!--examples-->
yaml
name: Fortune
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.fortune.svg
  token: NOT_NEEDED
  base: ""
  plugin_fortune: yes

<!--/examples-->