Extension:PDFEmbed
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | タグ, メディア |
| 説明 | Allows to embed PDF files into a page |
| 作者 | Alexia E. Smith, Wolfgang Fahl, Mark A. Hershberger, Chris Koerner and Spas Z.Spasov (Alexia E. Smithトーク) |
| 最新バージョン | 3.0.1 (2023-01-24) |
| MediaWiki | >= 1.40.0 |
| PHP | 7.3+ |
| データベースの変更 | いいえ |
| ライセンス | GNU 劣等一般公衆利用許諾書 3.0 |
| ダウンロード | GitHub:
注: |
|
$wgPdfEmbed (width, height) |
|
|
pdf |
|
|
embed_pdf |
|
The PDFEmbed extension allows PDF files (uploaded to your wiki) to be embedded into a wiki page using <pdf></pdf> tags.
The PDF file extension is automatically added and necessarily default permissions are configured.
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のPDFEmbedという名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'PDFEmbed' );
- Configure at your convenience
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
If the default configuration needs to be altered add these settings to the "LocalSettings.php" file below the require:
// Default width for the PDF object container.
$wgPdfEmbed['width'] = 800;
// Default height for the PDF object container.
$wgPdfEmbed['height'] = 1090;
// Allow user the usage of the pdf tag
$wgGroupPermissions['*']['embed_pdf'] = true;
使用例
The PDF to be embedded must first be uploaded to the wiki through "Special:Upload".
<pdf>File:Example.pdf</pdf>
With optional width and height.
<pdf width="500" height="300">File:Example.pdf</pdf>
Scroll to page 10 after document is rendered.
<pdf page="10">File:Example.pdf</pdf>
関連項目
| この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: |
Categories:
- Stable extensions/ja
- Tag extensions/ja
- Media handling extensions/ja
- LGPL licensed extensions/ja
- Extensions in GitHub version control/ja
- Extensions which add rights/ja
- ParserFirstCallInit extensions/ja
- All extensions/ja
- Extensions included in Fandom/ja
- Extensions included in Miraheze/ja
- Extensions included in MyWikis/ja
- Extensions included in wiki.gg/ja
- Document viewer extensions/ja
- PDF extensions/ja
