Difference between revisions of "Template:Rule"

From Nynorn
Jump to navigation Jump to search
(crs)
Line 1: Line 1:
 
<includeonly><div align="center">
 
<includeonly><div align="center">
<hr style="background-color:#000; color:#000; {{#if:{{{width|{{{1|}}}}}}|width:{{{width|{{{1}}}}}}}}"/>
+
<hr style="background-color:#000; color:#000; {{#if:{{{width|{{{1|}}}}}}|width:{{{width|{{{1}}}}}}}} {{#if:{{{size|{{{1|}}}}}}|size:{{{size|{{{1}}}}}}}}"/>
 
</div></includeonly><noinclude>
 
</div></includeonly><noinclude>
 
This template inserts a black horizontal rule. It should be used in transcriptions in preference to wiki syntax "----", which inserts a rule but in a lighter colour. Furthermore there can be no certainty that the rendering of "----" will not change in the future.
 
This template inserts a black horizontal rule. It should be used in transcriptions in preference to wiki syntax "----", which inserts a rule but in a lighter colour. Furthermore there can be no certainty that the rendering of "----" will not change in the future.
Line 22: Line 22:
 
both produce
 
both produce
 
{{rule|12em}}
 
{{rule|12em}}
 +
 +
A height value may also be added with the size param.
 +
 +
  
 
For an example of its use in an actual transcription, see [[The Perth gazette and Western Australian journal/Volume 1/Number 9]].
 
For an example of its use in an actual transcription, see [[The Perth gazette and Western Australian journal/Volume 1/Number 9]].
 
</noinclude>
 
</noinclude>

Revision as of 13:37, 13 March 2009

This template inserts a black horizontal rule. It should be used in transcriptions in preference to wiki syntax "----", which inserts a rule but in a lighter colour. Furthermore there can be no certainty that the rendering of "----" will not change in the future.

For example

{{rule}}

produces


The common case of a double-rule can be achieved by

{{rule}}{rule}}

which produces



A width may optionally be provided, in which case a black horizontal rule of that width is centered on the line.

For example

{{rule|width=12em}}

and

{{rule|12em}}

both produce


A height value may also be added with the size param.


For an example of its use in an actual transcription, see The Perth gazette and Western Australian journal/Volume 1/Number 9.