Jump to content

Template:Page metadata: Difference between revisions

From Forever Wiki
Create Forever Wiki starter page
 
Add structured forms and visual template editing
 
Line 20: Line 20:


See [[Project:Data policy]] for review statuses and [[Help:Editing#Create a guide]] for guide categories.
See [[Project:Data policy]] for review statuses and [[Help:Editing#Create a guide]] for guide categories.
== TemplateData ==
<templatedata>
{
  "description": "Adds source, game version, and review details to a class or profession guide and stores nonempty fields as semantic data. Empty values display as Not recorded.",
  "params": {
    "source_url": {
      "label": "Source URL",
      "description": "Full URL of the source supporting this page's information. Leave empty if no source has been recorded.",
      "type": "url",
      "suggested": true
    },
    "game_version": {
      "label": "Game version",
      "description": "Exact game version or build to which the information applies. Leave empty if unknown.",
      "type": "string",
      "suggested": true
    },
    "verification_status": {
      "label": "Review status",
      "description": "How the information has been checked, using the statuses in Project:Data policy. Leave empty if no review status has been recorded.",
      "type": "string",
      "suggested": true,
      "suggestedvalues": [
        "Unverified",
        "Source checked",
        "In-game checked",
        "Needs review"
      ]
    }
  },
  "paramOrder": [
    "source_url",
    "game_version",
    "verification_status"
  ],
  "format": "block"
}
</templatedata>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 07:04, 15 September 2026

Use this template on class or profession guides to record their source, version, and review status. Empty values are displayed as “Not recorded” and are not stored as semantic data.

{{Page metadata
|source_url=
|game_version=
|verification_status=
}}

See Project:Data policy for review statuses and Help:Editing#Create a guide for guide categories.

TemplateData

Adds source, game version, and review details to a class or profession guide and stores nonempty fields as semantic data. Empty values display as Not recorded.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Source URLsource_url

Full URL of the source supporting this page's information. Leave empty if no source has been recorded.

URLsuggested
Game versiongame_version

Exact game version or build to which the information applies. Leave empty if unknown.

Stringsuggested
Review statusverification_status

How the information has been checked, using the statuses in Project:Data policy. Leave empty if no review status has been recorded.

Suggested values
Unverified Source checked In-game checked Needs review
Stringsuggested