Modul:Portal: Ferqê çımraviyarnayışan

Content deleted Content added
No edit summary
No edit summary
Line 103:
.addClass(args.left and 'tleft' or 'tright')
.addClass('portal')
.css('border', 'solid #aaaccc 1px')
.css('margin', args.margin or (args.left == 'yes' and '0.5em 1em 0.5em 0') or '0.5em 0 0.5em 1em')
.newline()
Line 109:
-- Start the table. This corresponds to the start of the wikitext table in the old [[Template:Portal]].
local tableroot = root.tag('table')
.css('background', '#f9f9f9abc123')
.css('font-size', '8595%')
.css('line-height', '110%')
.css('max-width', '175px')
Line 138:
.css('font-style', 'italic')
.css('font-weight', 'bold')
.wikitext(mw.ustring.format('[[Portal:%s|Portal %s%sportal]]', portal, portal, args['break'] and '<br />' or ' '))
end
return tostring(root)
Line 154:
local subpages = {'a', 'b', 'c', 'ç', 'd', 'e', 'ê', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'other'}
for i, subpage in ipairs(subpages) do
table.insert(images, mw.loadData('Module:Portal/resımiimages' .. subpage))
end
return images