Widget:Google Books: Unterschied zwischen den Versionen
Aus Hist. Verein Herne / Wanne-Eickel
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<noinclude>__NOTOC__ | <noinclude>__NOTOC__ | ||
This widget allows you to embed '''[ | This widget allows you to embed '''[https://code.google.com/apis/books/docs/preview-wizard.html Google Books]''' on your wiki page. | ||
Created by [https://www.mediawikiwidgets.org/User:Arv Arv] | Created by [https://www.mediawikiwidgets.org/User:Arv Arv] and adapted by [https://www.mediawikiwidgets.org/User:FrancisFranck FrancisFranck] | ||
== Using this widget == | == Using this widget == | ||
Zeile 8: | Zeile 8: | ||
== Copy to your site == | == Copy to your site == | ||
To use this widget on your site, | To use this widget on your site, install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} complete source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''. | ||
</noinclude> | </noinclude> | ||
<includeonly> | |||
<script type="text/javascript" src="//books.google.com/books/previewlib.js"> | |||
</script> | |||
<script type="text/javascript"> | |||
width=<!--{$width|escape:'html'|default:'600'}-->; | |||
height=<!--{$height|escape:'html'|default:'500'}-->; | |||
var welk='<!--{$id}-->'; | |||
GBS_insertEmbeddedViewer(welk,width,height); | |||
</script> | </script> | ||
</includeonly> | |||
Aktuelle Version vom 17. November 2023, 19:50 Uhr
This widget allows you to embed Google Books on your wiki page.
Created by Arv and adapted by FrancisFranck
Using this widget
For information on how to use this widget, see widget description page on MediaWikiWidgets.org.
Copy to your site
To use this widget on your site, install MediaWiki Widgets extension and copy the complete source code of this page to your wiki as page Widget:Google Books.