https://iopwiki.com/index.php?title=Module:Category_handler/data&feed=atom&action=history Module:Category handler/data - Revision history 2024-03-29T08:49:59Z Revision history for this page on the wiki MediaWiki 1.32.2 https://iopwiki.com/index.php?title=Module:Category_handler/data&diff=7762&oldid=prev Pianoforte: 1 revision imported 2016-12-20T11:41:46Z <p>1 revision imported</p> <table class="diff diff-contentalign-left" data-mw="interface"> <tr class="diff-title" lang="en"> <td colspan="1" style="background-color: #fff; color: #222; text-align: center;">← Older revision</td> <td colspan="1" style="background-color: #fff; color: #222; text-align: center;">Revision as of 11:41, 20 December 2016</td> </tr><tr><td colspan="2" class="diff-notice" lang="en"><div class="mw-diff-empty">(No difference)</div> </td></tr></table> Pianoforte https://iopwiki.com/index.php?title=Module:Category_handler/data&diff=7670&oldid=prev Pianoforte: Created page with "-- 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 th..." 2016-12-19T13:50:36Z <p>Created page with &quot;-- This module assembles data to be passed to <a href="/wiki/Module:Category_handler" title="Module:Category handler">Module:Category handler</a> using -- mw.loadData. This includes the configuration data and whether the current -- page matches th...&quot;</p> <table class="diff diff-contentalign-left" data-mw="interface"> <tr class="diff-title" lang="en"> <td colspan="1" style="background-color: #fff; color: #222; text-align: center;">← Older revision</td> <td colspan="1" style="background-color: #fff; color: #222; text-align: center;">Revision as of 13:50, 19 December 2016</td> </tr><tr><td colspan="2" class="diff-notice" lang="en"><div class="mw-diff-empty">(No difference)</div> </td></tr></table> Pianoforte https://iopwiki.com/index.php?title=Module:Category_handler/data&diff=7761&oldid=prev Mr. Stradivarius: Protected Module:Category handler/data: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)) 2014-07-13T09:05:55Z <p>Protected Module:Category handler/data: <a href="/index.php?title=WP:High-risk_templates&amp;action=edit&amp;redlink=1" class="new" title="WP:High-risk templates (page does not exist)">High-risk Lua module</a> ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))</p> <p><b>New page</b></p><div>-- This module assembles data to be passed to [[Module:Category handler]] using<br /> -- mw.loadData. This includes the configuration data and whether the current<br /> -- page matches the title blacklist.<br /> <br /> local data = require('Module:Category handler/config')<br /> local mShared = require('Module:Category handler/shared')<br /> local blacklist = require('Module:Category handler/blacklist')<br /> local title = mw.title.getCurrentTitle()<br /> <br /> data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(<br /> title.prefixedText,<br /> blacklist<br /> )<br /> <br /> data.currentTitleNamespaceParameters = mShared.getNamespaceParameters(<br /> title,<br /> mShared.getParamMappings()<br /> )<br /> <br /> return data</div> Mr. Stradivarius