Template:Transclude: Difference between revisions
Template page
More actions
Content deleted Content added
English Wikipedia>GKFX Update from sandbox. |
imported>Tesinormed m 1 revision imported |
||
| Line 1: | Line 1: | ||
{{#if:{{NAMESPACE:{{{1}}}}}|{{FULLPAGENAME:{{{1}}}}}|{{#if:{{NAMESPACE: Template{{{1}}}}}|{{PAGENAME:{{{1}}}}}|Template:{{{1}}}}}}}<noinclude> |
|||
{{#switch: {{NAMESPACE: {{{1}}} }} |
|||
| ⚫ | |||
|#default = {{FULLPAGENAME: {{{1}}} }} <!-- the namespace was specified eg "User:Foo" "Template:Foo", "Category:Foo" --> |
|||
|{{ns:0}} = <!-- we have either ":Foo" (mainspace) or "Foo" (a template) --> |
|||
{{#if: {{#invoke:string2|startswith|1={{{1|}}}|2=:}} |
|||
|{{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article --> |
|||
|Template:{{{1}}} <!-- no leading colon, eg "Foo", so we want the template --> |
|||
}} |
|||
}}<noinclude> |
|||
| ⚫ | |||
</noinclude> |
|||