Sandbox

From Alpine Linux
Revision as of 20:01, 28 December 2023 by Zcrayfish (talk | contribs) (More testing.)

This is a test of an upgraded version of the Template:pkg. It should preserve the old behavior,

The following 3 should produce the exact same URL:
Old way with positional parameter 1 only: #apk
New way with name parameter only: #{{{1}}}
Nonsensical combination of old and new: #apk

The following should produce the exact same URLs:
Positional parameter 1 + repo parameter: #apk
name parameter + repo parameter: #{{{1}}}
Many parameters set: #{{{1}}}

Nonsense handling: Old template (left) vs new (right) First parameter cannot be undefined or empty in template: Template:Pkg #{{{1}}} (no arguments passed whatsoever)