Difference between revisions 1262532 and 1264052 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 whato the blocking admin will dois.",
			"type": "wiki-user-name",
			"default": "The Blocking Admin"
		},
		"Reason": {
			"label": "reason",
			"description": "Tells what isthe reasoning why is.",
			"type": "string",
			"default": "Reason"
		},
		"Date": {
			"label": "date",
			"description": "Shows when the block will be expired at.",
			"type": "date",
			"default": "The Expiration Date"
		}
	}
}
</templatedata>