יחידה:תבנית מידע: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 151: | שורה 151: | ||
:css('text-align', 'right') | :css('text-align', 'right') | ||
:cssText(args.labelstyle) | :cssText(args.labelstyle) | ||
:cssText(rowArgs.labelstyle) | |||
:wikitext(rowArgs.label) | :wikitext(rowArgs.label) | ||
:done() | :done() | ||
| שורה 166: | שורה 167: | ||
:attr('id', rowArgs.dataid) | :attr('id', rowArgs.dataid) | ||
:addClass(rowArgs.class) | :addClass(rowArgs.class) | ||
:cssText(args.datastyle) | |||
:cssText(rowArgs.datastyle) | :cssText(rowArgs.datastyle) | ||
:newline() | :newline() | ||
| שורה 281: | שורה 283: | ||
args.headerclass = frame.args['כותרת-מחלקה'] | args.headerclass = frame.args['כותרת-מחלקה'] | ||
args.headerstyle = frame.args['כותרת-עיצוב'] | args.headerstyle = frame.args['כותרת-עיצוב'] | ||
args.rowsstyle = frame.args['שורה-עיצוב'] | |||
args.labelstyle = frame.args['תווית-עיצוב'] | |||
args.datastyle = frame.args['מידע-עיצוב'] | |||
args.tablestyle = frame.args['טבלה-עיצוב'] | args.tablestyle = frame.args['טבלה-עיצוב'] | ||
local isSelfUse = (mw.title.getCurrentTitle().namespace==10) | local isSelfUse = (mw.title.getCurrentTitle().namespace==10) | ||