Parsoid
A bidirectional parser between wikitext and HTML5
|
Protected Member Functions | |||||||||||||
__construct (?string $mode=null) | |||||||||||||
Create a PackedHoverMode singleton. | |||||||||||||
useTraditionalGalleryText () | |||||||||||||
Protected Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\PackedMode | |||||||||||||
perRow (Opts $opts, Element $ul) | |||||||||||||
| |||||||||||||
galleryText (Document $doc, Element $box, ?Element $gallerytext, float $width) | |||||||||||||
| |||||||||||||
Protected Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode | |||||||||||||
setAdditionalOptions (Opts $opts, Element $ul) | |||||||||||||
thumbWidth ( $width) | |||||||||||||
thumbHeight ( $height) | |||||||||||||
thumbStyle ( $width, $height) | |||||||||||||
boxWidth ( $width) | |||||||||||||
boxStyle ( $width, $height) | |||||||||||||
Protected Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\Mode | |||||||||||||
__construct (string $name) | |||||||||||||
Construct a (singleton) mode. | |||||||||||||
Additional Inherited Members | |||||||||||||
Public Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\PackedMode | |||||||||||||
dimensions (Opts $opts) | |||||||||||||
Format the dimensions as a string.
| |||||||||||||
scaleMedia (Opts $opts, Element $wrapper) | |||||||||||||
| |||||||||||||
getModules () | |||||||||||||
Public Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode | |||||||||||||
render (ParsoidExtensionAPI $extApi, Opts $opts, ?DocumentFragment $caption, array $lines) | |||||||||||||
Render HTML for the given lines in this mode.
| |||||||||||||
getModuleStyles () | |||||||||||||
Static Public Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\Mode | |||||||||||||
static | byName (string $name) | ||||||||||||
Return the Mode object with the given name, or null if the name is invalid. | |||||||||||||
Protected Attributes inherited from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode | |||||||||||||
$scale | |||||||||||||
$padding | |||||||||||||
Protected Attributes inherited from Wikimedia\Parsoid\Ext\Gallery\Mode | |||||||||||||
$mode | |||||||||||||
|
protected |
Create a PackedHoverMode singleton.
?string | $mode | Only used by subclasses. |
Reimplemented from Wikimedia\Parsoid\Ext\Gallery\PackedMode.
|
protected |
Reimplemented from Wikimedia\Parsoid\Ext\Gallery\PackedMode.