Template:Artistinfo: Difference between revisions

From Little Troubles
FelixTom (talk | contribs)
Created page with "{| style="float:right; padding: 1em; margin-left: 1em; background-color: #eee; border-radius: 1em; min-width: 200px;" !colspan="2" | {{{Title|{{PAGENAME}}}}} |- !colspan="2" | {{{ImageUrl|300px|center|frameless}}} |- |'''Other Names''' |{{{OtherNames}}} |- |'''First Featured In''' |{{{FirstFeaturedIn}}} |- |'''Number of Cards''' |{{{ArtistCardTotal}}} |- |'''Links''' |{{{ArtistLinks}}} |} <onlyinclude>Category:Artist</onlyinclude>"
 
Chesto (talk | contribs)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|-
|-
!colspan="2" | {{{ImageUrl|[[File:logo.png|300px|center|frameless]]}}}
!colspan="2" | {{{ImageUrl|[[File:logo.png|300px|center|frameless]]}}}
|-
<!-- If OtherNames is "N/A" or empty, don't display this row. -->
|'''Other Names'''
{{#ifexpr:{{#ifeq: {{{OtherNames|}}} | N/A | 0 | 1 }} and {{#ifeq: {{{OtherNames|}}} | | 0 | 1 }} and {{#ifeq: {{{OtherNames}}} | | 0 | 1 }}|
|{{{OtherNames}}}
{{!}}-
{{!}}'''Also Known As'''
{{!}}{{{OtherNames}}}
}}
|-
|-
|'''First Featured In'''
|'''First Featured In'''
Line 11: Line 14:
|-
|-
|'''Number of Cards'''
|'''Number of Cards'''
|{{{ArtistCardTotal}}}
|{{PAGESINCATEGORY:{{PAGENAME}}}}
|-
|-
|'''Links'''
|'''Links'''
|{{{ArtistLinks}}}
|{{{ArtistLinks}}}
|}
|}
<noinclude>
<pre>
{{Artistinfo|
Title=(NAME)|
ImageUrl=(IMGURL)|
OtherNames=(OTHERNAMES)|
FirstFeaturedIn=[[SET]]|
ArtistLinks=[URL URLNAME]
}}
</pre>
</noinclude>


<onlyinclude>[[Category:Artist]]</onlyinclude>
<includeonly>[[Category:Artist]]</includeonly>

Latest revision as of 20:58, 1 February 2026

Artistinfo
First Featured In {{{FirstFeaturedIn}}}
Number of Cards 0
Links {{{ArtistLinks}}}
{{Artistinfo|
Title=(NAME)|
ImageUrl=(IMGURL)|
OtherNames=(OTHERNAMES)|
FirstFeaturedIn=[[SET]]|
ArtistLinks=[URL URLNAME]
}}