|
|
| (One intermediate revision by one other user not shown) |
| Line 139: |
Line 139: |
| end | | end |
| end | | end |
| | | |
| local check = require('Module:Check for unknown parameters')._check
| | return buildList( args ) |
| local tracking = check({
| |
| ['unknown'] = frame:expandTemplate{
| |
| title = 'main other',
| |
| args = {'[[Category:Pages using collapsible list with unknown parameters|_VALUE_ ]]'}
| |
| },
| |
| ['preview'] = 'Page using [[Template:Collapsible list]] with unknown parameter "_VALUE_"',
| |
| ['ignoreblank'] = 'y',
| |
| regexp1 = '%d+',
| |
| 'title_style', 'titlestyle', 'expand',
| |
| 'frame_style', 'framestyle', 'title',
| |
| 'hlist', 'bullets', 'list_style', 'liststyle',
| |
| }, frame:getParent().args) | |
| | |
| return buildList( args ) .. tracking | |
| end | | end |
|
| |
|
| return p | | return p |