Mòideal:Suppress categories/doc
This is the documentation page for Mòideal:Suppress categories
(deasbaireachd⧼tpt-languages-separator⧽ ⧼tpt-languages-separator⧽eachdraidh⧼tpt-languages-separator⧽ceanglaichean⧼tpt-languages-separator⧽doc⧼tpt-languages-separator⧽bogsa-gainmhich⧼tpt-languages-separator⧽cùisean deuchainn)
This module is currently protected from editing. See the protection policy and protection log for more details. Please discuss any changes on the talk page; you may submit an edit request to ask an administrator to make an edit if it is uncontroversial or supported by consensus. You may also request that this page be unprotected. |
This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
This module is rated as alpha. It is ready for third-party input, and may be used on a few pages to see if problems arise, but should be watched. Suggestions for new features or changes in their input and output mechanisms are welcome. |
This is a simple module to strip categories from wikitext. For example, if passed the code "foo[[Roinn-seòrsa:Some category]]
", it will return only "foo
".
The module properly handles categories escaped with the colon trick, categories whose names include invalid characters such as ">
", and categories that are surrounded with nowiki tags. However, it does not support complex wikitext such as nested links or magic words like __TOC__
. Even so, it should still remove the vast majority of categories from any given wikitext.
Ùsaid - Usage
{{#invoke:Suppress categories|main|input text}}
Eisimpleirean - Examples
Code | Output |
---|---|
{{#invoke:Suppress categories|main|foo}}
|
foo |
{{#invoke:Suppress categories|main|foo[[Roinn-seòrsa:Some category]]}}
|
foo |
{{#invoke:Suppress categories|main|foo[[Roinn-seòrsa:Some category]]bar[[Roinn-seòrsa:Another category]]}}
|
foobar |
{{#invoke:Suppress categories|main|foo{{{some_parameter|[[Roinn-seòrsa:Bar]]}}}}}
|
foo |
{{#invoke:Suppress categories|main|foo[[Roinn-seòrsa:Bad ca[]tegory link]]}}
|
foo[[Roinn-seòrsa:Bad ca[]tegory link]] |
{{#invoke:Suppress categories|main|foo[[:Roinn-seòrsa:Colon trick]]}}
|
fooRoinn-seòrsa:Colon trick |
{{#invoke:Suppress categories|main|foo[[Roinn-seòrsa:Piped link|bar]]}}
|
foo |
{{#invoke:Suppress categories|main|foo[[Roinn-seòrsa:Piped link|ba[]r]]}}
|
foo |
{{#invoke:Suppress categories|main|foo[[non-category link]]}}
|
foonon-category link |
{{#invoke:Suppress categories|main|foo[[ Roinn-seòrsa : Some category with spaces ]]}}
|
foo |
Faic cuideachd - Also see