Difference between revisions of "Template:Content-A"

From University Innovation Fellows
Jump to navigation Jump to search
 
Line 6: Line 6:
 
<div style="margin-left: 30px;font-family:{{{c-font|sans-serif}}}; text-align:left;">{{{content}}}</div>
 
<div style="margin-left: 30px;font-family:{{{c-font|sans-serif}}}; text-align:left;">{{{content}}}</div>
 
</div>
 
</div>
 +
 +
<noinclude>
 +
== Usage ==
 +
<nowiki>{{Content-A|color=green|title=Demo title| content=I am the content}}</nowiki>
 +
 +
 +
Output:
 +
{{Content-A|color=green|title=Demo title| content=I am the content}}
 +
</noinclude>

Latest revision as of 17:59, 28 June 2022

{{{title}}}

{{{content}}}


Usage

{{Content-A|color=green|title=Demo title| content=I am the content}}


Output:

Demo title

I am the content