![]() |
VOOZH | about |
This module implements {{stonecutting}}.
localp={} locali18n={ categoryUpcoming='Category:Upcoming', moduleArgs=[[Module:ProcessArgs]], moduleRecipe=[[Module:Recipe table]], type='Cutting', } p.i18n=i18n localrecipeTable=require(i18n.moduleRecipe).table functionp.table(f) localargs=f iff==mw.getCurrentFrame()then args=require(i18n.moduleArgs).merge(true) else f=mw.getCurrentFrame() end args.Input=args[1] args.Output=args[2] localout=recipeTable(args,{ uiFunc='stonecutter', type=i18n.type, ingredientArgs={'Input'}, outputArgs={'Output'}, }) localtitle=mw.title.getCurrentTitle() localcategory ifargs.upcomingandargs.nocat~='1'andtitle.namespace==0andnottitle.isSubpagethen category='[['..i18n.categoryUpcoming..']]' end returnout,category end returnp