Extension:HtmlFromFile/es

Category:Unmaintained extensions/es#HtmlFromFile/es Category:Public domain licensed extensions/es
Manual de extensiones de MediaWiki
HtmlFromFile
Estado de la versión: sin mantenimientoCategory:Unmaintained extensions/es
Implementación Etiqueta Category:Tag extensions/es
Descripción Includes HTML snippets from files into wiki pages
Autor(es) Constantin Berhard (ConnyOnnyOnnydiscusión)
MediaWiki Category:Extensions without MediaWiki version
Cambios en la base de datos No
Licencia Creative Commons Zero v1.0 Universal
Descargar Category:Extensions in GitLab version control/es
$wgHtmlFromFileMappings
Category:All extensions/esCategory:Extensions not in ExtensionJson

The HtmlFromFile extension includes some HTML snippet in the rendering of a wiki page. In the wiki markup you add <htmlfromfile>someName</htmlfromfile>. The extension does a lookup for "someName" in the configured mapping array (see below) to get a complete file name and then directly forwards the contents of that file to the viewer's browser.

Instalación

Configuration parameters

$wgHtmlFromFileMappings
Array which maps short names for in-wiki usage to actual file names where the content is

Ve también

Category:All extensions/es Category:Extensions in GitLab version control/es Category:Extensions not in ExtensionJson Category:Extensions not using extension registration/es Category:Extensions without MediaWiki version Category:ParserFirstCallInit extensions/es Category:Public domain licensed extensions/es Category:Tag extensions/es Category:Unmaintained extensions/es