Template:NoteInfo: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) Created page with "<includeonly>{{Note|icon=circle-info-solid.svg|{{{1}}}}}</includeonly><!-- --><noinclude> <templatedata> { "params": { "1": { "label": "Content", "description": "The content of the notice", "example": "'''This section is not complete.''' Please check later for updates.", "type": "line", "required": true } }, "description": "An informational note for the reader", "format": "inline" } </templatedata> </noinclude>" |
Tesinormed (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
} |
} |
||
</templatedata> |
</templatedata> |
||
== Example == |
|||
<pre>{{Infonote|'''This section is not complete.''' Please check later for updates.}}</pre> |
|||
{{Infonote|'''This section is not complete.''' Please check later for updates.}} |
|||
</noinclude> |
</noinclude> |
||
Revision as of 11:25, December 9, 2024
An informational note for the reader
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Content | 1 | The content of the notice
| Line | required |
Example
{{Infonote|'''This section is not complete.''' Please check later for updates.}}