Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the number of articles for the current page.

count = KBSetup_GetArticleHeaderCount()

Parameters[]

Arguments[]

()

Returns[]

count
count
number - The number of articles for the current page.

Example[]

 local count = KBSetup_GetArticleHeaderCount()
 for i=1, count do
   -- do something with the article

Details[]

  • This will count the "most asked" articles, not the number of articles for the active query.
Advertisement