Main public logs
More actions
Combined display of all available logs of Emergency Response: Liberty County Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:13, 19 February 2026 Lucah1337 talk contribs created page Module:Vehicle specifications (Created page with "local p = {} function p.main(frame) local parentFrame = frame:getParent() local args = frame.args local price = args['price'] or '' local health = args['health'] or '' local wikitext = '<tabber> ... ' .. price .. ' ... ' .. health .. ' ... </tabber>' return wikitext end return p") Tag: Recreated
- 17:48, 18 February 2026 Lucah1337 talk contribs deleted page Module:Vehicle specifications (content was: "local p = {} function p.main(frame) local args = frame.args local form_factor = args["form factor"] or "" local is_trailer = (form_factor:lower() == "trailer") local tabs = {} -- Collect tab content -- SMW Integration: Set subobject with all properties (only if non-empty; omit ID for auto-generation) if mw.smw then -- Check if mw.smw is available...", and the only contributor was "Lucah1337" (talk))
- 17:31, 18 February 2026 Lucah1337 talk contribs created page Module:Vehicle specifications (Created page with "local p = {} function p.main(frame) local args = frame.args local form_factor = args['form factor'] or '' local is_trailer = (form_factor:lower() == 'trailer') local tabs = {} -- Collect tab content -- SMW Integration: Set subobject with all properties (only if non-empty) if mw.smw then -- Check if mw.smw is available (Semantic Scribunto installed) local subobject_id = args['vehicle id'] or mw.title.getCurrentTitle().text local...")