Page MenuHomeWikiOasis

fix lint errors on MediaWiki: Anonnotice in the Roblox Developer Wiki.
Open, Needs TriagePublic

Description

to avoid the misnested tags lint error on MediaWiki:Anonnotice, please change:

center|200px|link=

<big><center>'''You are not logged in.'''</center></big>

<center>Your IP address will be publicly visible if you make any edits to the Roblox Developer Wiki. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to your username, along with other benefits.</center>

to:

center|200px|link=

<big><center>'''You are not logged in.'''</center></big>

<center>Your IP address will be publicly visible if you make any edits to the Roblox Developer Wiki. If you '''[$1 log in]''' or '''[$2 create an account]''', your edits will be attributed to your username, along with other benefits.</center>

Event Timeline

You can do so locally, this doesn't require tech team intervention