Template:Lts

From APBWiki
Revision as of 21:18, January 3, 2007 by Sarah (talk | contribs) (fixed linkage problems)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>