测试:修订间差异

来自「荏苒之境」
创建页面,内容为“<template> <p v-i18n-html="fooOrBarMsg"></p> </template> <script> const { defineComponent } = require( 'vue' ); module.exports = defineComponent( { computed: { fooOrBarMsg: function () { // Note that this returns a Message object, not a string return mw.message( this.foo ? 'foo-msg' : 'bar-msg' ) .params( [ this.baz, this.quux ] ); } } } ); </script>”
 
无编辑摘要
 
(未显示同一用户的47个中间版本)
第1行: 第1行:
<template>
{{首页/快捷链接}}{{归档头
    <p v-i18n-html="fooOrBarMsg"></p>
| 归档码 = GLTD-0000-1
</template>
| 权限级 = 1
<script>
| 事件组 = 测试
const { defineComponent } = require( 'vue' );
}}{{归档头
module.exports = defineComponent( {
| 归档码 = GLTD-0000-1
    computed: {
| 权限级 = 2
        fooOrBarMsg: function () {
| 事件组 = 测试
            // Note that this returns a Message object, not a string
}}{{归档头
            return mw.message( this.foo ? 'foo-msg' : 'bar-msg' )
| 归档码 = GLTD-0000-1
                .params( [ this.baz, this.quux ] );
| 权限级 = 3
        }
| 事件组 = 测试
    }
}}{{归档头
} );
| 归档码 = GLTD-0000-1
</script>
| 权限级 = 4
| 事件组 = 测试
}}{{归档头
| 归档码 = GLTD-0000-1
| 权限级 = 5
| 事件组 = 测试
}}

2025年8月12日 (二) 01:42的最新版本

GLTD-0000-1 / 测试 事件组

本档案已被「荏苒之境」图书管理庭归档,权限级:1

GLTD-0000-1 / 测试 事件组

本档案已被「荏苒之境」图书管理庭归档,权限级:2

GLTD-0000-1 / 测试 事件组

本档案已被「荏苒之境」图书管理庭归档,权限级:3

GLTD-0000-1 / 测试 事件组

本档案已被「荏苒之境」图书管理庭归档,权限级:4

GLTD-0000-1 / 测试 事件组

本档案已被「荏苒之境」图书管理庭归档,权限级:5