User:Rmkane/Template:Exp items/doc: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(Adding initial documentation.) |
Pale Prism (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__<onlyinclude> | {{mainspace|template|status=complete}}__NOTOC__<onlyinclude> | ||
== Usage == | == Usage == | ||
<code><nowiki>{{Exp item| <name1> | <count1> | <name2>? | <count2>? | ... | <nameN> | <countN> }}</nowiki></code> | <code><nowiki>{{Exp item| <name1> | <count1> | <name2>? | <count2>? | ... | <nameN> | <countN> }}</nowiki></code> | ||
Line 10: | Line 10: | ||
== Examples == | == Examples == | ||
{| class="wikitable" | |||
{{User:Rmkane/Template:Exp items|Poké Ball|1|Great Ball|5|Ultra Ball|10|Potion|15|Super Potion|20|Hyper Potion|25|Max Potion|50|Revive|100|Max Revive|250|Razz Berry|500|Incense|1,000|Lucky Egg|1,500|Egg Incubator|5,000|Lure Module|10,000}}}} | ! Markup !! Result | ||
</onlyinclude> | |- | ||
| <code><nowiki>{{Exp items|Poké Ball|1|Great Ball|5|Ultra Ball|10}}</nowiki></code> || {{User:Rmkane/Template:Exp items|Poké Ball|1|Great Ball|5|Ultra Ball|10}} | |||
|- | |||
| <code><nowiki>{{Exp items|Potion|15|Super Potion|20|Hyper Potion|25|Max Potion|50}}</nowiki></code> || {{User:Rmkane/Template:Exp items|Potion|15|Super Potion|20|Hyper Potion|25|Max Potion|50}} | |||
|- | |||
| <code><nowiki>{{Exp items|Revive|100|Max Revive|250}}</nowiki></code> || {{User:Rmkane/Template:Exp items|Revive|100|Max Revive|250}} | |||
|- | |||
| <code><nowiki>{{Exp items|Razz Berry|500|Incense|1,000|Lucky Egg|1,500|Egg Incubator|5,000|Lure Module|10,000}}</nowiki></code> || {{User:Rmkane/Template:Exp items|Razz Berry|500|Incense|1,000|Lucky Egg|1,500|Egg Incubator|5,000|Lure Module|10,000}} | |||
|}</onlyinclude> |
Latest revision as of 23:01, 29 August 2021
This template is intended to be moved into one of Bulbapedia's main content spaces. Be mindful that it is still part of a personal userspace. Any content changes should be brought up on the talk page for this template. |
Usage
{{Exp item| <name1> | <count1> | <name2>? | <count2>? | ... | <nameN> | <countN> }}
Parameters
- name[]
- Names of the items.
- count[]
- Number of that items.