Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of bg3.wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:52, 5 March 2023 Taylan talk contribs created page Module:IfEmpty (Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrappers = 'Template:If empty', removeBlanks = false }) for k,v in ipairs(args) do if v ~= '' then return v end end end return p")