因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
local mAbout = require('Module:About')
local mHatnote = require('Module:Hatnote')
local mArguments = require('Module:Arguments')
local p = {}
local s = { --strings
emptySubject = 'no page subject specified',
templateName = 'Template:About other people',
andKeyword = 'and',
otherPeopleNamedForm = 'other people %s %s',
named = 'named',
otherPeopleSame = 'other people with the same name',
}
function p.aboutOtherPeople (frame)
local args = mArguments.getArgs(frame)
--if not args[1], a different template would be better!
if not args[1] then
return mHatnote.makeWikitextError(
s.emptySubject,
000
1:0
本页使用的模板: