Template:GreyNote: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="background:#222; color:lime;  padding:.5em; font-size:2em;>
<div style="background:#222; color:lime;  padding:.5em; font-size:1.25em;>
{{editTemplate|GreyNote}}
{{editTemplate|GreyNote}}
<div style="float:right; width:auto;"><small>{{{date|20:25, 10 July 2023 (UTC)}}}</small></div>
<div style="float:right; width:auto;"><small>{{{date|20:25, 10 July 2023 (UTC)}}}</small></div>
Line 6: Line 6:
<div style="">{{{msg|This completes the message from Grey for this [[topological now]]}}}</div>
<div style="">{{{msg|This completes the message from Grey for this [[topological now]]}}}</div>
</div>
</div>
<<noinclude>
How to include this template in another wiki page, and pass text parameters...
<nowiki>
{{GreyNote
| title = "My note title"
| msg = "This is a message on that note."
}}
Which is a valid style, or...
{{ GreyNote | title = "My note title" | msg = "This is a message on that note." }}
which is this when spaces are removed...
{{GreyNote|title="My note title"|msg="This is a message on that note."}}
</nowiki>
</noinclude>

Revision as of 12:50, 12 July 2023

20:25, 10 July 2023 (UTC)
This is a title for Grey's msg

This completes the message from Grey for this topological now

<

How to include this template in another wiki page, and pass text parameters...

{{GreyNote
| title = "My note title"
| msg = "This is a message on that note."
}}

Which is a valid style, or...

{{ GreyNote | title = "My note title" | msg = "This is a message on that note." }}

which is this when spaces are removed...

{{GreyNote|title="My note title"|msg="This is a message on that note."}}