Help:ABC extensions syntax
Jump to navigation
Jump to search
Extension Syntax
Several extension use special syntax. This is a synopsis.
- Site specific templates
- LST (Labeling a section for transclusion)
<section begin=exercises /> ... <section end=exercises />
- LST (Transcluding a labeled section)
{{#lst:Transcriptome|exercises}}
- Common sections are:
reading
andexercises
.
- Pubmedparser
{{#pmid:12345678}}
- This inserts the article information in a
<div>
, formatted by Template:Pubmed.
{{#pmid: 15289071 |Steipe2004}}
- This formats the output for the Cite extension; A footnote mark will be inserted at the edit location and the actual reference will appear beneath the
<references />
section of the page.