模組:Redirect category shell

本页使用了标题或全文手工转换
被永久保护的模块
维基百科,自由的百科全书
文档图示 模块文档[查看] [编辑] [历史] [清除缓存]


引文作品的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