Template:ProsConsTable: Difference between revisions
From Handhelds Wiki
Jump to navigationJump to search
HandheldWiki (talk | contribs) Created page with "<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;" |- ! colspan="2" style="background-color:#2c3e50; color:#ecf0f1; font-size: 1.5em; padding: 12px; text-align:center;" | Pros & Cons of the {{{1|{{PAGENAME}}}}} |- ! style="width: 50%; background-color: #d4edda; color: #155724; font-size: 1.1em; padding: 15px; text-align: center; b..." |
HandheldWiki (talk | contribs) No edit summary |
||
| (3 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 {{{ | ! 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;" | | ||
{{{ | {{{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;" | | ||
{{{ | {{{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> | |||