MediaWiki  1.23.13
NolinesImageGallery.php
Go to the documentation of this file.
1 <?php
25  protected function getThumbPadding() {
26  return 0;
27  }
28 
29  protected function getGBBorders() {
30  // This accounts for extra space between <li> elements.
31  return 4;
32  }
33 
34  protected function getVPad( $boxHeight, $thumbHeight ) {
35  return 0;
36  }
37 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
NolinesImageGallery
Definition: NolinesImageGallery.php:24
TraditionalImageGallery
Definition: TraditionalImageGallery.php:23
NolinesImageGallery\getVPad
getVPad( $boxHeight, $thumbHeight)
Get vertical padding for a thumbnail.
Definition: NolinesImageGallery.php:34
NolinesImageGallery\getGBBorders
getGBBorders()
Get how much extra space the borders around the image takes up.
Definition: NolinesImageGallery.php:29
NolinesImageGallery\getThumbPadding
getThumbPadding()
How much padding such the thumb have between image and inner div that that contains the border.
Definition: NolinesImageGallery.php:25