Editing Module:TagInfoCard
From Eco - English Wiki
Revision as of 16:16, 16 July 2025 by StalEF (talk | contribs) (Created page with "local p = {} local Utils = require('Module:Utils') local IconUtils = require('Module:IconUtils') local L = require('Module:Localization') local Lang = Utils.getLanguageName() function p.main(frame) local PageName = frame.args[1] if (Lang == 'English') then TagName = PageName else TagName = Utils.TagSearch(PageName) end local TagData = require( "Module:TagData" ) local Tag = TagData.tags[TagName] local WikiText ='' WikiText = WikiText ..'page name get test:...")
Jump to:navigation, search
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.
Your changes will be displayed to readers once an authorized user accepts them. (help)
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://wiki.play.eco/en/Module:TagInfoCard"