Module:Test: Difference between revisions

Jump to navigation Jump to search
316 bytes removed ,  19 April 2021
m
Reverted edits by Q8j (talk) to last revision by Q8j-2
No edit summary
m (Reverted edits by Q8j (talk) to last revision by Q8j-2)
Tag: Rollback
 
(13 intermediate revisions by 2 users not shown)
Line 5: Line 5:
]]
]]


local p ={}
local _module = {}
function p.Main(frame)
return frame:preprocess( '{{support}}' )
end
function p.Main2(frame)
return frame:preprocess( '{{#ifeq:A|B|true|false}}' )
end
function p.Main3(frame)
return frame:preprocess( '[[File:Symbol support vote.svg]]' )
end
function p.Main4(frame)
return "[[File:Symbol support vote.svg]]"
end
return p
481

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu