Template:GreyNote: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
(Created page with "<div style="background:#222; color:lime; font-name:monospace; width:auto;"> {{editTemplate|GreyNote}} *title = {{{title|This is a profound title from Grey.}}} *msg = {{{msg|This completes the message from Grey for this topological now}}} *date = {{{date|~~~~~}}} </div>")
 
mNo edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="background:#222; color:lime; font-name:monospace; width:auto;">
<div style="border-left: 4px solid #ccc; padding-left: 10px; background:#202; color:lime;  padding:.25em; font-size:1.25em; border-left:3px;{{{css|}}};">
{{editTemplate|GreyNote}}
{{editTemplate|GreyNote}}
*title = {{{title|This is a profound title from Grey.}}}
<div style="float:right; width:auto;"><small>{{{timestamp|02:32, 9 October 2024 (UTC)}}}</small></div>
*msg  = {{{msg|This completes the message from Grey for this [[topological now]]}}}
 
*date  = {{{date|20:25, 10 July 2023 (UTC)}}}
<div style="">{{{concept|Grey concept  }}}</div>
----
<div style="">{{{msg|Grey's explaination of the concept}}}</div>
</div>
</div>
<noinclude>
=== How to include this template in another wiki page, and pass text parameters===
;Within a wiki page, edit and insert this wiki-text:
<nowiki>
{{GreyNote
| concept = "My concept title"
| msg = "This is a message on that note."
| timestamp="some-string"
}}
</nowiki>
;Which is a valid style, or...
<nowiki>{{ GreyNote | concept = "My note title" | msg = "This is a message on that note." }}</nowiki>
;which is this when spaces are removed...
<nowiki>
{{GreyNote|concept="My concept title"|msg="This is a message on that concept note."}}
</nowiki>
</noinclude>

Latest revision as of 02:32, 9 October 2024

02:32, 9 October 2024 (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
| concept = "My concept title"
| msg = "This is a message on that note."
| timestamp="some-string"
}}

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