Template:BentoItem: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
   <!-- 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">
     {{{title}}}
     <span class="nopopups">{{{title}}}</span>
   </h3>
   </h3>
   <!-- Count display with label -->
   <!-- Count display with label -->
Line 13: Line 13:
   </p>
   </p>
   <!-- Optional content (e.g., maps, images, etc.) -->
   <!-- Optional content (e.g., maps, images, etc.) -->
   {{#if:{{{content|}}}|<div>{{{content}}}</div>}}
   {{#if:{{{content|}}}|<div class="content-container">{{{content}}}</div>}}
</div></includeonly>
</div></includeonly>
<noinclude>
<noinclude>

Latest revision as of 12:23, 24 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
}}
}}