Module:Static/doc:修订历史

跳转到导航 跳转到搜索

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2024年10月31日 (星期四)

  • 当前之前 22:112024年10月31日 (四) 22:11Selfice 留言 贡献 1,735字节 +1,735 创建页面,内容为“{{documentation header}} <!-- 文档页面 --> 此模块返回一个表,此表存储的数据可在多次{{tcd|#invoke:}}调用中读取。 == 示例 == <syntaxhighlight lang='lua'> local p = {} function p.main() local static = require( 'Module:Static' ) static.x = ( static.x or 0 ) + 1 return static.x end return p </syntaxhighlight> 若<code>Module:foo</code>使用了上述代码,然后使用<code><nowiki>{{ #invoke: foo | main }} {{ #invok…”