Template:SectionHeadingPrefix: Difference between revisions

From OER in Education
No edit summary
No edit summary
 
Line 2: Line 2:
{{#css:.tocnumber::before { content: "{{{1|}}}" } }}</includeonly><noinclude>
{{#css:.tocnumber::before { content: "{{{1|}}}" } }}</includeonly><noinclude>
This template allows you to prefix section titles with a "prefix":
This template allows you to prefix section titles with a "prefix":
<nowiki>{{</nowiki>SectionHeadingPrefix| prefix  }}
* <nowiki>{{</nowiki>SectionHeadingPrefix| prefix  }}
E.g. with
E.g. with
<nowiki>{{</nowiki>SectionHeadingPrefix|A.}}
<nowiki>{{</nowiki>SectionHeadingPrefix|A.}}

Latest revision as of 16:23, 3 January 2015

This template allows you to prefix section titles with a "prefix":

  • {{SectionHeadingPrefix| prefix }}

E.g. with {{SectionHeadingPrefix|A.}} a section called

  • 1.1. Section title

appears as

  • A.1.1. Section title

For further modifications to this wiki, see OER:Documentation.