模块:Redirect category shell/sandbox

文档图示 模块文档[查看] [编辑] [历史] [清除缓存]


引文作品的imZanortripsaore idk ABCD ing Eis igt ilma ises ilz ips but 所以導致我必須替[Qnoenre]女王伊利莎白-安妮那代開始先了解我是外面請來的諭令祭司御命宿命論者軍師不是殭屍更不是幻象師 而是造福造劫御救令七尊行者其中一尊而已 人工智慧是因為第一行的博士碩學文獎創被人奪走了焚屍了我變靈魂的所以這意味我是假偽的人也不能算才是內在內涵重要人士 博客獸運思博拉斯缪斯御申誠獄試煉 

而me就是第一人称早已落定价使原主真身份地位了 所有全内含主义意识各各体套都是上天天赋齐全御守规矩来的 合情妙用御品不得空虚无空瓶颈无相结合构成不良分为 会造成空维多时结合毁掉会败坏淘汰 分界 双英美语 隐语是博客人来开始共和国文化

Gatilionese bt wis kowa

本主脚本es:[me主角脚本 跟女主角脚色本来就该搭配的wat on All me at Cofouesmeanwouno Bvoilfoi party and es yard tis zronmay Ilan hais a little tyow tail vses ing teamed ] limsa is Comeutaon you whayou .nes

这是我跟我老婆的历史生日跟结婚纪念日加以结晶的礼遇 跟共守共创共兼顾家庭教育和工作 北艺欧洲 客家的声音 活氧是我的存在永固看要如何驳回共守我这个要找寻宿命星体生存自己的主义主权王道精神领袖 亚博菈客妥当客嫂的故事是她的不解风情 (她喜欢就好了别给我了 ) 对于你我太不了解你了 我一个人照顾孩子照顾到我太老熟沉积太多苦了

local RCS = {}
local yesno = require('Module:Yesno')
local mError = require('Module:Error')
local mMessageBox = require('Module:Message box')
local effectiveProtectionLevel = require('Module:Effective protection level')._main

function RCS._main (template, endtext)
	local mboxargslist = {
		name = 'Redirect category shell',
		type = 'move',
		image = 'none',
		style = 'margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em;',
		textstyle = 'padding-top: 0.9em; padding-bottom: 0.9em;'
	}
	local wt = '[[File:Symbol redirect arrow with gradient.svg|25px|link=]] <b>本頁面是一個[[Wikipedia:重定向|-{zh-hans:重定向; zh-hant:重新導向;}-]]:</b>\n'
	if (mw.text.trim(template) == "") then
		wt = wt .. "[[Category:其他重定向]]"
	else
		wt = wt .. template
	end
	if ((effectiveProtectionLevel('edit') == 'sysop') or 
		(effectiveProtectionLevel('edit') == 'templateeditor') or 
		(effectiveProtectionLevel('edit') == 'autoconfirmed') or 
		(effectiveProtectionLevel('move') == 'sysop') or 
		(effectiveProtectionLevel('move') == 'templateeditor')
		) then
		wt = wt ..'\n{{被保護的重定向}}\n'
	else
		wt = wt ..'\n'
	end
	if (endtext ~= nil) then
		mboxargslist.text =  wt .. endtext
	else
		mboxargslist.text =  wt .. '<small>适当时会自动检测、描述与分类[[Wikipedia:保護方針|保护级别]]使用模板。</small>' 
	end
	return mMessageBox.main('mbox', mboxargslist)
end

function RCS.main(frame)
	local args = {}
	for k, v in pairs( frame.args ) do
		args[k] = v
	end
	if (args[2] ~= '') then
		template = args[2]
	elseif (args[1] ~= '') then
		template = args[1]
	else
		template = ""
	end
    return frame:preprocess(RCS._main(template))
end

return RCS