Template:ProsConsTable: Difference between revisions
From Handhelds Wiki
Jump to navigationJump to search
HandheldWiki (talk | contribs) No edit summary |
HandheldWiki (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
{{{cons|* <!-- Add cons here -->}}} | {{{cons|* <!-- Add cons here -->}}} | ||
|} | |} | ||
</div></includeonly> | </div></includeonly><noinclude> | ||
== Template Preview == | |||
This is how the template renders with example values: | |||
{{ProsConsTable | |||
|pros= | |||
* proshere | |||
* | |||
|cons= | |||
* conshere | |||
* | |||
}} | |||
== Usage == | |||
<pre> | |||
{{ProsConsTable | |||
|pros= | |||
* proshere | |||
* | |||
|cons= | |||
* conshere | |||
* | |||
}} | |||
</pre> | |||
</noinclude> | |||