Module:ChefPassiveList: Difference between revisions
simplify code: doesnt need to screen all chef recipes for which are passive, just specify a list of variants instead
m (display IMG ERR for missing image, but its the ~same size as an image) |
(simplify code: doesnt need to screen all chef recipes for which are passive, just specify a list of variants instead) |
||
Line 12:
-- other parameters are determined by subqueries of chained pages
local query = {
'[[Variant of::Roasted Sturlet||Dab Stew||Mackibut on Toast||Baked Bream||Garlic Herring]]',
'?Profession Level A = lvl',
'? #- = name',
Line 23:
}
local results = mw.smw.ask(query)
results = p.formatResults(results)
Line 47 ⟶ 45:
end
return currency._cell(amount, { html = 'yes' })
end
|