Module:Update: Difference between revisions

Jump to navigation Jump to search
17 bytes added ,  20:29, 4 October 2022
no edit summary
No edit summary
No edit summary
 
Line 238: Line 238:
--Historical updates
--Historical updates
if a.time == 'historical' then
if a.time == 'historical' then
message = ' is from before the launch of <i>Old School RuneScape</i> and is copied verbatim from the '
message = ' is from before the launch of <i>Old School Near-Reality</i> and is copied verbatim from the '
website = '[https://www.runescape.com/community <i>RuneScape</i> website]'
website = '[https://www.near-reality.com <i>Near-Reality</i> website]'
end
end
--OSRS updates
--OSRS updates
else
else
message = ' is copied verbatim from the '
message = ' is copied verbatim from the '
website = '[https://oldschool.runescape.com/ <i>Old School RuneScape</i> website]'
website = '[https://near-reality.com <i>Old School Near-Reality</i> website]'
end
end
Line 252: Line 252:
:wikitext(website)
:wikitext(website)
:done()
:done()
:wikitext('. It is copyrighted by [[Jagex]].')
:wikitext('. It is copyrighted by [[Unity Games Studio]].')
:tag('br'):done()
:tag('br'):done()
:wikitext(postDateInfo)
:wikitext(postDateInfo)
Line 287: Line 287:
end
end


-- [[Template:Patch Notes]] no links available as Patch Note Archive have been removed from Jagex's website
-- [[Template:Patch Notes]] no links available as Patch Note Archive have been removed from Unity Game Studio's website
function p.patchnotes(frame)
function p.patchnotes(frame)
local a = frame:getParent().args
local a = frame:getParent().args
local cat = ''
local cat = ''
local div = mw.html.create('div')
local div = mw.html.create('div')
:addClass('update')
:addClass('update')

Navigation menu