پودمان:Icon: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

November 30, 2025

May 25, 2025

March 20, 2025

  • curprev 23:5523:55, March 20, 2025 admin>Admin 710 bytes +710 صفحه‌ای تازه حاوی «-- This module implements Template:Icon. local data = mw.loadData('Module:Icon/data') local p = {} function p._main(args) local code = args.class or args[1] local iconData if code then code = code:match('^%s*(.-)%s*$'):lower() -- trim whitespace and put in lower case iconData = data[code] end if not iconData then iconData = { image = data._DEFAULT.image, tooltip = code, } end return string.format( 'پر...» ایجاد کرد