Module:CareerList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 3:
function p.CareerList(frame)
local args = frame.args
local site = string.lower(args.site
local id = args.id or ''
local alias = args.alias or args[1]
local notes = args.notes or 'N/A'
Line 20:
-- формируем ссылку
local link = string.format('[%s %s]', url, args.site
-- формируем ячейки таблицы
Line 37:
local args = frame.args
local list = args.list or ''
return string.format([=[
<div class="mw-parser-output"><table class="wikitable career-list" style="width:
<caption>%s</caption>
<thead>
<tr>
<th
<th
<th
<th
</tr>
</thead>
▲</div>]=], width, args.title or '', list)
end
| |||