Site Notice

hello, world

Difference between revisions of "OOUI"

From Project-EPB Commons
(//InPageEdit)
 
([InPageEdit] 没有编辑摘要)
 
Line 1: Line 1:
<source lang="javascript">
+
<pre>
 
mw.loader.using([ // 去掉需要使用的模组前面的注释符号(//)
 
mw.loader.using([ // 去掉需要使用的模组前面的注释符号(//)
 
   //'oojs-ui-elements',
 
   //'oojs-ui-elements',
Line 9: Line 9:
  
 
});
 
});
</source>
+
</pre>

Latest revision as of 10:51, 4 March 2020

mw.loader.using([ // 去掉需要使用的模组前面的注释符号(//)
  //'oojs-ui-elements',
  //'oojs-ui-widgets',
  //'oojs-ui-layouts',
  //'oojs-ui-windows',
  'oojs-ui-core'
],function(){ // 从这里开始你的表演 ↓

});