User talk:UBX/UBXarchive
Latest comment: 18 years ago by Junior rookie in topic A code fix
This user page does not require a rating on Wikipedia's content assessment scale. |
A code fix
editReplace this: '''[[{{{1|}}}|userbox archive]]''', which produces this result (when parameter 1 is not present):
[[|userbox archive]]
With this: '''{{ #if: {{{1|}}} | [[{{{1|}}}|userbox archive]] |userbox archive }}''', which produces this result (when parameter 1 is not present):
userbox archive
The "fixed" code eliminates the "[[|" and "]]" from around the words "userbox archive".