Template:Para/doc

From The Sims Wiki, a collaborative database for The Sims series
This is the current revision of this page, as edited by K6ka (talk | contribs) at 13:02, 13 May 2019 (Created page with " ==Description== This template is used for demonstrating examples of template parameter code. ==Usage== This template can take two parameters. The first is us..."). The present address (URL) is a permanent link to this version.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description[edit source]

This template is used for demonstrating examples of template parameter code.

Usage[edit source]

This template can take two parameters. The first is used to display the name of the parameter being invoked. The second is used to display the value for the first parameter.

Code Result Notes
{{para|name}} |name=
{{para|title|{{var|book title}}}} |title=book title
{{para| |section}} |section For unnamed parameters, leave the first parameter blank
{{para|2=section}} |section You can also call the second parameter directly
{{para|{{var|parameter}}|{{var|value}}}} |parameter=value

Credits[edit source]

This template was taken from the English Wikipedia.