Template:Note/Doc: Difference between revisions

DoggoBit (talk | contribs)
No edit summary
DoggoBit (talk | contribs)
Hide templatedata from doc page, make note message required
 
Line 14: Line 14:


{{note|leading=For your information.|This information is important and highlighted to you.}}
{{note|leading=For your information.|This information is important and highlighted to you.}}
 
<includeonly>
=== Template data ===
=== Template data ===


Line 24: Line 24:
       "label": "Note content",
       "label": "Note content",
       "description": "The message to be included in the note",
       "description": "The message to be included in the note",
       "type": "string"
       "type": "string",
      "required": true
     },
     },
     "leading": {
     "leading": {
Line 34: Line 35:
}
}
</templatedata>
</templatedata>
</includeonly>