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

date引数を使用したときに表示される余分なスペースを除去
template>ネイ
(en:Module:Message box oldid=970994177 より更新)
template>ネイ
(date引数を使用したときに表示される余分なスペースを除去)
303行目: 303行目:
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
匿名利用者