Module:GetSiteName:修订间差异

来自偶像大师中文维基
跳转到导航 跳转到搜索
创建页面,内容为“p={} function p.get(frame) local args = (frame == mw.getCurrentFrame() and frame.args) or frame t={} t['asobi']='ASOBI STORE' t['bnei']='BANDAI NAMCO' t['x']='X(Twitter)' t['ytb']='YouTube' return t[args[1]] end return p”
 
无编辑摘要
第5行: 第5行:
t['asobi']='ASOBI STORE'
t['asobi']='ASOBI STORE'
t['bnei']='BANDAI NAMCO'
t['bnei']='BANDAI NAMCO'
t['imaswiki']='iM@S WIKI'
t['music765plus']='アイドルマスター楽曲メモ'
t['x']='X(Twitter)'
t['x']='X(Twitter)'
t['ytb']='YouTube'
t['ytb']='YouTube'

2025年9月20日 (六) 14:57的版本

此模块的文档可以在Module:GetSiteName/doc创建

p={}
function p.get(frame)
	local args = (frame == mw.getCurrentFrame() and frame.args) or frame
	t={}
	t['asobi']='ASOBI STORE'
	t['bnei']='BANDAI NAMCO'
	t['imaswiki']='iM@S WIKI'
	t['music765plus']='アイドルマスター楽曲メモ'
	t['x']='X(Twitter)'
	t['ytb']='YouTube'
	return t[args[1]]
end
return p