Template:GreyNote: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
<div style="border-left: 2px solid #ccc; padding-left: 10px; background:#202; color:lime;  padding:.25em; font-size:1.25em; border-left:3px;{{{css|}}};">
<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|05:56, 29 July 2023 (UTC)}}}</small></div>


<div style="">{{{concept|Grey concept  }}}</div>
<div style="">{{{concept|Grey concept  }}}</div>
Line 9: Line 8:
</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 20: 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."}}