Template:Zone: Difference between revisions
Create Forever Wiki starter page |
Add structured forms and visual template editing |
||
| Line 71: | Line 71: | ||
| <code>verification_status</code> || [[Property:Verification status|Verification status]] || A status from [[Project:Data policy]] | | <code>verification_status</code> || [[Property:Verification status|Verification status]] || A status from [[Project:Data policy]] | ||
|} | |} | ||
== TemplateData == | |||
<templatedata> | |||
{ | |||
"description": "Adds a zone reference box, places the page in the Zones category, and stores nonempty fields as semantic data. Leave unknown fields empty.", | |||
"params": { | |||
"type": { | |||
"label": "Zone type", | |||
"description": "Zone type recorded by the source, as plain text. Leave empty if unknown.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"region": { | |||
"label": "Region", | |||
"description": "Wiki page name of the region containing the zone, without link brackets. Leave empty if unknown.", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"min_level": { | |||
"label": "Minimum level", | |||
"description": "Minimum level recorded for the zone, as a plain number. Leave empty if unknown.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"max_level": { | |||
"label": "Maximum level", | |||
"description": "Maximum level recorded for the zone, as a plain number. Leave empty if unknown.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"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": [ | |||
"type", | |||
"region", | |||
"min_level", | |||
"max_level", | |||
"source_url", | |||
"game_version", | |||
"verification_status" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 07:04, 15 September 2026
This template adds a compact reference box and nonempty semantic properties to an article. It places the article in Category:Zones.
Copy the blank pattern into a subject page. Leave unknown fields empty. Use plain page names for relationship fields and plain numbers for numeric fields. See Help:Editing and Project:Data policy.
{{Zone
|type=
|region=
|min_level=
|max_level=
|source_url=
|game_version=
|verification_status=
}}
Fields
| Parameter | Property | Value |
|---|---|---|
type |
Zone type | Text |
region |
Located in | Page title |
min_level |
Minimum level | Number |
max_level |
Maximum level | Number |
source_url |
Source URL | Full source URL |
game_version |
Game version | Exact version or build, when known |
verification_status |
Verification status | A status from Project:Data policy |
TemplateData
Adds a zone reference box, places the page in the Zones category, and stores nonempty fields as semantic data. Leave unknown fields empty.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Zone type | type | Zone type recorded by the source, as plain text. Leave empty if unknown. | String | suggested |
| Region | region | Wiki page name of the region containing the zone, without link brackets. Leave empty if unknown. | Page name | suggested |
| Minimum level | min_level | Minimum level recorded for the zone, as a plain number. Leave empty if unknown. | Number | suggested |
| Maximum level | max_level | Maximum level recorded for the zone, as a plain number. Leave empty if unknown. | Number | suggested |
| Source URL | source_url | Full URL of the source supporting this page's information. Leave empty if no source has been recorded. | URL | suggested |
| Game version | game_version | Exact game version or build to which the information applies. Leave empty if unknown. | String | suggested |
| Review status | verification_status | How the information has been checked, using the statuses in Project:Data policy. Leave empty if no review status has been recorded.
| String | suggested |