The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{Documentation}} | |||
{{t|Rule}} is a notice template for use in listing rules on the [[Rules]] page. | |||
== See also == | |||
* {{t|Hatnote}} - Display a non-interactive banner | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Rule", | |||
"description": "The text to display when not hovered", | |||
"example": "Do not grief", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Description", | |||
"description": "The expanded content to display when the template is hovered", | |||
"example": "Griefing is the act of taking blocks from a structure without permission", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Displays a notice template intended to contain server rules", | |||
"format": "{{_|\n_ = _\n}}" | |||
} | |||
</templatedata> |