Difference between revisions of "User:YuvixAdun"

From Stardew Valley Wiki
Jump to navigation Jump to search
m
(*redlinks*)
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
My contributions; [[Special:Contributions/YuvixAdun]]
 
My contributions; [[Special:Contributions/YuvixAdun]]
 +
 +
==Mastery Template Draft==
 +
 +
<pre>
 +
<includeonly><span style="display:inline; margin-right:0;">{{#switch: {{lc:{{{1}}}}}
 +
|1|01|farming|[[Farming Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]]&nbsp;[[Mastery Cave#Masteries]]
 +
|2|02|mining|[[Mining Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]]&nbsp;[[Mastery Cave#Masteries]]
 +
|3|03|foraging|[[Foraging Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]]&nbsp;[[Mastery Cave#Masteries]]
 +
|4|04|fishing|[[Fishing Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]]&nbsp;[[Mastery Cave#Masteries]]
 +
|4|05||combat|[[Combat Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]]&nbsp;[[Mastery Cave#Masteries]]
 +
|#default = {{ucfirst:{{{1|}}} }} }}</span></includeonly>
 +
</pre>
 +
 +
==Mastery Template Docs Draft==
 +
 +
<pre>
 +
==Description==
 +
This template displays the mastery icon for the requested skill, plus the name as a link to the mastery page.
 +
 +
==Use==
 +
<pre>{{Mastery|name of skill|width (optional)}}</pre>
 +
 +
===Examples===
 +
<pre>{{Mastery|Combat}}
 +
{{Mastery|Farming|width=48}}
 +
</pre>
 +
 +
<!--Results:<br />
 +
{{Mastery|Combat}}<br />
 +
{{Mastery|Farming|width=48}}-->
 +
</pre>

Revision as of 18:53, 27 March 2024

Hi, I'm Yuvix Adun, avid Stardew Valley player for years and I want to contribute back to the community!

My contributions; Special:Contributions/YuvixAdun

Mastery Template Draft

<includeonly><span style="display:inline; margin-right:0;">{{#switch: {{lc:{{{1}}}}}
|1|01|farming|[[Farming Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]] [[Mastery Cave#Masteries]]
|2|02|mining|[[Mining Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]] [[Mastery Cave#Masteries]]
|3|03|foraging|[[Foraging Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]] [[Mastery Cave#Masteries]]
|4|04|fishing|[[Fishing Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]] [[Mastery Cave#Masteries]]
|4|05||combat|[[Combat Mastery]] = [[File:Mastery Icon.png|{{{width|24px}}}|link=]] [[Mastery Cave#Masteries]]
|#default = {{ucfirst:{{{1|}}} }} }}</span></includeonly>

Mastery Template Docs Draft

==Description==
This template displays the mastery icon for the requested skill, plus the name as a link to the mastery page.

==Use==
<pre>{{Mastery|name of skill|width (optional)}}

Examples

{{Mastery|Combat}}
{{Mastery|Farming|width=48}}