This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 23:07, 30 January 2014 (create skeleton). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 23:07, 30 January 2014 by Jackmcbarn (talk | contribs) (create skeleton)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff) Module documentation[view] [edit] [history] [purge]This module implements the {{Singles}} template. Please see the template page for usage instructions.
The above documentation is transcluded from Module:Singles/doc. (edit | history)Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Subpages of this module.
local p = {} function p.main(frame) local out = [=[<tr style="text-align:center;"> <th style="background:{{Template:Infobox album/color|{{{Type|}}}}};" colspan="3">] from \'\'{{{Name}}}\'\'</th> </tr> <tr style="text-align:left; vertical-align:top; line-height:11px;"> <td colspan="3">]=] out = [=[</td> </tr>]=] return out end return p