相关更改
更多操作
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入Category:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年6月17日 (星期二)
新 20:15 | Module:Documentation/config 差异历史 +18,259 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation/config&oldid=84705147 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Modul…”) |
新 20:13 | Module:Documentation 差异历史 +35,614 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation&oldid=87749641 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw…”) |
新 20:11 | Module:Arguments 差异历史 +10,254 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Arguments&oldid=83158592 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.check…”) |
2025年6月16日 (星期一)
新 21:18 | Template:Img/doc 差异历史 +1,832 OctoberSama 留言 贡献 (创建页面,内容为“本模版用于在条目内插入<code><img></code>标签(用以插入外链图片)。 站内图片的插入请参见help:图像,<span class="error">请勿使用外链插入本站图片!会导致图片链入不被统计。</span> == 用法 == 最简单的用法只需要一个匿名参数: <pre>{{img|url=https://s2.loli.net/2025/06/16/JPTAvWOXl4NhS1G.jpg}}</pre> 效果: {{img|url=https://s2.loli.net/2025/06/16/JPTAvWOXl4NhS1G.jpg}} == 参数 == *'''…”) |
新 10:29 | Template:Img 差异历史 +360 OctoberSama 留言 贡献 (创建页面,内容为“<includeonly>{{#if:{{{src|{{{url|{{{1|}}}}}}}}} |{{#widget:img|url={{{src|{{{url|{{{1|}}}}}}}}}|alt={{{alt|{{{src|{{{url|{{{1|}}}}}}}}}}}}|width={{{width|50px}}}|height={{{height|{{{width|50px}}}}}}|style={{{style|}}}|id={{{id|}}}|class={{{class|}}}}} |<span class="error">错误:未正确传入图片参数</span>}}</includeonly><noinclude>{{doc}}</noinclude>”) |