Changes

no edit summary
Line 10: Line 10:  
--A group of values passable to Formatting:format_external_link() to create a wikitext link to this person's profile (usually on pixiv/MyAnimeList/etc).
 
--A group of values passable to Formatting:format_external_link() to create a wikitext link to this person's profile (usually on pixiv/MyAnimeList/etc).
 
function PersonData:link()
 
function PersonData:link()
if self._link then
+
return self._link, self:name()
return self._link, self:name()
  −
else
  −
return self:name()
  −
end
   
end
 
end
  
Anonymous user