605
עריכות
ויקיטקסט>Nahum מ (2 גרסאות של הדף w:יחידה:Navbar יובאו) |
חלוקת קונטרסים (שיחה | תרומות) (מויקיפדיה: https://he.wikipedia.org/wiki/%D7%99%D7%97%D7%99%D7%93%D7%94:Navbar) |
||
| שורה 60: | שורה 60: | ||
:wikitext('[[' .. title.fullText .. '|') | :wikitext('[[' .. title.fullText .. '|') | ||
:tag(args.mini and 'abbr' or 'span') | :tag(args.mini and 'abbr' or 'span') | ||
:attr('title', ' | :attr('title', 'צפייה בתבנית זו') | ||
:cssText(args.fontstyle) | :cssText(args.fontstyle) | ||
:wikitext(args.mini and ' | :wikitext(args.mini and 'צ' or 'צפייה') | ||
:done() | :done() | ||
:wikitext(']]') | :wikitext(']]') | ||
| שורה 70: | שורה 70: | ||
:wikitext('[[' .. talkpage .. '|') | :wikitext('[[' .. talkpage .. '|') | ||
:tag(args.mini and 'abbr' or 'span') | :tag(args.mini and 'abbr' or 'span') | ||
:attr('title', ' | :attr('title', 'שיחה על תבנית זו') | ||
:cssText(args.fontstyle) | :cssText(args.fontstyle) | ||
:wikitext(args.mini and ' | :wikitext(args.mini and 'ש' or 'שיחה') | ||
:done() | :done() | ||
:wikitext(']]'); | :wikitext(']]'); | ||
| שורה 82: | שורה 82: | ||
:wikitext('[' .. title:fullUrl('action=edit') .. ' ') | :wikitext('[' .. title:fullUrl('action=edit') .. ' ') | ||
:tag(args.mini and 'abbr' or 'span') | :tag(args.mini and 'abbr' or 'span') | ||
:attr('title', ' | :attr('title', 'עריכת תבנית זו') | ||
:cssText(args.fontstyle) | :cssText(args.fontstyle) | ||
:wikitext(args.mini and ' | :wikitext(args.mini and 'ע' or 'עריכה') | ||
:done() | :done() | ||
:wikitext(']'); | :wikitext(']'); | ||
| שורה 106: | שורה 106: | ||
:wikitext(args[1]) | :wikitext(args[1]) | ||
end | end | ||
local templateStyle = mw.getCurrentFrame():extensionTag( 'templatestyles', '', { src = 'יחידה:Navbar/styles.css' } ); | |||
return tostring(div:done()) | return tostring(div:done()) .. templateStyle | ||
end | end | ||