Extension:HtmlFromFile/pl
![]() | To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. Please see the following alternatives that you may wish to install instead of this extension: |
![]() Status wydania: niewspieraneCategory:Unmaintained extensions/pl |
|
---|---|
Realizacja | ZnacznikiCategory:Tag extensions/pl |
Opis | Includes HTML snippets from files into wiki pages |
Autor(zy) | Constantin Berhard (ConnyOnnyOnnydyskusja) |
MediaWiki | Category:Extensions without MediaWiki version |
Zmiany w bazie danych | Nie |
Licencja | Creative Commons Zero v1.0 Universal |
Pobieranie | GitLab: Uwaga: |
$wgHtmlFromFileMappings |
|
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.
Instalacja
- Download i umieść plik(i) w katalogu o nazwie
HtmlFromFile
w swoim kataloguextensions/
. - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
require_once "$IP/extensions/HtmlFromFile/HtmlFromFile.php";
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.Category:Extensions not using extension registration/pl
Parametry konfiguracyjne
- $wgHtmlFromFileMappings
- Array which maps short names for in-wiki usage to actual file names where the content is
Zobacz też
Category:All extensions/pl
Category:Extensions in GitLab version control/pl
Category:Extensions not in ExtensionJson
Category:Extensions not using extension registration/pl
Category:Extensions without MediaWiki version
Category:ParserFirstCallInit extensions/pl
Category:Public domain licensed extensions/pl
Category:Tag extensions/pl
Category:Unmaintained extensions/pl