PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

Main public logs

From PC Gaming Shelter

Combined display of all available logs of PC Gaming Shelter. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:44, 22 March 2026 WikiVisor talk contribs created page Module:Link (Created page with "local utils = require( 'Module:Utils' ) local p = {} local function propertiesPlan() return { ['URL'] = {'Has URL'}, ['Link text'] = {'Has link text'}, ['Link group'] = {'Belongs to group'} } end function p.main(frame) local args = frame:getParent().args local propMap = propertiesPlan() local props = utils.setProperties(propMap, args) or {} mw.smw.subobject(props) local url = args['URL'] or nil local label = args['Link text'] or nil local link = '...")