Template talk:Editnotices/Page/Wikipedia:Requests for adminship
Appearance
Template-protected edit request on 17 January 2020
[edit]This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
This template is generating a lint error (obsolete HTML tags). The line:
<center><span style="font-size:36px;line-height:42px;color:#FF0000">Wait!</span></center>
should be replaced with
<span style="font-size:36px;line-height:42px;color:#FF0000">{{center|Wait!}}</span>
to resolve this. pauli133 (talk) 14:42, 17 January 2020 (UTC)
- Done qedk (t 桜 c) 14:45, 17 January 2020 (UTC)
Template-protected edit request on 29 January 2020
[edit]This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
(pauli133: Your solution fixed one lint error and created a new one.)
To fix div-span-flip type of Miscellaneous Tidy replacement issues lint error, please change
<span style="font-size:36px;line-height:42px;color:#FF0000">{{center|Wait!}}</span>
to
<div style="text-align: center;"><span style="font-size:36px;line-height:42px;color:#FF0000">Wait!</span></div>
— Anomalocaris (talk) 09:04, 29 January 2020 (UTC)
- Done. Anomalocaris, please check it because it looks just the same to me (as it should). Cabayi (talk) 11:59, 29 January 2020 (UTC)
- Cabayi: Thank you, your fix is correct. However, I overlooked that the previous fix, by qedk, changed the last line from
</div></div>
- to
</div>
- and it needs to be restored to the two-closing-div-tags version, as can easily be seen, because there are a total of four
<div>
tags, so we need a total of four</div>
to close them. —Anomalocaris (talk) 18:49, 29 January 2020 (UTC)- Fixed Extra span-div flip threw a syntax error, my bad. --qedk (t 桜 c) 18:55, 29 January 2020 (UTC)