Extension:PortableInfobox/id

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Ekstensi MediaWiki
PortableInfobox
Status rilis stabil
File:PortableInfobox Refreshed test.png
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>
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
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

  • <translate> <tvar name=1>Unduh</tvar> and place the file(s) in a directory called <tvar name=name>PortableInfobox/id</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'PortableInfobox/id' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

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.