Difference between revisions of "Template:UO Image"
BrianFreud (talk | contribs) m |
BrianFreud (talk | contribs) m |
||
(145 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#ifeq: {{{1|}}}|map| | + | <includeonly>{{#ifeq: {{{1|}}}|map|{{#ifexpr:{{#ifeq:{{{5}}}|N|1|0}} or {{#ifeq:{{{5}}}|S|1|0}}|{{#if: true| <!-- This does the work to convert sextant coordinates to tile coordinates. |
− | + | ||
− | |felucca=0 | + | Maps: |
+ | 1 = Britannia (Tram or Fel) | ||
+ | 2 = Lost Lands | ||
+ | 3 = Ilshenar | ||
+ | 4 = Malas | ||
+ | 5 = Tokuno | ||
+ | 6 = Ter Mur | ||
+ | 7 = Eodon | ||
+ | |||
+ | START COORDINATE CONVERSION CODE --> | ||
+ | {{#arraydefine:split|{{{4}}} }} | ||
+ | {{#vardefine: y1|{{#arrayindex:split|0}} }} | ||
+ | {{#vardefine: y2|{{#arrayindex:split|1}} }} | ||
+ | {{#vardefine: y3|{{{5}}} }} | ||
+ | {{#arraydefine:split|{{{6}}} }} | ||
+ | {{#vardefine: x1|{{#arrayindex:split|0}} }} | ||
+ | {{#vardefine: x2|{{#arrayindex:split|1}} }} | ||
+ | {{#vardefine: x3|{{{7}}} }} | ||
+ | {{#vardefine:map|{{{3}}} }} | ||
+ | {{#vardefine: height|{{#switch: {{#var:map}} | ||
+ | | 1 = 4096 | ||
+ | | 2 = 4096 | ||
+ | | 3 = 1600 | ||
+ | | 4 = 2048 | ||
+ | | 5 = 1448 | ||
+ | | 6 = 4096 | ||
+ | | 7 = 4096 | ||
+ | }} }} | ||
+ | {{#vardefine: centerY|{{#switch: {{#var:map}} | ||
+ | | 1 = 1624 | ||
+ | | 2 = 3112 | ||
+ | | 3 = 1624 | ||
+ | | 4 = 1624 | ||
+ | | 5 = 1624 | ||
+ | | 6 = 1624 | ||
+ | | 7 =1624 | ||
+ | }} }} | ||
+ | {{#vardefine: width|{{#switch: {{#var:map}} | ||
+ | | 1 = 5120 | ||
+ | | 2 = 5120 | ||
+ | | 3 = 2304 | ||
+ | | 4 = 2560 | ||
+ | | 5 = 1448 | ||
+ | | 6 = 1280 | ||
+ | | 7 = 1280 | ||
+ | }} }} | ||
+ | {{#vardefine: centerX|{{#switch: {{#var:map}} | ||
+ | | 1 = 1323 | ||
+ | | 2 = 5936 | ||
+ | | 3 = 1323 | ||
+ | | 4 = 1323 | ||
+ | | 5 = 1323 | ||
+ | | 6 = 1323 | ||
+ | | 7 = 1323 | ||
+ | }} }} | ||
+ | {{#vardefine: y|{{#expr:{{#expr:{{#var:y1}}*100}}+{{#expr:{{#expr:{{#var:y2}}*10}}/6}}}}}} | ||
+ | {{#vardefine: y|{{#ifeq: {{#var:y3}}|N|{{#expr:36000-{{#var:y}} }}|{{#var:y}} }} }} | ||
+ | {{#vardefine: y|{{#expr:{{#var:y}}*{{#var:height}}}}}} | ||
+ | {{#vardefine: y|{{#expr:{{#var:y}}/36000}}}} | ||
+ | {{#vardefine: y|{{#expr:{{#var:centerY}}+{{#var:y}}}}}} | ||
+ | {{#vardefine: y|{{#expr:{{#var:y}} mod {{#var:height}}}}}} | ||
+ | {{#vardefine: x|{{#expr:{{#expr:{{#var:x1}}*100}}+{{#expr:{{#expr:{{#var:x2}}*10}}/6}}}}}} | ||
+ | {{#vardefine: x|{{#ifeq: {{#var:x3}}|W|{{#expr:36000-{{#var:x}} }}|{{#var:x}} }} }} | ||
+ | {{#vardefine: x|{{#expr:{{#var:x}}*{{#var:width}}}}}} | ||
+ | {{#vardefine: x|{{#expr:{{#var:x}}/36000}}}} | ||
+ | {{#vardefine: x|{{#expr:{{#var:centerX}}+{{#var:x}}}}}} | ||
+ | {{#vardefine: x|{{#expr:{{#var:x}} mod {{#var:width}}}}}} | ||
+ | <!-- END COORDINATE CONVERSION CODE --> | ||
+ | |||
+ | {{#vardefine: pixels|{{{8|175}}} }} | ||
+ | {{#vardefine: showcoords|{{{9|}}} }} | ||
+ | }}|{{#if: true| | ||
+ | {{#vardefine: x|{{{3}}} }} | ||
+ | {{#vardefine: y|{{{4}}} }} | ||
+ | {{#vardefine: pixels|{{{5|175}}} }} | ||
+ | {{#vardefine: showcoords|{{{6|}}} }} | ||
+ | }} }} | ||
+ | <div style="display:inline-block;"><div style="position: relative;overflow: hidden;display:inline-block;<!-- | ||
+ | -->{{#if: {{{magnify|}}}|transform:scale({{{magnify|1}}})<!-- | ||
+ | -->{{#vardefine: translate|{{#expr: {{#expr: {{{magnify}}} - 1}} * {{#var: pixels}} }} }}<!-- | ||
+ | --> {{#if:{{{sepia|}}}|rotate(45deg)}} translate({{#var:translate}}px,{{#var:translate}}px);<!-- | ||
+ | -->{{#vardefine: diameter|{{#expr: {{{magnify}}} * {{#expr: {{#var:pixels}} * 2}} }} }}<!-- | ||
+ | -->width:{{#var: diameter}}px;height:{{#var: diameter}}px;<!-- | ||
+ | -->|width:{{#expr:{{#var:pixels}}*2}}px;height:{{#expr:{{#var:pixels}}*2}}px;}} | ||
+ | ">{{#vardefine:map|{{{2}}} }}<div {{#if:{{{blur|}}}|class="blur"}} data-pixels={{#var:pixels}} style="clip-path: circle({{#var:pixels}}px at {{#var:x}}px {{#var:y}}px); transform: translate({{#expr: {{#var:pixels}}-{{#var:x}} }}px,{{#expr: {{#var:pixels}}-{{#var:y}} }}px); width:{{#switch: {{#var:map}} | ||
+ | | felucca = 7168 | ||
+ | | trammel = 7168 | ||
+ | | lost lands = 7168 | ||
+ | | ilshenar = 2304 | ||
+ | | malas = 2560 | ||
+ | | tokuno = 1448 | ||
+ | | ter mur = 1280 | ||
+ | | eodon = 1280 | ||
+ | }}px; height:{{#switch: {{#var:map}} | ||
+ | | felucca = 4096 | ||
+ | | trammel = 4096 | ||
+ | | lost lands = 4096 | ||
+ | | ilshenar = 1600 | ||
+ | | malas = 2048 | ||
+ | | tokuno = 1448 | ||
+ | | ter mur = 4096 | ||
+ | | eodon = 4096 | ||
+ | }}px;image-rendering: pixelated;">{{#if:{{{sepia|}}}|<div class="lightsepia">}}[[File:MAP{{#switch: {{lc:{{{2|}}} }}|felucca=0 | ||
|trammel=1 | |trammel=1 | ||
+ | |lost lands=1 | ||
|ilshenar=2 | |ilshenar=2 | ||
|malas=3 | |malas=3 | ||
Line 8: | Line 111: | ||
|ter mur=5 | |ter mur=5 | ||
|eodon=5 | |eodon=5 | ||
− | }}-1.png]] </div></div>}} | + | }}-1.png|link=]]{{#if:{{{sepia|}}}|</div>}}{{#if:{{{compassrose|}}}|<div class="compassrose" style="left:{{#expr:{{#var:x}} - 65}}px; top:{{#var:y}}px;"> </div>}} {{#if:{{{pintype|}}}|{{UOAddPin|{{{pintype}}}|{{{pinX}}}|{{{pinY}}}|{{{pinName}}} |scalepin={{{scalepin|.5}}}|sepia=1 }} }}</div></div>{{#ifeq:{{#var:showcoords}}|yes|<br><center>Coordinates: {{#var:x}} x {{#var:y}}</center> }}{{#if:{{{caption|}}}|<br><center>{{{caption}}}</center> }}</div>}}</includeonly><noinclude> |
− | </includeonly><noinclude> | ||
== Maps == | == Maps == | ||
− | <nowiki>{{UO_Image|map|facet|x|y| | + | <nowiki>{{UO_Image|map|facet|x|y|r|b|magnify=xxx|caption=xxx}} |
+ | |||
Where: | Where: | ||
facet = felucca, trammel, ilshenar, tokuno, ter mur, or eodon | facet = felucca, trammel, ilshenar, tokuno, ter mur, or eodon | ||
x and y = coords of the center of the circle | x and y = coords of the center of the circle | ||
− | + | r = the radius of the circle to draw (in pixels) | |
+ | b = optional, set to 'yes' to also show the coordinates of the center of the circle | ||
+ | magnify=xxx = optional. set 'xxx' to the amount to magnify the image. (2 = 200%, 3 = 300%, etc) | ||
+ | caption=xxx = optional. set 'xxx' to the desired caption for the map | ||
Examples: | Examples: | ||
+ | |||
Vesper {{UO_Image|map|felucca|2926|842|215}} | Vesper {{UO_Image|map|felucca|2926|842|215}} | ||
− | Kotl City {{UO_Image|map|eodon| | + | Kotl City {{UO_Image|map|eodon|573|2367|139}} |
− | Sea Market {{UO_Image|map| | + | Sea Market {{UO_Image|map|trammel|4550|2355|75|yes}} |
</nowiki> | </nowiki> | ||
+ | |||
+ | |||
+ | Result: | ||
+ | {{UO_Image|map|felucca|2926|842|215}} {{UO_Image|map|eodon|577|2371|153}} {{UO_Image|map|trammel|4550|2355|75|yes}} | ||
+ | |||
+ | |||
+ | |||
+ | You can also use sextant coordinates. | ||
+ | |||
+ | <nowiki>{{UO_Image|map|facet|c|x|NS|y|EW|r|b}} | ||
+ | |||
+ | Where: | ||
+ | facet = felucca, trammel, ilshenar, tokuno, ter mur, or eodon | ||
+ | c = coordinate system: </nowiki> | ||
+ | :* 1 = Britannia (Tram or Fel) | ||
+ | :* 2 = Lost Lands | ||
+ | :* 3 = Ilshenar | ||
+ | :* 4 = Malas | ||
+ | :* 5 = Tokuno | ||
+ | :* 6 = Ter Mur | ||
+ | :* 7 = Eodon | ||
+ | <nowiki>x and y = sextant coords of the center of the circle. Use a comma to separate degrees from minutes. (For 123o 8'N, you would use '123,8'.) | ||
+ | NS = N or S, whichever is applicable for the sextant location | ||
+ | EW = E or W, whichever is applicable for the sextant location | ||
+ | r = the radius of the circle to draw (in pixels) | ||
+ | b = optional, set to 'yes' to also show the coordinates of the center of the circle | ||
+ | |||
+ | Example: | ||
+ | |||
+ | Location on Ice Island at 123o 8'N 172o 59'W {{UO_Image|map|felucca|1|123,8|N|172,59|W|75|yes}}</nowiki> | ||
+ | |||
+ | |||
Result: | Result: | ||
− | {{UO_Image|map|felucca| | + | {{UO_Image|map|felucca|1|123,8|N|172,59|W|75|yes}} |
− | </noinclude><includeonly>{{#ifeq: {{{1|}}}|shard|[[File:UO-image-shard-{{ucfirst: {{{2}}} }}.png| | + | |
+ | </noinclude><includeonly>{{#ifeq: {{{1|}}}|shard|[[File:UO-image-shard-{{ucfirst: {{{2}}} }}.png|{{{3|120}}}px|link={{{link|}}}]]}}</includeonly><noinclude> | ||
+ | |||
+ | |||
+ | |||
== Shard Shields == | == Shard Shields == | ||
− | <nowiki>{{UO_Image|shard|name}} | + | <nowiki>{{UO_Image|shard|name|size}} |
Where: | Where: | ||
name = the name of the shard | name = the name of the shard | ||
+ | link = optional, the name of the page you want linked to from the image. | ||
+ | size = optional, size in pixels. By default it is 60px. | ||
Examples: | Examples: | ||
Line 34: | Line 179: | ||
Chesapeake: {{UO_Image|shard|Chesapeake}} | Chesapeake: {{UO_Image|shard|Chesapeake}} | ||
Formosa: {{UO_Image|shard|Formosa}} | Formosa: {{UO_Image|shard|Formosa}} | ||
+ | Yamato: {{UO_Image|shard|Yamato|60}} | ||
</nowiki> | </nowiki> | ||
Result: | Result: | ||
− | {{UO_Image|shard|Baekdu}} {{UO_Image|shard|Chesapeake}} {{UO_Image|shard|Formosa}} | + | {{UO_Image|shard|Baekdu}} {{UO_Image|shard|Chesapeake}} {{UO_Image|shard|Formosa}} {{UO_Image|shard|Yamato|60}} |
+ | </noinclude><includeonly>{{#ifeq: {{{1|}}}|icon|[[File:UO-image-icon-{{ucfirst: {{{2}}} }}.png|{{{3|40}}}px|link={{{link|}}}]]}}</includeonly><noinclude> | ||
+ | |||
+ | == Icons == | ||
+ | <nowiki>{{UO_Image|icon|name|size}} | ||
+ | Where: | ||
+ | name = the name of the icon | ||
+ | size = optional, size in pixels. By default it is 40px. | ||
+ | </nowiki> | ||
+ | Valid icons: | ||
+ | * {{UO_Image|icon|Caution}} Caution | ||
+ | |||
+ | == Common Images == | ||
+ | |||
+ | </noinclude><includeonly>{{#if:{{{nobr|}}}|<span style="white-space: nowrap;">}}{{#ifeq: {{{1|}}}|image|<span class="verticalcenterimg">[[File:UO-Item-{{#switch: {{{2}}} | ||
+ | | # = {{{3}}}-{{#if:{{{4|}}}|{{{4}}}|0}} | ||
+ | | Abyssal Cloth = 5991-2075 | ||
+ | | Academic Books = 7717-2413 | ||
+ | | Acid Sac = 3175-1124 | ||
+ | | Amber = 3877-0 | ||
+ | | Amethyst = 3862-0 | ||
+ | | Ancient Parchment = 8817-2970 | ||
+ | | Animal Pheromone = 6191-0 | ||
+ | | Antique Documents Kit = 7867-0 | ||
+ | | A Pitcher Of Milk = 2544-0 | ||
+ | | Apple = 2512-0 | ||
+ | | Arcanic Rune Stone = 22332-0 | ||
+ | | A Small Piece Of Blackrock = 3877-1175 | ||
+ | | Automaton Actuator = 40169-0 | ||
+ | | Autumn Dragonfish Steak = 2427-544 | ||
+ | | Axle = 4187-0 | ||
+ | | Ball Of Yarn = 3615-0 | ||
+ | | Bananas = 5922-0 | ||
+ | | Bark Fragment = 12687-0 | ||
+ | | Barrel Hoops = 4321-0 | ||
+ | | Barrel Lid = 7608-0 | ||
+ | | Ring Of The Elements = 4234-1257 | ||
+ | | Leggings Of Bane = 5054-1269 | ||
+ | | Hat Of The Magi = 5912-1153 | ||
+ | | Barrel Staves = 7857-0 | ||
+ | | Barrel Tap = 4100-0 | ||
+ | | Basket Of Green Tea = 10315-0 | ||
+ | | Batwing = 3960-0 | ||
+ | | Beeswax = 5154-0 | ||
+ | | Black Moonstone = 40106-1902 | ||
+ | | Blackmoor = 3961-0 | ||
+ | | Black Pearl = 3962-0 | ||
+ | | Black Powder = 16954-1109 | ||
+ | | Blank Scroll = 3827-0 | ||
+ | | Blight = 12675-0 | ||
+ | | Blood Moss = 3963-0 | ||
+ | | Blood Of The Dark Father = 40319-2741 | ||
+ | | Bloodspawn = 3964-0 | ||
+ | | Blue Corn = 3199-1284 | ||
+ | | Blue Diamond = 12696-0 | ||
+ | | Blue Lobster Meat = 4159-2591 | ||
+ | | Board = 7127-0 | ||
+ | | Boards = 7127-0 | ||
+ | | Oak Boards = 7127-2010 | ||
+ | | Ash Boards = 7127-1191 | ||
+ | | Yew Boards = 7127-1192 | ||
+ | | Heartwood Boards = 7127-1193 | ||
+ | | Bloodwood Boards = 7127-1194 | ||
+ | | Frostwood Boards = 7127-1151 | ||
+ | | Bola Balls = 3699-2220 | ||
+ | | Bolt Of Cloth = 3989-0 | ||
+ | | Bone = 3966-0 | ||
+ | | Bottle of Ichor = 22344-0 | ||
+ | | Bottle Of Liquor = 2459-0 | ||
+ | | Bottle Of Wine = 2503-0 | ||
+ | | Boura Pelt = 22338-0 | ||
+ | | Bowl Of Peas = 5628-0 | ||
+ | | Bowl Of Rotworm Stew = 5636-0 | ||
+ | | Brilliant Amber = 12697-0 | ||
+ | | Brilliant Amber = 12697-53 | ||
+ | | Brimstone = 3967-0 | ||
+ | | Broadsword = 3934-0 | ||
+ | | Broken Crystals = 8775-690 | ||
+ | | Dull Copper Ingots = 7154-2419 | ||
+ | | Shadow Iron Ingots = 7154-2406 | ||
+ | | Copper Ingots = 7154-2413 | ||
+ | | Bronze Ingots = 7154-2418 | ||
+ | | Gold Ingots = 7154-2213 | ||
+ | | Agapite Ingots = 7154-2425 | ||
+ | | Verite Ingots = 7154-2207 | ||
+ | | Bread Loaf = 4155-0 | ||
+ | | Ham = 2515-0 | ||
+ | | Valorite Ingots = 7154-2219 | ||
+ | | Bull Fish Steak = 2427-1175 | ||
+ | | Cake Mix = 4159-0 | ||
+ | | Candelabra = 2599-0 | ||
+ | | Captured Essence = 12686-0 | ||
+ | | Carrot = 3191-0 | ||
+ | | Chaga Mushroom = 22339-0 | ||
+ | | Charcoal = 16954-1190 | ||
+ | | Citrine = 3861-0 | ||
+ | | Clock Frame = 4173-0 | ||
+ | | Clock Parts = 4175-0 | ||
+ | | Clockwork Assembly = 7848-1102 | ||
+ | | Close Helmet = 5128-0 | ||
+ | | Cloth = 5991-0 | ||
+ | | Cocoa Butter = 4164-1111 | ||
+ | | Cocoa Liquor = 4159-1130 | ||
+ | | Cocoa Pulp = 3964-537 | ||
+ | | Coffee Grounds = 22331-0 | ||
+ | | Coffee Pod = 39460-0 | ||
+ | | Color Fixative = 6189-1285 | ||
+ | | Cookie Mix = 4159-0 | ||
+ | | Copper Wire = 6265-0 | ||
+ | | Corruption = 12676-0 | ||
+ | | Crossbow Bolt = 7163-0 | ||
+ | | Crushed Glass = 22331-0 | ||
+ | | Crystal Dust = 16393-2103 | ||
+ | | Crystal Fish Steak = 2427-1167 | ||
+ | | Crystalline Blackrock = 22322-0 | ||
+ | | Crystal Shards = 22328-0 | ||
+ | | Cure = 5163-2587 | ||
+ | | Cut Cloth = 5990-0 | ||
+ | | Cut Of Raw Ribs = 2545-0 | ||
+ | | Daemon Blood = 3965-0 | ||
+ | | Daemon Bone = 3968-0 | ||
+ | | Daemon Claw = 22305-0 | ||
+ | | Darkglow Poison = 3850-150 | ||
+ | | Dark Sapphire = 12690-0 | ||
+ | | Dark Truffle = 3352-1908 | ||
+ | | Dead Wood = 3984-0 | ||
+ | | Delicate Scales = 22330-0 | ||
+ | | Diamond = 3878-0 | ||
+ | | Diseased Bark = 12683-0 | ||
+ | | Dough = 4157-0 | ||
+ | | Dragon's Blood = 16503-0 | ||
+ | | Dragon's Blood Old = 3970-0 | ||
+ | | Dragon Scale = 9908-0 | ||
+ | | Dragon Turtle Scute = 39886-0 | ||
+ | | Dread Horn Mane = 12682-0 | ||
+ | | Dry Reeds = 7125-0 | ||
+ | | Dyes = 4009-0 | ||
+ | | Ear Of Corn = 3201-0 | ||
+ | | Ecru Citrine = 12693-0 | ||
+ | | Eggs = 2485-0 | ||
+ | | Elven Fletching = 22327-0 | ||
+ | | Emerald = 3856-0 | ||
+ | | Empty Bottle = 3854-0 | ||
+ | | Enchanted Essence = 11698-0 | ||
+ | | Enchanted Switch = 12124-0 | ||
+ | | Essence Of Achievement = 22300-1724 | ||
+ | | Essence Of Balance = 22300-1268 | ||
+ | | Essence Of Control = 22300-1165 | ||
+ | | Essence Of Diligence = 22300-1166 | ||
+ | | Essence Of Direction = 22300-97 | ||
+ | | Essence Of Feeling = 22300-52 | ||
+ | | Essence Of Order = 22300-1153 | ||
+ | | Essence Of Passion = 22300-1161 | ||
+ | | Essence Of Persistence = 22300-37 | ||
+ | | Essence Of Precision = 22300-1158 | ||
+ | | Essence Of Singularity = 22300-1175 | ||
+ | | Executioner's Cap = 3971-0 | ||
+ | | Explosion Potion = 3853-0 | ||
+ | | Eye of Newt = 3975-0 | ||
+ | | Eye Of The Travesty = 12685-0 | ||
+ | | Faery Dust = 22341-0 | ||
+ | | Fairy Dragon Wing = 4228-1111 | ||
+ | | Fairy Dust = 22341-0 | ||
+ | | Fairy Salmon Steak = 2427-2578 | ||
+ | | Feather = 7121-0 | ||
+ | | Feather = 7121-0 | ||
+ | | Fertile Dirt = 3969-0 | ||
+ | | Fey Wings = 22310-0 | ||
+ | | Fire Fish Steak = 2427-2117 | ||
+ | | Fire Ruby = 12695-0 | ||
+ | | Foil Sheet = 40008-1281 | ||
+ | | Fresh Ginger = 11235-0 | ||
+ | | Garlic = 3972-0 | ||
+ | | Gate Scroll = 8032-0 | ||
+ | | Gauntlets Of Nobility = 5099-1278 | ||
+ | | Gears = 4179-0 | ||
+ | | Giant Koi Steak = 2427-1257 | ||
+ | | Ginseng = 3973-0 | ||
+ | | Glass Sword = 2316-0 | ||
+ | | Gloss = 19674-0 | ||
+ | | Goblin Blood = 22316-0 | ||
+ | | Gold 1 = 3821-0 | ||
+ | | Gold 2 = 3822-0 | ||
+ | | Gold 3 = 3823-0 | ||
+ | | Gold Coin = 3823-0 | ||
+ | | Gold Dust = 19465-1177 | ||
+ | | Gorgon Lens = 9905-1645 | ||
+ | | Granite = 6009-0 | ||
+ | | Dull Copper Granite = 6009-2419 | ||
+ | | Shadow Iron Granite = 6009-2406 | ||
+ | | Copper Granite = 6009-2413 | ||
+ | | Bronze Granite = 6009-2418 | ||
+ | | Gold Granite = 6009-2213 | ||
+ | | Agapite Granite = 6009-2425 | ||
+ | | Verite Granite = 6009-2207 | ||
+ | | Valorite Granite = 6009-2219 | ||
+ | | Grapes = 2513-0 | ||
+ | | Grave Dust = 3983-0 | ||
+ | | Great Barracuda Steak = 2427-1287 | ||
+ | | Greater Heal Potion = 3852-0 | ||
+ | | Greater Strength Potion = 3849-0 | ||
+ | | Grizzled Bones = 12684-0 | ||
+ | | Hat Of The Magi = 5912-1153 | ||
+ | | Head Of Cabbage = 3196-0 | ||
+ | | Head Of Lettuce = 3184-0 | ||
+ | | Heating Stand = 6217-0 | ||
+ | | Hitching Rope = 5368-2418 | ||
+ | | Hollow Prism = 12125-0 | ||
+ | | Holy Mackerel Steak = 2427-2959 | ||
+ | | Ingots = 7154-0 | ||
+ | | Inoperative Automaton Head = 40369-0 | ||
+ | | Jar Of Honey = 2540-0 | ||
+ | | Jeweled Filigree = 12126-0 | ||
+ | | Keg = 3711-0 | ||
+ | | Lard Of Paroxysmus = 12681-0 | ||
+ | | Lava Berry = 22326-1955 | ||
+ | | Lava Fish Steak = 2427-1779 | ||
+ | | Lava Serpent Crust = 22317-0 | ||
+ | | Leather = 4225-0 | ||
+ | | Spined Leather = 4225-2220 | ||
+ | | Horned Leather = 4225-2117 | ||
+ | | Barbed Leather = 4225-2129 | ||
+ | | Leather Braid = 5152-2968 | ||
+ | | Leggings Of Bane = 5054-1269 | ||
+ | | Level 1 Treasure Map = 5355-0 | ||
+ | | Level 2 Treasure Map = 5355-0 | ||
+ | | Level 3 Treasure Map = 5355-0 | ||
+ | | Level 4 Treasure Map = 5355-0 | ||
+ | | Level 5 Treasure Map = 5355-0 | ||
+ | | Lodestone = 22329-0 | ||
+ | | Luminescent Fungi = 12689-0 | ||
+ | | Magical Residue = 11697-0 | ||
+ | | Malleable Alloy = 7145-2949 | ||
+ | | Mandrake Root = 3974-0 | ||
+ | | Map = 5355-0 | ||
+ | | Mapmaker's Pen = 4032-0 | ||
+ | | Match Cord = 5153-1171 | ||
+ | | Medusa Blood = 11702-0 | ||
+ | | Mento Seasoning = 2454-95 | ||
+ | | Metal Keg = 3711-244 | ||
+ | | Midnight Bracers = 5198-1109 | ||
+ | | Moonstone Crystal Shards = 40118-0 | ||
+ | | Mortar And Pestle = 3739-0 | ||
+ | | Muculent = 12680-0 | ||
+ | | Myrmidex Eggsac = 10248-1272 | ||
+ | | Nexus Core = 19330-0 | ||
+ | | Nightshade = 3976-0 | ||
+ | | Nox Crystal = 3982-0 | ||
+ | | Obsidian = 3977-0 | ||
+ | | Onion = 3182-0 | ||
+ | | Parasitic Plant = 12688-0 | ||
+ | | Parasitic Poison = 3850-380 | ||
+ | | Peach = 2514-0 | ||
+ | | Pear = 5933-0 | ||
+ | | Perfect Banana = 5922-1119 | ||
+ | | Perfect Emerald = 12692-0 | ||
+ | | Pewter Bowl = 5629-0 | ||
+ | | Phillip's Wooden Steed = 16382-0 | ||
+ | | Pig Iron = 3978-0 | ||
+ | | Pile of Barbed Hides = 4217-2129 | ||
+ | | Pile of Barbed Leather = 4225-2129 | ||
+ | | Pile of Hides = 4217-0 | ||
+ | | Pile of Horned Hides = 4217-2117 | ||
+ | | Pile of Horned Leather = 4225-2117 | ||
+ | | Pile of Leather = 4225-0 | ||
+ | | Pile of Spined Hides = 4217-2220 | ||
+ | | Pile of Spined Leather = 4225-2220 | ||
+ | | Plant Clippings = 16418-0 | ||
+ | | Plant Pigment = 3842-0 | ||
+ | | Platemail Tunic = 5141-0 | ||
+ | | Poison Potion = 3850-0 | ||
+ | | Polish = 19672-0 | ||
+ | | Potash = 16954-1102 | ||
+ | | Powdered Iron = 22333-0 | ||
+ | | Power Crystal = 7964-0 | ||
+ | | Pristine Dread Horn = 12634-0 | ||
+ | | Protection Scroll = 7995-0 | ||
+ | | Pumice = 3979-0 | ||
+ | | Pumpkin = 3178-0 | ||
+ | | Putrefaction = 12678-883 | ||
+ | | Raptor Teeth = 22343-0 | ||
+ | | Raw Bird = 2489-0 | ||
+ | | Raw Chicken Leg = 5639-0 | ||
+ | | Raw Fish Steak = 2427-0 | ||
+ | | Raw Leg of Lamb = 5641-0 | ||
+ | | Raw Leg Of Lamb = 5641-0 | ||
+ | | Raw Meat = 2545-0 | ||
+ | | Raw Rotworm Meat = 11705-0 | ||
+ | | Reaper Fish Steak = 2427-1152 | ||
+ | | Recall Scroll = 8012-0 | ||
+ | | Recipe = 10289-0 | ||
+ | | Reflective Wolf Eye = 22345-0 | ||
+ | | Relic Fragment = 11699-0 | ||
+ | | Resolve's Bridle = 4980-0 | ||
+ | | Ring Of The Elements = 4234-1257 | ||
+ | | River Moss = 22333-1272 | ||
+ | | Rolling Pin = 4163-0 | ||
+ | | Rope = 5368-0 | ||
+ | | Ruby = 3859-0 | ||
+ | | Runed Prism = 12119-0 | ||
+ | | Sack Of Sugar = 4153-1121 | ||
+ | | Saltpeter = 16954-1150 | ||
+ | | Samuel's Secret Sauce = 2463-1461 | ||
+ | | Sapphire = 3857-0 | ||
+ | | Sausage = 2496-0 | ||
+ | | Scales = 6225-0 | ||
+ | | Scourge = 12677-150 | ||
+ | | Scouring Toxin = 6216-0 | ||
+ | | Scribe's Pen = 4031-0 | ||
+ | | Seed Of Renewal = 22326-0 | ||
+ | | Serpent's Scale = 3982-0 | ||
+ | | Sewing Kit = 3997-0 | ||
+ | | Sextant Parts = 4185-0 | ||
+ | | Shaft = 7124-0 | ||
+ | | Shimmering Crystals = 8741-0 | ||
+ | | Sifter = 4158-0 | ||
+ | | Silver Serpent Venom = 3620-1155 | ||
+ | | Silver Snake Skin = 22340-0 | ||
+ | | Skillet = 2431-0 | ||
+ | | Slith Tongue = 22342-0 | ||
+ | | Softened Reeds = 16390-0 | ||
+ | | Solvent Flask = 7192-2969 | ||
+ | | Spider Carapace = 22304-0 | ||
+ | | Spider Crab Meat = 4159-2539 | ||
+ | | Spider's Silk = 3981-0 | ||
+ | | Spider’s Silk = 3981-0 | ||
+ | | Spiders' Silk = 3981-0 | ||
+ | | Spool Of Thread = 4000-0 | ||
+ | | Springs = 4189-0 | ||
+ | | Squash = 3187-0 | ||
+ | | Staff Of The Magi = 3568-1153 | ||
+ | | Star Sapphire = 3855-0 | ||
+ | | Stasis Chamber Power Core = 40155-0 | ||
+ | | Stone Crab Meat = 4159-2558 | ||
+ | | Sulfurous Ash = 3980-0 | ||
+ | | Sulphurous Ash = 3980-0 | ||
+ | | Summer Dragonfish Steak = 2427-43 | ||
+ | | Summon Daemon Scroll = 8041-0 | ||
+ | | Sweet Cocoa Butter = 4157-0 | ||
+ | | Sweet Dough = 4157-0 | ||
+ | | Switch = 12127-0 | ||
+ | | Taint = 12679-731 | ||
+ | | Quicksilver = 4036-811 | ||
+ | | Sand = 16954-2413 | ||
+ | | Tiger Pelt = 39884-243 | ||
+ | | Tinker's Tools = 7868-0 | ||
+ | | Tithing Points = 3823-0 | ||
+ | | Tourmaline = 3864-0 | ||
+ | | Toxic Venom Sac = 16389-368 | ||
+ | | Training Dummy = 5359-0 | ||
+ | | Tribal Berry = 2512-6 | ||
+ | | Turquoise = 12691-0 | ||
+ | | Unabridged Atlas Of Eodon = 7185-2007 | ||
+ | | Unbaked Apple Pie = 4162-0 | ||
+ | | Unbaked Fruit Pie = 4162-0 | ||
+ | | Unbaked Meat Pie = 4162-0 | ||
+ | | Unbaked Peach Cobbler = 4162-0 | ||
+ | | Unbaked Pumpkin Pie = 4162-0 | ||
+ | | Uncooked Cheese Pizza = 4227-0 | ||
+ | | Uncooked Quiche = 4162-0 | ||
+ | | Uncooked Sausage Pizza = 4227-0 | ||
+ | | Undying Flesh = 22321-0 | ||
+ | | Unicorn Fish Steak = 2427-1154 | ||
+ | | Unmarked Rune = 7956-0 | ||
+ | | Vanilla = 3626-1122 | ||
+ | | Varnish = 11617-0 | ||
+ | | Vial of Blood = 3965-0 | ||
+ | | Vial of Vitriol = 22306-0 | ||
+ | | Void Essence = 16391-2101 | ||
+ | | Void Orb = 22334-0 | ||
+ | | Volcanic Ash = 3983-0 | ||
+ | | Wash = 5162-2506 | ||
+ | | Water = 8093-0 | ||
+ | | Wheat Sheaf = 7869-0 | ||
+ | | Wheel Of Cheese = 2430-0 | ||
+ | | White Pearl = 12694-0 | ||
+ | | Wilted Soul Fragments = 16394-2120 | ||
+ | | Wooden Bowl = 5624-0 | ||
+ | | Wood Pulp = 4157-0 | ||
+ | | Workable Glass = 19328-0 | ||
+ | | Wyrm's Heart = 3985-0 | ||
+ | | Yellowtail Barracuda Steak = 2427-2515 | ||
+ | | Academic Books = 7717-2413 | ||
+ | | Zoogi Fungus = 9911-0 | ||
+ | | Scour = 19673-0 | ||
+ | | Amelia's Toolbox = 7864-1895 | ||
+ | | Ancient Hammer = 5091-1154 | ||
+ | | Blow Pipe = 3722-953 | ||
+ | | Dovetail Saw = 4136-0 | ||
+ | | Draw Knife = 4324-0 | ||
+ | | Fletcher's Tools = 4130-0 | ||
+ | | Froe = 4325-0 | ||
+ | | Hammer = 4138-0 | ||
+ | | Hammer Of Hephaestus = 5092-0 | ||
+ | | Inshave = 4326-0 | ||
+ | | Jointing Plane = 4144-0 | ||
+ | | Mallet and Chisel = 4787-0 | ||
+ | | Moulding Planes = 4140-0 | ||
+ | | Nails = 4142-0 | ||
+ | | Pickaxe = 3718-0 | ||
+ | | Blow Pipe = 3722-2301 | ||
+ | | Mallet And Chisel = 4787-0 | ||
+ | | Saw = 4148-0 | ||
+ | | Scorp = 4327-0 | ||
+ | | Sledge Hammer = 4020-0 | ||
+ | | Smith's Hammer = 5091-0 | ||
+ | | Smoothing Plane = 4146-0 | ||
+ | | Tinker's Tools (loose) = 7868-0 | ||
+ | | Crystal Granules = 16392-2625 | ||
+ | | Tinker's Tools (round) = 7865-0 | ||
+ | | Tongs = 4027-0 | ||
+ | | Interior Decorator = 4033-0 | ||
+ | | An Interior Decorator = 4033-0 | ||
+ | | Gauntlets Of Nobility = 5099-1278 | ||
+ | | Logs = 7133-0 | ||
+ | | Cure Of Defense = 5163-2587 | ||
+ | | Cure Of Fortification = 5163-2587 | ||
+ | | Cure Of Hardening = 5163-2587 | ||
+ | | Cure Of Invulnerability = 5163-2587 | ||
+ | | Cure Of Protection = 5163-2587 | ||
+ | | Gloss Of Defense = 19674-2119 | ||
+ | | Gloss Of Fortification = 19674-2119 | ||
+ | | Gloss Of Hardening = 19674-2119 | ||
+ | | Gloss Of Invulnerability = 19674-2119 | ||
+ | | Gloss Of Protection = 19674-2119 | ||
+ | | Polish Of Defense = 19672-2952 | ||
+ | | Polish Of Fortification = 19672-2952 | ||
+ | | Polish Of Hardening = 19672-2952 | ||
+ | | Polish Of Invulnerability = 19672-2952 | ||
+ | | Polish Of Protection = 19672-2952 | ||
+ | | Scour Of Defense = 19673-2967 | ||
+ | | Scour Of Fortification = 19673-2967 | ||
+ | | Scour Of Hardening = 19673-2967 | ||
+ | | Scour Of Invulnerability = 19673-2967 | ||
+ | | Scour Of Protection = 19673-2967 | ||
+ | | Varnish Of Defense = 11617-0 | ||
+ | | Varnish Of Fortification = 11617-0 | ||
+ | | Varnish Of Hardening = 11617-0 | ||
+ | | Varnish Of Invulnerability = 11617-0 | ||
+ | | Varnish Of Protection = 11617-0 | ||
+ | | Wash Of Defense = 5162-2506 | ||
+ | | Wash Of Fortification = 5162-2506 | ||
+ | | Wash Of Hardening = 5162-2506 | ||
+ | | Wash Of Invulnerability = 5162-2506 | ||
+ | | Wash Of Protection = 5162-2506 | ||
+ | | Red Dragon Scale = 9908-1645 | ||
+ | | Yellow Dragon Scale = 9908-2216 | ||
+ | | Black Dragon Scale = 9908-1109 | ||
+ | | Green Dragon Scale = 9908-2129 | ||
+ | | White Dragon Scale = 9908-2301 | ||
+ | | Blue Dragon Scale = 9908-2224 | ||
+ | | Focus Of Theurgy = 4020-2065 | ||
+ | | Key Of The Caretaker = 9916-2967 | ||
+ | | Pouch = 3705-0 | ||
+ | | Red Candle = 5171-33 | ||
+ | | Black Candle = 5171-2051 | ||
+ | | Pagan Obsidian = 40937-0 | ||
+ | | Salt = 19465-0 | ||
+ | | Dried Herbs = 3138-0 | ||
+ | | Raw Serpent Steak = 42017-0 | ||
+ | | Raw Dino Ribs = 42021-0 | ||
+ | | Fresh Seasoning = 4102-1150 | ||
+ | | Ocean Sapphire = 42004-1917 | ||
+ | }}.png|alt={{{2}}}]]</span>{{#ifeq: {{{3|}}}|no||{{#switch: {{{2}}} | ||
+ | | # = {{#if: {{{5|}}}| [[UO:{{{5}}}|{{#replace:{{{6|{{{5}}}}}}| | }}]]}} | ||
+ | | Dragon's Blood Old = [[UO:Dragon's Blood (Pagan)|Dragon's Blood]] | ||
+ | | Pagan Obsidian = [[UO:Obsidian (20th_Anniversary_event)|Obsidian]] | ||
+ | | Black Candle = [[UO:Candle (black)|Black Candle]] | ||
+ | | Red Candle = [[UO:Candle (red)|Red Candle]] | ||
+ | | #default = {{#if: {{{nonbsp|}}| [[UO:{{{2}}}|{{{2}}}]]| [[UO:{{{2}}}|{{#replace:{{{2}}}| | }}]]}} | ||
+ | }} }} }}{{#if:{{{nobr}}}|</span>}}</includeonly><noinclude> | ||
+ | |||
+ | <nowiki>{{UO_Image|image|itemname|text}}</nowiki> | ||
+ | |||
+ | <nowiki>{{UO_Image|image|#|graphic #|hue}}</nowiki> | ||
+ | |||
+ | <nowiki>{{UO_Image|image|#|graphic #|hue|page name|page link text}}</nowiki> | ||
+ | |||
+ | Where: | ||
+ | |||
+ | itemname = the name of the item, one of: | ||
+ | |||
+ | * Abyssal Cloth | ||
+ | * Academic Books | ||
+ | * Acid Sac | ||
+ | * Amber | ||
+ | * Amethyst | ||
+ | * Ancient Parchment | ||
+ | * Animal Pheromone | ||
+ | * Antique Documents Kit | ||
+ | * A Pitcher Of Milk | ||
+ | * Apple | ||
+ | * Arcanic Rune Stone | ||
+ | * A Small Piece Of Blackrock | ||
+ | * Automaton Actuator | ||
+ | * Autumn Dragonfish Steak | ||
+ | * Axle | ||
+ | * Ball Of Yarn | ||
+ | * Bananas | ||
+ | * Bark Fragment | ||
+ | * Barrel Hoops | ||
+ | * Barrel Lid | ||
+ | * Barrel Staves | ||
+ | * Barrel Tap | ||
+ | * Basket Of Green Tea | ||
+ | * Batwing | ||
+ | * Beeswax | ||
+ | * Black Dragon Scale | ||
+ | * Black Moonstone | ||
+ | * Blackmoor | ||
+ | * Black Pearl | ||
+ | * Black Powder | ||
+ | * Blank Scroll | ||
+ | * Blight | ||
+ | * Blood Moss | ||
+ | * Blood Of The Dark Father | ||
+ | * Bloodspawn | ||
+ | * Blue Corn | ||
+ | * Blue Diamond | ||
+ | * Blue Dragon Scale | ||
+ | * Blue Lobster Meat | ||
+ | * Board | ||
+ | * Boards | ||
+ | * Bola Balls | ||
+ | * Bolt Of Cloth | ||
+ | * Bone | ||
+ | * Bottle of Ichor | ||
+ | * Bottle Of Liquor | ||
+ | * Bottle Of Wine | ||
+ | * Boura Pelt | ||
+ | * Bowl Of Peas | ||
+ | * Bowl Of Rotworm Stew | ||
+ | * Brilliant Amber | ||
+ | * Brilliant Amber | ||
+ | * Brimstone | ||
+ | * Broadsword | ||
+ | * Broadsword | ||
+ | * Broken Crystals | ||
+ | * Bronze Ingots | ||
+ | * Bull Fish Steak | ||
+ | * Cake Mix | ||
+ | * Candelabra | ||
+ | * Captured Essence | ||
+ | * Captured Essence | ||
+ | * Carrot | ||
+ | * Chaga Mushroom | ||
+ | * Charcoal | ||
+ | * Citrine | ||
+ | * Clock Frame | ||
+ | * Clock Parts | ||
+ | * Clockwork Assembly | ||
+ | * Close Helmet | ||
+ | * Cloth | ||
+ | * Cocoa Butter | ||
+ | * Cocoa Liquor | ||
+ | * Cocoa Pulp | ||
+ | * Coffee Grounds | ||
+ | * Coffee Pod | ||
+ | * Color Fixative | ||
+ | * Cookie Mix | ||
+ | * Copper Wire | ||
+ | * Corruption | ||
+ | * Crossbow Bolt | ||
+ | * Crushed Glass | ||
+ | * Crystal Dust | ||
+ | * Crystal Fish Steak | ||
+ | * Crystalline Blackrock | ||
+ | * Crystal Shards | ||
+ | * Cure | ||
+ | * Cut Cloth | ||
+ | * Cut Of Raw Ribs | ||
+ | * Daemon Blood | ||
+ | * Daemon Bone | ||
+ | * Daemon Claw | ||
+ | * Darkglow Poison | ||
+ | * Dark Sapphire | ||
+ | * Dark Truffle | ||
+ | * Dead Wood | ||
+ | * Delicate Scales | ||
+ | * Diamond | ||
+ | * Diseased Bark | ||
+ | * Dough | ||
+ | * Dragon's Blood | ||
+ | * Dragon's Blood Old | ||
+ | * Dragon Scale | ||
+ | * Dragon Turtle Scute | ||
+ | * Dread Horn Mane | ||
+ | * Dry Reeds | ||
+ | * Dyes | ||
+ | * Ear Of Corn | ||
+ | * Ecru Citrine | ||
+ | * Eggs | ||
+ | * Elven Fletching | ||
+ | * Emerald | ||
+ | * Empty Bottle | ||
+ | * Enchanted Essence | ||
+ | * Enchanted Switch | ||
+ | * Essence Of Achievement | ||
+ | * Essence Of Balance | ||
+ | * Essence Of Control | ||
+ | * Essence Of Diligence | ||
+ | * Essence Of Direction | ||
+ | * Essence Of Feeling | ||
+ | * Essence Of Order | ||
+ | * Essence Of Passion | ||
+ | * Essence Of Persistence | ||
+ | * Essence Of Precision | ||
+ | * Essence Of Singularity | ||
+ | * Executioner's Cap | ||
+ | * Explosion Potion | ||
+ | * Eye of Newt | ||
+ | * Eye Of The Travesty | ||
+ | * Faery Dust | ||
+ | * Fairy Dragon Wing | ||
+ | * Fairy Dust | ||
+ | * Fairy Salmon Steak | ||
+ | * Feather | ||
+ | * Feather | ||
+ | * Fertile Dirt | ||
+ | * Fey Wings | ||
+ | * Fire Fish Steak | ||
+ | * Fire Ruby | ||
+ | * Foil Sheet | ||
+ | * Fresh Ginger | ||
+ | * Garlic | ||
+ | * Gate Scroll | ||
+ | * Gauntlets Of Nobility | ||
+ | * Gears | ||
+ | * Giant Koi Steak | ||
+ | * Ginseng | ||
+ | * Glass Sword | ||
+ | * Gloss | ||
+ | * Goblin Blood | ||
+ | * Gold 1 | ||
+ | * Gold 2 | ||
+ | * Gold 3 | ||
+ | * Gold Coin | ||
+ | * Gold Dust | ||
+ | * Gorgon Lens | ||
+ | * Granite | ||
+ | * Grapes | ||
+ | * Grave Dust | ||
+ | * Great Barracuda Steak | ||
+ | * Greater Heal Potion | ||
+ | * Greater Strength Potion | ||
+ | * Green Dragon Scale | ||
+ | * Grizzled Bones | ||
+ | * Hat Of The Magi | ||
+ | * Head Of Cabbage | ||
+ | * Head Of Lettuce | ||
+ | * Heating Stand | ||
+ | * Hitching Rope | ||
+ | * Hollow Prism | ||
+ | * Holy Mackerel Steak | ||
+ | * Ingots | ||
+ | * Inoperative Automaton Head | ||
+ | * Jar Of Honey | ||
+ | * Jeweled Filigree | ||
+ | * Keg | ||
+ | * Lard Of Paroxysmus | ||
+ | * Lava Berry | ||
+ | * Lava Fish Steak | ||
+ | * Lava Serpent Crust | ||
+ | * Leather | ||
+ | * Leather Braid | ||
+ | * Leggings Of Bane | ||
+ | * Level 1 Treasure Map | ||
+ | * Level 3 Treasure Map | ||
+ | * Level 4 Treasure Map | ||
+ | * Level 5 Treasure Map | ||
+ | * Lodestone | ||
+ | * Luminescent Fungi | ||
+ | * Magical Residue | ||
+ | * Malleable Alloy | ||
+ | * Mandrake Root | ||
+ | * Map | ||
+ | * Mapmaker's Pen | ||
+ | * Match Cord | ||
+ | * Medusa Blood | ||
+ | * Mento Seasoning | ||
+ | * Metal Keg | ||
+ | * Midnight Bracers | ||
+ | * Moonstone Crystal Shards | ||
+ | * Mortar And Pestle | ||
+ | * Muculent | ||
+ | * Myrmidex Eggsac | ||
+ | * Nexus Core | ||
+ | * Nightshade | ||
+ | * Nox Crystal | ||
+ | * Obsidian | ||
+ | * Onion | ||
+ | * Parasitic Plant | ||
+ | * Parasitic Poison | ||
+ | * Peach | ||
+ | * Pear | ||
+ | * Perfect Banana | ||
+ | * Perfect Emerald | ||
+ | * Pewter Bowl | ||
+ | * Phillip's Wooden Steed | ||
+ | * Pig Iron | ||
+ | * Pile of Barbed Hides | ||
+ | * Pile of Barbed Leather | ||
+ | * Pile of Hides | ||
+ | * Pile of Horned Hides | ||
+ | * Pile of Horned Leather | ||
+ | * Pile of Leather | ||
+ | * Pile of Spined Hides | ||
+ | * Pile of Spined Leather | ||
+ | * Plant Clippings | ||
+ | * Plant Pigment | ||
+ | * Platemail Tunic | ||
+ | * Poison Potion | ||
+ | * Polish | ||
+ | * Potash | ||
+ | * Powdered Iron | ||
+ | * Power Crystal | ||
+ | * Pristine Dread Horn | ||
+ | * Protection Scroll | ||
+ | * Pumice | ||
+ | * Pumpkin | ||
+ | * Putrefaction | ||
+ | * Raptor Teeth | ||
+ | * Raw Bird | ||
+ | * Raw Chicken Leg | ||
+ | * Raw Fish Steak | ||
+ | * Raw Leg of Lamb | ||
+ | * Raw Leg Of Lamb | ||
+ | * Raw Meat | ||
+ | * Raw Rotworm Meat | ||
+ | * Reaper Fish Steak | ||
+ | * Recall Scroll | ||
+ | * Recipe | ||
+ | * Red Dragon Scale | ||
+ | * Reflective Wolf Eye | ||
+ | * Relic Fragment | ||
+ | * Resolve's Bridle | ||
+ | * Ring Of The Elements | ||
+ | * River Moss | ||
+ | * Rolling Pin | ||
+ | * Rope | ||
+ | * Ruby | ||
+ | * Runed Prism | ||
+ | * Sack Of Sugar | ||
+ | * Saltpeter | ||
+ | * Samuel's Secret Sauce | ||
+ | * Sapphire | ||
+ | * Sausage | ||
+ | * Scales | ||
+ | * Scourge | ||
+ | * Scouring Toxin | ||
+ | * Scribe's Pen | ||
+ | * Seed Of Renewal | ||
+ | * Serpent's Scale | ||
+ | * Sewing Kit | ||
+ | * Sextant Parts | ||
+ | * Shaft | ||
+ | * Shimmering Crystals | ||
+ | * Sifter | ||
+ | * Silver Serpent Venom | ||
+ | * Silver Snake Skin | ||
+ | * Skillet | ||
+ | * Slith Tongue | ||
+ | * Softened Reeds | ||
+ | * Solvent Flask | ||
+ | * Spider Carapace | ||
+ | * Spider Crab Meat | ||
+ | * Spider's Silk | ||
+ | * Spider’s Silk | ||
+ | * Spiders' Silk | ||
+ | * Spool Of Thread | ||
+ | * Springs | ||
+ | * Squash | ||
+ | * Staff Of The Magi | ||
+ | * Star Sapphire | ||
+ | * Stasis Chamber Power Core | ||
+ | * Stone Crab Meat | ||
+ | * Sulfurous Ash | ||
+ | * Sulphurous Ash | ||
+ | * Summer Dragonfish Steak | ||
+ | * Summon Daemon Scroll | ||
+ | * Sweet Cocoa Butter | ||
+ | * Sweet Dough | ||
+ | * Switch | ||
+ | * Taint | ||
+ | * Tiger Pelt | ||
+ | * Tinker's Tools | ||
+ | * Tithing Points | ||
+ | * Tourmaline | ||
+ | * Toxic Venom Sac | ||
+ | * Training Dummy | ||
+ | * Tribal Berry | ||
+ | * Turquoise | ||
+ | * Unabridged Atlas Of Eodon | ||
+ | * Unbaked Apple Pie | ||
+ | * Unbaked Fruit Pie | ||
+ | * Unbaked Meat Pie | ||
+ | * Unbaked Peach Cobbler | ||
+ | * Unbaked Pumpkin Pie | ||
+ | * Uncooked Cheese Pizza | ||
+ | * Uncooked Quiche | ||
+ | * Uncooked Sausage Pizza | ||
+ | * Undying Flesh | ||
+ | * Unicorn Fish Steak | ||
+ | * Unmarked Rune | ||
+ | * Vanilla | ||
+ | * Varnish | ||
+ | * Vial of Blood | ||
+ | * Vial of Vitriol | ||
+ | * Void Essence | ||
+ | * Void Orb | ||
+ | * Volcanic Ash | ||
+ | * Wash | ||
+ | * Water | ||
+ | * Wheat Sheaf | ||
+ | * Wheel Of Cheese | ||
+ | * White Dragon Scale | ||
+ | * White Pearl | ||
+ | * Wilted Soul Fragments | ||
+ | * Wooden Bowl | ||
+ | * Wood Pulp | ||
+ | * Workable Glass | ||
+ | * Wyrm's Heart | ||
+ | * Yellow Dragon Scale | ||
+ | * Yellowtail Barracuda Steak | ||
+ | * Zoogi Fungus | ||
+ | |||
+ | text: optional, use 'no' to suppress the descriptive text for the image being included. | ||
+ | |||
+ | Alternately, any graphic can be referenced by graphic number, using the # as the itemname parameter. | ||
+ | * Optionally, a specific hue of that graphic can be specified. Otherwise, it will default to hue 0. | ||
+ | * Optionally, a link can be created for that graphic, if a page name and text for the link are provided as additional parameters. | ||
+ | |||
+ | Examples: | ||
+ | * <nowiki>{{UO_Image|image|Batwing}}</nowiki>: {{UO_Image|image|Batwing}} | ||
+ | * <nowiki>{{UO_Image|image|Dragon's Blood}}</nowiki>: {{UO_Image|image|Dragon's Blood}} | ||
+ | * <nowiki>{{UO_Image|image|Dragon's Blood Old}}</nowiki>: {{UO_Image|image|Dragon's Blood Old}} | ||
+ | * <nowiki>{{UO_Image|image|Dead Wood|no}}</nowiki>: {{UO_Image|image|Dead Wood|no}} | ||
+ | * <nowiki>{{UO_Image|image|#|6369}}</nowiki>: {{UO_Image|image|#|6369}} | ||
+ | * <nowiki>{{UO_Image|image|#|3962|1152}}</nowiki>: {{UO_Image|image|#|3962|1152}} | ||
+ | * <nowiki>{{UO_Image|image|#|3962|1152|Black Pearl (Hue 1152)|Black Pearl}}</nowiki>: {{UO_Image|image|#|3962|1152|Black Pearl (Hue 1152)|Black Pearl}} | ||
+ | * <nowiki>{{UO_Image|image|#|6369||Garlic (Graphic 6369)|Garlic}}</nowiki>: {{UO_Image|image|#|6369||Garlic (Graphic 6369)|Garlic}} | ||
</noinclude> | </noinclude> |
Latest revision as of 05:51, 13 September 2020
Contents
Maps
{{UO_Image|map|facet|x|y|r|b|magnify=xxx|caption=xxx}} Where: facet = felucca, trammel, ilshenar, tokuno, ter mur, or eodon x and y = coords of the center of the circle r = the radius of the circle to draw (in pixels) b = optional, set to 'yes' to also show the coordinates of the center of the circle magnify=xxx = optional. set 'xxx' to the amount to magnify the image. (2 = 200%, 3 = 300%, etc) caption=xxx = optional. set 'xxx' to the desired caption for the map Examples: Vesper {{UO_Image|map|felucca|2926|842|215}} Kotl City {{UO_Image|map|eodon|573|2367|139}} Sea Market {{UO_Image|map|trammel|4550|2355|75|yes}}
Result:
You can also use sextant coordinates.
{{UO_Image|map|facet|c|x|NS|y|EW|r|b}} Where: facet = felucca, trammel, ilshenar, tokuno, ter mur, or eodon c = coordinate system:
- 1 = Britannia (Tram or Fel)
- 2 = Lost Lands
- 3 = Ilshenar
- 4 = Malas
- 5 = Tokuno
- 6 = Ter Mur
- 7 = Eodon
x and y = sextant coords of the center of the circle. Use a comma to separate degrees from minutes. (For 123o 8'N, you would use '123,8'.) NS = N or S, whichever is applicable for the sextant location EW = E or W, whichever is applicable for the sextant location r = the radius of the circle to draw (in pixels) b = optional, set to 'yes' to also show the coordinates of the center of the circle Example: Location on Ice Island at 123o 8'N 172o 59'W {{UO_Image|map|felucca|1|123,8|N|172,59|W|75|yes}}
Result:
Shard Shields
{{UO_Image|shard|name|size}} Where: name = the name of the shard link = optional, the name of the page you want linked to from the image. size = optional, size in pixels. By default it is 60px. Examples: Baekdu: {{UO_Image|shard|Baekdu}} Chesapeake: {{UO_Image|shard|Chesapeake}} Formosa: {{UO_Image|shard|Formosa}} Yamato: {{UO_Image|shard|Yamato|60}}
Result:
Icons
{{UO_Image|icon|name|size}} Where: name = the name of the icon size = optional, size in pixels. By default it is 40px.
Valid icons:
- Caution
Common Images
{{UO_Image|image|itemname|text}}
{{UO_Image|image|#|graphic #|hue}}
{{UO_Image|image|#|graphic #|hue|page name|page link text}}
Where:
itemname = the name of the item, one of:
- Abyssal Cloth
- Academic Books
- Acid Sac
- Amber
- Amethyst
- Ancient Parchment
- Animal Pheromone
- Antique Documents Kit
- A Pitcher Of Milk
- Apple
- Arcanic Rune Stone
- A Small Piece Of Blackrock
- Automaton Actuator
- Autumn Dragonfish Steak
- Axle
- Ball Of Yarn
- Bananas
- Bark Fragment
- Barrel Hoops
- Barrel Lid
- Barrel Staves
- Barrel Tap
- Basket Of Green Tea
- Batwing
- Beeswax
- Black Dragon Scale
- Black Moonstone
- Blackmoor
- Black Pearl
- Black Powder
- Blank Scroll
- Blight
- Blood Moss
- Blood Of The Dark Father
- Bloodspawn
- Blue Corn
- Blue Diamond
- Blue Dragon Scale
- Blue Lobster Meat
- Board
- Boards
- Bola Balls
- Bolt Of Cloth
- Bone
- Bottle of Ichor
- Bottle Of Liquor
- Bottle Of Wine
- Boura Pelt
- Bowl Of Peas
- Bowl Of Rotworm Stew
- Brilliant Amber
- Brilliant Amber
- Brimstone
- Broadsword
- Broadsword
- Broken Crystals
- Bronze Ingots
- Bull Fish Steak
- Cake Mix
- Candelabra
- Captured Essence
- Captured Essence
- Carrot
- Chaga Mushroom
- Charcoal
- Citrine
- Clock Frame
- Clock Parts
- Clockwork Assembly
- Close Helmet
- Cloth
- Cocoa Butter
- Cocoa Liquor
- Cocoa Pulp
- Coffee Grounds
- Coffee Pod
- Color Fixative
- Cookie Mix
- Copper Wire
- Corruption
- Crossbow Bolt
- Crushed Glass
- Crystal Dust
- Crystal Fish Steak
- Crystalline Blackrock
- Crystal Shards
- Cure
- Cut Cloth
- Cut Of Raw Ribs
- Daemon Blood
- Daemon Bone
- Daemon Claw
- Darkglow Poison
- Dark Sapphire
- Dark Truffle
- Dead Wood
- Delicate Scales
- Diamond
- Diseased Bark
- Dough
- Dragon's Blood
- Dragon's Blood Old
- Dragon Scale
- Dragon Turtle Scute
- Dread Horn Mane
- Dry Reeds
- Dyes
- Ear Of Corn
- Ecru Citrine
- Eggs
- Elven Fletching
- Emerald
- Empty Bottle
- Enchanted Essence
- Enchanted Switch
- Essence Of Achievement
- Essence Of Balance
- Essence Of Control
- Essence Of Diligence
- Essence Of Direction
- Essence Of Feeling
- Essence Of Order
- Essence Of Passion
- Essence Of Persistence
- Essence Of Precision
- Essence Of Singularity
- Executioner's Cap
- Explosion Potion
- Eye of Newt
- Eye Of The Travesty
- Faery Dust
- Fairy Dragon Wing
- Fairy Dust
- Fairy Salmon Steak
- Feather
- Feather
- Fertile Dirt
- Fey Wings
- Fire Fish Steak
- Fire Ruby
- Foil Sheet
- Fresh Ginger
- Garlic
- Gate Scroll
- Gauntlets Of Nobility
- Gears
- Giant Koi Steak
- Ginseng
- Glass Sword
- Gloss
- Goblin Blood
- Gold 1
- Gold 2
- Gold 3
- Gold Coin
- Gold Dust
- Gorgon Lens
- Granite
- Grapes
- Grave Dust
- Great Barracuda Steak
- Greater Heal Potion
- Greater Strength Potion
- Green Dragon Scale
- Grizzled Bones
- Hat Of The Magi
- Head Of Cabbage
- Head Of Lettuce
- Heating Stand
- Hitching Rope
- Hollow Prism
- Holy Mackerel Steak
- Ingots
- Inoperative Automaton Head
- Jar Of Honey
- Jeweled Filigree
- Keg
- Lard Of Paroxysmus
- Lava Berry
- Lava Fish Steak
- Lava Serpent Crust
- Leather
- Leather Braid
- Leggings Of Bane
- Level 1 Treasure Map
- Level 3 Treasure Map
- Level 4 Treasure Map
- Level 5 Treasure Map
- Lodestone
- Luminescent Fungi
- Magical Residue
- Malleable Alloy
- Mandrake Root
- Map
- Mapmaker's Pen
- Match Cord
- Medusa Blood
- Mento Seasoning
- Metal Keg
- Midnight Bracers
- Moonstone Crystal Shards
- Mortar And Pestle
- Muculent
- Myrmidex Eggsac
- Nexus Core
- Nightshade
- Nox Crystal
- Obsidian
- Onion
- Parasitic Plant
- Parasitic Poison
- Peach
- Pear
- Perfect Banana
- Perfect Emerald
- Pewter Bowl
- Phillip's Wooden Steed
- Pig Iron
- Pile of Barbed Hides
- Pile of Barbed Leather
- Pile of Hides
- Pile of Horned Hides
- Pile of Horned Leather
- Pile of Leather
- Pile of Spined Hides
- Pile of Spined Leather
- Plant Clippings
- Plant Pigment
- Platemail Tunic
- Poison Potion
- Polish
- Potash
- Powdered Iron
- Power Crystal
- Pristine Dread Horn
- Protection Scroll
- Pumice
- Pumpkin
- Putrefaction
- Raptor Teeth
- Raw Bird
- Raw Chicken Leg
- Raw Fish Steak
- Raw Leg of Lamb
- Raw Leg Of Lamb
- Raw Meat
- Raw Rotworm Meat
- Reaper Fish Steak
- Recall Scroll
- Recipe
- Red Dragon Scale
- Reflective Wolf Eye
- Relic Fragment
- Resolve's Bridle
- Ring Of The Elements
- River Moss
- Rolling Pin
- Rope
- Ruby
- Runed Prism
- Sack Of Sugar
- Saltpeter
- Samuel's Secret Sauce
- Sapphire
- Sausage
- Scales
- Scourge
- Scouring Toxin
- Scribe's Pen
- Seed Of Renewal
- Serpent's Scale
- Sewing Kit
- Sextant Parts
- Shaft
- Shimmering Crystals
- Sifter
- Silver Serpent Venom
- Silver Snake Skin
- Skillet
- Slith Tongue
- Softened Reeds
- Solvent Flask
- Spider Carapace
- Spider Crab Meat
- Spider's Silk
- Spider’s Silk
- Spiders' Silk
- Spool Of Thread
- Springs
- Squash
- Staff Of The Magi
- Star Sapphire
- Stasis Chamber Power Core
- Stone Crab Meat
- Sulfurous Ash
- Sulphurous Ash
- Summer Dragonfish Steak
- Summon Daemon Scroll
- Sweet Cocoa Butter
- Sweet Dough
- Switch
- Taint
- Tiger Pelt
- Tinker's Tools
- Tithing Points
- Tourmaline
- Toxic Venom Sac
- Training Dummy
- Tribal Berry
- Turquoise
- Unabridged Atlas Of Eodon
- Unbaked Apple Pie
- Unbaked Fruit Pie
- Unbaked Meat Pie
- Unbaked Peach Cobbler
- Unbaked Pumpkin Pie
- Uncooked Cheese Pizza
- Uncooked Quiche
- Uncooked Sausage Pizza
- Undying Flesh
- Unicorn Fish Steak
- Unmarked Rune
- Vanilla
- Varnish
- Vial of Blood
- Vial of Vitriol
- Void Essence
- Void Orb
- Volcanic Ash
- Wash
- Water
- Wheat Sheaf
- Wheel Of Cheese
- White Dragon Scale
- White Pearl
- Wilted Soul Fragments
- Wooden Bowl
- Wood Pulp
- Workable Glass
- Wyrm's Heart
- Yellow Dragon Scale
- Yellowtail Barracuda Steak
- Zoogi Fungus
text: optional, use 'no' to suppress the descriptive text for the image being included.
Alternately, any graphic can be referenced by graphic number, using the # as the itemname parameter.
- Optionally, a specific hue of that graphic can be specified. Otherwise, it will default to hue 0.
- Optionally, a link can be created for that graphic, if a page name and text for the link are provided as additional parameters.
Examples:
- {{UO_Image|image|Batwing}}: Batwing
- {{UO_Image|image|Dragon's Blood}}: Dragon's Blood
- {{UO_Image|image|Dragon's Blood Old}}: Dragon's Blood
- {{UO_Image|image|Dead Wood|no}}:
- {{UO_Image|image|#|6369}}:
- {{UO_Image|image|#|3962|1152}}:
- {{UO_Image|image|#|3962|1152|Black Pearl (Hue 1152)|Black Pearl}}: Black Pearl
- {{UO_Image|image|#|6369||Garlic (Graphic 6369)|Garlic}}: Garlic