User:Spiffly: Difference between revisions
From HorizonXI Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| class=" | {| class="horizon-table sortable" width="100%" | ||
! | ! bgcolor="#a6b0c4"; | Test Colors 1 | ||
! | ! bgcolor="#a6b0c4"; | Test | ||
|- | |- bgcolor="#f0f1f5"; | ||
| Horizon Logo Blue: #5acdf3 | |||
| 3,451 - 3,987 * | |||
|- bgcolor="#f0f1f5"; | |||
| Scroll of [[Water II]] | |||
| 4,860 - 5,616 * | |||
|- | |||
|} | |||
{| class="horizon-table sortable" width="100%" | |||
! bgcolor="#afc7cf"; | Test Color 2 | |||
! bgcolor="#afc7cf"; | Test | |||
|- bgcolor="#eff4f5"; | |||
| Scroll of [[Stone II]] | | Scroll of [[Stone II]] | ||
| 3,451 - 3,987 * | | 3,451 - 3,987 * | ||
|- | |- bgcolor="#eff4f5"; | ||
| Scroll of [[Water II]] | | Scroll of [[Water II]] | ||
| 4,860 - 5,616 * | | 4,860 - 5,616 * | ||
Line 11: | Line 22: | ||
|} | |} | ||
<!-- ffxi-table css coloring. Saving here in case I need to revert the css. Trialing a new color. | |||
/* Wiki Wide Colrs - These are slowly being replaced with more targeted classes and can be removed at a later date. */ | |||
/* FFXI-Table */ | |||
table.ffxi-table tr { | |||
background-color: #eddce7; | |||
} | |||
table.ffxi-table th, | |||
table.ffxi-table { | |||
background-color: #bc73a1; | |||
} | |||
--> | |||
} | |||
__NOTOC__ | __NOTOC__ |
Revision as of 08:26, 4 September 2023
Test Colors 1 | Test |
---|---|
Horizon Logo Blue: #5acdf3 | 3,451 - 3,987 * |
Scroll of Water II | 4,860 - 5,616 * |
Test Color 2 | Test |
---|---|
Scroll of Stone II | 3,451 - 3,987 * |
Scroll of Water II | 4,860 - 5,616 * |
Links for Self
- https://horizonffxi.wiki/MediaWiki:Common.css
- https://horizonffxi.wiki/MediaWiki:Sidebar
- https://horizonffxi.wiki/Special:WhatLinksHere/Template:Spiffly
- https://horizonffxi.wiki/MediaWiki:Sitenotice
- https://horizonffxi.wiki/Special:WhatLinksHere/Template:Delete
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
|
|
|
|
|
|
|
|
Tester |
---|
Line one |
89bebe
D2E8E8 dfe8e8 - like this one
Zone HELM Boxes
Treasure Chest |
Mining |
Fishing |
Weather |
Commonly Uses Formatting
Setting Maximum Widths
<div style="max-width: 500px";> </div>
Max width top line table formatting
style="width: max(500px);"
Tooltip to turn text into a popout map image
{{Location Tooltip|area= zone|pos= (#-#)|text= text here}}
Tables
Heading 1 | Heading 2 |
---|---|
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"