Content deleted Content added
Andreyyshore (talk | contribs) ←Created page with 'local p = {} function p.cell(text,sortPadding,vertAlign,maxWidth,noBold) local wikiText = "class = \"nowrap" local rows = 1 local sortPaddingLen = #sortPaddi...' |
Andreyyshore (talk | contribs) No edit summary |
||
Line 1:
local p = {}
function p.cell(
local text = frame.args.text
local sortPadding = frame.args.sortPadding
local vertAlign = frame.args.vertAlign
local maxWidth = frame.args.maxWidth
local noBold = frame.args.noBold
local wikiText = "class = \"nowrap"
local rows = 1
|