Infobox Meme
From Aurora Wiki
More actions
Documentation for this module may be created at Module:Infobox Meme/doc
local p = {}
function p.run()
local capiunto = require 'capiunto'
return capiunto.create( {
title = tostring(mw.title.getCurrentTitle().text),
topStyle = 'background:#cfc;',
bottom = 'Below text'
} )
:addRow('H', 'Hydrogen')
:addRow('He','Helium')
:addRow('Li','Lithium')
:addImage(
'[[File:LutraCanadensis fullres.jpg|350px|Bild zweier handelsüblicher Otter]]',
'Caption displayed below'
)
end
return p