Jump to content

Module:Singles

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 23:08, 30 January 2014 (typo). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}
function p.main(frame)
	local out = [=[<tr style="text-align:center;">
  <th style="background:{{Template:Infobox album/color|{{{Type|}}}}};" colspan="3">[[Single (music)|Singles]] from \'\'{{{Name}}}\'\'</th>
</tr>
<tr style="text-align:left; vertical-align:top; line-height:11px;">
  <td colspan="3">]=]
	out = out .. [=[</td>
</tr>]=]
	return out
end

return p