Module:oyen-contionary-utils: Difference between revisions

Oyen (talk | contribs)
so this is how i learn that you can't use mediawiki formatting in lua modules, lol
Oyen (talk | contribs)
m does this work?
Line 37: Line 37:
   mw_src = mw_src .. string.format("<h3>%s</h3>", word_type)
   mw_src = mw_src .. string.format("<h3>%s</h3>", word_type)


   mw_src = mw_src .. "<b>{{PAGENAME}}</b><br>"
   mw_src = mw_src .. "<b>\n{{PAGENAME}}\n</b><br>"


   return mw_src
   return mw_src