Baka gusto mong gumawa ng pahina ng dokumentasyon para sa Scribunto module na ito. Pwedeng mag-eksperimento ang mga patnugot sa pahina ng sandbox (gumawa | mirror) at testcases (gumawa) ng padron na ito. Magdagdag po ng mga kategorya sa subpage ng /doc. Mga subpage ng module.
-- This module assembles data to be passed to [[Module:Category handler]] using-- mw.loadData. This includes the configuration data and whether the current-- page matches the title blacklist.localdata=require('Module:Category handler/config')localmShared=require('Module:Category handler/shared')localblacklist=require('Module:Category handler/blacklist')localtitle=mw.title.getCurrentTitle()data.currentTitleMatchesBlacklist=mShared.matchesBlacklist(title.prefixedText,blacklist)data.currentTitleNamespaceParameters=mShared.getNamespaceParameters(title,mShared.getParamMappings())returndata