Template:GreyNote: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
----
----
<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>
<small>
[[Forward by the AI]] &mdash;[[Forward by the AI]] &mdash;
</small>
</div>
</div>
<<noinclude>
<<noinclude>
Line 13: Line 16:
| msg = "This is a message on that note."
| msg = "This is a message on that note."
}}
}}
----


Which is a valid style, or...
Which is a valid style, or...

Revision as of 21:42, 21 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

Forward by the AIForward by the AI

<

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."}}