vote up 3 vote down star

Just out of curiosity, is there a name for the kind of navigation I've been working on?

It looks like this:

<<first <previous 1 2 3 4 5 [...] 20 next> last>>

i.e. navigation where you've got x pages, but you don't want to show x links, you want to limit the amount of space taken up, so you show y links at a time, and indicate the existence of the other pages with an elision.

At some point in the middle, it would look like this:

<<first <previous [...] 8 9 10 11 12 [...] 20 next> last>>

with elisions on both sides.

flag

73% accept rate
Just don't do this (like SO): 1 2 3 [...] 4 5 – eyelidlessness Oct 18 '08 at 4:36

4 Answers

vote up 6 vote down check

Answering to just clear up this question. I hereby declare that it has no official name.

I also hereby make up the name 'elided pagination' for it.

link|flag
+1 for arbitrary decision. I like it. – TokenMacGuy Apr 6 at 0:53
vote up 2 vote down

It's called web pagination, search result pagination.

link|flag
vote up 0 vote down

I've always called that "search results page navigation". Mind you thats not an official term, maybe others know.

link|flag
vote up 0 vote down

thresholded navigation pager?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.