Template:GreyNote: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="background:#202; color:lime;  padding:.25em; font-size:1.25em;">
<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}}
<div style="float:right; width:auto;"><small>{{{timestamp|02:32, 9 October 2024 (UTC)}}}</small></div>


<div style="float:right; width:auto;"><small>{{{timestamp|[[Topological of Now|Topological of Now]]}}}</small></div>
<div style="">{{{concept|Grey concept  }}}</div>
<div style="">{{{title|This is a title for Grey's msg}}}</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>
=== 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:
;Within a wiki page, edit and insert this wiki-text:
  <nowiki>
  <nowiki>
{{GreyNote
{{GreyNote
| title = "My note title"
| concept = "My concept title"
| msg = "This is a message on that note."
| msg = "This is a message on that note."
| timestamp="some-string"
}}
}}
</nowiki>
</nowiki>
Line 19: Line 21:
;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>
  <nowiki>{{ GreyNote | concept = "My note title" | msg = "This is a message on that note." }}</nowiki>


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