Template:Glossary: Difference between revisions
Created page with "<includeonly> {{#if:{{{fn|}}}| <span class="glossary-link"> [[Glossary:{{{term}}}|{{{text|{{{term}}}}}}]]<ref name="glossary-{{{term}}}"> [[Glossary:{{{term}}}]] — glossary definition </ref> </span> | <span class="glossary-link"> [[Glossary:{{{term}}}|{{{text|{{{term}}}}}}]] </span> }} </includeonly> <noinclude> Usage: <pre> {{GlossaryLink|term=Foobar}} {{GlossaryLink|term=Foobar|text=foobar widget}} {{GlossaryLink|term=Foobar|fn=1}} </pre> </noinclude>" |
No edit summary |
||
| Line 17: | Line 17: | ||
<pre> | <pre> | ||
{{ | {{Glossary|term=Foobar}} | ||
{{ | {{Glossary|term=Foobar|text=foobar widget}} | ||
{{ | {{Glossary|term=Foobar|fn=1}} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||