Revision 1262532 of "Template:Blockedmessage/doc" on mediawikiwiki

== Usage ==
<pre>
{{blockedmessage|The blocking admin=INeverCry|Reason=[[Vandalism]]|Date=}}
</pre>
<templatedata>
{
	"description": "This is about the block message.",
	"params": {
		"The blocking admin": {
			"label": "user",
			"description": "Shows us what the blocking admin will do.",
			"type": "wiki-user-name",
			"default": "The Blocking Admin"
		},
		"Reason": {
			"label": "reason",
			"description": "Tells what is reasoning why.",
			"type": "string",
			"default": "Reason"
		},
		"Date": {
			"label": "date",
			"description": "Shows will be expired at.",
			"type": "date",
			"default": "The Expiration Date"
		}
	}
}
</templatedata>