Ekstensi:KotakInfoPortabel
Appearance
Status keluaran: stabil |
|
|---|---|
| Penerapan | Tanda |
| Deskripsi | Port dari ekstensi PortableInfobox Fandom ke MediaWiki 1.37.0+ |
| Perancang | Universal Omega, Luqgreg, Fandom (versi orisinil) |
| Versi terbaru | 0.6 (2022-01-08) |
| Kebijakan kompatibilitas | Induk mempertahankan kompatibilitas mundur. |
| MediaWiki | 1.37.0+ |
| Perubahan pangkalan data | Tidak |
|
|
<infobox> |
|
| Licence | Lisensi Publik Umum GNU 3.0 atau lebih baru |
| Unduh | README |
Ekstensi PortableInfobox memungkinkan pembuatan kotak info portabel, yang bisa digambarkan menggunakan markah HTML semantik bersih di kulit atau platform apa pun menggunakan markah mirip XML yang kuat dan mudah dipahami. Ekstensi ini merupakan port dari ekstensi PortableInfobox Fandom ke versi MediaWiki yang lebih baru.
Pemasangan
- Unduh dan letakkan berkas yang diperlukan di sebuah direktori bernama
PortableInfoboxdi folderextensions/Anda. - Tambahkan kode berikut di bawah berkas LocalSettings.php Anda:
wfLoadExtension( 'PortableInfobox' );
Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan pengayanya berhasil dipasang.
Parameter konfigurasi
- $wgAllInfoboxesExcludedSubpages (array)
- Daftar subhalaman di ruang nama templat yang akan diabaikan oleh kueri API allinfoboxes. (nilai baku:
[ "doc", "draft", "test" ]) - $wgPortableInfoboxCacheRenderers (bool)
- Whether to cache infobox renderers in the main cache. (default: false)
- $wgPortableInfoboxCustomImageWidth (int)
- Ukuran keluku gambar yang digunakan di kotak info. (nilai baku: 300)
- $wgPortableInfoboxUseHeadings (bool)
- Gunakan tag "heading" untuk judul kotak info dan kepala kelompok, bisa menyebabkan masalah dengan ekstensi lain. (nilai baku: true)
- $wgPortableInfoboxUseTidy (bool)
- Gunakan RemexHtml untuk memvalidasi HTML di kotak info. (nilai baku: true)
- $wgPortableInfoboxResponsiblyOpenCollapsed (bool)
- Whether to open collapsed sections when the screen is narrow. (default: true)
- $wgPortableInfoboxUseFileDescriptionPage (bool)
- Whether or not infobox images will link to file description pages instead of the files directly. (default: false)
Penggunaan
- Lihat Bantuan:KotakInfo/Penanda di Fandom.
<span id="<media />_tag">
Penanda <media />
In the 0.3 version, the <media /> tag was introduced in favor of <image />, which still works (see Aliases).
It allows users to embed images, videos, and audio files in the infobox, in the same way as <image /> tag does in the original version.
Atribut
source- nama parameteraudio- If set tofalse, it ignores all audio filesimage- If set tofalse, it ignores all imagesvideo- If set tofalse, it ignores all videos
Child tags
<default><caption>
Alias
<audio />- variasi penanda<media />yang hanya mengijinkan audeo<image />- variation of<media />tag that allows only images and videos (for backward compatibility, can be disabled withvideo="false")<video />- variasi penanda<media />yang hanya mengijinkan video
User-facing differences from the original version
- It's based on Wikia/app@b9fcbe5d6db928e318d64ad0568ec2d09a3f406e.
There may be some features introduced in the original version at a later date which are absent here.
- Europa theme was removed.
.pi-theme-defaultclass is applied instead of.pi-theme-wikiato the infobox, when no theme is specified.
- When a
<gallery>tag is passed to the infobox with images without captions, file name is used instead of not showing the image.
- When embedding a video in the infobox additional class
.pi-videois added to the<figure>tag.
- Videos use
<video>tags instead of showing video in a modal after clicking a thumbnail.
.pi-imageclass is no longer present in the<figure>tag with a video, instead.pi-mediaclass is applied to all media elements.
.pi-image-collectionclasses were changed to.pi-media-collection.
accent-color-*attributes allow more color formats.
- More HTML tags are allowed in captions.
- Mobile skin doesn't get separate styling.
| Pengaya ini disertakan di wiki farm/hos dan/atau paket berikut: |
Categories:
- Stable extensions/id
- Tag extensions/id
- ParserFirstCallInit extensions/id
- AfterParserFetchFileAndTitle extensions/id
- WgQueryPages extensions/id
- AllInfoboxesQueryRecached extensions/id
- ArticlePurge extensions/id
- MultiContentSave extensions/id
- ResourceLoaderRegisterModules extensions/id
- GPL licensed extensions/id
- Extensions in GitHub version control/id
- All extensions/id
- Extensions included in Fandom/id
- Extensions included in Miraheze/id
- Extensions included in MyWikis/id
- Extensions included in Telepedia/id
- Extensions included in wiki.gg/id
- Infobox extensions/id
- Extensions by Fandom/id
