Editing Module:AuthorsDisplay
Tools
Actions
In other projects
Appearance
Revision as of 10:35, 20 April 2026 by Design (talk | contribs) (Created page with "local p = {} function p.main(frame) local item = frame.args.item or "Q14" local entity = mw.wikibase.getEntity(item) -- Check if entity exists and has P2 claims if not entity or not entity.claims or not entity.claims.P2 then return "<i>No authors found.</i>" end local authors = entity.claims.P2 local output = '{| class="wikitable" style="border-collapse: collapse;"\n' output = output .. '|-\n! Author !! Country\n'...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://dev-climatekg.semanticclimate.org/wiki/Module:AuthorsDisplay"