User:Star0/sandbox 2:修订间差异

添加867字节 、​ 2020年8月26日 (星期三)
无编辑摘要
(清空页面)
标签清空
无编辑摘要
第1行: 第1行:
{{#switch:
  {{lc:        <!--Lower case the result-->
   <!--If no or empty "demospace" parameter then detect namespace-->
   {{#if:{{{demospace|}}}
   | {{{demospace}}}
   | {{#ifeq:{{NAMESPACE}}|{{ns:0}}
    | main
    | {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}}
     | talk
     | {{NAMESPACE}}
     }}
    }}
   }}
  }}
| main    = {{{main| {{{other|}}} }}}
| talk    = {{{talk| {{{other|}}} }}}
| user    = {{{user| {{{other|}}} }}}
| wikipedia = {{{wikipedia| {{{other|}}} }}}
| image   = {{{image| {{{other|}}} }}}
| mediawiki = {{{mediawiki| {{{other|}}} }}}
| template  = {{{template| {{{other|}}} }}}
| help    = {{{help| {{{other|}}} }}}
| category  = {{{category| {{{other|}}} }}}
| portal   = {{{portal| {{{other|}}} }}}
| other
| #default  = {{{other|}}}


}}<!--End switch--><noinclude>
{{Documentation}}
</noinclude>