|
|
| (18 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| | {{Seitenkopf|Bibliography Backbone}} |
| <html> | | <html> |
| $(document).ready(function() {
| | <p> |
| $('#DPL').DataTable({
| | <button id="generateCatalogHTML">Create Raw HTML</button> |
| pageLength: 50,
| | </p> |
| dom: 'Bfrtip', // Suche, Filter, Buttons
| | |
| buttons: ['copy', 'csv', 'excel', 'pdf', 'print']
| | <textarea id="outputHTML" style="width:100%; height:600px; font-family:monospace;"></textarea> |
| });
| | |
| });
| | <div id="status" style="margin-top:10px;"></div> |
| </html> | | </html> |
| {{#dpl:
| |
| |category = Media Pages
| |
| |include = {MediaInfo}:[[%TITLE%]]:publication:year:illustrator:chapter:illustration:title:tags
| |
| |table = class="wikitable datatable hover" id="DPL"
| |
| data-layout='{"top1Start":"searchBuilder"}'
| |
| data-language='<nowiki>{"searchPlaceholder":" Quick Search", "search":"", "searchBuilder":{"add":"Add Search Condition"}}</nowiki>'
| |
| data-page-length="50",-, , Publication, Year, Illustrator, Chapter, Illustration, Title, Tags
| |
| |tablerow=style="width:5%;"¦%%, %%, style="width:5%;"¦%%, %%, style="width:5%;"¦%%, style="width:5%;"¦%%, class="type" style="width:5%;"¦%%,
| |
| style="width:5%;"¦%%, style="width:5%;"¦%%
| |
| |ordermethod = title
| |
| |order=ascending
| |
| }}
| |