今天是2024年11月20日 第47周 星期三

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

模块:ToWikipedia

来自Akarin
Ge2讨论 | 贡献2020年7月23日 (四) 09:04的版本
跳到导航 跳到搜索
50px 模块文档[查看] [编辑] [历史] [清除缓存]

{{#invoke:ToWikipedia|build|<条目名>}}

local p = {} --p代表一个包(package)

function p.build( frame )
    return [[<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><htmltag tagname="a" href="/%E7%BB%B4%E5%9F%BA%E5%A8%98" title="维基娘">维基百科</htmltag><br>提示你</center></div>
<div id="text" class="plainlinks" style="margin-left: 60px;">关于<span style="white-space: normal; font-weight: bold;">ToWikipedia</span>,<br>在自由的百科全书<b>维基百科</b>上<br>有相关条目。<br>请参阅:<span style="white-space: normal;"><htmltag tagname="a" href="https://zh.wikipedia.org/wiki/zh:%E8%90%8C%E5%A8%98%E7%99%BE%E7%A7%91" class="extiw" title="zhwiki:zh:萌娘百科">zh:萌娘百科</htmltag></span></div>
</div>]]
end

return p