Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Paramvalidate/doc

From Sunday Campaign
Revision as of 10:44, 27 June 2026 by Leo (talk | contribs) (Created page with "This module is used to validate template inputs. == Supported parameters == {|class="wikitable |- !Parameter !! Check !! Result !! Function |- |<code><nowiki>{{{image}}}</nowiki></code> || Check if the string ends with <code>.extension</code> || Category:Pages with invalid image argument in template || <code>checkImageExtension</code> |- |<code><nowiki>{{{image}}}</nowiki></code> || Check if the image exists as a file || :Category:Pages with non-existent image in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Paramvalidate

This module is used to validate template inputs.

Supported parameters

Parameter Check Result Function
{{{image}}} Check if the string ends with .extension Category:Pages with invalid image argument in template checkImageExtension
{{{image}}} Check if the image exists as a file Category:Pages with non-existent image in template checkImageMetadata
{{{image}}} Check if the image has sufficient width (>=640px) for the infobox Category:Pages with non-sufficient width image in infobox checkImageMetadata