Weapon
Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Spiffly: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON'
Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Spiffly
Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Artifact_Weapons,White_Mage'))) WHERE p.page_is_redirect = 0 LIMIT 5
</code>
Armor
Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Spiffly: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON'
Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Spiffly
Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Artifact_Armor,White_Mage'))) WHERE p.page_is_redirect = 0 LIMIT 5
</code>
Links for Self
List of Projects I'm Working On
Gardening
- Add the full section in.
- Add in gardening results data.
Job Pages
- Updating job pages to new template. 10/15
- Add in picture links on job pages to ALL AF / Relic armor.
Quests
- Create quest page for all zones. Eg. Windurst Woods/Quests
- Update each area and City:quest page with area/quests templates.
Weapons
- Great axes missing modifiers/SC properties
- staves missing modifiers/SC properties
Combat skills
- Need to audit defensive skills, redirect where appropriate etc.
Equipment
- Add in any missing tailwind tables. Audit any lists yet to be done. Remove each one from Category:Tailwind.
Storage
- Make a new space for item storage.
Crafting
- Finish of main crafting page.
- Redo hobbies main page.
HELM
89bebe
D2E8E8
dfe8e8 - like this one
Zone HELM Boxes
Setting Maximum Widths
<div style="max-width: 500px";>
</div>
style="width: max(500px);"
Tooltip to turn text into a popout map image
{{Location Tooltip|area= zone|pos= (#-#)|text= text here}}
Tables
Transcluding a Certain Section of a Page
- {{#section:page name|label}} - This nees to be added to the page where you want the transcluded text to appear. The "label" is defined on the source page and needs to match it.
- <section begin=label/>Text to be transcluded<section end=label/> - This is the code used on the source page. Surround the text you want to be transcluded by the section tag. Name the section in place of "label"