יחידה:תבנית מידע: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 335: | שורה 335: | ||
end | end | ||
if | if isSelfUse then | ||
local templateDocumentation='' | |||
for k,v in pairs(templateParams) do | |||
if mw.ustring.match( k, '-ויקינתונים') then | |||
templateDocumentation = templateDocumentation .. '[[קטגוריה:תבניות שמשתמשות בוויקינתונים]]' | |||
break | |||
end | |||
end | |||
if autoDocumentation then | |||
templateDocumentation = templateDocumentation .. _generateDocumentation(frame) | |||
end | |||
return _infobox() .. templateDocumentation | |||
end | end | ||
return _infobox() | return _infobox() | ||
end | end | ||