模板:Transclude:修订间差异

来自悠日計画 維基百科 ~ Yuuni Wiki
bot: massreplace: "<noinclude>{{pp-template|small=yes}}</noinclude>" ->"(null)"
 
Update from sandbox.
第1行: 第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>

2022年1月1日 (六) 00:00的版本

Template:{{{1}}}

<templatestyles src="Module:Documentation/styles.css"></templatestyles>