This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Template:Itempage"

From Project 1999 Wiki
Jump to: navigation, search
(Created page with '<noinclude> == Usage == This is the template page for items. Note it is rather simple. I decided not to split all the item characteristics up into different parameters because i…')
 
m
 
(107 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>
+
<includeonly>{{Special:AuctionTracker/{{{itemname}}}}}{{#if: {{{second_image|}}} | [[ File:{{{second_image}}}|thumb|350x420px|{{{second_imagetext|}}} ]] }}{{#if: {{{third_image|}}}  | [[ File:{{{third_image}}} |thumb|350x420px|{{{third_imagetext|}}}  ]] }}
== Usage ==
+
__NOTOC__{{Itembox
This is the template page for items. Note it is rather simple. I decided not to split all the item characteristics
+
|itemname    = {{{itemname}}}
up into different parameters because it would require a much larger initial time investment to get items into the
+
|lucy_img_ID = {{{lucy_img_ID}}}
wiki.
+
|statsblock  =
 +
{{{statsblock}}}
 +
}}
 +
{{#if: {{{notes|}}} | {{{notes}}} <br>}}
 +
{{#if: {{{merchant_value|}}} | [[File:Item 645.png|16px]] Merchant resale value: '''{{{merchant_value}}}''' <br>}}
 +
{{#if: {{{dropsfrom|}}} | == Drops From == | == <span class='esec'>Drops From</span> ==}}
 +
{{{dropsfrom|<ul class='esec'><li> <span class='esec'>This item is not dropped by mobs.</span> </li></ul>}}}
 +
{{#if: {{{soldby|}}} | == Sold by == | == <span class='esec'>Sold by</span> ==}}
 +
{{#if: {{{soldby|}}}This item is sold by merchants:}}
  
As it stands now, the approach is
+
{{{soldby|<ul class='esec'><li> <span class='esec'>This item cannot be purchased from merchants.</span> </li></ul>}}}
1. Find the item page on alla
+
2. Make sure it is classic stats (and not upgraded)
+
3. DL the image, reupload to wiki, use a filename like '''item_dragoon_dirk.png'''
+
4. Create the wiki page for the item, use a name like '''Dragoon Dirk'''
+
5. Use this template
+
6. Copy the image name, the block of item stats, the NPC drop list, and quests list
+
7. Crosslink NPCs, zones, quests
+
  
Note: This will automatically include the item in [[:Category:Items]], but you'll have to add it to any subcategories.
+
{{#if: {{{relatedquests|}}} | == Related quests == | == <span class='esec'>Related quests</span> ==}}
</noinclude>
+
{{{relatedquests|<ul class='esec'><li> <span class='esec'>This item has no related quests.</span> </li></ul>}}}  {{#if: {{{bookcontents|}}} |<br>
[[File:{{{imagename}}}}|right]]
+
== Book contents ==
 +
{{{bookcontents}}} }}
  
{{{statsblock}}}
+
{{#if: {{{playercrafted|}}} | == Player crafted == | == <span class='esec'>Player crafted</span> ==}}
 +
{{#if: {{{playercrafted|}}}This item can be crafted with player tradeskills:}}
  
= Drops From =
+
{{{playercrafted|<ul class='esec'><li> <span class='esec'>This item is not crafted by players.</span> </li></ul>}}}
  
{{{dropsfrom}}}
+
{{#if: {{{recipes|}}} | == Tradeskill recipes == | == <span class='esec'>Tradeskill recipes</span> ==}}
 +
{{#if: {{{recipes|}}}This item is used in player tradeskills:}}
  
= Related Quests =
+
{{{recipes|<ul class='esec'><li> <span class='esec'>This item is not used in player tradeskills.</span> </li></ul>}}}
 +
<span id='itemfashion'></span> {{#if: {{{foraged|}}} |<br>
  
{{{relatedquests}}}
+
== Foraged ==
 
+
This item can be foraged:
[[Category:Items]]
+
{{{foraged}}} }}
 +
[[Category:Items]]</includeonly><noinclude>
 +
This is the template page for items. Note it is rather simple. I decided not to split all the item characteristics
 +
up into different parameters because it would require a much larger initial time investment to get items into the
 +
wiki.
 +
== Usage ==
 +
As it stands now, the approach is:
 +
# Use Rav's Itempage Util (linked on mainpage) to generate the itempage which uses this template
 +
# Reupload the item icon image to this wiki (keeping the same filename)
 +
# Review item stats, dropped from, related quests, crafted item, etc. and make any corrections appropriate for p1999.
 +
Note: This will automatically include the item in [[:Category:Items]], but you'll have to add it to any subcategories.
 +
[[Category:Templates]]</noinclude>

Latest revision as of 10:57, 17 November 2019

This is the template page for items. Note it is rather simple. I decided not to split all the item characteristics up into different parameters because it would require a much larger initial time investment to get items into the wiki.

Usage

As it stands now, the approach is:

  1. Use Rav's Itempage Util (linked on mainpage) to generate the itempage which uses this template
  2. Reupload the item icon image to this wiki (keeping the same filename)
  3. Review item stats, dropped from, related quests, crafted item, etc. and make any corrections appropriate for p1999.

Note: This will automatically include the item in Category:Items, but you'll have to add it to any subcategories.