User:Spiffly: Difference between revisions

From HorizonXI Wiki
No edit summary
No edit summary
Line 36: Line 36:
style="width: max(500px);"
style="width: max(500px);"


=== Tables ===
{| border="0" cellpadding="5" cellspacing="1" style="background:#000000; width: max(500px);"
|- style="background:#b7b7b7;"
! Heading 1
! Heading 2
|- style="background:#ffffff;"
|
|
|}
<!-- Table explanation
Top {| set bg colour for border, increasing cell spacing increases border thickness. cell padding changes how much room is around the text in each cell. width can be a % or the max figure like below.
{| border="0" cellpadding="5" cellspacing="1" style="background:#000000; width: max(500px);"
|- style="background:#b7b7b7;"  changes formatting for all headers here.
! Heading 1
! Heading 2
|- style="background:#ffffff;"  changes formatting for all cells in a row here.
|
|
|}
add more rows if more are required.
-->
=== Transcluding a Certain Section of a Page ===
=== Transcluding a Certain Section of a Page ===
* <nowiki>{{#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.</nowiki><br>
* <nowiki>{{#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.</nowiki><br>

Revision as of 18:48, 2 June 2023

List of Projects I'm Working On

Chocobo Digging

  • Format every zone/digging to be uniform.
  • Add in labels for each and every "abundance" value.
  • Add in every page for all items that can be dug up.
  • Include section links to each page for abundance values.
  • Remove all egg helm results.

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.


Commonly Uses Formatting

Setting Maximum Widths

<div style="max-width: 500px";> </div>

Max width top line table formatting

style="width: max(500px);"

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"