Template:GreyNote: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
</div>
</div>
<noinclude>
<noinclude>
How to include this template in another wiki page, and pass text parameters...
=== How to include this template in another wiki page, and pass text parameters===
;Within a wiki page, edit and insert this wiki-text:
  <nowiki>
  <nowiki>
{{GreyNote
{{GreyNote
Line 13: Line 14:
| msg = "This is a message on that note."
| msg = "This is a message on that note."
}}
}}
----
</nowiki>


;Which is a valid style, or...


Which is a valid style, or...
<nowiki>{{ GreyNote | title = "My note title" | msg = "This is a message on that note." }}</nowiki>
 
{{ GreyNote | title = "My note title" | msg = "This is a message on that note." }}
 
which is this when spaces are removed...


;which is this when spaces are removed...
<nowiki>
{{GreyNote|title="My note title"|msg="This is a message on that note."}}
{{GreyNote|title="My note title"|msg="This is a message on that note."}}
</nowiki>
</nowiki>
</noinclude>
</noinclude>

Revision as of 10:00, 25 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."}}