Widget:Contribution:修订间差异
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第1行: | 第1行: | ||
<script> | <script> | ||
// <pre> | // <pre> | ||
mw.loader.load(mw.config.get("wgServer") + mw.config.get("wgScriptPath") | mw.loader.load(mw.config.get("wgServer") + mw.config.get("wgScriptPath")+ | ||
"use strict"; | "use strict"; | ||
$(() => (async () => { | $(() => (async () => { | ||
| 第124行: | 第124行: | ||
})()); | })()); | ||
// </pre> | // </pre> | ||
); | |||
</script> | </script> | ||
<style> | <style> | ||
.mw-body-content p { | .mw-body-content p { | ||
padding: 3px; | |||
text-align: center; | text-align: center; | ||
} | } | ||
</style> | </style> | ||