다른 명령
새 문서: <widget xmlns="http://www.mediawiki.org/xmlns/widgets-1.0"> <parameters> <param name="url" type="string" required="true" /> <param name="width" type="string" default="100%" /> <param name="height" type="string" default="600px" /> </parameters> <html><![CDATA[ <iframe src="https://mozilla.github.io/pdf.js/web/viewer.html?file={$url}" width="{$width}" height="{$height}" style="border: none;"></iframe> ]]></html> </widget> |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
<widget | <noinclude>__NOTOC__ | ||
<big>This widget allows you to '''embed PDF files''' on your wiki page.</big> | |||
Created by [https://wiki.karlsregion.net/z/User:Wilhelm_Bühler Wilhelm Bühler] and adapted by [https://www.wikihoster.net Karsten Hoffmeyer]. | |||
== Using this widget == | |||
For information on how to use this widget, see [https://www.mediawikiwidgets.org/PDF widget description page on MediaWikiWidgets.org]. | |||
== Copy to your site == | |||
</ | To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''. | ||
</noinclude><includeonly><object class="pdf-widget" data="<!--{$url|validate:url}-->" type="application/pdf" wmode="transparent" style="z-index: 999; height: 100%; min-height: <!--{$height|escape:'html'|default:680}-->px; width: 100%; max-width: <!--{$width|escape:'html'|default:960}-->px;"><param name="wmode" value="transparent"> | |||
<p>Currently your browser does not use a PDF plugin. You may however <a href="<!--{$url|validate:url}-->">download the PDF file</a> instead.</p></object></includeonly> | |||
<noinclude>[[Category:Widgets]]</noinclude> |
2025년 4월 11일 (금) 02:49 판
This widget allows you to embed PDF files on your wiki page.
Created by Wilhelm Bühler and adapted by Karsten Hoffmeyer.
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, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page 위젯:PDFViewer.