Difference between revisions of "Template:Lts"

From APBWiki
Jump to navigation Jump to search
 
(fixed linkage problems)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="plainlinksneverexpand">[[:Template:{{{1|{{PAGENAME}}}}}|Template:{{ucfirst:{{{1|{{PAGENAME}}}}}}}]]&#160;<tt>(</tt><small>[{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=edit}} edit]&#160;[[:Template talk:{{{1|{{PAGENAME}}}}}|talk]]&#160;[{{fullurl:Special:Whatlinkshere/Template:{{{1|{{PAGENAME}}}}}|limit=500}} links]&#160;[{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=history}} history]</small><tt>)</tt></span>
+
<span class="plainlinksneverexpand">[[:Template:{{{1|{{PAGENAME}}}}}|Template:{{ucfirst:{{{1|{{PAGENAME}}}}}}}]]&#160;<tt>(</tt><small>[{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=edit}} edit]&#160;[{{fullurl:Special:Whatlinkshere/Template:{{{1|{{PAGENAME}}}}}|limit=500}} links]&#160;[{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=history}} history]</small><tt>)</tt></span>
 +
<noinclude>
 +
Puts the pretty short links next to the pagename.
 +
 
 +
Here's the code for it:
 +
 
 +
<nowiki><span class="plainlinksneverexpand"></nowiki>
 +
<nowiki>[[:Template:{{{1|{{PAGENAME}}}}}|Template:{{ucfirst:{{{1|{{PAGENAME}}}}}}}]]&#160;</nowiki>
 +
<nowiki><tt>(</tt><small></nowiki>
 +
    <nowiki>[{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=edit}} edit]</nowiki>
 +
    <nowiki>&#160;[[:Template_talk:{{{1|{{PAGENAME}}}}}|talk]]     # I got rid of this one </nowiki>
 +
    <nowiki>&#160;[{{fullurl:Special:Whatlinkshere/Template:{{{1|{{PAGENAME}}}}}|limit=500}} links]</nowiki>
 +
    <nowiki>&#160;[{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=history}} history]</nowiki>
 +
<nowiki></small><tt>)</tt></nowiki>
 +
<nowiki></span></nowiki>
 +
 
 +
</noinclude>

Latest revision as of 21:18, January 3, 2007

Template:Lts (edit links history)

Puts the pretty short links next to the pagename.

Here's the code for it:

<span class="plainlinksneverexpand">
[[:Template:{{{1|{{PAGENAME}}}}}|Template:{{ucfirst:{{{1|{{PAGENAME}}}}}}}]] 
<tt>(</tt><small>
    [{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=edit}} edit]
    [[:Template_talk:{{{1|{{PAGENAME}}}}}|talk]]      # I got rid of this one 
    [{{fullurl:Special:Whatlinkshere/Template:{{{1|{{PAGENAME}}}}}|limit=500}} links]
    [{{fullurl:Template:{{{1|{{PAGENAME}}}}}|action=history}} history]
</small><tt>)</tt>
</span>