From Wikipedia, the free encyclopedia
t = {};
function t.test( frame )
local a = frame.args[1];
frame:callParserFunction{ name = '#tag:ref', args = {
'some text', name = 'foo', group = 'bar' } }
frame:extensionTag( "ref", "bob", {} )
return '';
end
return t;