User:Noeth: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
Line 1: Line 1:
<div class="container">
 
  <div class="row">
    <!-- Bento grid card -->
    <div class="col-md-6 col-lg-4 mb-4">
      <div class="card h-100 shadow-sm" style="border-radius: 12px; overflow: hidden;">
        <div class="card-body d-flex flex-column">
          <!-- Heading -->
          <h5 class="card-title font-weight-bold">Manuscript Locations</h5>
          <!-- Subtext -->
          <p class="card-text text-muted small mb-3">
            There are
            <span class="font-weight-bold">
              {{#ask:[[Category:Location]][[Is Manuscript Location::True]]|format=count}}
            </span>
            manuscript locations in the database.
          </p>
         
          <!-- Map container -->
          <div class="mt-auto">
{{#ask:
[[Has Coordinates::+]]
|?Has Coordinates
|markercluster = on
|limit=500
|format=maps
}}
          </div>
        </div>
      </div>
    </div>
  </div>
</div>


{{#ask:[[Category:Location]]
{{#ask:[[Category:Location]]

Revision as of 12:23, 12 March 2025