User:Donni Iris/Sandbox/DPL Equipment: Difference between revisions
Jump to navigation
Jump to search
Donni Iris (talk | contribs) added totals |
Donni Iris (talk | contribs) center Totals |
||
| Line 17: | Line 17: | ||
titlematch =Yeti % | titlematch =Yeti % | ||
include ={ITEM infobox}:basemods | include ={ITEM infobox}:basemods | ||
format ={| {{STDT}}¶!Equipment¶!Stats,¶|-¶|{{Item|%PAGE%}}¶|,,¶|- | format ={| {{STDT}}¶!Equipment¶!Stats,¶|-¶|{{Item|%PAGE%}}¶|,,¶|-align=center¶|TOTALS¶|¶{|¶|-¶|{{User:Donni Iris/Equipment/Yeti Armor/Stats total A}}«br»{{User:Donni Iris/Equipment/Yeti Armor/Stats total B}}¶|}¶|} | ||
</dpl> | </dpl> | ||
| Line 31: | Line 31: | ||
,, | ,, | ||
¶|- | ¶|- | ||
align=center¶|TOTALS | |||
¶| | ¶| | ||
¶{| | ¶{| | ||
| Line 55: | Line 55: | ||
|- | |- | ||
| | align=center|TOTALS | ||
| | | | ||
{| | {| | ||
Latest revision as of 17:01, 7 May 2026
| Equipment | Total Bonus | |
|---|---|---|
+198 +128 +16 +114 |
+5 +5 +20 +2 | |
| Equipment | Stats | |
|---|---|---|
+49 +8 +9 +9 +9 | ||
+40 +1 +40 +35 | ||
+52 +1 +48 +42 | ||
+46 +2 +10 +9 +9 +9 | ||
+18 +3 +10 +24 +21 | ||
| TOTALS |
|
| Equipment | Stats |
|---|---|
+49 +8 +9 +9 +9 | |
+40 +1 +40 +35 | |
+52 +1 +48 +42 | |
+46 +2 +10 +9 +9 +9 | |
+18 +3 +10 +24 +21 |
| Name | Icon | Stats |
|---|---|---|
| Yeti Stockings | Yeti Stockings | +49 +8 +9 +9 +9 |
| Yeti Leggings | Yeti Leggings | +40 +1 +40 +35 |
| Yeti Jacket | Yeti Jacket | +52 +1 +48 +42 |
| Yeti Gloves | Yeti Gloves | +46 +2 +10 +9 +9 +9 |
| Yeti Mask | Yeti Mask | +18 +3 +10 +24 +21 |
Comma syntax (as used in dpl param format): Startall,Start,End,Endall
Startall, Start, End and Endall are wiki tags used to separate the list items.
- Startall and Endall define an outer frame for the whole list.
- Start and End build an inner frame for each article item.
| DPL escape character | Mediawiki character | Typical use |
|---|---|---|
» |
> | Call another MediaWiki extension into a parameter of a DPL call |
« |
< | |
²{ |
{{ | Call a template within the 'article loop' of DPL. This is especially useful for nesting DPL calls (DPL recursion) |
}² |
}} | |
¦ |
| | |
¶ |
newline | Inserts a line break into DPL's wikitext output, to allow proper parsing of first-character syntax (such as * # : ;)
|
\n |
newline |