יחידה:ParamValidator: הבדלים בין גרסאות בדף
לדרישת הקהל |
מ תקלדה |
||
| שורה 101: | שורה 101: | ||
local naked = mw.title.new(template_name)['text'] | local naked = mw.title.new(template_name)['text'] | ||
report = mw.ustring.gsub( | report = mw.ustring.gsub( report, 'tname-naked', template_name ) | ||
report = mw.ustring.gsub( report, 'templatename', template_name ) | report = mw.ustring.gsub( report, 'templatename', template_name ) | ||
return report | return report | ||