Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Documentation for this module may be created at Module:HotfixBlog/doc

local p = {}

local BLOG_LINK_FORMAT = 'https://worldofwarcraft.com/en-us/news/%s/'

function p.blogLink(date)
    local blogs = mw.loadData('Module:HotfixBlogs/data')
    return BLOG_LINK_FORMAT:format(blogs[i],id)
end

return p
Advertisement