Main public logs
Appearance
This shows all the logs of Wikipedia. You can also view logs by log type, the user making the log, or the affected page or user.
- "User" - This is the person who made the action. It does not use the "User:" prefix ( JohnDoe, not User:JohnDoe ).
- "Title" - The page or user affected by an action. The username uses the "User:" prefix ( User:JohnDoe, not JohnDoe ). Page names use the full title of the page. (for example, "Wikipedia talk:Userboxes" )
- 14:06, 22 February 2022 Griffinofwales talk changes protected Module:If preview/configuration [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Highly visible template) (hist)
- 16:30, 17 February 2022 Djsasso talk changes imported Module:If preview/configuration from en:Module:If preview/configuration (1 revision)
- 20:17, 4 July 2021 MeritedElm63160 talk changes created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")