Difference between revisions of "Module:Icon"

Jump to navigation Jump to search
no edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 33: Line 33:
result = '[[file:'  
result = '[[file:'  
.. resource['file']  
.. resource['file']  
.. '|16px|link='
.. '|20px|link='
.. link
.. link
.. ']]'
.. ']]'
Line 39: Line 39:
if com.exists(text) then
if com.exists(text) then
if string.lower(text) ~= 'no' then
if string.lower(text) ~= 'no' then
result = result .. '[['
result = result .. ' [['
.. link
.. link
.. ']]'
.. ']]'
106

edits

Navigation menu