4,951
edits
Falterfire (talk | contribs) (Only show a range of values for GP/SP if the values are actually different) |
Falterfire (talk | contribs) (Added disambiguation override for Chick) |
||
Line 61: | Line 61: | ||
['Spider2'] = 'Spider (lv. 52)' | ['Spider2'] = 'Spider (lv. 52)' | ||
} | } | ||
--Ambiguous overrides section | |||
local ambiguousOverrides = {'Golbin', 'Chick'} | |||
local Shared= require("Module:Shared") | local Shared= require("Module:Shared") | ||
Line 104: | Line 106: | ||
end | end | ||
--There are a couple specific double overrides I want to include that don't fit in the above lists | --There are a couple specific double overrides I want to include that don't fit in the above lists | ||
if link | if Shared.contains(ambiguousOverrides, link) then | ||
if text == nil then text = | if text == nil then text = link end | ||
link = ' | link = link..' ('..type..')' | ||
end | end | ||