【広告】Amazonリンククリック後、何かを買うと北大Wikiの運営費になります

北大地図パズル紹介バナー

【ゲキムズ?】 北大地図パズル


「モジュール:Message box」を編集中

ナビゲーションに移動 検索に移動

警告: ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。ログインまたはアカウントを作成すれば、あなたの編集はその利用者名とともに表示されるほか、その他の利点もあります。

この編集を取り消せます。 下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。

最新版 編集中の文章
268行目: 268行目:
 
end
 
end
 
if talkTitle and talkTitle.exists then
 
if talkTitle and talkTitle.exists then
local talkText
+
                local talkText
 
                 if self.isSmall then
 
                 if self.isSmall then
 
                     local talkLink = talkArgIsTalkPage and talk or (talkTitle.prefixedText .. '#' .. talk)
 
                     local talkLink = talkArgIsTalkPage and talk or (talkTitle.prefixedText .. '#' .. talk)
                     talkText = string.format('([[%s|ノート]])', talkLink)
+
                     talkText = string.format('([[%s|talk]])', talkLink)
 
                 else
 
                 else
                     talkText = '関連議論は'
+
                     talkText = 'Relevant discussion may be found on'
 
                     if talkArgIsTalkPage then
 
                     if talkArgIsTalkPage then
 
                         talkText = string.format(
 
                         talkText = string.format(
                             '%s[[%s|%s]]に存在するかもしれません。',
+
                             '%s [[%s|%s]].',
 
                             talkText,
 
                             talkText,
 
                             talk,
 
                             talk,
283行目: 283行目:
 
                     else
 
                     else
 
                         talkText = string.format(
 
                         talkText = string.format(
                             '%s[[%s#%s|ノートページ]]に存在するかもしれません。',
+
                             '%s the [[%s#%s|talk page]].',
 
                             talkText,
 
                             talkText,
 
                             talkTitle.prefixedText,
 
                             talkTitle.prefixedText,
300行目: 300行目:
 
date = args.date
 
date = args.date
 
elseif args.date == '' and self.isTemplatePage then
 
elseif args.date == '' and self.isTemplatePage then
date = lang:formatDate('Y年F')
+
date = lang:formatDate('F Y')
 
end
 
end
 
if date then
 
if date then
self.date = string.format("<small class='date-container'><span class='date'>%s</span></small>", date)
+
self.date = string.format(" <small class='date-container'>''(<span class='date'>%s</span>)''</small>", date)
 
end
 
end
 
self.info = args.info
 
self.info = args.info
368行目: 368行目:
 
local date = args.date
 
local date = args.date
 
date = type(date) == 'string' and date
 
date = type(date) == 'string' and date
local preposition = '/'
+
local preposition = 'from'
 
for _, num in ipairs(nums) do
 
for _, num in ipairs(nums) do
 
local mainCat = args['cat' .. tostring(num)]
 
local mainCat = args['cat' .. tostring(num)]
376行目: 376行目:
 
allCat = type(allCat) == 'string' and allCat
 
allCat = type(allCat) == 'string' and allCat
 
if mainCat and date and date ~= '' then
 
if mainCat and date and date ~= '' then
local catTitle = string.format('%s%s%s', mainCat, preposition, date)
+
local catTitle = string.format('%s %s %s', mainCat, preposition, date)
 
self:addCat(0, catTitle)
 
self:addCat(0, catTitle)
 
catTitle = getTitleObject('Category:' .. catTitle)
 
catTitle = getTitleObject('Category:' .. catTitle)
 
if not catTitle or not catTitle.exists then
 
if not catTitle or not catTitle.exists then
self:addCat(0, '貼り付け日が正しくないテンプレートのある記事')
+
self:addCat(0, 'Articles with invalid date parameter in template')
 
end
 
end
 
elseif mainCat and (not date or date == '') then
 
elseif mainCat and (not date or date == '') then
437行目: 437行目:
 
if self.invalidTypeError then
 
if self.invalidTypeError then
 
local allSort = (self.title.namespace == 0 and 'Main:' or '') .. self.title.prefixedText
 
local allSort = (self.title.namespace == 0 and 'Main:' or '') .. self.title.prefixedText
self:addCat('all', 'パラメータの修正が必要なメッセージボックス', allSort)
+
self:addCat('all', 'Wikipedia message box parameter needs fixing', allSort)
 
end
 
end
 
if self.isSubstituted then
 
if self.isSubstituted then
self:addCat('all', '正しく置き換えられていないテンプレートがあるページ')
+
self:addCat('all', 'Pages with incorrectly substituted templates')
 
end
 
end
 
end
 
end
479行目: 479行目:
 
:addClass('error')
 
:addClass('error')
 
:wikitext(string.format(
 
:wikitext(string.format(
'テンプレート<code>%s[[Template:%s|%s]]%s</code>が正しく置き換えられませんでした。',
+
'Template <code>%s[[Template:%s|%s]]%s</code> has been incorrectly substituted.',
 
mw.text.nowiki('{{'), self.name, self.name, mw.text.nowiki('}}')
 
mw.text.nowiki('{{'), self.name, self.name, mw.text.nowiki('}}')
 
))
 
))
533行目: 533行目:
 
textCellDiv:tag('span')
 
textCellDiv:tag('span')
 
:addClass('hide-when-compact')
 
:addClass('hide-when-compact')
:wikitext(self.talk and (self.talk) or nil)
+
:wikitext(self.talk and (' ' .. self.talk) or nil)
:wikitext(self.fix and (self.fix) or nil)
+
:wikitext(self.fix and (' ' .. self.fix) or nil)
 
end
 
end
textCellDiv:wikitext(self.date or nil)
+
textCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
 
if self.info and not self.isSmall then
 
if self.info and not self.isSmall then
 
textCellDiv
 
textCellDiv
583行目: 583行目:
 
:css('text-align', 'center')
 
:css('text-align', 'center')
 
:wikitext(string.format(
 
:wikitext(string.format(
'このメッセージボックスには無効な"type=%s"というパラメータが指定されているため修正が必要です。',
+
'This message box is using an invalid "type=%s" parameter and needs fixing.',
 
self.type or ''
 
self.type or ''
 
))
 
))

北大Wikiへの投稿はすべて、クリエイティブ・コモンズ 表示-継承 (詳細は北大Wiki:著作権を参照)のもとで公開したと見なされることにご注意ください。 自分が書いたものが他の人に容赦なく編集され、自由に配布されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください。 著作権保護されている作品は、許諾なしに投稿しないでください!

このページを編集するには、下記の確認用の質問に回答してください (詳細):

取り消し 編集の仕方 (新しいウィンドウで開きます)

このページで使用されているテンプレート: