Template:Ns has subpages/doc
Jump to navigation
Jump to search
Description[edit source]
Detects whether the current or the given namespace has subpages enabled. Returns "yes" if it does, and an empty string otherwise.
This template can be substituted.
Usage[edit source]
{{ns has subpages}}
→ yes{{ns has subpages|Template}}
→ yes{{ns has subpages|Category}}
→{{ns has subpages|}}
(main space) → yes{{ns has subpages|{{ns:0}}}}
(main space) → yes{{ns has subpages|:}}
(main space) → yes{{ns has subpages|{{ns:Talk}}}}
→ yes{{ns has subpages|Category talk}}
→ yes{{ns has subpages|File:Foo}}
→{{ns has subpages|Foo}}
→ yes{{ns has subpages|:Template}}
→ yes
Technical details[edit source]
This template uses Lua. It invokes Module:Ns has subpages.
Credits[edit source]
This template's code was taken from Template:Ns has subpages on the English Wikipedia. This template documentation contains content from Template:Ns has subpages/doc.