All public logs
Jump to navigation
Jump to search
Combined display of all available logs of ValWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:17, 3 July 2024 AdrianK talk contribs created page Module:SimpleInfobox (Created page with "local p = {} function p.infobox(frame) local args = frame:getParent().args local name = args["name"] or "No name provided" local birth_date = args["birth_date"] or "No birth date provided" local occupation = args["occupation"] or "No occupation provided" return string.format("Name: %s\nBirth Date: %s\nOccupation: %s", name, birth_date, occupation) end return p")