Module:AboutTopic

There are no reviewed versions of this page, so it may not have been checked for adherence to standards.

This Module is part of the ArticlePlaceholder extension. If you want to adjust it, please consider making your changes upstream.


local p = {}

-- get the label of the local entity
p.showData = function(frame)
 entityRenderer = require( 'mw.ext.articlePlaceholder.entityRenderer' )
 return entityRenderer.render( frame )
end

return p