From Amaranth Legacy, available at amaranth-legacy.community
More actions
Revision as of 17:21, January 28, 2025 by Tesinormed(talk | contribs)(Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) if not args['scope'] then error('"scope" argument is required') end local scope = args['scope'] return frame:callParserFunction('DISPLAYTITLE', 'a' .. mw.title.getCurrentTitle()) end return p")
localp={}functionp.main(frame)localargs=require('Module:Arguments').getArgs(frame)ifnotargs['scope']thenerror('"scope" argument is required')endlocalscope=args['scope']returnframe:callParserFunction('DISPLAYTITLE','a'..mw.title.getCurrentTitle())endreturnp