Template:ProsConsTable: Difference between revisions

From Handhelds Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><div style="overflow-x:auto; max-width:100%;">
<includeonly><div style="overflow-x:auto; max-width:100%;">
{| class="wikitable" style="width:100%; max-width:800px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px;"
{| class="wikitable" style="width:100%; max-width:800px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; border: 3px solid #000;"
|-
|-
! colspan="2" style="background-color:#2c3e50; color:#ecf0f1; font-size: 1.5em; padding: 12px; text-align:center;" | Pros & Cons of the {{{title|{{PAGENAME}}}}}
! colspan="2" style="background-color:#2c3e50; color:#ecf0f1; font-size: 1.5em; padding: 12px; text-align:center;" | Pros & Cons of the {{{title|{{PAGENAME}}}}}
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>

Latest revision as of 05:44, 29 June 2025

Template Preview[edit]

This is how the template renders with example values:

Pros & Cons of the ProsConsTable
✅ Pros ❌ Cons
  • proshere
  • conshere

Usage[edit]

{{ProsConsTable
|pros=
* proshere
* 
|cons=
* conshere
* 
}}