View source for Module:Offering need
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
local lib = require('Module:Feature')
local Offering = require('Module:Offering')
local Parse = require('Module:Parser').getTemplateArgs
local verifyQuality = require('Module:Icon').verifyQuality
function p.main(frame)
local args = require('Module:Arguments').getArgs(frame, {
parentOnly = false,
wrapper = { 'Template:Offering need' }
})
return p._main(frame.args)
end
function p._main(args)
local data = Parse('Lake Temple', { only = 'Offering' })
local out = mw.html.create()
local target = args.item
local plural = args.item_plural
local group = args.group
000
1:0
Template used on this page:
Return to Module:Offering need.