1,300
edits
(Created page with "--<nowiki> -- IMPORTS local pt = require('Module:Paramtest') local top_icons = require('Module:Top icons')._main local hc = pt.has_content local dt = pt.default_to -- exposed table local p = {} --[=[ -- -- HELPER TABLES AND FUNCTIONS -- --]=] -- replacement before calling encode -- as lua patterns local repl_before = { ['%('] = '', ['%)'] = '', ['%!'] = '', } -- replacements after calling encode -- as lua patterns local repl_after = { ['%+'] = '-', ['%%2C']...") |
No edit summary |
||
Line 156: | Line 156: | ||
end | end | ||
else | else | ||
table.insert(ret, '[[Category:Old School | table.insert(ret, '[[Category:Old School Near-Reality updates]]') | ||
end | end | ||
if #external then | if #external then | ||
Line 203: | Line 203: | ||
end | end | ||
link = '[https:// | link = '[https://near-reality.com/news/' .. link .. ' official news post]' | ||
end | end | ||
Line 311: | Line 311: | ||
end | end | ||
div:wikitext('These official [[Patch Notes]] are copied verbatim from the Patch Notes Archive which is no longer available. It is copyrighted by [[ | div:wikitext('These official [[Patch Notes]] are copied verbatim from the Patch Notes Archive which is no longer available. It is copyrighted by [[Unity Games Studio]].') | ||
:done() | :done() | ||
:tag('br'):done() | :tag('br'):done() |