메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
Ahn9807 (토론 | 기여)님의 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>