Module:qlu-pron: Difference between revisions

No edit summary
Undo revision 494498 by Sware (talk)
Tag: Undo
 
(2 intermediate revisions by the same user not shown)
Line 352: Line 352:
     local parent_args = frame:getParent().args
     local parent_args = frame:getParent().args
     local params = {
     local params = {
         [1] = { default = mw.title.getCurrentTitle().nsText == 'Template' and "agghiu" or mw.title.getCurrentTitle().text },
         [1] = {
        default = mw.title.getCurrentTitle().text,
        template_default = "agghiu"
        },
         ["rs"] = {type = 'boolean'},
         ["rs"] = {type = 'boolean'},
     }
     }