「モジュール:Wd」の版間の差分
ナビゲーションに移動
検索に移動
en:Module:Wd 2017年2月4日 (土) 15:52(UTC)より
template>K-iczn (en:Module:Wd 2017年2月2日 (木) 21:09(UTC)より) |
template>K-iczn (en:Module:Wd 2017年2月4日 (土) 15:52(UTC)より) |
||
1,235行目: | 1,235行目: | ||
if not self.rawValue then | if not self.rawValue then | ||
-- add <ref> tags with the reference's hash as its name (to deduplicate references) | -- add <ref> tags with the reference's hash as its name (to deduplicate references) | ||
value = mw.getCurrentFrame():extensionTag("ref", value, {name = statement.hash}) | value = mw.getCurrentFrame():extensionTag("ref", value, {name = "wikidata-" .. statement.hash}) | ||
end | end | ||
else | else |