메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
Ahn9807 (토론 | 기여)님의 2025년 4월 11일 (금) 02:42 판 (새 문서: <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>)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

<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>