Test

Материал из DOMINO
(Различия между версиями)
Перейти к: навигация, поиск
(Полностью удалено содержимое страницы)
Строка 1: Строка 1:
==Example==<source lang="php"><?php$wgHooks['ParserFirstCallInit'][] = 'wfSampleParserInit';// Hook our callback function into the parserfunction wfSampleParserInit( Parser $parser ) { // When the parser sees the <sample> tag, it executes // the wfSampleRender function (see below) $parser->setHook( 'sample', 'wfSampleRender' );        // Always return true from this function. The return value does not denote        // success or otherwise have meaning - it just must always be true. return true;}// Execute function wfSampleRender( $input, array $args, Parser $parser, PPFrame $frame ) { // Nothing exciting here, just escape the user-provided // input and throw it back out again return htmlspecialchars( $input );}</source>
+
 

Версия 21:44, 19 апреля 2015

Персональные инструменты
Пространства имён

Варианты
Действия
Навигация
Инструменты