Difference between revisions of "Template:Transclude"

From Bronies.wiki
Jump to navigation Jump to search
(Port template from Wikipedia.)
 
(Replace transcluded template with string function)
 
Line 2: Line 2:
 
  |#default = {{FULLPAGENAME: {{{1}}} }} <!-- the namespace was specified eg "User:Foo" "Template:Foo", "Category:Foo" -->
 
  |#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) -->
 
  |{{ns:0}} = <!-- we have either ":Foo" (mainspace) or "Foo" (a template) -->
     {{#ifeq: {{First character|{{{1|}}}}}|:
+
     {{#ifeq: {{#sub:{{{1|}}}|0|1}} |:
 
       |{{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 -->
 
       |Template:{{{1}}}  <!-- no leading colon, eg "Foo", so we want the template -->

Latest revision as of 19:39, 12 October 2020

Template:{{{1}}}

This documentation is transcluded from Template:Transclude/doc and needs to be edited separately.

Template:Transclude/doc