Template:ChecklistLineFull

Usage[edit]

Provides a one-line method of creating checklist lines in Userpage Templates checklists.

Instead of having to create switch statements for every line, you can use this template to handle them.

Syntax[edit]

{{ChecklistLineFull|pre=|{{{parameter|}}}|link|(text)|active-color|done-color|default-color}}

Example[edit]

{{ChecklistLineFull|{{{Steamed Rams|}}}|Steamed Rams||{{{Active-Color|}}}|{{{Complete-Color|}}}|{{{Default-Color|}}} }}

This example passes through the colors provided via the main template parameters.

Parameters[edit]

  • pre: Optional. A prefix to output before the link, but after the icon.
  1. parameter: The name of the parameter containing the status (Active, Done, etc).
    This template recognizes active, complete, and done. (Case-insensitive)
  2. link: The page to link to. If not provided, an error will be displayed.
  3. text: Optional. The text for the link. If not provided, it will be the same as the link.
  4. active-color: The color for active items. Pass the template parameter.
  5. done-color: The color for completed items. Pass the template parameter.
  6. default-color: The color for default items. Pass the template parameter.

Default Output[edit]

[Invalid] Missing page name!

This article uses material from the "Template:ChecklistLineFull" article on FFXIclopedia and is licensed under the CC-BY-SA License.