Combined display of all available logs of Loftia Community Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:24, 29 April 2025 Pi talk contribs created page Special:Badtitle/NS828:Crafting (Created page with "local p = {} -- Configure these parameters local TARGET_PROPERTY = 'P13' -- Crafted At property local TARGET_VALUE = 'Q34' -- at a Project Station local MAX_ITEMS_TO_CHECK = 50 -- Adjust based on your wiki's size -- Refer to https://loftiawiki.org/Special:ListProperties for more local INGREDIENT_PROPERTY = 'P9' local QUANTITY_PROPERTY = 'P10' local INGREDIENT_COLUMNS = 4 function processSnak(snak) local value = snak.datavalue.value if snak.datatype == "wikibase...")