Actions

Template

Difference between revisions of "HideCategoryListing"

From Sonic Retro

Line 1: Line 1:
 
<css>
 
<css>
#mw-pages {display: none !important}
+
#mw-pages {display: none !important;visibility:hidden !important}
#mw-subcategories {display: none !important}
+
#mw-subcategories {display: none !important;visibility:hidden !important}
 
</css>
 
</css>
  

Revision as of 17:12, 18 October 2011

<css>

  1. mw-pages {display: none !important;visibility:hidden !important}
  2. mw-subcategories {display: none !important;visibility:hidden !important}

</css>


Usage

Use this template on categories to remove the text links generated by the page if suitable alternative navigation exists.

{{HideCategoryListing}}