Merge command: [strnews-pagination ]
Merge variable/item: strXdocPagination

Comments:
This retrieves the docPagination item from the n-th news document. This is a numeric pagination value that should be used to open the n-th document (with the correct url `count` parameter in case it has child documents).

Formula:
@If( @IsError(XdocPagination);"10"; @Text(XdocPagination)=""|@Text(XdocPagination)="0"|(@Contains(@LowerCase(strSeoFriendlyXdoc);"invalid unid")) | (@Contains(@LowerCase(strSeoFriendlyXdoc);"deleted"));"10"; @Text(XdocPagination) );