Module:Navbar: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
updating from sandbox per TPER |
|||
வரிசை 40:
:css('word-spacing', 0)
:cssText(args.fontstyle)
:wikitext(args.text or '
:wikitext(' ')
end
வரிசை 60:
:wikitext('[[' .. title.fullText .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '
:cssText(args.fontstyle)
:wikitext(args.mini and '
:done()
:wikitext(']]')
வரிசை 70:
:wikitext('[[' .. talkpage .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '
:cssText(args.fontstyle)
:wikitext(args.mini and '
:done()
:wikitext(']]');
வரிசை 82:
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:tag(args.mini and 'abbr' or 'span')
:attr('title', '
:cssText(args.fontstyle)
:wikitext(args.mini and '
:done()
:wikitext(']');
வரிசை 101:
div
:done()
:tag('
:css('font-size', '
:css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:wikitext(args[1])
| |||