���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/resources/src/mediawiki.template.mustache.js
���ѧ٧ѧ�
/* global Mustache */ ( function () { // Register mustache compiler mw.template.registerCompiler( 'mustache', { compile: function ( src ) { return { /** * @ignore * @return {string} The raw source code of the template */ getSource: function () { return src; }, /** * @ignore * @param {Object} data Data to render * @param {Object} partialTemplates Map partial names to Mustache template objects * returned by mw.template.get() * @return {jQuery} Rendered HTML */ render: function ( data, partialTemplates ) { var partials = {}; if ( partialTemplates ) { // eslint-disable-next-line no-jquery/no-each-util $.each( partialTemplates, function ( name, template ) { partials[ name ] = template.getSource(); } ); } return $( $.parseHTML( Mustache.render( src, data, partials ) ) ); } }; } } ); }() );
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�