User:Rainspell/Boring Sandbox Name 1
From Guild Wars 2 Wiki
Jump to navigationJump to search
Sandbox 1. Storing the templates from Festival Food and Utilities here because that was a pain testing them out.
Final Food Template[edit]
== <[[Holiday Name]] Food and Utilities. Eliminate Utilities if there are none.> ==
=== Food ===
* <Notes>
* <Notes>
{| class = "collapsible recipe table"
! style="text-align:left; width:40px" | Level
! style="text-align:left; width:350px" | Item
! style="text-align:left; width:250px" | Effect
|-
| <Level>
| {{item icon|<Item>|large=y}}
| <Effect>
|-
|}
=== Utilities ===
* <Notes>
* <Notes>
{| class = "collapsible recipe table"
! style="text-align:left; width:40px" | Level
! style="text-align:left; width:350px" | Item
! style="text-align:left; width:250px" | Effect
|-
| <Level>
| {{item icon|<Item>|large=y}}
| <Effect>
|-
|}
Table Test 1[edit]
Was eventually the desired chart type.
- Pros
- Displayed information well
- Easily edited columns
- Cons
- Have to manually type everything
- Code
{| class = "collapsible recipe table"
! style="text-align:left; width:40px" | Level
! style="text-align:left; width:350px" | Item
! style="text-align:left; width:250px" | Effect
|-
| 5
| {{item icon|Candied Apple|large=y}}
| +3% [[Magic Find]] While under the Effect of a [[Boon]] <br> +15% [[Experience]] from Kills
|-
|}
- Output
| Level | Item | Effect |
|---|---|---|
| 5 | Candied Apple | +3% Magic Find While under the Effect of a Boon +15% Experience from Kills |
Table Test 2[edit]
Used a recipe template.
- Pros
- Very little typing
- Cons
- If items don't have recipes/common items they don't show up.
- Niche af
- Code
{{recipe table
| min rating = 0
| max rating = 400
| discipline = chef
| ingredient = Candy Cane
}}
- Output
| Item | Rarity | Discipline(s) | Rating | Ingredients |
|---|---|---|---|---|
| Peppermint Omnomberry Bar (Learned from: Recipe: Peppermint Omnomberry Bar) |
Masterwork | 400 | ||
| Scoop of Mintberry Swirl Ice Cream (Learned from: Recipe: Mintberry Swirl Ice Cream) |
Masterwork | 400 |
| |
| Tropical Peppermint Cake (Learned from: Recipe: Tropical Peppermint Cake) |
Masterwork | 400 |
Table Test 3[edit]
- Pros
- Simple, easy to follow/copy paste from excel
- Versatile
- Cons
- Split things oddly
- Centering issues on text, occasionally
- Code
{| class = "item sortable table"
|-
! Req. Level
! Name
! Duration (Minutes)
! Primary Effect
! Other Effect(s)
|-
| 80
| {{item icon|Delicious Rice Ball}}
| 30
| 100 [[Healing Power]] <br>+10% Healing Effectiveness (Outgoing)
| +25% [[Magic Find]] during [[Lunar New Year]].
|}
- Output
| Req. Level | Name | Duration (Minutes) | Primary Effect | Other Effect(s) |
|---|---|---|---|---|
| 80 | Delicious Rice Ball | 30 | 100 Healing Power +10% Healing Effectiveness (Outgoing) |
+25% Magic Find during Lunar New Year. |
[edit]
Learning to make Nav templates. Constructive criticism/advice appreciated! ("→" so I don't have to go find this sucker again)
<hr style="margin-top:1em; margin-bottom:1em; clear:both;" />
<div class="nav crafting">
<div class="box">
<div class="heading">[[Rurik's Engagement Ring]]</div>
<div class="wrapper" align="center">
{{item icon|Salvaged Debris}} → {{item icon|Strange Rock}} → {{item icon|Round Lump}} → {{item icon|Encrusted Ring}} → {{item icon|Soot-Covered Ring}} → {{item icon|Rurik's Engagement Ring}}
</div></div></div><noinclude>[[Category:Navigation templates|Rurik nav]]</noinclude>












