BibliographyBackbone: Difference between revisions
From Illustrations in German Translations of Mark Twain's Works
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Seitenkopf|Bibliography Generator}} | |||
<textarea id=" | <div style="max-width: 900px; margin: 0 auto;"> | ||
</ | |||
<h2>Generate Bibliography HTML</h2> | |||
<p>Klicke auf den Button, um die Zotero-Einträge von <code>BibliographyData</code> zu laden und als Raw HTML zu generieren.</p> | |||
<button id="generateBtn" style=" | |||
background-color: #008CBA; | |||
color: white; | |||
padding: 10px 20px; | |||
border: none; | |||
border-radius: 5px; | |||
font-size: 1rem; | |||
cursor: pointer; | |||
margin-bottom: 1rem; | |||
">Generate HTML</button> | |||
<p id="bibStatus" style="font-size: 0.9rem; color: #666; margin-bottom: 1rem;"></p> | |||
<h3>Raw HTML Output</h3> | |||
<p style="font-size: 0.85rem; color: #999;">Kopiere den Inhalt und füge ihn in die <code>Bibliography</code>-Seite ein.</p> | |||
<textarea id="bibOutput" style=" | |||
width: 100%; | |||
height: 600px; | |||
font-family: 'Courier New', monospace; | |||
font-size: 0.85rem; | |||
padding: 10px; | |||
border: 2px solid #ddd; | |||
border-radius: 5px; | |||
box-sizing: border-box; | |||
white-space: pre; | |||
overflow: auto; | |||
"></textarea> | |||
</div> | |||
<script> | |||
{{ YOUR_SCRIPT_CONTENT_HERE }} | |||
</script> | |||
Revision as of 00:16, 12 May 2026
Bibliography Generator
Generate Bibliography HTML
Klicke auf den Button, um die Zotero-Einträge von BibliographyData zu laden und als Raw HTML zu generieren.
<button id="generateBtn" style="
background-color: #008CBA; color: white; padding: 10px 20px; border: none; border-radius: 5px; font-size: 1rem; cursor: pointer; margin-bottom: 1rem;
">Generate HTML</button>
Raw HTML Output
Kopiere den Inhalt und füge ihn in die Bibliography-Seite ein.
<textarea id="bibOutput" style="
width: 100%; height: 600px; font-family: 'Courier New', monospace; font-size: 0.85rem; padding: 10px; border: 2px solid #ddd; border-radius: 5px; box-sizing: border-box; white-space: pre; overflow: auto;
"></textarea>
<script> Template:YOUR SCRIPT CONTENT HERE </script>