Template talk:Ed right

From Wikipedia, the free encyclopedia

Can this

<div class="editlink noprint plainlinksneverexpand" style="float: right; margin-left: .5em;">
<small>
[{{SERVER}}{{localurl:Template:{{{1}}}|action=edit}} edit {{{2|}}}]
</small>
</div>

be changed to this?

<small class="editlink noprint plainlinksneverexpand" style="float: right; margin-left: .5em;">
[{{SERVER}}{{localurl:Template:{{{1}}}|action=edit}} edit {{{2|}}}]
</small>

Omegatron 16:08, 19 January 2006 (UTC) editsection


I think this works better. The editsection class and the 5px margin are the same used for normal edit links.

I like the smaller text myself, though it should probably be styled with a css class instead of HTML tags, anyway. — Omegatron 20:30, 19 January 2006 (UTC)
<div class="editsection editlink plainlinksneverexpand" style="float: right; margin-left: 5px;">
[{{SERVER}}{{localurl:Template:{{{1}}}|action=edit}} edit {{{2|}}}]</div>

Although, this template, designed to add edit links to other templates, is probably unnecessary now that templates are linked at the bottom of each article when in edit mode. -- Netoholic @ 17:16, 19 January 2006 (UTC)

That's true. It's one click instead of three, though, and no unnecessary page generation and waiting for the other two clicks when you only wanted to edit the template itself.
I just saw this template and thought I could simplify it. — Omegatron 20:30, 19 January 2006 (UTC)