Difference between revisions of "Template:Acronym"

From SWEBOK
Jump to: navigation, search
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Acronym
 
{{Acronym
|Name=
+
|name=
|Desc=
+
|desc=
 
}}
 
}}
 
</pre>
 
</pre>
 
{{#cargo_declare:
 
{{#cargo_declare:
 
_table=acronyms
 
_table=acronyms
|Name=Text
+
|name=Text
|Desc=Text
+
|desc=Text
 
}}
 
}}
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
<tr><td>{{{Name|}}}</td><td>{{{Desc}}}</td></tr>{{#cargo_store:
+
<tr><td>{{{name|}}}</td><td>{{{desc}}}</td></tr>{{#cargo_store:
 
_table=acronyms
 
_table=acronyms
|Name={{{Name|}}}
+
|name={{{name|}}}
|Desc={{{Desc|}}}}}
+
|desc={{{desc|}}}}}
 
</includeonly>
 
</includeonly>

Revision as of 22:22, 14 July 2015

This is the "Acronym" template. It should be called in the following format:

{{Acronym
|name=
|desc=
}}

This template defines the table "acronyms". View table. Edit the page to see the template text.