Template:Merge from: Difference between revisions

From Halopedia, the Halo wiki

(Fix mergefrom not handling its inputs properly)
No edit summary
Line 12: Line 12:
"1": {
"1": {
"type": "wiki-page-name",
"type": "wiki-page-name",
"required": true
"required": true,
"aliases": [
"from"
],
"label": "from"
},
},
"2": {
"2": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"aliases": [
"reason"
],
"label": "reason"
}
}
}
}

Revision as of 00:21, March 23, 2021

Mergefrom.gif
It has been suggested that [[Template:{{{1}}}]] be merged into this page or section.

This template puts pages into Category:Should it be merged?.

<templatedata> { "params": { "1": { "type": "wiki-page-name", "required": true, "aliases": [ "from" ], "label": "from" }, "2": { "type": "string", "suggested": true, "aliases": [ "reason" ], "label": "reason" } } } </templatedata>