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:#202; color:lime;  padding:.25em; font-size:1.25em;">
<div style="background:#202 url(); color:lime;  padding:.25em; font-size:1.25em;">
{{editTemplate|GreyNote}}
{{editTemplate|GreyNote}}


<div style="float:right; width:auto;"><small>{{{timestamp|[[Topology of Now|Topological Now]]}}}</small></div>
<div style="float:right; width:auto;"><small>{{{timestamp|05:56, 29 July 2023 (UTC)}}}</small></div>
<div style="">{{{title|This is a title for Grey's msg}}}</div>
 
<div style="">{{{concept|Grey concept  }}}</div>
----
----
<div style="">{{{msg|This completes the message from Grey for this [[Topology of Now|Topological Now]]}}}</div>
<div style="">{{{msg|Grey's explaination of the concept}}}</div>
</div>
</div>
<noinclude>
<noinclude>

Revision as of 05:56, 29 July 2023

05:56, 29 July 2023 (UTC)
Grey concept

Grey's explaination of the concept

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