Template talk:DungeonItem: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(→‎Scarves: new section)
Line 54: Line 54:


As the page is located at [[Scarf (Mystery Dungeon)]], can a work-around be put into the template? It would take a lot of coding for each individual item on the dungeon pages. --[[User:Abcboy|Abcboy]] ([[User talk:Abcboy|talk]]) 00:17, 23 December 2012 (UTC)
As the page is located at [[Scarf (Mystery Dungeon)]], can a work-around be put into the template? It would take a lot of coding for each individual item on the dungeon pages. --[[User:Abcboy|Abcboy]] ([[User talk:Abcboy|talk]]) 00:17, 23 December 2012 (UTC)
:There's already a parameter for article title. I don't want to add a switch to shorten that because it'll negatively affect the template's performance, increasing the load on the servers. <span class="sc">[[User:Werdnae|<span style="color:#2D4B98;">Werdnae</span>]]</span> <small>[[User talk:Werdnae|<span style="color:#009000;">(talk)</span>]]</small> 02:30, 23 December 2012 (UTC)

Revision as of 02:30, 23 December 2012

How to use

Coding

First call the header, which uses two parameters: 1 (background color) and text (text color)

{{DungeonItem/h|<background color, uses color templates>|text=<only if needed; put hex code for text color>}}

For each entry there are five parameters: 1 (item name), 2 (article location, optional: leave out if the same as 1), 3 (floors), 4 (bundle size, for stacks of items) and sprite (image location if not at MDBag <1> sprite.png, use "None" if no image.)

If an item with image and own article:
{{DungeonItem|<item name>|3=<floors; put like so: 1F-10F>}}

If an item with no image but an article:
{{DungeonItem|<item name>|sprite=None|3=<floors; put like so: 1F-10F>}}

If an item with no individual article and no individual picture:
{{DungeonItem|<item name>|<main article>|<floors; put like so: 1F-10F>|sprite=<image location>}}

If an item with no individual article and no image:
{{DungeonItem|<item name>|<main article>|<floors; put like so: 1F-10F>|sprite=None}}

At the end of the table, place the table closing code:

|}

Example

Bumpy Mountain

Item Floors
Poké currency.png 34-49 Poké 1F-5F
MDBag Oran Berry TDS Sprite.png Oran Berry ??F
None.png Aspear Berry ??F
MDBag Chesto Berry TDS Sprite.png Chesto Berry ??F
MDBag Wonder Orb TDS Sprite.png Escape Orb ??F
MDBag Seed TDS Sprite.png Blast Seed ??F
None.png Shiny Box ??F
None.png Heavy Box ??F

Stone Cave

Item Floors
Poké currency.png 30-57 Poké B1F-B5F
MDBag Oran Berry TDS Sprite.png Oran Berry ??F
None.png Aspear Berry ??F
MDBag Chesto Berry TDS Sprite.png Chesto Berry ??F
File:MDBag Pecha Berry IV Sprite.png Pecha Berry ??F
MDBag Wonder Orb TDS Sprite.png Escape Orb ??F
MDBag Wonder Orb TDS Sprite.png Health Orb ??F
MDBag Wonder Orb TDS Sprite.png Everyone's Strength Orb ??F
MDBag Wonder Orb TDS Sprite.png Rollcall Orb ??F
None.png Shiny Box ??F
None.png Sinister Box ??F
MDBag Scarf TDS Sprite.png Zinc Band ??F
MDBag Seed TDS Sprite.png Heal Seed ??F
File:MDBag Health Drink Sprite.png Max Elixir ??F

Scarves

As the page is located at Scarf (Mystery Dungeon), can a work-around be put into the template? It would take a lot of coding for each individual item on the dungeon pages. --Abcboy (talk) 00:17, 23 December 2012 (UTC)

There's already a parameter for article title. I don't want to add a switch to shorten that because it'll negatively affect the template's performance, increasing the load on the servers. Werdnae (talk) 02:30, 23 December 2012 (UTC)