- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 25:
Line 25:
− +
no edit summary
local object = self:create_object(args)
local object = self:create_object(args)
if args.mode == "source" then
if args.mode == "source" then
return self:get_source(object, args)
return self:get_source(object, args) or Formatting:error_span("No asset could be found.")
elseif args.link then
elseif args.link then
if args.link == "nil" then
if args.link == "nil" then