יחידה:פרמטרים: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 20: | שורה 20: | ||
if mustnum < numbered then out ("צריך מקסימום " .. mustnum .. " פרמטרים, ישנם " .. numbered) end | if mustnum < numbered then out ("צריך מקסימום " .. mustnum .. " פרמטרים, ישנם " .. numbered) end | ||
if ans == "" then return ans end | if ans == "" then return ans end | ||
return "<div class=error> '''שגיאת פרמטרים ב[[" .. template .. "]]:<br/>" .. ans .. "''' </div>[[קטגוריה:שגיאות פרמטריות]]" | return "<div class=error><div class=parameters> '''שגיאת פרמטרים ב[[" .. template .. "]]:<br/>" .. ans .. | ||
"''' </div></div>[[קטגוריה:שגיאות פרמטריות]]" | |||
end | end | ||