Module:Sandbox/alphaZeta/test1: Difference between revisions

Content deleted Content added
AlphaZeta (talk | contribs)
Created page with '-- -- This module implements {{Infobox}} -- local p = {} local HtmlBuilder = require('Module:HtmlBuilder') local args = {} local origArgs local root func...'
 
AlphaZeta (talk | contribs)
No edit summary
Line 101:
.css('font-size', '125%')
.css('font-weight', 'bold')
.css('background-image',args.icon) --!!!!!!!!!!!!!!!!!!!!!!!!
.cssText(args.abovestyle)
.wikitext(args.above)
Line 350 ⟶ 351:
preprocessSingleArg('titleclass')
preprocessSingleArg('titlestyle')
preprocessSingleArg('icon') --!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
preprocessSingleArg('above')
preprocessSingleArg('aboveclass')