Module:ScriptItem2: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,110: Line 1,110:


function p.formatSource(type, frame)
function p.formatSource(type, frame)
return frame:preprocess('<syntaxhighlight>'..type..'</syntaxhighlight>')
return "<code>"..type.."</code>"
end
end


6,833

edits