Module:Icon/doc: Difference between revisions

1,010 bytes added ,  1 year ago
Created page with "{{en-WP attribution notice|Module:Icon/doc}} This module displays an icon depending on the code it is given. It implements Template:Icon. == Usage == === From wikitext === From wikitext this module should be used via Template:Icon. Please see the template page for documentation. === From Lua === To use this module from another Lua module, first load it: <syntaxhighlight lang="lua"> local mIcon = require('Module:Icon') </syntaxhighlight> Then you can make..."
(Created page with "{{en-WP attribution notice|Module:Icon/doc}} This module displays an icon depending on the code it is given. It implements Template:Icon. == Usage == === From wikitext === From wikitext this module should be used via Template:Icon. Please see the template page for documentation. === From Lua === To use this module from another Lua module, first load it: <syntaxhighlight lang="lua"> local mIcon = require('Module:Icon') </syntaxhighlight> Then you can make...")
Tag: 2017 source edit
 
(No difference)
283

edits