Template:TalentTable/doc: Difference between revisions

Template page
(Created page with "Example <pre> {{TalentTable |{{TalentTab|lang=English |{{TalentRole|Commentators |t1=Bkop |t2=Lacoste }} |{{TalentRole|Observers|div=y |t1=KheZu |t2=CustomLink|t2link=Real }} }} }} </pre> In the TalentTable template, each parameter should be unnamed and call the Template:TalentTab template.")
 
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
Example
In the TalentTable template, each parameter should be unnamed and call the [[Template:TalentTab]] template.
 
=== Example ===
<pre>
<pre>
{{TalentTable
{{TalentTable
   |{{TalentTab|lang=English
   |{{TalentTab|lang=English|topNote=Note at the top|botNote=Note at the bottom
     |{{TalentRole|Commentators
     |{{TalentRole|Commentators|section=Section example
       |t1=Bkop
       |t1=Bkop
       |t2=Lacoste
       |t2=Lacoste
    }}
    |{{TalentRole|Observers||section=Second section
      |t1=KheZu
      |t2=CustomLink|t2link=RealLink|t2flag=USA
     }}
     }}
     |{{TalentRole|Observers|div=y
     |{{TalentRole|Observers|div=y
       |t1=KheZu
       |t1=Sheever
       |t2=CustomLink|t2link=Real
       |t2=Quinn
     }}
     }}
   }}
   }}
}}
}}
</pre>
</pre>
Will look like this:


In the TalentTable template, each parameter should be unnamed and call the [[Template:TalentTab]] template.
[[File:TalentTable_example.png]]

Latest revision as of 14:58, 14 February 2024

In the TalentTable template, each parameter should be unnamed and call the Template:TalentTab template.

Example

{{TalentTable
  |{{TalentTab|lang=English|topNote=Note at the top|botNote=Note at the bottom
    |{{TalentRole|Commentators|section=Section example
      |t1=Bkop
      |t2=Lacoste
    }}
    |{{TalentRole|Observers||section=Second section
      |t1=KheZu
      |t2=CustomLink|t2link=RealLink|t2flag=USA
    }}
    |{{TalentRole|Observers|div=y
      |t1=Sheever
      |t2=Quinn
    }}
  }}
}}

Will look like this:

TalentTable example.png