「モジュール:Unsubst」の版間の差分
ナビゲーションに移動
検索に移動
細
「モジュール:Unsubst」を保護しました: 影響が特に大きいテンプレート ([編集=拡張承認された利用者と管理者に許可] (無期限) [移動=拡張承認された利用者と管理者に許可] (無期限))
mediawiki>Trappist the monk (sync from sandbox; see talk;) |
mediawiki>えのきだたもつ 細 (「モジュール:Unsubst」を保護しました: 影響が特に大きいテンプレート ([編集=拡張承認された利用者と管理者に許可] (無期限) [移動=拡張承認された利用者と管理者に許可] (無期限))) |
||
9行目: | 9行目: | ||
['$aliases'] = 'parameter aliases', | ['$aliases'] = 'parameter aliases', | ||
['$flags'] = 'flags', | ['$flags'] = 'flags', | ||
['$B'] = 'template content' | ['$B'] = 'template content' | ||
} | } | ||
48行目: | 47行目: | ||
-- Find the invocation name. | -- Find the invocation name. | ||
local mTemplateInvocation = require('Module:Template invocation') | local mTemplateInvocation = require('Module:Template invocation') | ||
local | local name = mTemplateInvocation.name(frame:getParent():getTitle()) | ||
-- Combine passed args with passed defaults | -- Combine passed args with passed defaults | ||
65行目: | 58行目: | ||
if not specialParams[k] then | if not specialParams[k] then | ||
if v == '__DATE__' then | if v == '__DATE__' then | ||
v = mw.getContentLanguage():formatDate( ' | v = mw.getContentLanguage():formatDate( 'Y年Fj日' ) | ||
end | end | ||
args[k] = v | args[k] = v | ||
74行目: | 67行目: | ||
if not specialParams[k] then | if not specialParams[k] then | ||
if v == '__DATE__' then | if v == '__DATE__' then | ||
v = mw.getContentLanguage():formatDate( ' | v = mw.getContentLanguage():formatDate( 'Y年Fj日' ) | ||
end | end | ||
args[k] = v | args[k] = v |