>Though maybe you were looking for the detractor perspective? or the poop perspective? or the fish perspective? or the random shit perspective??
To combat the growing issue of distinguish spam, perspective articles should be placed in the "See also" section instead.
Module:Ifprint
From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
Documentation for this module may be created at Module:Ifprint/doc
local g = {}
function g.twostrings(frame)
local condi1 = frame.args[1]
local condi2 = frame.args[2]
local condiprint = frame.args[3]
local toprint= ""
if condi1 == condi2 then toprint = condiprint end
return toprint
end
return g