Content deleted Content added
Tom.Reding (talk | contribs) Let's see how this goes... |
Tom.Reding (talk | contribs) func |
||
Line 5:
local p = {}
function p.confdoc( frame )
local doctable = '{| class="wikitable sortable"\n' ..
'|-\n' ..
Line 20 ⟶ 21:
doctable = doctable .. '\n|}'
end
▲ p = doctable
return p
|