Template:BentoItem: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly><div class="bento-item {{#if:{{{type|}}}| bento-item-{{{type}}}}}">
<div class="bento-item {{#if:{{{type|}}}| bento-item-{{{type}}}}}">
   <!-- Title with link (or plain text if no link) -->
   <!-- Title with link (or plain text if no link) -->
   <h3 class="font-weight-bold mb-2">
   <h3 class="font-weight-bold mb-2">
Line 14: Line 13:
   </p>
   </p>
   <!-- Optional content (e.g., maps, images, etc.) -->
   <!-- Optional content (e.g., maps, images, etc.) -->
   {{#if:{{{content|}}}|<div class="map-container">{{{content}}}</div>}}</div><nowiki/></includeonly>
   {{#if:{{{content|}}}|<div class="map-container">{{{content}}}</div>}}
</div></includeonly>
<noinclude>
<noinclude>
== Usage ==
== Usage ==

Revision as of 13:10, 12 March 2025


Usage

{{BentoItem
|type=wide
|title=[[Locations|Locations]]
|count={{#ask:[[Category:Location]]|format=count}}
|countlabel=locations
|content={{#ask:
[[Has Coordinates::+]]
|?Has Coordinates
|markercluster=on
|limit=500
|format=maps
}}
}}