Difference between revisions of "Template:Lx"

From blackwiki
Jump to navigation Jump to search
blackwiki>Bsherr
blackwiki>Bsherr
(restoring default limit on what links here)
Line 5: Line 5:
 
     -->{{#if:{{{notalk|}}}||[[{{{3}}}{{{5|:}}}{{{2}}}|{{{4}}}]] &#124;}} <!--
 
     -->{{#if:{{{notalk|}}}||[[{{{3}}}{{{5|:}}}{{{2}}}|{{{4}}}]] &#124;}} <!--
 
     -->{{#if:{{{nohistory|}}}||[{{fullurl:{{{1}}}{{{2}}}|action=history}} history] &#124;}} <!--
 
     -->{{#if:{{{nohistory|}}}||[{{fullurl:{{{1}}}{{{2}}}|action=history}} history] &#124;}} <!--
     -->{{#if:{{{nolinks|}}}||[{{fullurl:Special:Whatlinkshere/{{{1}}}{{{2}}}|limit=1000}} links] &#124;}} <!--
+
     -->{{#if:{{{nolinks|}}}||[{{fullurl:Special:Whatlinkshere/{{{1}}}{{{2}}}}} links] &#124;}} <!--
 
     -->{{#if:{{{nowatch|}}}||[{{fullurl:{{{1}}}{{{2}}}|action=watch}} watch] &#124;}} <!--
 
     -->{{#if:{{{nowatch|}}}||[{{fullurl:{{{1}}}{{{2}}}|action=watch}} watch] &#124;}} <!--
 
     -->{{#if:{{{nologs|}}}||[{{fullurl:Special:Log|page={{urlencode:{{{1}}}{{{2}}}}}}} logs]}}<!--
 
     -->{{#if:{{{nologs|}}}||[{{fullurl:Special:Log|page={{urlencode:{{{1}}}{{{2}}}}}}} logs]}}<!--

Revision as of 18:58, 2 December 2018

Template documentation[view] [edit] [history] [purge]

{{Lx|Tag|Name|Namespace|Label}} produces TagName (edit | Label | history | links | watch | logs)

This template is a metatemplate for the Template:Ln-family. This template should normally not be used on its own. Its purpose is to ensure that all ln-template looks the same.

Optional parameters

  • noedit - adding noedit=yes false will disable and hide the "edit" link.
  • notalk - adding notalk=yes will disable and hide the customizable link. (This link is usually customized as a "talk" link in templates that transclude this template.)
  • nohistory - adding nohistory=yes will disable and hide the "history" link.
  • nolinks - adding nolinks=yes false will disable and hide the "links" link.
  • nowatch - adding nowatch=yes will disable and hide the "watch" link.
  • nologs - adding nologs=yes will disable and hide the "logs" link. (At this time, using this parameter unfortunately doesn't hide the "|" that appears before the "logs" link; however, there will probably never be a case where the "logs" link should not appear.)