- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:ArtistData"
Jump to navigation
Jump to search
com>Ckwng (Created page with "local BaseData = require("Module:BaseData") local ArtistData = BaseData() --The name of the artist. function ArtistData:name() return self._name end --A group of values pa...") |
m (3 revisions imported) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | local | + | local PersonData = require("Module:PersonData") |
− | local ArtistData = | + | local ArtistData = PersonData() |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
return ArtistData | return ArtistData |
Latest revision as of 12:43, 12 May 2021
Documentation for this module may be created at Module:ArtistData/doc
local PersonData = require("Module:PersonData")
local ArtistData = PersonData()
return ArtistData