Main public logs

From Little Tail Wiki
Jump to navigationJump to search

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).

Logs
  • 04:14, 6 February 2025 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...")