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="">{{{title|This is a title for Grey's msg}}}</div>
<div style="">{{{title|This is a title for Grey's msg}}}</div>
----
----
<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 [[Topology of Now|Topological Now]]}}}</div>
</div>
</div>
<noinclude>
<noinclude>

Revision as of 15:25, 28 July 2023

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

Within a wiki page, edit and insert this wiki-text
{{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."}}