Template:Feature
Template page
More actions
Usage
{{Feature|name=Endermites|text=An abundance of Endermites spawn periodically}}
Renders as one card -- a bold name, plus an optional description. name can also be the first unnamed parameter; leaving text out renders a name-only card. Lay several cards out in a responsive grid with a plain wrapper div:
<div class="loka-feature-grid">
{{Feature|...}}
{{Feature|...}}
</div>
Add loka-feature-grid--compact alongside loka-feature-grid for narrower columns, better suited to name-only cards than the wider default.