Module:Lilytest: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1:
local p = {}
-- {{#invoke:Lilytest|html}}
 
function p.html(frame)
local mylink = mw.html.create( 'a' )
Line 7:
:attr( 'href', 'https://publictestwiki.com')
:attr('target', '_blank')
:wikitext( 'Link Testtext' )
end
 
127

edits