Template:Main namespace only

Template page
Revision as of 22:19, 10 October 2023 by Sky (talk | contribs) (Created page with "<includeonly>{{#if:{{NAMESPACE}}||{{{1}}}}}</includeonly><noinclude> This template includes the contents passed to {{c|=1}} only if the final transcluding page is in the Main namespace. This is useful because many categories are only meaningful in the main namespace, but you might still want to use the template itself in other namespaces. It also makes it easier to write page-generating templates without the "demo" parameter that prevents categorization. The template...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template includes the contents passed to {{{1}}} only if the final transcluding page is in the Main namespace.

This is useful because many categories are only meaningful in the main namespace, but you might still want to use the template itself in other namespaces. It also makes it easier to write page-generating templates without the "demo" parameter that prevents categorization.

The template functions by fetching the {{NAMESPACE}} magic word. NAMESPACE is an empty string for the Main namespace, and the name of the namespace otherwise (e.g. File:, Category:...). Simply checking whether NAMESPACE exists is therefore sufficient to detect whether the page is in the main namespace. Additionally, magic words are evaluated in the final page they are transcluded into.


No description.

Template parameters

ParameterDescriptionTypeStatus
content1

What to paste into the output page if it is in the main namespace. Usually a category.

Unknownoptional