Difference between revisions of "Template:Acronym"

From SWEBOK
Jump to: navigation, search
(Created page with "<noinclude> This is the "{{PAGENAME}}" template. It should be called in the following format: <pre> {{{{PAGENAME}} |Name= |Desc= }} </pre> {{#cargo_declare: _table=acronyms |N...")
 
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{{{PAGENAME}}
+
{{Acronym
|Name=
+
|name=
|Desc=
+
|description=
 
}}
 
}}
 
</pre>
 
</pre>
 
{{#cargo_declare:
 
{{#cargo_declare:
 
_table=acronyms
 
_table=acronyms
|Name=Text
+
|name=Text
|Desc=Text
+
|description=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:
+
;{{{name|}}}: {{#cargo_store:
 
_table=acronyms
 
_table=acronyms
|Name={{{Name|}}}
+
|name={{{name|}}}
|Desc={{{Desc|}}}}}
+
|description={{{description|}}}}}{{{description|}}}</includeonly>
</includeonly>
+

Latest revision as of 23:32, 14 July 2015

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

{{Acronym
|name=
|description=
}}

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