Module:TestSitelinkAspects: Difference between revisions
Appearance
Content deleted Content added
←Created page with 'local mw = require('mw') local entity = mw.wikibase.getEntity() local props = entity and entity.claims or {} local result = {} for pid, _ in pairs(props) do table.insert(result, "{{#statements:" .. pid .. "}}") end return table.concat(result, "\n")' Tag: Recreated |
(No difference)
|