Module:RSI: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 March 2023

28 January 2023

  • curprev 06:5606:56, 28 January 2023Nomad talk contribs 517 bytes +517 Created page with "-- Optionally add "https://robertsspaceindustries.com/" to url if it is not present. local p = {} function p.rsi_url(frame) local base_url = "https://robertsspaceindustries.com/" local support_url = "https://support.robertsspaceindustries.com/" local url = frame.args[1] local return_val if (string.sub(url,1,string.len(base_url))==base_url) or (string.sub(url,1,string.len(support_url))==support_url) then return_val = url else return_val = base_url ....."

19 March 2020