Module:Sandbox/User:The Gaffer/Modules/Infobox Single Step Recipe: Difference between revisions
Jump to navigation
Jump to search
Module:Sandbox/User:The Gaffer/Modules/Infobox Single Step Recipe (edit)
Revision as of 22:54, 15 November 2024
, Friday at 22:54no edit summary
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary |
||
Line 33:
mw.smw.set({
["Uses item"] = args.rawmat1,
})
end
Line 39 ⟶ 38:
mw.smw.set({
["Uses item"] = args.rawmat2,
})
end
Line 45 ⟶ 43:
mw.smw.set({
["Uses item"] = args.rawmat3,
})
end
|