Ekstensi:KotakInfoPortabel

This page is a translated version of the page Extension:PortableInfobox and the translation is 55% complete.
Ekstensi MediaWiki
PortableInfobox
Status rilis stabil
Implementasi Tag
Deskripsi Port dari ekstensi PortableInfobox Fandom ke MediaWiki 1.37.0+
Perancang awal Universal Omega,
Luqgreg,
Fandom (versi orisinil)
Versi terbaru 0.6 (2022-01-08)
Kebijakan kompatibilitas Master maintains backward compatibility.
MediaWiki 1.37.0+
Perubahan basis data Tidak
Lisensi Lisensi Publik Umum GNU 3.0 atau lebih baru
Unduh
README
  • $wgAllInfoboxesSubpagesBlacklist
  • $wgPortableInfoboxCustomImageWidth
  • $wgPortableInfoboxUseHeadings
  • $wgPortableInfoboxUseTidy
‎<infobox>
Public wikis using 5,873 (Ranked 97th)
Masalah Masalah terbuka · Laporkan kekutu

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-berkasnya di dalam sebuah direktori yang bernama PortableInfobox di folder extensions/ Anda.
  • Tambahkan kode berikut di bagian bawah LocalSettings.php Anda:
    wfLoadExtension( 'PortableInfobox' );
    
  •   Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan ekstensinya berhasil dipasang.

Parameter konfigurasi

$wgAllInfoboxesSubpagesBlacklist (array)
Daftar subhalaman di ruang nama templat yang akan diabaikan oleh kueri API allinfoboxes. (nilai baku: [ "doc", "draft", "test" ])
$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)

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 parameter
  • audio - If set to false, it ignores all audio files
  • image - If set to false, it ignores all images
  • video - If set to false, 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 with video="false")
  • ‎<video /> - variasi penanda ‎<media /> yang hanya mengijinkan video

User-facing differences from the original version

There may be some features introduced in the original version at a later date which are absent here.

  • Europa theme was removed.
  • .pi-theme-default class is applied instead of .pi-theme-wikia to 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-video is added to the ‎<figure> tag.
  • Videos use ‎<video> tags instead of showing video in a modal after clicking a thumbnail.
  • .pi-image class is no longer present in the ‎<figure> tag with a video, instead .pi-media class is applied to all media elements.
  • .pi-image-collection classes 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.