Parsoid
A bidirectional parser between wikitext and HTML5
|
Protected Member Functions | |
__construct (?string $mode=null) | |
Create a NoLinesMode singleton. | |
Protected Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode | |
perRow (Opts $opts, Element $ul) | |
setAdditionalOptions (Opts $opts, Element $ul) | |
scaleMedia (Opts $opts, Element $wrapper) | |
thumbWidth ( $width) | |
thumbHeight ( $height) | |
thumbStyle ( $width, $height, bool $hasError) | |
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 | |||||||||||||
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 () | |||||||||||||
Public Member Functions inherited from Wikimedia\Parsoid\Ext\Gallery\Mode | |||||||||||||
getModules () | |||||||||||||
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 NoLinesMode singleton.
?string | $mode | Only used by subclasses. |
Reimplemented from Wikimedia\Parsoid\Ext\Gallery\TraditionalMode.