User:Aramachus: Difference between revisions
No edit summary |
|||
(27 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
===dpl stuff=== | ===dpl stuff=== | ||
in dpl tables, the first parameter is a css statement. the second parameter is by default the link to the article (here called Name) and starting from THE THIRD PARAMETER, we go through the phantom template | in dpl tables, the first parameter is a css statement. the second parameter is by default the link to the article (here called Name) and starting from THE THIRD PARAMETER, we go through the phantom template | ||
<!-- | |||
===Sage Sellers=== | ===Sage Sellers=== | ||
{{#dpl: | {{#dpl: | ||
Line 9: | Line 9: | ||
| include={Merchant}:1:2 | | include={Merchant}:1:2 | ||
}} | }} | ||
--> | |||
<!-- | |||
===Table to keep track of Zone Infobox Weather=== | |||
{{#dpl: | |||
|category=Areas | |||
|include={Zone Infobox}:Weather:Expansion:Type:Region | |||
|table=class="horizon-table table-xs sortable",Name,Weather,Expansion,Type,Region | |||
|notnamespace=Category | |||
|notnamespace=Template | |||
|tablesortcol=1 | |||
}} | |||
--> | |||
===All Guild Merchants=== | |||
{{#dpl: | |||
|category=Guild Merchants | |||
|include={NPC}:type:type add:location:location add | |||
|table=class="horizon-table npc-table",Name,Type,Craft,Location,Guild | |||
}} | |||
===All Guildworker's Union Representatives=== | |||
{{#dpl: | |||
|category=Guildworker's Union Representatives | |||
|include={NPC}:type:type add:location:location add | |||
|table=class="horizon-table npc-table",Name,Type,Craft,Location,Guild | |||
}} | |||
===All Guild Masters=== | |||
{{#dpl: | |||
|category=Guild Masters | |||
|include={NPC}:type:type add:location:location add | |||
|table=class="horizon-table npc-table",Name,Type,Craft,Location,Guild | |||
}} | |||
===Alternative design for Weather table on Zone pages (Example Valkurm Dunes)=== | |||
Remember it's only about the design. The actual tables are better done using [[Template:Zone/Weather]] | |||
<!--<noinclude>[[Category:Weather]]</noinclude>--> | |||
{| class="horizon-table weather-table" | |||
|+{{EditButton|Valkurm Dunes/Weather}} | |||
|- | |||
! colspan="2" | [[Weather|Possible Weather]] | |||
|- | |||
| colspan="2" | <center><section begin="weather"/>{{Earth|Icon}}{{Fire|Icon}}<section end="weather"/></center> | |||
|- | |||
! colspan="2" | [[Weather Reporter]] | |||
|- | |||
| [[Svana]] || {{NPCLoc|Svana}} | |||
|- | |||
| [[Mariadok]] || {{NPCLoc|Mariadok}} | |||
|- | |||
| [[Fo Mocorho]] || {{NPCLoc|Fo Mocorho}} | |||
|- [[Shashan-Mishan]] || {{NPCLoc|Shashan-Mishan}} | |||
|- | |||
| [[Leffquen]] || {{NPCLoc|Leffquen}} | |||
|- | |||
| [[Appollonia]] || {{NPCLoc|Appollonia}} | |||
|- | |||
| [[Amaja-Kumaja]] || {{NPCLoc|Amaja-Kumaja}} | |||
|- | |||
| [[Wachiwi]] || {{NPCLoc|Wachiwi}} | |||
|- | |||
! colspan="2" | | |||
Elemental Map<br>{{Template:Tooltip-Map|text= [[image:ValkurmDunesElementals.png|40px]]|map=ValkurmDunesElementals.png|mapsize = 501}} | |||
|} | |||
<!-- | <!-- | ||
Line 19: | Line 84: | ||
}} | }} | ||
--> | --> | ||
==Zone | <!-- | ||
===Conquest Overseers=== | |||
{{#dpl: | |||
| category=Conquest Overseers | |||
| table=,Name,Type,Type add,Affiliation,Occupation | |||
| include={NPC}:type:type add:affiliation:occupation | |||
| tablesortcol=4 | |||
}} | |||
--> | |||
==Interesting Calls== | |||
All Quests that '''start in''' in Windurst Woods | |||
{{Zone/Quests|Windurst Woods|start here=true}} | |||
<!--{{#dpl: | |||
| category = Windurst Woods Quests | |||
| include = {Quest Header}:Start:Start Location:Rewards | |||
| table = class="horizon-table npc-table table-md",Quest Name,Start NPC,Start Location,Rewards | |||
}}--> | |||
any quest that mentiones ('''as hyperlink, =links to''') Valkurm Dunes | |||
{{Zone/Quests|Valkurm Dunes}} | |||
<!--<pre>{{#dpl: | |||
| category=Quests | |||
| linksto=Valkurm Dunes | |||
| include={Quest Header}:Start:Start Location:Rewards | |||
| table=class="horizon-table npc-table table-md",Quest Name,Start NPC,Start Location,Rewards | |||
}}</pre> | |||
{{#dpl: | {{#dpl: | ||
| category=Quests | | category=Quests | ||
| linksto=Valkurm Dunes | | linksto=Valkurm Dunes | ||
| include={Quest Header}:Start:Start Location:Rewards | | include={Quest Header}:Start:Start Location:Rewards | ||
| table=,Quest Name,Start NPC,Start Location,Rewards | | table=class="horizon-table npc-table table-md",Quest Name,Start NPC,Start Location,Rewards | ||
}} | }}--> | ||
<!--Any NPC that links to valkurm dunes and parses to have "location = \{\{Location\|Valkurm Dunes" in the NPC template | |||
<pre>{{#dpl: | |||
| category=NPCs | |||
| namespace= | |||
| linksto=Valkurm Dunes | |||
| include={NPC}:location | |||
| includematch=/location\s*=\s*\{\{Location\{{!}}Valkurm Dunes/ | |||
| table=class="horizon-table npc-table table-xs",Name,Location | |||
}}</pre> | |||
{{#dpl: | {{#dpl: | ||
| category=NPCs | | category=NPCs | ||
| namespace= | |||
| linksto=Valkurm Dunes | | linksto=Valkurm Dunes | ||
| include={NPC} | | include={NPC}:location | ||
| includematch=/location\s*=\s*\{\{Location\{{!}}Valkurm Dunes/ | | includematch=/location\s*=\s*\{\{Location\{{!}}Valkurm Dunes/ | ||
| table= | | table=class="horizon-table npc-table table-xs",Name,Location | ||
}} | }}--> | ||
Any NPC in [[Valkurm Dunes]] | |||
<pre>{{Zone/NPCs|Valkurm Dunes}}</pre> | |||
{{Zone/NPCs|Valkurm Dunes}} | |||
Location of a Quest (used in [[:Template:Categorize_Location]])) | |||
{{#explode:{{#dpl: | <pre>{{#sub:{{#explode:{{#dpl: | ||
| title=In Defiant Challenge | | title=In Defiant Challenge | ||
| include={Quest Header}:Start Location | |||
| include= | }}| (|0}}|2|-2}}</pre> | ||
| | |||
}}| | |||
{{# | {{#sub:{{#explode:{{#dpl: | ||
| title=In Defiant Challenge | |||
| include={Quest Header}:Start Location | |||
| title= | }}| (|0}}|2|-2}} | ||
| include={ | |||
}}| | |||
| | |||
| | |||
}} | |||
Area of a NPC | |||
<pre>{{Template:NPC/Region.dpl|name=Medicine Axe}}</pre> | |||
{{Template:NPC/Region.dpl|name=Medicine Axe}} | {{Template:NPC/Region.dpl|name=Medicine Axe}} | ||
==Others== | ==Others== | ||
===Templates=== | ===Templates=== | ||
* [[:Template: | |||
* [[:Template:NPCLoc]] | |||
* [[:Template:Categorize_Location]] | |||
* [[:Template:AuctionHouseNavigation]] | * [[:Template:AuctionHouseNavigation]] | ||
* [[:Template:NPC/Region.dpl]] | * [[:Template:NPC/Region.dpl]] | ||
Line 72: | Line 177: | ||
* [[:Template:ArmorTable.dpl]] | * [[:Template:ArmorTable.dpl]] | ||
* [[:Template:Item_Tooltip]] | * [[:Template:Item_Tooltip]] | ||
* [[:Template:WeaponSkillsTable]] | |||
* [[:Template:WeaponSkillsTable.dpl]] | |||
* [[:Category:Directions]] | |||
* [[:Category:Path Maps]] | |||
Crafting | |||
* [[User:Aramachus/Color_Testing]] | |||
* [[:Template:Craft Recipe List Header]] | |||
Zone Related | |||
* [[:Template:Zone Infobox]] - Basic Template for Zone pages | |||
* [[:Template:Zone/NPCs]] - Template that creates a table for all NPCs in a given zone | |||
* [[:Template:Zone/Weather]] - Template that generates a table for all Weathers and Weather Checker NPCs for a given zone | |||
* [[:Template:Zone Section Header]] - colored headers for the HELM/weather/... tables on zone pages | |||
Color Related | |||
* [[:Template:Color]] - basic to make colored text | |||
* [[:Template:Colorlink]] | |||
* [[:Template:Property]] - displays skillchain name in its colors and as link | |||
* [[:Template:Fire]] - basic template to generate anything fire related | |||
Icon Related | |||
* [[:Template:Icon]] - provides commonly used icons in different sizes, meant to standardize icon use | |||
* [[:Template:Zone Icon]] - not yet edited, retail based template which provided all icons used for zone infos | |||
* [[:Template:Mob Icon]] - not yet completely edited. Retail based template which provided all icons for mob pages. Yet wasn't used widely it seems. | |||
Skillchains | |||
* [[:Category:Skillchains]] - ws properties? | |||
* [[:Category:Weapon Skills]] - ws properties? | |||
* [[:Category:Axes]] - ws properties? | |||
Gardening | |||
* [[:Template:Gardening Recipes]] | |||
* [[Gardening Recipes]] (basically the database, template section transcludes from this page) | |||
==TODO== | ==TODO== | ||
Line 264: | Line 218: | ||
* <s>[[Bastok Missions]] [[San d'Oria Missions]] [[Windurst Missions]]</s> {{check}} | * <s>[[Bastok Missions]] [[San d'Oria Missions]] [[Windurst Missions]]</s> {{check}} | ||
* <s>[[Bastok Mission 2-3]] path I played</s> {{check}} | * <s>[[Bastok Mission 2-3]] path I played</s> {{check}} | ||
* All items in [[Bastok_Conquest_Points_Items]] | * All items in [[Bastok_Conquest_Points_Items]] {{check}} | ||
* Working on [[Tagging_Out_of_Era_Content]]: css classes toau wotg soa as basis. ADD TO PAGE: | * Working on [[Tagging_Out_of_Era_Content]]: css classes toau wotg soa as basis. ADD TO PAGE: | ||
Line 273: | Line 227: | ||
** infobox magic is also tricky but does work, see e.g. [[Fire]] | ** infobox magic is also tricky but does work, see e.g. [[Fire]] | ||
*[[:Category:Scroll Merchants]] https://www.bg-wiki.com/ffxi/Category:Scroll_Vendor | |||
*[[:Category:Scroll | |||
*[[:Template:Scroll Vendors Navbox]] ? doesnt divide vendors cleanly as there are misc vendors who most of the time sell bard scrolls and trinkets. Still, scroll vendors, regional merchants, weapon merchants, armor merchants, guild merchants, tenshodo merchants, misc merchants? | *[[:Template:Scroll Vendors Navbox]] ? doesnt divide vendors cleanly as there are misc vendors who most of the time sell bard scrolls and trinkets. Still, scroll vendors, regional merchants, weapon merchants, armor merchants, guild merchants, tenshodo merchants, misc merchants? | ||
Line 293: | Line 245: | ||
* BLM Skill caps | * BLM Skill caps | ||
==Coding Sandbox== | ==Coding Sandbox== | ||
=Job Stuff= | =Job Stuff= |
Latest revision as of 08:42, 28 September 2024
Page Code Stuff
dpl stuff
in dpl tables, the first parameter is a css statement. the second parameter is by default the link to the article (here called Name) and starting from THE THIRD PARAMETER, we go through the phantom template
All Guild Merchants
All Guildworker's Union Representatives
All Guild Masters
Name | Type | Craft | Location | Guild |
---|---|---|---|---|
Abd-al-Raziq | Guild Master | Alchemy | Bastok Mines (L-7) | in the Alchemists' Guild (Bastok) |
Piketo-Puketo | Guild Master | Cooking | Windurst Waters, North (D-9) | in the Culinarians' Guild (Windurst) |
Peshi Yohnts | Guild Master | Bonecraft | Windurst Woods (H-13) | in the Boneworkers' Guild (Windurst) |
Thubu Parohren | Guild Master | Fishing | Port Windurst (C-8) | in the Fishermen's Guild (Windurst) |
Cheupirudaux | Guild Master | Woodworking | Northern San d'Oria (F-3) | in the Carpenters' Guild (San d'Oria) |
Faulpie | Guild Master | Leathercraft | Southern San d'Oria (E-8) | in the Tanners' Guild (San d'Oria) |
Ponono | Guild Master | Clothcraft | Windurst Woods (G-12) | in the Weavers' Guild (Windurst) |
Reinberta | Guild Master | Goldsmithing | Bastok Markets (I-8) | in the Goldsmiths' Guild (Bastok) |
Mevreauche | Guild Master | Smithing | Northern San d'Oria (E-6) | in the Blacksmiths' Guild (San d'Oria) |
Ghemp | Guild Master | Smithing | Metalworks (E-7) | in the Blacksmiths' Guild (Bastok) |
Alternative design for Weather table on Zone pages (Example Valkurm Dunes)
Remember it's only about the design. The actual tables are better done using Template:Zone/Weather
Interesting Calls
All Quests that start in in Windurst Woods
any quest that mentiones (as hyperlink, =links to) Valkurm Dunes
Any NPC in Valkurm Dunes
{{Zone/NPCs|Valkurm Dunes}}
Name | Location | Type |
---|---|---|
Medicine Axe | H-7 | Outpost Merchant |
Quanteilleron, R.K. | H-7 | Conquest Overseer (Outpost Guard) |
Nyata-Mobuta, W.W. | H-7 | Conquest Overseer (Outpost Guard) |
Location of a Quest (used in Template:Categorize_Location))
{{#sub:{{#explode:{{#dpl: | title=In Defiant Challenge | include={Quest Header}:Start Location }}| (|0}}|2|-2}}
Ru'Lude Gardens
Area of a NPC
{{Template:NPC/Region.dpl|name=Medicine Axe}}
Zulkheim
Others
Templates
- Template:NPCLoc
- Template:Categorize_Location
- Template:AuctionHouseNavigation
- Template:NPC/Region.dpl
- Template:EditButton
- Template:WeaponsTable
- Template:WeaponsTable.dpl
- Template:ArmorTable
- Template:ArmorTable.dpl
- Template:Item_Tooltip
- Template:WeaponSkillsTable
- Template:WeaponSkillsTable.dpl
Crafting
Zone Related
- Template:Zone Infobox - Basic Template for Zone pages
- Template:Zone/NPCs - Template that creates a table for all NPCs in a given zone
- Template:Zone/Weather - Template that generates a table for all Weathers and Weather Checker NPCs for a given zone
- Template:Zone Section Header - colored headers for the HELM/weather/... tables on zone pages
Color Related
- Template:Color - basic to make colored text
- Template:Colorlink
- Template:Property - displays skillchain name in its colors and as link
- Template:Fire - basic template to generate anything fire related
Icon Related
- Template:Icon - provides commonly used icons in different sizes, meant to standardize icon use
- Template:Zone Icon - not yet edited, retail based template which provided all icons used for zone infos
- Template:Mob Icon - not yet completely edited. Retail based template which provided all icons for mob pages. Yet wasn't used widely it seems.
Skillchains
- Category:Skillchains - ws properties?
- Category:Weapon Skills - ws properties?
- Category:Axes - ws properties?
Gardening
- Template:Gardening Recipes
- Gardening Recipes (basically the database, template section transcludes from this page)
TODO
comment out the icon & card styling parts in Template:Item_Statistics leaving only the div that creates the tableBastok Missions San d'Oria Missions Windurst MissionsBastok Mission 2-3 path I played- All items in Bastok_Conquest_Points_Items
- Working on Tagging_Out_of_Era_Content: css classes toau wotg soa as basis. ADD TO PAGE:
- Template:Scroll Vendors Navbox ? doesnt divide vendors cleanly as there are misc vendors who most of the time sell bard scrolls and trinkets. Still, scroll vendors, regional merchants, weapon merchants, armor merchants, guild merchants, tenshodo merchants, misc merchants?
- import guides
- Condensed Version of Character_Progression_Guide_1-75_for_New_Players
- Monster Pets
- add monster pet pages
- separate expeditonary force pets from open world pets. Also there is two tiger variants in beaucedine.
- all gear a specific job can equip? retail wiki seemingly did it from hand, see https://ffxiclopedia.fandom.com/wiki/Black_Mage/Equipment_Guide. ouch.
- BLM Skill caps
Coding Sandbox
Job Stuff
Stuff to add to Beginner Guide
- Level 1: Talk to NPC for Exp band
- Level 1-10: hit mobs right outside the town
- Level 10-18: party in valkurm dunes
- Level 18: Get Subjob + level subjob
- Level 18-20: party in valkurm dunes
- Level 20: do eco warrior
- Level 20-25: party in Qufim Island
- Level 25: Nation Rank 3 for Jeuno outpost warp
- Kazham Airship pass?
- Level 25-30: party Yuthunga or ?
- Level 30: Unlock Advanced Job
POL Update Notes
A list of updates covering various updates and details related to the game from 2003 to 2010. From https://forum.square-enix.com/ffxi/threads/17021-History-of-the-Past-Version-Updates
2010
- [December 7, 2010 (JST) Version Update](http://www.playonline.com/pcd/verup/ff11us/detail/6035/detail.html) - [Jun. 22, 2010 (JST) Abyssea](http://www.playonline.com/pcd/verup/ff11us/detail/6023/detail.html) - [Sep. 9, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5835/detail.html) - [Jun. 22, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5571/detail.html) - [Mar. 23, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5338/detail.html)
2009
- [Dec. 8, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5107/detail.html) - [Nov. 10, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5055/detail.html) - [Jul. 21, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/4742/detail.html) - [Apr. 9, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/4377/detail.html)
2008
- [Dec. 18, 2008 (JST) Moblin Maze Mongers](http://www.playonline.com/pcd/verup/ff11us/detail/3961/detail.html) - [Dec. 9, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3893/detail.html) - [Sep. 9, 2008 Level Sync](http://www.playonline.com/pcd/verup/ff11us/detail/3661/detail.html) - [Sep. 9, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3668/detail.html) - [Jun. 10, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3347/detail.html) - [Mar. 11, 2008 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20080311cPxl31/detail.html)
2007
- [The New Jobs Nov. 20, 2007 (JST)](http://www.playonline.com/pcd/update/ff11us/200711203OoKA3/detail.html) - [Campaign Nov. 20, 2007 (JST)](http://www.playonline.com/pcd/update/ff11us/20071120jegm22/detail.html) - [Nov. 20, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20071120wwnX41/detail.html) - [Sep. 11, 2007 (JST) Pankration](http://www.playonline.com/pcd/update/ff11us/20070911vR8Eg1/detail.html) - [Aug. 28, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070828oz52G1/detail.html) - [Aug. 28, 2007 (JST) The Chocobo Circuit](http://www.playonline.com/pcd/update/ff11us/20070828mkltg2/detail.html) - [Jun. 6, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070606TsVPr1/detail.html) - [Jun. 6, 2007 (JST) Einherjar](http://www.playonline.com/pcd/update/ff11us/20070606yrR1s2/detail.html) - [Mar. 29, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070329M2hfl1/detail.html) - [Mar. 29, 2007 (JST) Chocobo Racing](http://www.playonline.com/pcd/update/ff11us/200703290d7RT2/detail.html) - [Mar. 8, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070308c2bbd1/detail.html)
2006
- [Dec. 19, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20061219WH3cX1/detail.html) - [Dec. 19, 2006 (JST) Salvage](http://www.playonline.com/pcd/update/ff11us/20061219u7oSD2/detail.html) - [Oct. 19, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20061017UJ0a71/detail.html) - [Aug. 22, 2006 (JST) Chocobo Raising](http://www.playonline.com/pcd/update/ff11us/20060822VOL2B1/detail.html) - [Aug. 2, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060802P78q61/detail.html) - [Jul. 25, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060725vNusN1/detail.html) - [The New Jobs Apr. 18, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/20060418lfQ7d3/detail.html) - [Besieged Apr. 18, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/200604186oQFt2/detail.html) - [Apr. 18, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/2006041883vPh1/detail.html) - [Brenner Feb. 21, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/20060221ALyQT2/detail.html) - [Feb. 21, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060221pJb1z1/detail.html)
2005
- [Dec. 13, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20051213fMt7e1/detail.html) - [Oct. 11, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20051011YY3BV1/detail.html) - [Jul. 19, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20050715Pm01B1/detail.html) - [Apr. 21, 2005 (JST) Version Update](http://www.playonline.com/updateus/050421er1gb1.html) - [Feb. 24, 2005 (JST) Version Update](http://www.playonline.com/updateus/050224hu5ol4.html)
2004
- [Dec. 9, 2004 (JST) Version Update](http://www.playonline.com/updateus/041209we8yu0.html) - [Oct. 7, 2004 (JST) Version Update](http://www.playonline.com/updateus/041007rj2qe8.html) - [Sep. 14, 2004 (JST) Version Update](http://www.playonline.com/updateus/040914gs7tr3.html) - [Jun. 29, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/040629fg5rh3.html) - [Apr. 22, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/200404226037.html) - [Feb. 26, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/200402264502.html)
2003
- [Dec. 16, 2003 (JST) Version Update](http://www.playonline.com/comnewsus/200312162201.html) - [Oct. 21, 2003 (JST) Version Update](http://www.playonline.com/comnewsus/200310210583.html)
Resources
- https://forum.square-enix.com/ffxi/threads/17021-History-of-the-Past-Version-Updates
- http://www.playonline.com/pcd/topics/ff11eu/backnumber.html
- https://forum.square-enix.com/ffxi/forums/84-Version-Updates?order=desc