Hi!
I have a page, that include a 300 row-table. That's why the page is very slow. I would like to partition this table.
How can I implement a dynamic menu to solve it?
Thanks, Gabor
mediawiki-l-bounces@lists.wikimedia.org schrieb am 31.01.2008 09:19:29:
Hi!
I have a page, that include a 300 row-table. That's why the page is very slow. I would like to partition this table.
How can I implement a dynamic menu to solve it?
What about the subpage extension ( http://www.mediawiki.org/wiki/Extension:SubPageList2). You can distribute the table over several subpages and create a dynamic list of all these pages using the <subpages/> tag.
Thanks, Gabor
HTH, Arnd
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Reizer Gábor Sent: Thursday, January 31, 2008 3:19 AM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] Dynamic menu
Hi!
I have a page, that include a 300 row-table. That's why the page is very slow. I would like to partition this table.
How can I implement a dynamic menu to solve it?
Thanks, Gabor _______________Reply:_________________
Why would you solve it with a dynamic menu and not just put different parts of the table on different pages? Speaking of dynamic menus, what do you mean by a dynamic menu?
-Courtney
I would like to include a username or wiki variable as a part of an external link (i.e. http://www.website.org/?username=$wgUserName) within mediawiki. It seems that this could be simple to do. Is something like that possible?
Jason Ulrich MICDS Technology julrich@micds.org
Jason Ulrich wrote:
I would like to include a username or wiki variable as a part of an external link (i.e. http://www.website.org/?username=$wgUserName) within mediawiki. It seems that this could be simple to do. Is something like that possible?
http://www.website.org/?site=%7B%7BSITENAME%7D%7D
$wgUserName is not available as a magic word as it would break a lot of caching, but there're extensions providing it.
mediawiki-l@lists.wikimedia.org