Main public logs

From Eco - English Wiki

Combined display of all available logs of Eco - English Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:16, 16 July 2025 StalEF talk contribs created page Module:TagInfoCard (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:...")