<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Pages module is deprecated</title>
		<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated</link>
		<description>Posts in the discussion thread &quot;Pages module is deprecated&quot; - Pages need updating</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 19 Apr 2026 08:01:26 +0000</lastBuildDate>
		
					<item>
				<guid>http://05command.wikidot.com/forum/t-293501#post-957624</guid>
				<title>Re: Pages module is deprecated</title>
				<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated#post-957624</link>
				<description></description>
				<pubDate>Thu, 23 Dec 2010 08:12:51 +0000</pubDate>
				<wikidot:authorName>SophosBlitz</wikidot:authorName>				<wikidot:authorUserId>327981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I updated the pages to look as close as they used to.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://05command.wikidot.com/forum/t-293501#post-957599</guid>
				<title>Re: Pages module is deprecated</title>
				<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated#post-957599</link>
				<description></description>
				<pubDate>Thu, 23 Dec 2010 07:22:45 +0000</pubDate>
				<wikidot:authorName>AdminBright</wikidot:authorName>				<wikidot:authorUserId>224440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Nope.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://05command.wikidot.com/forum/t-293501#post-957564</guid>
				<title>Re: Pages module is deprecated</title>
				<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated#post-957564</link>
				<description></description>
				<pubDate>Thu, 23 Dec 2010 05:43:11 +0000</pubDate>
				<wikidot:authorName>tunedtoadeadchannel</wikidot:authorName>				<wikidot:authorUserId>304457</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>not particularly?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://05command.wikidot.com/forum/t-293501#post-957541</guid>
				<title>Re: Pages module is deprecated</title>
				<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated#post-957541</link>
				<description></description>
				<pubDate>Thu, 23 Dec 2010 04:55:36 +0000</pubDate>
				<wikidot:authorName>SophosBlitz</wikidot:authorName>				<wikidot:authorUserId>327981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Wouldn't the extra bits of information on the page add to a better new look to the two pages instead of having a simple list of links?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://05command.wikidot.com/forum/t-293501#post-957012</guid>
				<title>Re: Pages module is deprecated</title>
				<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated#post-957012</link>
				<description></description>
				<pubDate>Wed, 22 Dec 2010 09:18:02 +0000</pubDate>
				<wikidot:authorName>AdminBright</wikidot:authorName>				<wikidot:authorUserId>224440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I don't see how these other things would help anything.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://05command.wikidot.com/forum/t-293501#post-956936</guid>
				<title>Re: Pages module is deprecated</title>
				<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated#post-956936</link>
				<description></description>
				<pubDate>Wed, 22 Dec 2010 05:59:40 +0000</pubDate>
				<wikidot:authorName>tunedtoadeadchannel</wikidot:authorName>				<wikidot:authorUserId>304457</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Eh, I don't see any reason to change those pages. Then again, I don't see any reason not to, and if we don't like it it's easy enough to revert the edit.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://05command.wikidot.com/forum/t-293501#post-956913</guid>
				<title>Pages module is deprecated</title>
				<link>http://05command.wikidot.com/forum/t-293501/pages-module-is-deprecated#post-956913</link>
				<description></description>
				<pubDate>Wed, 22 Dec 2010 04:51:44 +0000</pubDate>
				<wikidot:authorName>SophosBlitz</wikidot:authorName>				<wikidot:authorUserId>327981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Didn't seem like something that would've gone in &lt;EMERGENCY&gt; so I'm posting this here.</p> <p>As the title and summary said, I was trawling through the Wikidot documentation and noticed that on the <a href="http://www.wikidot.com/doc:modules">Modules</a> page, the Pages module (the thingy we use for Most Recently Edited and Most Recently Created pages) is listed as deprecated and that code should be updated to use the new ListPages module. And since I've always wanted to see more than a simple list of links on the pages, I'm proposing the following edit to the two pages:</p> <p>For Most Recently Edited:</p> <div class="code"> <pre><code>[[module ListPages order=&quot;updated_at desc&quot; limit=&quot;100&quot; separate=&quot;yes&quot;]] [[div style=&quot;float:left; margin-left:5px; text-align:left; width:100%; padding-bottom:10px&quot;]] **%%index%%. %%linked_title%%** - %%updated_by_linked%% - %%updated_at%% [[/div]] [[/module]]</code></pre></div> <p>For Most Recently Created:</p> <div class="code"> <pre><code>[[module ListPages order=&quot;created_at desc&quot; limit=&quot;100&quot; separate=&quot;yes&quot;]] [[div style=&quot;float:left; margin-left:5px; text-align:left; width:100%; padding-bottom:10px&quot;]] **%%index%%. %%linked_title%%** - %%created_by_linked%% - %%created_at%% [[/div]] [[/module]]</code></pre></div> <p>Basically, it displays each item as an indexed set of two lines each. First line displays the page name, the second line displays who edited/created it and when. I wanted to put each item on one line in an invisible aligned table but I don't think it can be done without complicating things. (I also wanted it to display the edit comment but that feature doesn't exist yet in ListPages).<br /> I have a preview available on my sandbox <a href="http://scpsandboxwiki.wikidot.com/sandbox-of-sophos-blitz">here</a> but IMO it looks better on the main wiki than on the sandbox wiki (I blame the blue text and extra whitespace). You could c+p on the main wiki and preview it.<br /> If it looks weird, it can always be tweaked. That and I wanted to run it by everyone here before doing anything.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>