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 ProleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:15, 6 July 2023 Dragon talk contribs created page Module:UserMessage (Created page with "-- Create a module named "UserMessage" local p = {} -- Function to check if the user is logged in local function isLoggedIn() return mw.user.isRegistered() end -- Function to display the message function p.showMessage(frame) if isLoggedIn() then local message = frame.args[1] or '' return mw.text.nowiki(message) else return "" end end return p")