Module:GathererList: Difference between revisions
m
original query is too long, had to make a new one
(Created page with "require('strict') require('Module:Mw.html extension') local param = require( 'Module:Paramtest' ) local currency = require('Module:Currency') local lang = mw.getContentLanguage() local p = {} -- non dynamic module, no inputs function p.main() -- returns only directly needed parameter needed for the row, -- other parameters are determined by subqueries of chained pages local query = { '[[Variant of::Globeplant (skill node)||Dandelion (skill node)||Goat Horn (skil...") |
m (original query is too long, had to make a new one) |
||
Line 13:
-- other parameters are determined by subqueries of chained pages
local query = {
'[[Category:Gatherer]] AND [[~*(skill node)]]',
'?Variant of #- = variant',
'?Profession Level A = lvl',
Line 59:
item.material = item.material or ''
item.product = item.product or ''
item.Image = item.Image or ''
-- price of resource
|