Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 20:43, 20 March 2023 Frietjes talk contribs created page Module:NPVIC status/sandbox (←Created page with 'local p = {} local page_content = nil -- lazy initilization local function get_section(frame, section_name) if page_content == nil then local current_title = mw.title.getCurrentTitle() page_content = current_title:getContent() end if page_content then if mw.ustring.find(page_content, '%<section[^<>]*' .. section_name, 1, true) then return frame:preprocess('{{#section:{{FULLPAGENAME}}|' .. section_name .. '}}') end end return '' end functio...')