Main Page: Difference between revisions

From HypertWiki
saving thread-listing code in progress
basic display of forum posts -- no response count, no timestamps. working on that.
Line 24: Line 24:


Blog entries, news, and feeds are now on the [[HypertWiki:Current events|current events]] page.
Blog entries, news, and feeds are now on the [[HypertWiki:Current events|current events]] page.
==Experimental Code==
==HyperForum Posts==
<let name=pgTitle copy=@title.full />
<hide>
<let name=pfxLink>[[Thread:{{TALKPAGENAME}}/</let>
 
<let name=pgTitle copy=@title.dbkey />
<let name=sqlFilt>thread_article_title="</let>
<let name=sqlFilt>thread_article_title="</let>
<let name=sqlFilt append copy=pgTitle />
<let name=sqlFilt append copy=pgTitle />
<let name=sqlFilt append>"</let>
<let name=sqlFilt append>" AND (thread_type != 2)</let>
<for table="thread" where=$sqlFilt sort="thread_modified">
<for table="thread" where=$sqlFilt sort="thread_modified">
   <let name=th.subj val="@row.thread_subject" />
   <let name=th.subj val="@row.thread_subject" />
  <let name=out append>
* </let>
  <let name=out append copy=pfxlink />
  <let name=out append copy=th.subj />
  <let name=out append>|</let>
  <let name=out append copy=th.subj />
  <let name=out append>]]</let>
</for>
</for>
</hide><get name=out />
[http://wiki.hypertwins.org/index.php?title=Talk:Main_Page&lqt_method=talkpage_new_thread add a new forum post]

Revision as of 20:42, 13 June 2011

The Hypertwins Memorial High-Energy Children
Supercollider Laboratory and Research Center for the Inhumanities

Collaborative Investigation Wiki funded by special grants from
The Society for Creative Impropriety and the International Conspiracy of Mad Scientists
“Hypertwin Science - We Do What We Can Because We Must™”
...just to keep from being thrown to the wolves, as we watch our dreams drift by and sail forever out of sight, for all the difference it would make.
Our business is pre-qualified. Yep.
Our business is pre-qualified. Yep.

Note: This may not be a blog per se, but it does have a blog in it. And a forum. ^_^

As of December 5, 2025, the HypertWiki has something like 2,355 pages of more-or-less substantial content.

Blog entries, news, and feeds are now on the current events page.

HyperForum Posts

<hide> <let name=pfxLink>[[Thread:Talk:Main Page/</let>

<let name=pgTitle copy=@title.dbkey /> <let name=sqlFilt>thread_article_title="</let> <let name=sqlFilt append copy=pgTitle /> <let name=sqlFilt append>" AND (thread_type != 2)</let> <for table="thread" where=$sqlFilt sort="thread_modified">

 <let name=th.subj val="@row.thread_subject" />
 <let name=out append>
  • </let>
 <let name=out append copy=pfxlink />
 <let name=out append copy=th.subj />
 <let name=out append>|</let>
 <let name=out append copy=th.subj />
 <let name=out append>]]</let>

</for> </hide><get name=out /> add a new forum post