메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
<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}}'''.
<widget xmlns="http://www.mediawiki.org/xmlns/widgets-1.0">
<widget xmlns="http://www.mediawiki.org/xmlns/widgets-1.0">
   <parameters>
   <parameters>

2025년 4월 11일 (금) 03:07 판

<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="700px" />
 </parameters>
 <html><![CDATA[
   <iframe
     src="https://mozilla.github.io/pdf.js/web/viewer.html?file={$url}"
     width="{$width}"
     height="{$height}"
     style="border: none;"
     allowfullscreen
   ></iframe>
 ]]></html>

</widget>