Template:ProsConsTable: Difference between revisions

From Handhelds Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions 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 {{{1|{{PAGENAME}}}}}
! colspan="2" style="background-color:#2c3e50; color:#ecf0f1; font-size: 1.5em; padding: 12px; text-align:center;" | Pros & Cons of the {{{title|{{PAGENAME}}}}}
|-
|-
! style="width: 50%; background-color: #d4edda; color: #155724; font-size: 1.1em; padding: 15px; text-align: center; border-radius: 8px 0 0 0; white-space: normal;" | ✅ Pros
! style="width: 50%; background-color: #d4edda; color: #155724; font-size: 1.1em; padding: 15px; text-align: center; border-radius: 8px 0 0 0; white-space: normal;" | ✅ Pros
Line 8: Line 8:
|-
|-
| style="background-color: #d4edda; color: #155724; padding: 15px; text-align: left; line-height: 1.5em; white-space: normal;" |
| style="background-color: #d4edda; color: #155724; padding: 15px; text-align: left; line-height: 1.5em; white-space: normal;" |
{{{2|* <!-- Add pros here -->}}}
{{{pros|* <!-- Add pros here -->}}}
| style="background-color: #f8d7da; color: #721c24; padding: 15px; text-align: left; line-height: 1.5em; white-space: normal;" |
| style="background-color: #f8d7da; color: #721c24; padding: 15px; text-align: left; line-height: 1.5em; white-space: normal;" |
{{{3|* <!-- 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
* 
}}