Main public logs
From RosieSoCrossing
Combined display of all available logs of RosieSoCrossing. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:46, 14 January 2026 Rosie talk contribs created page Module:NHVillagerItemOutput (Created page with "local p = {} local cargo = mw.ext.cargo local formatList = require('Module:List').listFormat function tableEmpty(s) return next(s) == nil end function isEmpty(s) return s == nil or s == '' end function p.HHPOutput( frame, typeItem ) local print = '' local currency -- Cargo query for hhp_villager (without facilities) local tables1 = 'hhp_villager' local fields1 = "hhp_villager.name=name,hhp_villager._pageTitle=pageName,hhp_villager.icon=icon" local ar...")