Template:GreyNote: Difference between revisions
Jump to navigation
Jump to search
XenoEngineer (talk | contribs) No edit summary |
XenoEngineer (talk | contribs) mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="background:#202; color:lime; padding:. | <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}}}</small></div> | <div style="float:right; width:auto;"><small>{{{timestamp|02:32, 9 October 2024 (UTC)}}}</small></div> | ||
<div style="">{{{ | |||
<div style="">{{{concept|Grey concept }}}</div> | |||
---- | ---- | ||
<div style="">{{{msg| | <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=== | |||
;Within a wiki page, edit and insert this wiki-text: | |||
<nowiki> | <nowiki> | ||
{{GreyNote | {{GreyNote | ||
| | | concept = "My concept title" | ||
| msg = "This is a message on that note." | | 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> | |||
{{GreyNote| | |||
;which is this when spaces are removed... | |||
<nowiki> | |||
{{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
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."}}