「モジュール:Lua banner」の版間の差分
ナビゲーションに移動
検索に移動
空のカテゴリは避ける
template>K-iczn 細 (修正) |
template>Fryed-peach (空のカテゴリは避ける) |
||
70行目: | 70行目: | ||
local category = args.category | local category = args.category | ||
if not category then | if not category then | ||
--[[ | |||
local categories = { | local categories = { | ||
['Module:String'] = '', | ['Module:String'] = '', | ||
78行目: | 79行目: | ||
categories['Module:Citation/CS1'] = categories['Module:Citation'] | categories['Module:Citation/CS1'] = categories['Module:Citation'] | ||
category = modules[1] and categories[modules[1]] | category = modules[1] and categories[modules[1]] | ||
--]] | |||
category = category or 'Luaを利用するテンプレート' | category = category or 'Luaを利用するテンプレート' | ||
end | end |