Template:Ambox: Difference between revisions

From BitProjects
Jump to navigation Jump to search
Infobox>MSGJ
+add tracking categorty
m 94 revisions imported
 
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{#ifeq:{{{subst}}}|SUBST
{{#invoke:Message box|ambox}}<noinclude>
|{{#if:{{{name|}}}
{{documentation}}
  |{{Error|Template {{Tlx|{{{name}}}}} has been incorrectly substituted.}}
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
}}[[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|
  |[[Category:Article message boxes with automatically transcluded documentation]]{{Documentation}}<!-- Transclude documentation on template page -->
}}
}}<noinclude>
{{Documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Latest revision as of 23:09, 27 September 2025

Lua error in package.lua at line 80: module 'Module:Category handler' not found. Template:Documentation