Template:MultipleArtists: Difference between revisions
No edit summary |
tools.php rewrite |
||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>*'''Type''': Artist (multiple) | <includeonly>*'''Type''': Artist (multiple) | ||
{{#if:{{{native1|}}}|{{Artist|multipleformat=t|native={{{native1}}}|aliases={{{aliases1|}}}|groups={{{groups1|}}}|note={{{note1|}}}| | {{#if:{{{native1|}}}|{{Artist|multipleformat=t|native={{{native1}}}|aliases={{{aliases1|}}}|groups={{{groups1|}}}|note={{{note1|}}}|ehuserid={{{ehuserid1|}}}}} | ||
{{#if:{{{ | }}{{#if:{{{native2|}}}|:-------------------------- | ||
{{Artist|multipleformat=t|native={{{ | {{Artist|multipleformat=t|native={{{native2}}}|aliases={{{aliases2|}}}|groups={{{groups2|}}}|note={{{note2|}}}|ehuserid={{{ehuserid2|}}}}} | ||
}}{{#if:{{{native3|}}}|:-------------------------- | |||
{{#if:{{{ | {{Artist|multipleformat=t|native={{{native3}}}|aliases={{{aliases3|}}}|groups={{{groups3|}}}|note={{{note3|}}}|ehuserid={{{ehuserid3|}}}}} | ||
{{Artist|multipleformat=t|native={{{ | }}{{#if:{{{native4|}}}|:-------------------------- | ||
[[Category:Creator Tag]] | {{Artist|multipleformat=t|native={{{native4}}}|aliases={{{aliases4|}}}|groups={{{groups4|}}}|note={{{note4|}}}|ehuserid={{{ehuserid4|}}}}} | ||
}}{{#if:{{{native5|}}}|:-------------------------- | |||
{{Artist|multipleformat=t|native={{{native5}}}|aliases={{{aliases5|}}}|groups={{{groups5|}}}|note={{{note5|}}}|ehuserid={{{ehuserid5|}}}}} | |||
}}{{#if:{{{native6|}}}|:-------------------------- | |||
{{Artist|multipleformat=t|native={{{native6}}}|aliases={{{aliases6|}}}|groups={{{groups6|}}}|note={{{note6|}}}|ehuserid={{{ehuserid6|}}}}} | |||
}}{{#if:{{{native7|}}}|:-------------------------- | |||
{{Artist|multipleformat=t|native={{{native7}}}|aliases={{{aliases7|}}}|groups={{{groups7|}}}|note={{{note7|}}}|ehuserid={{{ehuserid7|}}}}} | |||
}}{{#if:{{{native8|}}}|:-------------------------- | |||
{{Artist|multipleformat=t|native={{{native8}}}|aliases={{{aliases8|}}}|groups={{{groups8|}}}|note={{{note8|}}}|ehuserid={{{ehuserid8|}}}}} | |||
}}{{#if:{{{native9|}}}|:-------------------------- | |||
{{Artist|multipleformat=t|native={{{native9}}}|aliases={{{aliases9|}}}|groups={{{groups9|}}}|note={{{note9|}}}|ehuserid={{{ehuserid9|}}}}} | |||
}}{{#if:{{{native10|}}}|:-------------------------- | |||
{{Artist|multipleformat=t|native={{{native10}}}|aliases={{{aliases10|}}}|groups={{{groups10|}}}|note={{{note10|}}}|ehuserid={{{ehuserid10|}}}}} | |||
}}{{#if:{{{taggroupid|}}}|*[https://repo.e-hentai.org/tools/taggroup?taggroup={{{taggroupid}}} '''Slave Tags'''] | |||
}}[[Category:Creator Tag]] | |||
</includeonly> | </includeonly> | ||
<noinclude>This template formats a list of multiple artists who fall under the same tag. Since this template uses [[Template:Artist]], (most) any changes to that basic format will be reflected in this template as well. The primary exception is any change to the format of the Slave Tags entry; that would have to be manually mirrored here. | |||
== Empty template for pasting == | |||
<pre> | |||
{{MultipleArtists | |||
|taggroupid= | |||
|native1= | |||
|aliases1= | |||
|groups1= | |||
|note1= | |||
|ehuserid1= | |||
|native2= | |||
|aliases2= | |||
|groups2= | |||
|note2= | |||
|ehuserid2= | |||
|native3= | |||
|aliases3= | |||
|groups3= | |||
|note3= | |||
|ehuserid3= | |||
|native4= | |||
|aliases4= | |||
|groups4= | |||
|note4= | |||
|ehuserid4= | |||
|native5= | |||
|aliases5= | |||
|groups5= | |||
|note5= | |||
|ehuserid5= | |||
|native6= | |||
|aliases6= | |||
|groups6= | |||
|note6= | |||
|ehuserid6= | |||
|native7= | |||
|aliases7= | |||
|groups7= | |||
|note7= | |||
|ehuserid7= | |||
|native8= | |||
|aliases8= | |||
|groups8= | |||
|note8= | |||
|ehuserid8= | |||
|native9= | |||
|aliases9= | |||
|groups9= | |||
|note9= | |||
|ehuserid9= | |||
|native10= | |||
|aliases10= | |||
|groups10= | |||
|note10= | |||
|ehuserid10= | |||
}} | |||
</pre> | |||
== Parameters == | |||
*'''taggroupid''': The ID for these artists' tag group in the tag tool, if there is one. | |||
**Since these artists share the same tag, they also necessarily share the same tag group. | |||
The numbered sets of parameters for this template correspond to the parameters of the [[Template:Artist|Artist template]]. | |||
A given set of artist information (say, X) will only show up if ''nativeX'' has a non-blank value. I.e., if you omit ''native4'' but set ''group4=abc'', "abc" will not show up anywhere in the output. | |||
This template does not strictly require that you use sequential sets of parameters (e.g., 1, 2, and 3 to describe 3 artists), but it ''will'' display them in order (i.e., 1 before 2 before 3 before 4, etc.). | |||
== Example == | |||
<pre> | |||
{{MultipleArtists | |||
|native1=たこ | |||
|groups1=[[ennui akatako]] | |||
|native2=たこ | |||
|note2=This artist worked on some adult games. It is uncertain whether s/he is related to another たこ. | |||
|native3=朶子 | |||
}} | |||
</pre> | |||
The result of this example may be seen on the [[tako]] page. I decline to reproduce the example here so that this page does not become part of the Creator Tag category. | |||
[[Category:Template]] | |||
</noinclude> | |||
Latest revision as of 22:03, 23 August 2023
This template formats a list of multiple artists who fall under the same tag. Since this template uses Template:Artist, (most) any changes to that basic format will be reflected in this template as well. The primary exception is any change to the format of the Slave Tags entry; that would have to be manually mirrored here.
Empty template for pasting
{{MultipleArtists
|taggroupid=
|native1=
|aliases1=
|groups1=
|note1=
|ehuserid1=
|native2=
|aliases2=
|groups2=
|note2=
|ehuserid2=
|native3=
|aliases3=
|groups3=
|note3=
|ehuserid3=
|native4=
|aliases4=
|groups4=
|note4=
|ehuserid4=
|native5=
|aliases5=
|groups5=
|note5=
|ehuserid5=
|native6=
|aliases6=
|groups6=
|note6=
|ehuserid6=
|native7=
|aliases7=
|groups7=
|note7=
|ehuserid7=
|native8=
|aliases8=
|groups8=
|note8=
|ehuserid8=
|native9=
|aliases9=
|groups9=
|note9=
|ehuserid9=
|native10=
|aliases10=
|groups10=
|note10=
|ehuserid10=
}}
Parameters
- taggroupid: The ID for these artists' tag group in the tag tool, if there is one.
- Since these artists share the same tag, they also necessarily share the same tag group.
The numbered sets of parameters for this template correspond to the parameters of the Artist template.
A given set of artist information (say, X) will only show up if nativeX has a non-blank value. I.e., if you omit native4 but set group4=abc, "abc" will not show up anywhere in the output.
This template does not strictly require that you use sequential sets of parameters (e.g., 1, 2, and 3 to describe 3 artists), but it will display them in order (i.e., 1 before 2 before 3 before 4, etc.).
Example
{{MultipleArtists
|native1=たこ
|groups1=[[ennui akatako]]
|native2=たこ
|note2=This artist worked on some adult games. It is uncertain whether s/he is related to another たこ.
|native3=朶子
}}
The result of this example may be seen on the tako page. I decline to reproduce the example here so that this page does not become part of the Creator Tag category.