All public logs
From Little Tail Wiki
Combined display of all available logs of Little Tail Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:58, 8 December 2024 Meguumin talk contribs created page Module:If (Created page with "local p = {} function p.main( frame ) local tArgs = frame:getParent() if not(tArgs.args[1]) then tArgs = frame end local sText = tArgs.args[1] local sTrueAction = tArgs.args[2] or tArgs.args["true"] local sFalseAction = tArgs.args[3] or tArgs.args["false"] if sText == "" then sText = mw.getCurrentFrame():preprocess(sFalseAction) else sText = mw.getCurrentFrame():preprocess(sTrueAction) end return sText e...")