Template:Xmlelement: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:


== Rendering in an article ==
== Rendering in an article ==
This is how the copyright notice will appear in an article:
This is how it will appear in an article:


<div style="color:green;font-size:larger;background-color:lightgrey"><strong> .... </strong></div>
<p style="color:green;font-size:larger;background-color:lightgrey"><strong> .... </strong></p>


</noinclude><includeonly><div style="color:green;font-size:larger;background-color:lightgrey"><strong>{{{1}}}</strong></div></includeonly>
</noinclude><includeonly><p style="color:green;font-size:larger;background-color:lightgrey"><strong>{{{1}}}</strong></p></includeonly>

Revision as of 23:17, 1 September 2009

  • This is the template for headings, typically in an XML tutorial
  • Please do not edit this template, unless you know what you do and you have a good idea on how templates work.

Usage for authors

You can get this banner by inserting the following template in your article (usually at the beginning):

  • {{XMLelement ...}}

Rendering in an article

This is how it will appear in an article:

....