Jump to content

Template talk:Editnotices/Page/Wikipedia:Requests for adminship

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Template-protected edit request on 17 January 2020[edit]

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)[reply]

 Done qedk (t c) 14:45, 17 January 2020 (UTC)[reply]

Template-protected edit request on 29 January 2020[edit]

(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)[reply]

 Done. Anomalocaris, please check it because it looks just the same to me (as it should). Cabayi (talk) 11:59, 29 January 2020 (UTC)[reply]
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)[reply]
 Fixed Extra span-div flip threw a syntax error, my bad. --qedk (t c) 18:55, 29 January 2020 (UTC)[reply]