打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
查看“模块:ToWikipedia”的源代码
←
模块:ToWikipedia
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看和复制此页面的源代码。
local p = {} --p代表一个包(package) function p.build( frame ) str = string.format([[<div class="noprint" style="clear: right; border: solid #aaa 1px; font-size: 90%; background: #f9f9f9; width: 20em; padding: 4px; text-align: left; float: right;"> <div style="float: left; line-height: 1.2em"><img alt="" src="https://img.moegirl.org.cn/common/8/80/Wikipedia-logo-v2.svg" width="50" height="46"><br> <center>[https://zh.wikipedia.org/ 维基百科]<br>提示你</center></div> <div id="text" class="plainlinks" style="margin-left: 60px;">关于<span style="white-space: normal; font-weight: bold;">%s</span>,<br>在自由的百科全书<b>维基百科</b>上<br>有相关条目。<br>请参阅:<span style="white-space: normal;">["https://zh.wikipedia.org/wiki/%s" %s]</span></div> </div>]],frame.args[1],frame.args[1], frame.args[1]) end return p
该页面使用的模板:
模块:ToWikipedia/doc
(
查看源代码
)
返回至
模块:ToWikipedia
。