Main public logs

From Tyne and Wear Metro wiki

Combined display of all available logs of Tyne and Wear Metro wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:58, 28 August 2025 Hopperelec talk contribs created page Module:MetrocarInfobox (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local tableElement = mw.html.create( 'table' ):addClass( 'infobox' ) local captionElement = tableElement:tag( 'caption' ) captionElement:tag( 'span' ):addClass( 'unit-identifier' ) :wikitext( '[[Has unit identifier::' .. ( ('Metrocar ' .. args['Unit number']) or mw.title.getCurrentTitle().text ) .. ']]' ) if args['Official nickname'] then captionElement:tag( 'span' ):addClass( 'nickname'...")