Template:Table feat: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>!rowspan="{{{rows|{{#expr: 1 + {{#if:{{{feature1|}}}| + 1 }} {{#if: {{{feature2|}}}| + 2 }} {{#if:{{{feature3|}}}| + 2 }} {{#if:{{{notes|}}}| + 2 }}}}}}}" style="font-weight: bold; width:20%;"{{!}}{{anchor|{{{name|}}}}}{{{name|}}} | <includeonly>!rowspan="{{{rows|{{#expr: 1 + {{#if:{{{feature1|}}}| + 1 }} {{#if: {{{feature2|}}}| + 2 }} {{#if:{{{feature3|}}}| + 2 }} {{#if:{{{notes|}}}| + 2 }}}}}}}" style="font-weight: bold; width:20%;"{{!}}{{anchor|{{{name|}}}}}{{{name|}}} | ||
{{#if: {{{description|}}} | {{!}} style="border-bottom: #2b2b2b dashed 1px; padding-bottom 0; padding-top:0;" {{!}}{{unbulleted list| | {{#if: {{{description|}}} | {{!}} style="border-bottom: #2b2b2b dashed 1px; padding-bottom: 0; padding-top:0;" {{!}}{{unbulleted list| | ||
{{{description|}}}}} | {{{description|}}}}} | ||
{{!}}-}} | {{!}}-}} | ||
{{#if: {{{feature1|}}}| | {{#if: {{{feature1|}}}| | ||
!style="text-align: left; font-weight:normal;" {{!}} {{sai|{{{feature1|}}}}} | !style="text-align: left; font-weight:normal; padding-top:2px; padding-bottom: 2px;" {{!}} {{sai|{{{feature1|}}}}} | ||
{{!}}- | {{!}}- | ||
{{!}} style="border-top:0px; border-bottom: #2b2b2b dashed 1px; padding-top:0; padding-bottom:0;" {{!}} {{unbulleted list| | {{!}} style="border-top:0px; border-bottom: #2b2b2b dashed 1px; padding-top:0; padding-bottom:0;" {{!}} {{unbulleted list| | ||
Line 10: | Line 10: | ||
{{!}}-}} | {{!}}-}} | ||
{{#if: {{{feature2|}}}| | {{#if: {{{feature2|}}}| | ||
!style="text-align: left; ;font-weight:normal;" {{!}} {{sai|{{{feature2|}}}}} | !style="text-align: left; ;font-weight:normal; padding-top:2px; padding-bottom: 2px;" {{!}} {{sai|{{{feature2|}}}}} | ||
{{!}}- | {{!}}- | ||
{{!}} style="border-top:0px; border-bottom: #2b2b2b dashed 1px; padding-top:0; padding-bottom:0;" {{!}}{{unbulleted list| | {{!}} style="border-top:0px; border-bottom: #2b2b2b dashed 1px; padding-top:0; padding-bottom:0;" {{!}}{{unbulleted list| | ||
Line 16: | Line 16: | ||
{{!}}-}} | {{!}}-}} | ||
{{#if: {{{feature3|}}}| | {{#if: {{{feature3|}}}| | ||
!style="text-align: left;font-weight:normal;" {{!}} {{sai|{{{feature3|}}}}} | !style="text-align: left;font-weight:normal; padding-top:2px; padding-bottom: 2px;" {{!}} {{sai|{{{feature3|}}}}} | ||
{{!}}- | {{!}}- | ||
{{!}} style="border-top:0px; border-bottom: #2b2b2b dashed 1px; padding-top:0; padding-bottom:0;" {{!}}{{unbulleted list| | {{!}} style="border-top:0px; border-bottom: #2b2b2b dashed 1px; padding-top:0; padding-bottom:0;" {{!}}{{unbulleted list| | ||
Line 22: | Line 22: | ||
{{!}}-}} | {{!}}-}} | ||
{{#if: {{{notes|}}}| | {{#if: {{{notes|}}}| | ||
!style="text-align: left; font-weight: bold;" {{!}} Notes | !style="text-align: left; font-weight: bold; padding-top:2px; padding-bottom: 2px;" {{!}} Notes | ||
{{!}}- | {{!}}- | ||
{{!}} style="border-top:0px; padding-top:0; padding-bottom:0;" {{!}} {{notebegin}} | {{!}} style="border-top:0px; padding-top:0; padding-bottom:0;" {{!}} {{notebegin}} |
Revision as of 02:54, 23 December 2023
Template documentation
Name | Description |
---|---|
Example Feat | |
| |
This is an example feature description.
| |
This is an example feature description.
| |
Example Feat 2 |
This is an example description.
|
Notes | |
|
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Rows | rows | Specify how many rows the name column will take up. Usually not needed to add this. | Unknown | optional |
First feature name | feature1 | Name of the first feature given by this feat | Unknown | optional |
Second feature name | feature2 | Name of the second feature. | Unknown | optional |
Third feature name | feature3 | no description | Unknown | optional |
Notes | notes | Add notes, in the form of a bullet list. | Unknown | optional |
Feat name | name | The name of the feat | Unknown | required |
Description | description | Description of the feat. Usually only needed for feats that don't give features | Unknown | optional |
First feature description | description1 | A description of the first feature, in the form of a bullet list | Unknown | optional |
Second feature description | description2 | A description of the second feature, in the form of a bullet list | Unknown | optional |
Third feature description | description3 | A description of the third feature, in the form of a bullet list | Unknown | optional |