Template:Move/doc

From Ivycomb Wiki

Indicates that a page might be moved, adding it to Category:Pages to be moved.

Examples[edit source]

{{Move|Template:Merge|what=template|reason=Blah blah blah.}}

This template might be moved to Template:Merge.

You may discuss this on the talk page.

Reason: Blah blah blah.

Template data[edit source]

<templatedata> {

   "description": "Indicates that a page might be moved.",
   "params": {
       "1": {
           "label": "Destination",
           "description": "The location the page will be moved to.",
           "required": true,
           "type": "wiki-page-name"
       },
       "what": {
           "label": "What",
           "description": "If provided, replaces \"page\" with the given term.",
           "example": "section",
           "type": "line"
       },
       "reason": {
           "label": "Reason",
           "description": "Why will the page be moved?",
           "type": "content"
       },
       "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>