Template:Stub

From Ivycomb Wiki
Template documentation

Indicates that a page is a stub, adding it to Category:Stubs.

Examples[edit source]

{{Stub|what=article}}

This article is a stub.

You can help by expanding it.

Template data[edit source]

<templatedata> {

   "description": "Indicates that a page is a stub.",
   "params": {
       "what": {
           "label": "What",
           "description": "If provided, replaces \"page\" with the given term.",
           "example": "section",
           "type": "line"
       },
       "dummy": {
           "label": "Is dummy?",
           "description": "If provided, the message box is purely visual and the page will not be categorized.",
           "example": "1",
           "type": "string"
       }
   }

}

</templatedata>