|
|
(19 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| This is a test of an upgraded version of the [[Template:pkg pkg template]]. It should preserve the old behavior, <br>
| | <noinclude> |
|
| |
|
| The following 3 should produce the exact same URL:<br>
| | {{Verified}} |
| Old way with positional parameter 1 only: {{Template:Sandbox|apk}}<br>
| | |
| New way with name parameter only: {{Template:Sandbox|name=apk}}<br>
| | |
| Nonsensical combination of old and new: {{Template:Sandbox|apk|name=apk}}<br>
| | </noinclude> |
| <br> | | <includeonly> |
| The following should produce the exact same URLs:<br>
| | {{#if: {{{v}}}|v}}3.20.1 |
| Positional parameter 1 + repo parameter<br>
| | </includeonly> |
| {{Template:Sandbox|apk|repo=main}}<br> | |
| name parameter + repo parameter<br>
| |
| {{Template:Sandbox|name=apk|repo=main}}<br>
| |
| name parameter + repo parameter + branch parameter explicitly set to the default value + arch set to the default<br>
| |
| {{Template:Sandbox|name=apk|repo=main|branch=edge|arch=x86_64}}
| |