יחידה:תבנית מידע: הבדלים בין גרסאות בדף
הוספת פונקציה local function renderAboveRow() מויקיפדיה האנגלית כדי להשלים את הפער של פרמטר 'למעלה' מתבנית:תבנית מידע ליחידה:תבנית מידע |
אין תקציר עריכה |
||
| שורה 54: | שורה 54: | ||
local function renderAboveRow() | local function renderAboveRow() | ||
-- render above row | |||
if not args.above then return end | if not args.above then return end | ||
root | local row = root:tag('tr') | ||
:tag('th') | :tag('th') | ||
:attr('colspan', 2) | :attr('colspan', 2) | ||