Module:Autodesc: Difference between revisions

From BattleFrame Girl Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


function p.en( frame )
function p.en( frame )
     return mw.wikibase.getDescriptionByLang( 'Devil Dog', 'en' )
     return mw.wikibase.getDescriptionByLang( 'Q1', 'en' )
end
end


return p
return p

Latest revision as of 14:11, 25 May 2025

Documentation for this module may be created at Module:Autodesc/doc

local p = {} --p stands for package

function p.en( frame )
    return mw.wikibase.getDescriptionByLang( 'Q1', 'en' )
end

return p