Template:TestingTemplate: Difference between revisions

From Wydd's Wiki
No edit summary
No edit summary
 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
{{Infobox
|Title=Testing Template
|Title={{PAGENAME}}
|-
|label1=Attunements:
|label1=Attunements
|data1={{ #if: {{{1|}}} | [[{{{1|}}}]]<br/>}}{{ #if: {{{2|}}} | [[{{{2|}}}]]<br/>}}{{ #if: {{{3|}}} | [[{{{3|}}}]]<br/>}}{{ #if: {{{4|}}} | [[{{{4|}}}]]<br/>}}{{ #if: {{{5|}}} | [[{{{5|}}}]]<br/>}}{{ #if: {{{6|}}} | [[{{{6|}}}<br/>]] |}}{{ #if: {{{7|}}} | [[{{{7|}}}<br/>]] |}}{{ #if: {{{8|}}} | [[{{{8|}}}]]<br/>}}
|{{CharacterAttunements|1=attunements1|2=attunements2|3=attunements3}}
||
|-
|label2=More Stuff:
|label2=Other Stuff
|data2={{{OtherStuff}}}
|data2={{{OtherStuff}}}
|label3=Attunement-x:
|data3={{ #if: {{{attunement1|}}} | [[{{{attunement1}}}|{{{attunement1|}}}]] ({{ #if: {{{attunement-location1|}}} | {{{attunement-location1}}} | }})<br/> | }}
{{ #if: {{{attunement2|}}} | [[{{{attunement2}}}|{{{attunement2|}}}]] ({{ #if: {{{attunement-location2|}}} | {{{attunement-location2}}} | }})<br/> | }}
}}
}}
<includeonly>
<includeonly>
</includeonly>
</includeonly>
{{ #if: {{{1|}}} | [[Category:Characters with {{{1|}}} attunement]]}}
{{ #if: {{{2|}}} | [[Category:Characters with {{{2|}}} attunement]]}}
{{ #if: {{{3|}}} | [[Category:Characters with {{{3|}}} attunement]]}}
{{ #if: {{{4|}}} | [[Category:Characters with {{{4|}}} attunement]]}}
{{ #if: {{{5|}}} | [[Category:Characters with {{{5|}}} attunement]]}}
{{ #if: {{{6|}}} | [[Category:Characters with {{{6|}}} attunement]]}}
{{ #if: {{{7|}}} | [[Category:Characters with {{{7|}}} attunement]]}}
{{ #if: {{{8|}}} | [[Category:Characters with {{{8|}}} attunement]]}}


<noinclude>
<noinclude>
Line 16: Line 25:
Example usage for a Character Attunement:
Example usage for a Character Attunement:


{{CharacterAttunement|Hydromancer|Pyromancer|SillyMancer}}
{{CharacterAttunements|Hydromancer|Pyromancer|SillyMancer}}


Note the lack of spacing or newlines in the above.  If you add those, it can mess up how it is displayed.
Note the lack of spacing or newlines in the above.  If you add those, it can mess up how it is displayed.

Latest revision as of 14:39, 4 February 2023

More Stuff: {{{OtherStuff}}}






Example usage for a Character Attunement:

{{CharacterAttunements|Hydromancer|Pyromancer|SillyMancer}}

Note the lack of spacing or newlines in the above.  If you add those, it can mess up how it is displayed.