|
|
Line 1: |
Line 1: |
| {{#ifeq:{{{subst}}}|SUBST
| | comment |
| |{{#if:{{{name|}}}
| |
| |{{Error|Template {{Tlx|{{{name}}}}} has been incorrectly substituted.}}
| |
| }}[[Category:Pages with incorrectly substituted templates]]
| |
| }}{{#ifeq:{{{small}}}|left
| |
| |{{Ambox/core
| |
| |small = left
| |
| |type = {{{type|}}}
| |
| |image = {{#if:{{{smallimage|}}}
| |
| |{{{smallimage}}}
| |
| |{{{image|}}}
| |
| }}
| |
| |imageright = {{#if:{{{smallimageright|}}}
| |
| |{{{smallimageright}}}
| |
| |{{{imageright|}}}
| |
| }}
| |
| |class = {{{class|}}}
| |
| |style = {{{style|}}}
| |
| |textstyle = {{{textstyle|}}}
| |
| |text = {{#if:{{{smalltext|}}}
| |
| |{{{smalltext}}}
| |
| |{{{text}}}
| |
| }}
| |
| }}
| |
| |{{Ambox/core
| |
| |type = {{{type|}}}
| |
| |image = {{{image|}}}
| |
| |imageright = {{{imageright|}}}
| |
| |class = {{{class|}}}
| |
| |style = {{{style|}}}
| |
| |textstyle = {{{textstyle|}}}
| |
| |text = {{{text}}}
| |
| |date = {{#ifeq:{{FULLROOTPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}
| |
| |{{#ifeq:{{{date|¬}}}|¬||{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}
| |
| |{{{date|}}}
| |
| }}
| |
| }}
| |
| }}{{Category handler
| |
| |main={{Ambox/category
| |
| |cat={{{cat|{{{category|}}}}}}
| |
| |all={{{all|}}}
| |
| |cat2={{{cat2|{{{category2|}}}}}}
| |
| |all2={{{all2|}}}
| |
| |cat3={{{cat3|{{{category3|}}}}}}
| |
| |all3={{{all3|}}}
| |
| |date={{{date|}}}
| |
| }}
| |
| |template={{#ifeq:{{BASEPAGENAME}}|{{SUBPAGENAME}}|<!--We are on a rootpage, not a /doc or /sandbox page-->{{#ifeq:{{{nocat|}}}|true
| |
| | <!--Don't categorise-->
| |
| | [[Category:Article message boxes|{{BASEPAGENAME}}]]
| |
| }}
| |
| }}
| |
| }}{{#ifeq:{{FULLPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}
| |
| |{{#ifeq:{{{doc}}}|no|
| |
| |{{Documentation}}<!-- Transclude documentation on template page -->
| |
| }}
| |
| }}<noinclude>
| |
| {{Documentation}}
| |
| <!-- Add categories and interwikis to the /doc subpage, not here! -->
| |
| </noinclude>
| |