Template:Transclude: Difference between revisions

From WWII Archives

wc>4nn1l2
m (Changed protection level for "Template:Transclude": downgraded protection level per consensus ([Move=Allow only template editors and administrators] (indefinite) [Edit=Allow only template editors and administrators] (indefinite)))
 
w>GKFX
(Update from sandbox.)
Line 1: Line 1:
{{#switch: {{NAMESPACE: {{{1}}} }}
{{#switch: {{NAMESPACE: {{{1}}} }}
  |#default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" -->
  |#default = {{FULLPAGENAME: {{{1}}} }} <!-- the namespace was specified eg "User:Foo" "Template:Foo", "Category:Foo" -->
  |{{ns:0}} =  
  |{{ns:0}} = <!-- we have either ":Foo" (mainspace) or "Foo" (a template) -->
     {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }}
     {{#if: {{#invoke:string2|startswith|1={{{1|}}}|2=:}}
      | Template:{{{1}}}            <!-- no leading colon, eg "Foo" -->
      |{{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article -->
       | {{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>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 16:00, 31 December 2021

Template:{{{1}}}

File:Test Template Info-Icon.svg Template documentationcreate · purge ]
This documentation is transcluded from Template:Transclude/doc.