Content deleted Content added
PleaseStand (talk | contribs) m debugging |
PleaseStand (talk | contribs) m that should be it |
||
Line 207:
var parser; var attributes; var refName; var refLong; var refShort;
var refCodes = []; var refEmpty; var emptyRefsWarningGiven = false;
var refGroup; var refOpening;
// Disable the empty refs warning (see below) if the user has disabled it
Line 267:
};
refCodes[refNames[refName].code] = refLong;
// Make a short code for the ref
refOpening = refEmpty ? "<ref " : refPreferred;
if(!refGroup.length) {
refShort =
} else {
refShort =
}
// Otherwise, is the current longcode not empty?
Line 361 ⟶ 362:
}
}
// Finally, we go through the text again and this time we insert the
|