Module:GathererList: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(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: | Line 13: | ||
-- other parameters are determined by subqueries of chained pages |
-- other parameters are determined by subqueries of chained pages |
||
local query = { |
local query = { |
||
'[[Category:Gatherer]] AND [[~*(skill node)]]', |
|||
'[[Variant of::Globeplant (skill node)||Dandelion (skill node)||Goat Horn (skill node)||Apple (skill node)||Leek (skill node)||Haleberries (skill node)||Rams Horn (skill node)||Bitterfruit (skill node)||Chestnut (skill node)||Bone Spike (skill node)||Tangfruit (skill node)||Catkin (skill node)||Femur Shard (skill node)||Clover (skill node)||Snake Scale (skill node)||Orchid (skill node)||Dock Leaf (skill node)||Sage (skill node)||Thistle (skill node)]]', |
|||
'?Variant of #- = variant', |
'?Variant of #- = variant', |
||
'?Profession Level A = lvl', |
'?Profession Level A = lvl', |
||
Line 59: | Line 59: | ||
item.material = item.material or '' |
item.material = item.material or '' |
||
item.product = item.product or '' |
item.product = item.product or '' |
||
item.Image = item.Image or '' |
|||
-- price of resource |
-- price of resource |