|
|
(105 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <div class="container">
| | {{#ask: |
| <div class="row">
| | [[Category:Version]] |
| <!-- Bento grid card -->
| | |?Has Reference Number |
| <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">
| |
| | |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div> | |
| </div>
| |
| | |
| {{#ask:
| |
| [[Has Coordinates::+]]
| |
| |?Has Coordinates
| |
| |markercluster = on
| |
| |limit=500
| |
| |format=maps
| |
| }}
| |
| | |
| | |
| {{#ask:[[Category:Location]]
| |
| |?Is Manuscript Location=Manuscript Location|+filter=value|+value filter switches=on off
| |
| |?Is Manuscript Place Of Production=Manuscript Place Of Production|+filter=value|+value filter switches=on off
| |
| |?Is Printing Location=Printing Location|+filter=value|+value filter switches=on off
| |
| |?Is Place Of Text Composition Of Version=Place Of Text Composition Of Version|+filter=value|+value filter switches=on off
| |
| |?Has Coordinates | |
| |mainlabel=Locations
| |
| |format=filtered
| |
| |limit=2000
| |
| |filter position=top
| |
| |views=map,table
| |
| |table view class=sortable
| |
| |map view marker position property=Has Coordinates
| |
| |map view marker cluster=true
| |
| |map view marker cluster max zoom=12
| |
| |table view class=table table-hover table-condensed table-responsive sortable
| |
| }} | | }} |