The parser (or rather the sanitizer) should allow the <noscript> tag and output it in HTML if it is present in wiki text.
Use cases:
<noscript>
You have to turn on JS in your browser to be able to sort this table.
</noscript>
{| class="wikitable sortable"
<!--
...
-->
|}
<noscript>
[[#after-long-block|Skip to after the block]]
</noscript>
<div class="mw-collapsible mw-collapsed">
Here comes much data, it is hidden by default if JavaScript is enabled.
...
</div>
<div id="after-long-block"></div>Version: 1.21.x
Severity: enhancement