Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module talk:Track gauge/autodocument

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia

Code changes 19 June 2014

[edit]

Changed in module:RailGauge/autodocument (i.e., not the /data):

  • Removed check for numerical aliases (all are removed from /data (except s.g. for now).
  • Fixed some errors. Some code cleanup.
  • Added column for "Alt name" (aka named gauge). That is the suffix name+link by allk=on(not the link from the first measurement).
  • Statistics (stats): added "alt name" count + listing. Stats now appear folded (collapsed). Descriptive text improvements & clarifications.
  • Colors: greens for the table (template:documentation greens). Blues for the stats. (Yellows for the /sandbox table).
  • Table: prevent repetition of links for multiple entries.
  • Minor layout changes; font size, column widths.

-DePiep (talk) 14:30, 19 June 2014 (UTC)Reply

 Done -DePiep (talk) 20:53, 19 June 2014 (UTC)Reply

Missing end tag for span

[edit]

DePiep, Reach Out to the Truth: This template causes missing end tag lint errors for <span>.

Perhaps the problem is in one or both of these lines, which seem to lack a closing </span>:

return '<span data-sort-value="' .. j .. '">' .. ttlSizeClassCount[j][1]
sortCount = '<span data-sort-value="' .. sortCount .. '">'

Anomalocaris (talk) 17:21, 20 September 2019 (UTC)Reply

Done in blind trust. Can Linter check again? -DePiep (talk) 20:19, 20 September 2019 (UTC)Reply