Parsoid
A bidirectional parser between wikitext and HTML5
|
Public Member Functions | |||||||||||||
getModules () | |||||||||||||
Public Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode | |||||||||||||
dimensions (Opts $opts) | |||||||||||||
Format the dimensions as a string.
| |||||||||||||
render (ParsoidExtensionAPI $extApi, Opts $opts, ?DocumentFragment $caption, array $lines) | |||||||||||||
Render HTML for the given lines in this mode.
| |||||||||||||
getModuleStyles () | |||||||||||||
Protected Member Functions | |||||||
__construct (?string $mode=null) | |||||||
Create a SlideshowMode singleton. | |||||||
setAdditionalOptions (Opts $opts, Element $ul) | |||||||
| |||||||
perRow (Opts $opts, Element $ul) | |||||||
| |||||||
Protected Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode | |||||||
scaleMedia (Opts $opts, Element $wrapper) | |||||||
thumbWidth ( $width) | |||||||
thumbHeight ( $height) | |||||||
thumbStyle ( $width, $height) | |||||||
boxWidth ( $width) | |||||||
boxStyle ( $width, $height) | |||||||
galleryText (Document $doc, Element $box, ?Element $gallerytext, float $width) | |||||||
Protected Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\Mode | |||||||
__construct (string $name) | |||||||
Construct a (singleton) mode. | |||||||
Additional Inherited Members | |
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 SlideshowMode singleton.
?string | $mode | Only used by subclasses. |
Reimplemented from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode.
Wikimedia\Parsoid\Ext\Gallery\SlideshowMode::getModules | ( | ) |
Reimplemented from Wikimedia\Parsoid\Ext\Gallery\Mode.
Opts | $opts | |
Element | $ul |
Reimplemented from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode.
|
protected |
Opts | $opts | |
Element | $ul |
Reimplemented from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode.