Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,390
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 10:
** Subpages are handled similarly; e.g. [[Slayer/Level up table|'''Slayer'''/Level up table]] will be sorted as <code><nowiki>[[Category:Slayer|Level up table]]</nowiki></code>
This template is not a tool that should be used directly on
;Usage
Line 22:
</pre>
Placed on most
:<code><nowiki>[[Category:Rune]][[Category:Mining]]</nowiki></code>.
Line 63:
;<nowiki>::remove[text]</nowiki>
The <code>::remove[text]</code> will tell the module to remove the <code>text</code> argument from the beginning of pagenames to use as their sort key. If this function is not specified, then the category's name exactly will be used. Likewise, defining this function will not remove the category name from
For example, <code><nowiki>{{ctg|Burnt food::remove[burnt]}}</nowiki></code> would add [[:Category:Burnt food]] to [[Burnt shark]] as <code><nowiki>[[Category:Burnt food|Shark]]</nowiki></code>.
|