<onlyinclude><includeonly>{{Tag|archived|{{{1|{{{title|}}}}}}|{{{2|{{{body|}}}}}}}}</includeonly></onlyinclude>
<templatedata>
{
    "description": "Indicate this page has been archived",
    "params": {
        "title": {
            "label": "Title",
            "type": "line",
            "required": false,
            "description": "One-line explanation for why this was archived",
            "aliases": ["1"],
            "example": "Proposal was never accepted"
        },
        "body": {
            "label": "Body",
            "type": "content",
            "required": false,
            "description": "One-paragraph explanation for why this page was archived",
            "aliases": ["2"],
            "example": "This was proposed in 2015, but we went with [[OtherProposal]] instead."
        }
    }
}
</templatedata>