Module:Cite blog/data

From Starsector Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Cite blog/data/doc

-- to be filled out with blog posts, if they're important enough
local baseTable = {
	["A True and Accurate History of the Persean Sector"] = "[https://fractalsoftworks.com/2017/08/16/a-true-and-accurate-history-of-the-persean-sector/ \"A True and Accurate History of the Persean Sector\"]",
}

local abbrev = {
	trueAccurate = "A True and Accurate History of the Persean Sector"
}

for short, long in pairs(abbrev) do
	baseTable[short] = baseTable[long];
end

return baseTable