View source for Module:Shop availability
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 Parse = require('Module:Parser').getTemplateArgs
local Slib = require('Module:Shop')
local lib = require('Module:Feature')
local Icon = require('Module:Icon')._main
local Pages = {}
local display = {}
function p.main(frame)
local args = require('Module:Arguments').getArgs(frame, {
parentFirst=true,
wrappers = {'Template:Shop availability'}
})
local item = args[1] or mw.title.getCurrentTitle().rootText
if lib.isNotEmpty(frame.args.pages) then
for page in string.gmatch(frame.args.pages, '(.-)%$%$%$') do
local data = Parse(page, { only='Shop' } )
local Pdata
if type(data[1]) == 'table' then
000
1:0
Template used on this page:
Return to Module:Shop availability.