「モジュール:Navbar」の版間の差分

(1版 をインポートしました)
ja>Dragoniez
71行目: 71行目:
['html_class'] = 'talk', ['link'] = talkpage, ['url'] = false },
['html_class'] = 'talk', ['link'] = talkpage, ['url'] = false },
{ ['mini'] = '編', ['full'] = '編集', ['html_title'] = '参照先のページを編集します。',
{ ['mini'] = '編', ['full'] = '編集', ['html_title'] = '参照先のページを編集します。',
['html_class'] = 'edit', ['link'] = title:fullUrl('action=edit'), ['url'] = true },
['html_class'] = 'edit', ['link'] = 'Special:EditPage/' .. title.fullText, ['url'] = false },
{ ['mini'] = '歴', ['full'] = '履歴', ['html_title'] = '参照先のページの履歴を表示します。',
{ ['mini'] = '歴', ['full'] = '履歴', ['html_title'] = '参照先のページの履歴を表示します。',
['html_class'] = 'hist', ['link'] = title:fullUrl('action=history'), ['url'] = true },
['html_class'] = 'hist', ['link'] = 'Special:PageHistory/' .. title.fullText, ['url'] = false },
{ ['mini'] = '移', ['full'] = '移動', ['html_title'] = '参照先のページを移動します。',
{ ['mini'] = '移', ['full'] = '移動', ['html_title'] = '参照先のページを移動します。',
['html_class'] = 'move', ['link'] = mw.title.new('Special:Movepage'):fullUrl('target='..title.fullText:gsub(' ', '_')), ['url'] = true }, -- [[:en:Special:Diff/1132325259]]
['html_class'] = 'move', ['link'] = mw.title.new('Special:Movepage'):fullUrl('target='..title.fullText:gsub(' ', '_')), ['url'] = true }, -- [[:en:Special:Diff/1132325259]]
匿名利用者