Difference between revisions of "Template:Transclude"

From GPVWC Wiki
Jump to: navigation, search
(Created page with "{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" --> |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}...")
 
 
Line 6: Line 6:
 
       | {{PAGENAME: {{{1}}} }}      <!-- leading colon, eg ":Foo", so we want the article -->
 
       | {{PAGENAME: {{{1}}} }}      <!-- leading colon, eg ":Foo", so we want the article -->
 
     }}
 
     }}
}}<noinclude>
+
}}
{{documentation}}
+
</noinclude>
+

Latest revision as of 23:01, 23 May 2011

{{#switch:

|#default =  
| = 
   {{#ifeq:  | 
     | Template:{{{1}}}            
     |       
   }}

}}