<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://perplexcitywiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rei</id>
	<title>Perplex City Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://perplexcitywiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rei"/>
	<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/wiki/Special:Contributions/Rei"/>
	<updated>2026-04-21T23:59:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=Talk:Backdoor&amp;diff=13628</id>
		<title>Talk:Backdoor</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=Talk:Backdoor&amp;diff=13628"/>
		<updated>2006-07-05T11:42:31Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Commands==&lt;br /&gt;
&lt;br /&gt;
I googled the various commands to try to figure out what they do.  I&#039;m not 100% certain of this, which is why I&#039;m putting it on the discussion page rather than the article page.  Anything not specifically cited was found via a google for &amp;quot;man &#039;&#039;command&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
; Zone : creates a &amp;quot;virtual machine&amp;quot;, seperate from the rest of the operating system, that lets you securely run applications in an isolated environment.  I strongly suspect all commands must start with zone. [http://docs.sun.com/app/docs/doc/817-1592/6mhahuoo1?a=view]&lt;br /&gt;
; mount : mounts the file system.  This is a common Unix command, and usually one of the first tasks you do.&lt;br /&gt;
; popen : forks a new process that invokes the shell.  It may close previous popen processes.&lt;br /&gt;
; pread : reads input from a specified position of a file. &lt;br /&gt;
; pwrite : writes data to a specified position of a file.  This command doesn&#039;t seem to be allowed.&lt;br /&gt;
; flush : this may have to do with deferred mail. [http://seth.positivism.org/man.cgi/flush]&lt;br /&gt;
; rotate : possibly rotates the logs [http://www.hmug.org/man/8/rotatelogs.php]&lt;br /&gt;
; switch : uncertain.  It may be a SELECT...CASE statement [http://www.hmug.org/man/3/Switch.php].  Otherwise, my first guess was a change directory (CD) command.&lt;br /&gt;
; copy : assuming it copies the data.  Doesn&#039;t seem to work.&lt;br /&gt;
; run : run a set of commands.&lt;br /&gt;
; end : end the current run.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve been trying to &amp;quot;translate&amp;quot; the command grid into English to get a better sense of how it works.  One possible &amp;quot;translation&amp;quot; for &#039;zone, mount, run, rotate, rotate/ - - popen, rotate, cache/ - - end - -&#039; might be:  &lt;br /&gt;
# Start a virtual machine.&lt;br /&gt;
# Mount the filesystem.&lt;br /&gt;
# Run the following commands:&lt;br /&gt;
## Rotate the logs twice.&lt;br /&gt;
## Open a new process.&lt;br /&gt;
## Rotate the logs once.&lt;br /&gt;
## Cache the data.&lt;br /&gt;
## End.&lt;br /&gt;
&lt;br /&gt;
This is reading left-to-right row by row.  I&#039;m uncertain if this is correct.[[User:Xnera|xnera]] 18:49, 30 June 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Question==&lt;br /&gt;
What are Frob and Twiddle? TheBozzball asks a dumb question.&lt;br /&gt;
:Geek terms.  Tweak, Twiddle, and fFrob refer to the 3 varying stages of messing with things.  fFrob is a sort of spin the dial and see what you get.  Especially used when you have no idea what something is.  Twiddle is more of a refined fFrob, or perhaps a broad tweak.  If fFrob asks us to pick any number, twiddle asks us to pick a numbner between one and a hundred.  It narrows the range a great deal.  We still don&#039;t know what we&#039;re doing, but we seem to be closer to understanding what the thing is.  Then, the next logical step is a tweak.  We can tweak things all day.  Up by one step.  Down by a half.  Right 3/16.  15 degrees to the diagonal of north by 33 9/10.  So, naturally, When this page was started, it served as a nice place to start fFrob and twiddling.  Hence those titles.  It seems to me we should probably start sorting the page out a bit, however.  It&#039;s becoming a hodge-podge mess.  [[User:Scott|Scott]] 01:35, 5 July 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Garden of Forking Paths==&lt;br /&gt;
&amp;lt;xnera&amp;gt; i&#039;ve been thinking of it as a multi-processor... anything after the &amp;quot;run&amp;quot; in the same row reading right or column reading down is run (perhaps simultaneously)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; right&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt; so, could switch mean &amp;quot;switch to the other process&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; yeah, that&#039;s the theory inky was working from&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt; i was thinking rotate might mean &amp;quot;start processing in the other direction&amp;quot;.  so if you were reading across, you&#039;d start going down&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; this one needs both rotates to work: zone mount run rotate rotate / - - popen zone cache &lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; I think even though you can move run anywhere, it still runs as if it&#039;s in r1c3. because nothing else goes there without an error&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; and r2c3 is the only place run gives an error, so I&#039;m pretty sure that&#039;s the program run activates. run isn&#039;t going to activate itself&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt; i think popen must preceed a cache&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; so it splits off &#039;run&#039; from r1c3 ....&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt; yeah, seems like it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; It doesn&#039;t like End running, so to end the program gracefully you have to... hmmm.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; like, this doesn&#039;t work: zone mount run cache - / - - popen - -&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; but if you put the rotate right after popen, it does work&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; if you place and end there, you can tell it&#039;s trying to execute it because it says session &lt;br /&gt;
cannot be unloaded at this time&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; (the ends are good for checking where the program is going next)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; so what is the rotate doing to end it? is it somehow &#039;joining the streams&#039;?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt; i think the goal is to end up on a &amp;quot;cache&amp;quot; square&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt; ooo!  maybe ALL program forks have to end on a cache square?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; yes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; that sounds right&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; that seems to be the pattern&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; and ... if you run a different number of rotations before you hit the cache ... you get a different file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; V conversation is one rotation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; firmware bugs is two rotations&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; neuro thingy is three rotations&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; so to get at the other files, we have to make four, five, six, etc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; as many as we can&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt; and possibly no rotations, if that&#039;s possible&lt;br /&gt;
&lt;br /&gt;
== Directions? ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	check this out: run cache -- / popen switch -- / -- -- end&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	this hits the end statement&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	the switch is making the execution arrow go SE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	flush makes it go south!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	switch direction SE, flush direction S&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	I wish I knew how rotate worked&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	It&#039;s still eluding me&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	based on what&#039;s happening with the End statements I&#039;m testing switch definitely goes SE and flush goes S&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	how are you testing?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	Whenever it hits and End, it gets a consistent error message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	so you can use End to test if it makes it to a particular square&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	like this one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	run flush end / popen rotate end / - end end Unable to write to file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	I know it can&#039;t have gone outside of the boundry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	and the r1c4 also still seems to be &#039;special&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	this also gets V text: -- rotate -- / popen flush cache /-- rotate --&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	ah, you don&#039;t need the rotate on the first line&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	you do need it on the third line&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	because the flush hits the rotate&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	where does the run go in that grid?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	I just get &amp;quot;no disk access&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	sorry, I am including only the right half&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	here&#039;s the full thing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	zone mount run -- --&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	-- -- popen flush cache&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	-- -- -- rotate --&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	&#039;flush&#039; moves the execution down to rotate. somehow from there it gets to the cache&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	what I am needing now is an execution that hits four rotates before cache&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	so the program moves downwards at the beginning, not right?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	what if the rotate functions on the execution direction of the cell *after* it (i.e. the rotate is delayed one step?)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	doesn&#039;t seem to fit this example though, if it&#039;s going down from flush&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	yeah. somehow it hopes from rotate to cache&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	okay so zone mount run -- --/-- -- flush cache --/-- -- rotate -- -- also works&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	that&#039;s handy to know&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	what if the rotate doesn&#039;t function just on execution direction, but on the surrounding cells themselves?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	incidentally, I&#039;m starting to think there&#039;s one pointer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	not multiple forks&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	and that&#039;s an interesting thought perlrun&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt;	pelrun, you mean that the cells rotate around the cell that has the rotate in it?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	yeah&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt;	and jbd, i am glad I am not the only person who misreads pelrun&#039;s name as perlrun :)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	hey, this is cool ... (cutting out first two columns)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	heh, not the first time I&#039;ve been mistaken for a man page either XD&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	run - - / flush - - / popen end -&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	that hits the end&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	the popen makes it go east&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jbd&amp;gt;	maybe *All* these commands are just directional somehow&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	yup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	each command has an effect and a execution direction&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt;	huh. i&#039;ve been automatically going east after a popen without realising it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	right side only: run cache --/popen rotate-- gets the approached the master one&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Xnera|xnera]] 20:57, 30 June 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==More Direction Discussion!==&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	ok so I&#039;m going to go command by command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	Zone and mount start a program. Zone also moves the program left.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt;	agreed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	Mount moves the program SE.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	Switch also moves the program southeast&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt;	how are you getting mount moving it SE?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	run -- --/switch -- --/-- end --&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	I&#039;m skipping copy for now&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	sorry--I&#039;m skipping rotate and working on copy&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	copy moves down&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	pread goes left&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	pwrite goes right&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	popen is right of course&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	perhaps run actually does fire execution chains off in all four directions, but only shows the most interesting message of the four - maybe the one that executed the longest without error&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	YES I DID IT!!!!!!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	cool&lt;br /&gt;
&lt;br /&gt;
&amp;lt;xnera&amp;gt;	awesome!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pelrun&amp;gt;	looks like the one that was stumbled on earlier (but the program was lost)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	the trick is that rotates go NE on odd-numbered columns and N on even-numbered columns&lt;br /&gt;
&lt;br /&gt;
&amp;lt;jalapenodude&amp;gt;	it should be Zone mount run -- /copy zone zone cache --/copy pwrite rotate -- --/copy rotate -- -- --/rotate -- -- -- --&lt;br /&gt;
&lt;br /&gt;
[[User:Xnera|xnera]] 21:47, 30 June 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Frob==&lt;br /&gt;
&lt;br /&gt;
[ARG]/001 Ghogg says, &amp;quot;http://events.perplexcity.com/gateway/commandinterface/index.html&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/002 Ghogg says, &amp;quot;this is the most recently popped up puzzle. it is a &#039;backdoor&#039; of some sort with a bunch of unix-y commands&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/003 inky says, &amp;quot;hey, I got it to do something&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/004 Ghogg asks, &amp;quot;PWRITE, POPEN, and PREAD seem pretty straightforward. What would SWITCH and ROTATE do?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/005 inky says, &amp;quot;I figured that the commands were meaningless and it was just going to be a puzzle about spelling stuff out with the first two letters&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/006 inky says, &amp;quot;if this is like befunge, then switch and rotate may change which direction execution moves in&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/007 Ghogg asks (of inky), &amp;quot;whoa, really?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/008 inky says (to Ghogg), &amp;quot;well, I got it to blink and say &amp;quot;invalid command path&amp;quot;&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/009 inky says, &amp;quot;I realize that is not that exciting&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/010 Ghogg says, &amp;quot;heh, ok. If you drop &#039;run&#039; anywhere it&#039;ll try to excute the stuff on the row and column&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/011 Ghogg says, &amp;quot;someone managed to get one thing to run ... lesse...&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/012 Ghogg says, &amp;quot;something with mount and zone, but I&#039;m not getting it to work&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/013 Ghogg says, &amp;quot;I do think this is supposed to represent a &#039;real&#039; computer system&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/014 inky says, &amp;quot;yeah, apparently&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/015 Jota says, &amp;quot;I got it to complain about disk access.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/016 Jota says, &amp;quot;Runtime Error: No disk access.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/017 inky says, &amp;quot;you have to popen first&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/018 inky says, &amp;quot;er&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/019 inky says, &amp;quot;mount first&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/020 Jota says, &amp;quot;I&#039;ve got mount as the first operations of the row and column (after run, in the upper left), and I&#039;ve still got that error.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/021 Jota says, &amp;quot;Which is interesting, since I guess it means I managed to compile.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/022 * NewsBoy hollers, &amp;quot;Extra! Extra! Ghogg has posted message 6, about &#039;&#039;Backdoor&#039; in Perplex City puzzle&#039;, to the bulletin board! Jaybird soon to be given WizBit!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/023 Ghogg says (to Jota), &amp;quot;the goal here seems to be either to a.) dump the system files from this point or b.) cause a crash that will let you break into the system proper&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/024 Jota says, &amp;quot;I&#039;m vaguely curious what that blank one is all about.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/025 inky asks, &amp;quot;blank one?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/026 Jota says, &amp;quot;The thing in the upper right.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/027 Jota says, &amp;quot;(Or is that only visible if you open the SWF directly?)&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/028 inky says, &amp;quot;I don&#039;t see any such thing, yeah&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/029 Jota says, &amp;quot;I managed to use it to get an &#039;undefined&#039; command.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/030 inky says, &amp;quot;neat&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/031 Jota says, &amp;quot;Dunno if that&#039;s a bug or necessary to win.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/032 Jota says, &amp;quot;Huh. It doesn&#039;t let you put things in certain places.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/033 inky asks, &amp;quot;really?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/034 inky says, &amp;quot;I&#039;ve occasionally had them snap back but it seemed to be more because I was misplacing them within the grid&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/035 inky says, &amp;quot;and when I tried again it worked&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/036 Jota says, &amp;quot;Let me try to recreate it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/037 Jota says, &amp;quot;I can&#039;t seem to find how I did it before.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/038 Jota says, &amp;quot;&#039;Session can not be unloaded at this time&#039;.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/039 inky says, &amp;quot;hrm&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/040 inky says, &amp;quot;oh, heh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/041 Jota says, &amp;quot;&#039;No area has been accessed&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/042 Jota asks, &amp;quot;Do we know what the P in popen, pwrite, pread are?&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/043 inky says, &amp;quot;hey, nice&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/044 inky asks, &amp;quot;how did you get it to do that?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/045 inky says, &amp;quot;no, although they&#039;re actually names of unix system functions&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/046 Jota says, &amp;quot;Mount, run, rotate, end in the first row; run, rotate, end in the second column. (Same &#039;run&#039;.)&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/047 inky says, &amp;quot;although they&#039;re not related, I don&#039;t think -- popen forks a new process, and pread and pwrite read and write a file&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/048 inky says, &amp;quot;hmm, interesting&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/049 Jota says, &amp;quot;It appears that you need mount before run, and you need some command between run and end. I&#039;m trying out the different commands now.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/050 Jota says, &amp;quot;Hmm. I can legally put a pwrite before the mount.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/051 Jota says, &amp;quot;I get the same runtime error, but at least it&#039;s a valid command grid.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/052 Jota exclaims, &amp;quot;Woo, a file error!&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/053 Jota says, &amp;quot;&#039;File access denied&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/054 inky says, &amp;quot;awright&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/055 josh_g says, &amp;quot;hee hee&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/056 Jota says, &amp;quot;I am totally racking up the errors here.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/057 josh_g says, &amp;quot;phrases you didn&#039;t expect to hear&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/058 Jota exclaims, &amp;quot;Access error!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/059 Jota says, &amp;quot;(Unable to reset read permissions)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/060 Jota says, &amp;quot;I currently have zone, mount, run, rotate, pread / -, -, popen, zone, - / -, -, pwrite, pread, - / -, -, rotate, -, - / -, -, end, -, -.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/061 Jota says, &amp;quot;I am confused by the fact that the zone needs to be present for this to &#039;work&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/062 Jota says, &amp;quot;&#039;Timeout in folder&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/063 Jota says, &amp;quot;I still have no idea what I&#039;m doing, but at least I&#039;ve reached the point where I get lots of different messages.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/064 Jota says, &amp;quot;Hmm. I think the timeout might mean some kind of loop.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/065 inky says, &amp;quot;holy!!!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/066 inky says, &amp;quot;I think I got it&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/067 inky says, &amp;quot;arg, shit, and the screen that popped up obscured what I did&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/068 josh_g says, &amp;quot;woot!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/069 inky says, &amp;quot;curse it all&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/070 josh_g says, &amp;quot;but you are still a winnar&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/071 Jota says, &amp;quot;Congrats.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/072 inky says, &amp;quot;so irritating&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/073 inky says, &amp;quot;I really have no idea what I did&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/074 inky says, &amp;quot;I think I put a rotate in the upper-right corner and and a switch in the lower-right&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/075 inky says (to Jota), &amp;quot;starting from what you had&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/076 (from josh_g) inky says, &amp;quot;but I might be able to remember more clearly for, say, $10&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/077 Jota says, &amp;quot;Working silently and secretly, not sharing his progress (by which I mean &#039;error messages&#039;) with the rest of us.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/078 inky says, &amp;quot;for the record, the code phrases or whatever from this seem to be &amp;quot;CRYPTO PARTS REF: 384621-5A&amp;quot; &amp;quot;EXTERNAL REF: 9CE42T&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/079 Jota says, &amp;quot;I think you must have made more changes than to the upper right and lower right squares, since since that&#039;s an invalid command grid.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/080 inky says, &amp;quot;yeah&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/081 inky says, &amp;quot;I think the theory is rotate turns the direction of execution, and going off the edge without hitting an end is one of the things that trigger invalid&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/082 inky says, &amp;quot;you&#039;ve got the &#039;session can not be unloaded at this time&#039; one, right? I think that&#039;s from hitting an end too early, or without caching or something&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/083 Jota says, &amp;quot;Yeah.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/084 Jota says, &amp;quot;I think that was the third one I saw, after the one for not mounting and the invalid grid one.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/085 inky says, &amp;quot;dadgummit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/086 inky says, &amp;quot;I just got another useful ending screen&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/087 inky says, &amp;quot;(so clearly the previous one wasn&#039;t the whole solution, which makes sense)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/088 Jota says, &amp;quot;Curse it all.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/089 Jota says, &amp;quot;(I have no real reason to curse anything, but I just felt like going along with you.)&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/099 inky says, &amp;quot;zone mount run rotate rotate / - - rotate zone cache / - - pwrite pread - / - - rotate - end / - - end - -&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/100 inky says, &amp;quot;pops up one of the screens I&#039;ve got&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/101 inky says, &amp;quot;(but you can&#039;t keep accessing the grid at this point)&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/102 Jota asks, &amp;quot;File access denied?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/103 inky says, &amp;quot;oh you&#039;re kidding me&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/104 inky tries it himself&lt;br /&gt;
&lt;br /&gt;
[ARG]/105 Jota says, &amp;quot;Maybe you did something else to gain access first.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/106 inky says, &amp;quot;ack, I hope not&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/107 inky says, &amp;quot;this will be even harder if it&#039;s not stateless&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/108 inky says, &amp;quot;grah, yes, I get the error too&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/109 inky says, &amp;quot;aha, sorry, I made a typo&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/110 inky says, &amp;quot;try zone mount run rotate rotate / - - popen zone cache / - - pwrite pread - / - - rotate - end / - - end - -&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[ARG]/111 inky says, &amp;quot;ie, sub popen for the rotate on the second row&amp;quot; &lt;br /&gt;
&lt;br /&gt;
[ARG]/112 Jota says, &amp;quot;Aha, there it is.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Twiddle==&lt;br /&gt;
&lt;br /&gt;
[16:57] &amp;lt;achenar&amp;gt; This whole thing would probably make more sense if I knew Unix, wouldn&#039;t it? ;)&lt;br /&gt;
&lt;br /&gt;
[16:57] * _SB|nothere is now known as _SilentlyBroken&lt;br /&gt;
&lt;br /&gt;
[16:57] &amp;lt;SteveC&amp;gt; So - we&#039;ve got two distinct paths - one is giving us parts, the other is giving us chat..&lt;br /&gt;
&lt;br /&gt;
[16:57] &amp;lt;SteveC&amp;gt; achenar: Not really&lt;br /&gt;
&lt;br /&gt;
[16:57] &amp;lt;poozle&amp;gt; Knowing unix doesn&#039;t help achenar&lt;br /&gt;
&lt;br /&gt;
[16:57] &amp;lt;Book[sidelines]&amp;gt; Hmm&lt;br /&gt;
&lt;br /&gt;
[16:57] &amp;lt;Scott`&amp;gt; http://perplexcitywiki.com/wiki/Backdoor&lt;br /&gt;
&lt;br /&gt;
[16:58] &amp;lt;SteveC&amp;gt; I&#039;m not convinved that it&#039;s not just random :)&lt;br /&gt;
&lt;br /&gt;
[16:58] &amp;lt;Scott`&amp;gt; has all the latest as i am aware&lt;br /&gt;
&lt;br /&gt;
[16:58] * Cheese|Away is now known as MasterCheese&lt;br /&gt;
&lt;br /&gt;
[16:58] * Gibbet has joined #syzygy&lt;br /&gt;
&lt;br /&gt;
[16:58] &amp;lt;achenar&amp;gt; Ooh, thanks. *wikifies before she does anything too stupid* ;)&lt;br /&gt;
&lt;br /&gt;
[16:59] &amp;lt;poozle&amp;gt; I&#039;m looking at it and there seem to be patterns, just not a lot of them&lt;br /&gt;
&lt;br /&gt;
[16:59] &amp;lt;AxysDenyed&amp;gt; Actually, you can just do zone mount run switch - / - - popen rotate cache&lt;br /&gt;
&lt;br /&gt;
[16:59] &amp;lt;Book[sidelines]&amp;gt; No END needed ? Hm...&lt;br /&gt;
&lt;br /&gt;
[17:00] * Mico has joined #syzygy&lt;br /&gt;
&lt;br /&gt;
[17:00] &amp;lt;MAFIAA&amp;gt; end might be needed for the branches&lt;br /&gt;
&lt;br /&gt;
[17:00] &amp;lt;CLU&amp;gt; Wait, what have we got so far?&lt;br /&gt;
&lt;br /&gt;
[17:01] &amp;lt;poozle&amp;gt; Anyone had &amp;quot;Session can not be unloaded at this time&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
[17:01] &amp;lt;Wizdumb&amp;gt; yea&lt;br /&gt;
&lt;br /&gt;
[17:01] &amp;lt;Wizdumb&amp;gt; that&#039;s from an end too early&lt;br /&gt;
&lt;br /&gt;
[17:01] &amp;lt;poozle&amp;gt; ok&lt;br /&gt;
&lt;br /&gt;
[17:01] &amp;lt;SteveC&amp;gt; brb&lt;br /&gt;
&lt;br /&gt;
[17:01] &amp;lt;poozle&amp;gt; thanks, will keep trying&lt;br /&gt;
&lt;br /&gt;
[17:01] * SteveC has quit IRC (Quit: )&lt;br /&gt;
&lt;br /&gt;
[17:03] &amp;lt;jbd&amp;gt; that&#039;s interesting the switch works&lt;br /&gt;
&lt;br /&gt;
[17:03] &amp;lt;Book[sidelines]&amp;gt; Yup.&lt;br /&gt;
&lt;br /&gt;
[17:17] &amp;lt;TheBozzball&amp;gt; If you do programs consisting of just &amp;quot;run&amp;quot;, you get invalid command grid unless you put run on the first column, in which case you get &amp;quot;no disk access&amp;quot;. If you do programs consisting of square 1: some command, square 2: run, you get - for Switch, Copy, Flush, Pread, Cache, Mount - Inv. Command Grid, for the other 6 - No Disk Access&lt;br /&gt;
&lt;br /&gt;
== Direction theories ==&lt;br /&gt;
&lt;br /&gt;
DIrections that each comand moves in. If blocked (either by a side, or by a previously used square), then progresses to next listed direction. However, I haven&#039;t explored these latter moves extensively, so there are gaps.&lt;br /&gt;
&lt;br /&gt;
In 2,2, from 1,1:&lt;br /&gt;
MO - SE&lt;br /&gt;
ZO - W, N, E, NE, [NW?], SW&lt;br /&gt;
SW - SE&lt;br /&gt;
RO - N, NE, [E?], S&lt;br /&gt;
CO - S&lt;br /&gt;
FL - S, SE (Seems to move BEFORE flushing) doesn&#039;t seem to go upwards&lt;br /&gt;
PW - E, S&lt;br /&gt;
PO - E, S&lt;br /&gt;
PR - W &lt;br /&gt;
CA - No direction&lt;br /&gt;
EN - No direction&lt;br /&gt;
&lt;br /&gt;
How the filesystem works:&lt;br /&gt;
&lt;br /&gt;
Files are accessed in a 3-dimensional, rotational space - think along the lines of X, Y and Z axes with the space wrapping around. The wiki is along the right lines on this. The 3 commands ZONE, SWITCH and ROTATE move along each axis. Not all axes ar the same length - there seem to be 4 zones, each with 5 switches, but the number of rotates in each of these varies (usually 1 or 2, sometimes 0).&lt;br /&gt;
&lt;br /&gt;
Breaking the System:&lt;br /&gt;
&lt;br /&gt;
Caine has given us one example, with an infinite loop, which we also found by accident. Usually, the execution of commands cannot loop as the executing program keeps track of which squares have been used already. If a command tries to enter a used square, it fails and moves to the next directionon its list. However, I think the FLUSH command clears out this &amp;quot;stack&amp;quot; of used squares, which means we can enter squares we have already been to and produce an infinite loop. For some reason, what should loop doesn&#039;t always get accepted by the &amp;quot;parser&amp;quot;, i.e. only some loops work and crash the system.&lt;br /&gt;
&lt;br /&gt;
These loops (following some other commands) seems to &amp;quot;work&amp;quot; (i.e. break) but they may or may not be dependent on the precending commands. I think they may also need to be &amp;quot;inescapable&amp;quot; - e.g. Flush doesn&#039;t seem to move upwards at all, so is best placed at the right-hand edge, surrounded by other commands to the left and below.:&lt;br /&gt;
FL RO PR&lt;br /&gt;
RO PW FL ZO&lt;br /&gt;
RO FL (with Flush at edge, no other way down)&lt;br /&gt;
&lt;br /&gt;
Caine also reveals what looks to be an excerpt from an inetd.conf file. Looks like we need to break the system in another way, but haven&#039;t figured this out yet. - courtesy of Scribe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Config 23/24 Audio ==&lt;br /&gt;
It sounds like Violet to me. Can someone call the US/UK &amp;quot;walkthrough puzzle&amp;quot; and confirm that the woman making those audio entries is Violet Kiteway? [[User:Rei|Ayanami]] 04:42, 5 July 2006 (PDT)&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User_talk:Rei/userboxes/discussion&amp;diff=13627</id>
		<title>User talk:Rei/userboxes/discussion</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User_talk:Rei/userboxes/discussion&amp;diff=13627"/>
		<updated>2006-07-05T11:31:17Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an active discussion page for the Userbox Project that Rei is attempting in userspace.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==lhall&#039;s suggestions==&lt;br /&gt;
Hrm, I&#039;ll think of some more...and as you start making them, I&#039;ll try to poke around and do up a few as well! \o/&lt;br /&gt;
*PXC Forums, UnFiction&lt;br /&gt;
* #syzygy&lt;br /&gt;
*Live events - New York, London, Clapham Common, San Francisco&lt;br /&gt;
*In-game events - Kurt mines&lt;br /&gt;
*UK, USA, Canada&lt;br /&gt;
*Kind of a &#039;my favorite part of the game&#039; thing...puzzle solving, leaderboard, characters and plot.&lt;br /&gt;
*&amp;quot;I was published in the Sentinel&amp;quot;&lt;br /&gt;
*&amp;quot;This user has...&amp;quot; Violet Tendencies, Scarlett Fever, Kurt Mania, Caine on the Brain&lt;br /&gt;
(Preceeding was put by [[User:lhall | Laura]] who forgot to sign her post. :) [[User:Rei|Ayanami]] 04:31, 5 July 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Graphics? ==&lt;br /&gt;
Suggestions for sauce for graphics, folks? If you upload an image, link to its IMAGE: entry here, please.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13527</id>
		<title>User:Rei/userboxes/userboxes</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13527"/>
		<updated>2006-07-03T11:17:20Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;userbox&#039;&#039;&#039; is a small colored box which allows users to convey small messages in their user pages. These boxes are designed to convey various bits of information about the user at a glance. &lt;br /&gt;
&lt;br /&gt;
Userboxes, as an idea, is imported from the [http://en.wikipedia.org/ English Wikipedia]. Many new userboxes are being created specific to Perplex City, to show such things as affiliation and event participation.&lt;br /&gt;
&lt;br /&gt;
== Primary Purpose of Userboxes ==&lt;br /&gt;
The stated primary purpose of userboxes is for users to display affiliations, participitation in events, and other information in their userspace. Like on Wikipedia, userboxes are not encyclopedic knowledge and &#039;&#039;&#039;should not be used in articles&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Using Existing Userboxes ==&lt;br /&gt;
Userboxes are being created in the user space of Ayanami [[User:Rei | Rei]], so that it does not clutter up the main project pages of the PXC Wiki. All userboxes will be stored in the [[User:Rei/userboxes | Userbox Section]] of Rei&#039;s userspace, branched off into categories.&lt;br /&gt;
&lt;br /&gt;
== Creating Userboxes ==&lt;br /&gt;
There is a general discussion on the creation of userboxes, such as types of categories and specific userboxes, on the [[User_talk:Rei/userboxes/discussion]] page. The results of the discussion are posted, giving guidelines for creating userboxes.&lt;br /&gt;
&lt;br /&gt;
A list of templates for making Userboxes exist at [[Category:User:Rei/userboxes/templates/]]. When creating &#039;&#039;&#039;template&#039;&#039;&#039; relating to the userboxes, please link it to that category page.&lt;br /&gt;
&lt;br /&gt;
== Userboxes vs. Userboxen ==&lt;br /&gt;
The maintainer of this project and the administrator of this wiki perfer the term &amp;quot;userboxen.&amp;quot; They are interchangable.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13526</id>
		<title>User:Rei/userboxes/userboxes</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13526"/>
		<updated>2006-07-03T11:15:48Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;userbox&#039;&#039;&#039; is a small colored box which allows users to convey small messages in their user pages. These boxes are designed to convey various bits of information about the user at a glance. &lt;br /&gt;
&lt;br /&gt;
Userboxes, as an idea, is imported from the [http://en.wikipedia.org/ English Wikipedia]. Many new userboxes are being created specific to Perplex City, to show such things as affiliation and event participation.&lt;br /&gt;
&lt;br /&gt;
== Primary Purpose of Userboxes ==&lt;br /&gt;
The stated primary purpose of userboxes is for users to display affiliations, participitation in events, and other information in their userspace. Like on Wikipedia, userboxes are not encyclopedic knowledge and &#039;&#039;&#039;should not be used in articles&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Using Existing Userboxes ==&lt;br /&gt;
Userboxes are being created in the user space of Ayanami [[User:Rei | Rei]], so that it does not clutter up the main project pages of the PXC Wiki. All userboxes will be stored in the [[User:Rei/userboxes | Userbox Section]] of Rei&#039;s userspace, branched off into categories.&lt;br /&gt;
&lt;br /&gt;
== Creating Userboxes ==&lt;br /&gt;
There is a general discussion on the creation of userboxes, such as types of categories and specific userboxes, on the [[User_talk:Rei/userboxes/discussion]] page. The results of the discussion are posted, giving guidelines for creating userboxes.&lt;br /&gt;
&lt;br /&gt;
A list of templates for making Userboxes exist at [[User:Rei/userboxes/templates]]. When creating &#039;&#039;&#039;template&#039;&#039;&#039; relating to the userboxes, please link it to that category page.&lt;br /&gt;
&lt;br /&gt;
== Userboxes vs. Userboxen ==&lt;br /&gt;
The maintainer of this project and the administrator of this wiki perfer the term &amp;quot;userboxen.&amp;quot; They are interchangable.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13525</id>
		<title>User:Rei/userboxes/userboxes</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13525"/>
		<updated>2006-07-03T11:14:48Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;userbox&#039;&#039;&#039; is a small colored box which allows users to convey small messages in their user pages. These boxes are designed to convey various bits of information about the user at a glance. &lt;br /&gt;
&lt;br /&gt;
Userboxes, as an idea, is imported from the [http://en.wikipedia.org/ English Wikipedia]. Many new userboxes are being created specific to Perplex City, to show such things as affiliation and event participation.&lt;br /&gt;
&lt;br /&gt;
== Primary Purpose of Userboxes ==&lt;br /&gt;
The stated primary purpose of userboxes is for users to display affiliations, participitation in events, and other information in their userspace. Like on Wikipedia, userboxes are not encyclopedic knowledge and &#039;&#039;&#039;should not be used in articles&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Using Existing Userboxes ==&lt;br /&gt;
Userboxes are being created in the user space of Ayanami [[User:Rei | Rei]], so that it does not clutter up the main project pages of the PXC Wiki. All userboxes will be stored in the [[User:Rei/userboxes/ | Userbox Section]] of Rei&#039;s userspace, branched off into categories.&lt;br /&gt;
&lt;br /&gt;
== Creating Userboxes ==&lt;br /&gt;
There is a general discussion on the creation of userboxes, such as types of categories and specific userboxes, on the [[talk:Rei/userboxes/discussion]] page. The results of the discussion are posted, giving guidelines for creating userboxes.&lt;br /&gt;
&lt;br /&gt;
A list of templates for making Userboxes exist at [[User:Rei/userboxes/templates]]. When creating &#039;&#039;&#039;template&#039;&#039;&#039; relating to the userboxes, please link it to that category page.&lt;br /&gt;
&lt;br /&gt;
== Userboxes vs. Userboxen ==&lt;br /&gt;
The maintainer of this project and the administrator of this wiki perfer the term &amp;quot;userboxen.&amp;quot; They are interchangable.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User_talk:Rei/userboxes/discussion&amp;diff=13524</id>
		<title>User talk:Rei/userboxes/discussion</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User_talk:Rei/userboxes/discussion&amp;diff=13524"/>
		<updated>2006-07-03T11:14:38Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an active discussion page for the Userbox Project that Rei is attempting in userspace.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13523</id>
		<title>User:Rei/userboxes/userboxes</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/userboxes&amp;diff=13523"/>
		<updated>2006-07-03T11:12:31Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;userbox&#039;&#039;&#039; is a small colored box which allows users to convey small messages in their user pages. These boxes are designed to convey various bits of information about the user at a glance. &lt;br /&gt;
&lt;br /&gt;
Userboxes, as an idea, is imported from the [http://en.wikipedia.org/ English Wikipedia]. Many new userboxes are being created specific to Perplex City, to show such things as affiliation and event participation.&lt;br /&gt;
&lt;br /&gt;
== Primary Purpose of Userboxes ==&lt;br /&gt;
The stated primary purpose of userboxes is for users to display affiliations, participitation in events, and other information in their userspace. Like on Wikipedia, userboxes are not encyclopedic knowledge and &#039;&#039;&#039;should not be used in articles&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Using Existing Userboxes ==&lt;br /&gt;
Userboxes are being created in the user space of Ayanami [[User:Rei | Rei]], so that it does not clutter up the main project pages of the PXC Wiki. All userboxes will be stored in the [[User:Rei/userboxes/ | Userbox Section]] of Rei&#039;s userspace, branched off into categories.&lt;br /&gt;
&lt;br /&gt;
== Creating Userboxes ==&lt;br /&gt;
There is a general discussion on the creation of userboxes, such as types of categories and specific userboxes, on the [[User:Rei/userboxes/discussion]] page. The results of the discussion are posted, giving guidelines for creating userboxes.&lt;br /&gt;
&lt;br /&gt;
A list of templates for making Userboxes exist at [[User:Rei/userboxes/templates]]. When creating &#039;&#039;&#039;template&#039;&#039;&#039; relating to the userboxes, please link it to that category page.&lt;br /&gt;
&lt;br /&gt;
== Userboxes vs. Userboxen ==&lt;br /&gt;
The maintainer of this project and the administrator of this wiki perfer the term &amp;quot;userboxen.&amp;quot; They are interchangable.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/discussion&amp;diff=13522</id>
		<title>User:Rei/userboxes/discussion</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/discussion&amp;diff=13522"/>
		<updated>2006-07-03T11:07:50Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Userbox Discussion ==&lt;br /&gt;
This relates the current discussion of userboxes. For the actual discussion, go to the discussion page.&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
== Specific Userboxes ==&lt;br /&gt;
&lt;br /&gt;
== Community Rules ==&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/messagebox&amp;diff=13521</id>
		<title>User:Rei/userboxes/templates/messagebox</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/messagebox&amp;diff=13521"/>
		<updated>2006-07-03T11:06:19Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/messagebox&amp;diff=13520</id>
		<title>User:Rei/userboxes/templates/messagebox</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/messagebox&amp;diff=13520"/>
		<updated>2006-07-03T10:59:33Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;&amp;quot;| {{{image|[[Image:Symbol comment vote.png|50px]]}}}&lt;br /&gt;
|style=&amp;quot;padding-left:.2em;&amp;quot;| {{{text|{{{1|Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.}}}}}}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;[[Category: User:Rei/userboxes/templates/ | Userbox Project Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/messagebox&amp;diff=13519</id>
		<title>User:Rei/userboxes/templates/messagebox</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/messagebox&amp;diff=13519"/>
		<updated>2006-07-03T10:59:05Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;&amp;quot;| {{{image|[[Image:Symbol comment vote.png|50px]]}}}&lt;br /&gt;
|style=&amp;quot;padding-left:.2em;&amp;quot;| {{{text|{{{1|Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.}}}}}}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;[[Category: User:Rei/userboxes/categories/ | Userbox Template Categories]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=Category:User:Rei/userboxes/templates/&amp;diff=13518</id>
		<title>Category:User:Rei/userboxes/templates/</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=Category:User:Rei/userboxes/templates/&amp;diff=13518"/>
		<updated>2006-07-03T10:56:40Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Templates Stored Here ==&lt;br /&gt;
Templates stored here reference the [[User:Rei/userboxes | PXC Wiki Userbox Project]]. Please see its article for more information.&lt;br /&gt;
&lt;br /&gt;
== Adding Templates ==&lt;br /&gt;
Anyone may add templates within the rules discussed on the [[User:Rei/userboxes/discussion | Userbox Project Discussion]] page. &lt;br /&gt;
&lt;br /&gt;
== Referencing Templates ==&lt;br /&gt;
Anyone may use these templates.&lt;br /&gt;
&lt;br /&gt;
== Moves to Add Templates to Project Space ==&lt;br /&gt;
Eventually, [User:Rei | Ayanami Rei] will make a move to add these templates to a project space.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=Category:User:Rei/userboxes/templates/&amp;diff=13517</id>
		<title>Category:User:Rei/userboxes/templates/</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=Category:User:Rei/userboxes/templates/&amp;diff=13517"/>
		<updated>2006-07-03T10:56:06Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Templates Stored Here ==&lt;br /&gt;
Templates stored here reference the [[User:Rei/userboxes/ | PXC Wiki Userbox Project]]. Please see its article for more information.&lt;br /&gt;
&lt;br /&gt;
== Adding Templates ==&lt;br /&gt;
Anyone may add templates within the rules discussed on the [[User:Rei/userboxes/discussion/ | Userbox Project Discussion]] page. &lt;br /&gt;
&lt;br /&gt;
== Referencing Templates ==&lt;br /&gt;
Anyone may use these templates.&lt;br /&gt;
&lt;br /&gt;
== Moves to Add Templates to Project Space ==&lt;br /&gt;
Eventually, [User:Rei | Ayanami Rei] will make a move to add these templates to a project space.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13516</id>
		<title>User:Rei/userbox/templates/userboxtop</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13516"/>
		<updated>2006-07-03T10:52:50Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|name=&amp;quot;userboxes&amp;quot; id=&amp;quot;userboxes&amp;quot; style=&amp;quot;margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; {{{extra-css|}}}&amp;quot; align=&amp;quot;{{{2|{{{align|right}}}}}}&amp;quot;&lt;br /&gt;
!&amp;lt;big&amp;gt;{{{1|{{{toptext|[[Wikipedia:Userboxes|Userboxes]]}}}}}}&amp;lt;/big&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{User:Rei/userboxes/templates/userboxbottom}}&lt;br /&gt;
==Purpose==&lt;br /&gt;
To collect images or userboxes into a single column grouping easily.  This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of an article.  &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{userboxtop&lt;br /&gt;
| align = &lt;br /&gt;
| backgroundcolor = &lt;br /&gt;
| bordercolor = &lt;br /&gt;
| extra-css =&lt;br /&gt;
| textcolor = &lt;br /&gt;
| toptext = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[userboxes]&lt;br /&gt;
&lt;br /&gt;
{{User:Rei/userboxes/templates/boxbottom}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of the parameters are &#039;&#039;&#039;optional&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Customizing===&lt;br /&gt;
Detailed explanations of the parameters are below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Valid values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt; (default)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;backgroundcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#FFFFFF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;bordercolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#99B3FF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;extra-css&amp;lt;/code&amp;gt;&lt;br /&gt;
| Allows you to provide additional [[Cascading Style Sheets|CSS]] style information.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;textcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#000000&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;toptext&amp;lt;/code&amp;gt;&lt;br /&gt;
| Overrides the standard [[Wikipedia:Userboxes|Userbox]] text and link. Can include wiki-markup.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hiding userboxes==&lt;br /&gt;
You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, [[Special:Mypage/monobook.css|monobook.css]] for the Monobook skin) and add the following–&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#userboxes { display: none; }&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: User:Rei/userboxes/templates/]]&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13515</id>
		<title>User:Rei/userbox/templates/userboxtop</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13515"/>
		<updated>2006-07-03T10:52:03Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|name=&amp;quot;userboxes&amp;quot; id=&amp;quot;userboxes&amp;quot; style=&amp;quot;margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; {{{extra-css|}}}&amp;quot; align=&amp;quot;{{{2|{{{align|right}}}}}}&amp;quot;&lt;br /&gt;
!&amp;lt;big&amp;gt;{{{1|{{{toptext|[[Wikipedia:Userboxes|Userboxes]]}}}}}}&amp;lt;/big&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{User:Rei/userboxes/templates/userboxbottom}}&lt;br /&gt;
==Purpose==&lt;br /&gt;
To collect images or userboxes into a single column grouping easily.  This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of an article.  &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{userboxtop&lt;br /&gt;
| align = &lt;br /&gt;
| backgroundcolor = &lt;br /&gt;
| bordercolor = &lt;br /&gt;
| extra-css =&lt;br /&gt;
| textcolor = &lt;br /&gt;
| toptext = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[userboxes]&lt;br /&gt;
&lt;br /&gt;
{{User:Rei/userboxes/templates/boxbottom}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of the parameters are &#039;&#039;&#039;optional&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Customizing===&lt;br /&gt;
Detailed explanations of the parameters are below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Valid values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt; (default)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;backgroundcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#FFFFFF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;bordercolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#99B3FF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;extra-css&amp;lt;/code&amp;gt;&lt;br /&gt;
| Allows you to provide additional [[Cascading Style Sheets|CSS]] style information.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;textcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#000000&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;toptext&amp;lt;/code&amp;gt;&lt;br /&gt;
| Overrides the standard [[Wikipedia:Userboxes|Userbox]] text and link. Can include wiki-markup.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hiding userboxes==&lt;br /&gt;
You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, [[Special:Mypage/monobook.css|monobook.css]] for the Monobook skin) and add the following–&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#userboxes { display: none; }&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13514</id>
		<title>User:Rei/userbox/templates/userboxtop</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13514"/>
		<updated>2006-07-03T10:51:36Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|name=&amp;quot;userboxes&amp;quot; id=&amp;quot;userboxes&amp;quot; style=&amp;quot;margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; {{{extra-css|}}}&amp;quot; align=&amp;quot;{{{2|{{{align|right}}}}}}&amp;quot;&lt;br /&gt;
!&amp;lt;big&amp;gt;{{{1|{{{toptext|[[Wikipedia:Userboxes|Userboxes]]}}}}}}&amp;lt;/big&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{User:Rei/userboxes/templates/userboxbottom}}&lt;br /&gt;
==Purpose==&lt;br /&gt;
To collect images or userboxes into a single column grouping easily.  This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of an article.  &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{userboxtop&lt;br /&gt;
| align = &lt;br /&gt;
| backgroundcolor = &lt;br /&gt;
| bordercolor = &lt;br /&gt;
| extra-css =&lt;br /&gt;
| textcolor = &lt;br /&gt;
| toptext = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[userboxes]&lt;br /&gt;
&lt;br /&gt;
{{User:Rei/userboxes/templates/boxbottom}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of the parameters are &#039;&#039;&#039;optional&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Customizing===&lt;br /&gt;
Detailed explanations of the parameters are below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Valid values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt; (default)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;backgroundcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#FFFFFF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;bordercolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#99B3FF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;extra-css&amp;lt;/code&amp;gt;&lt;br /&gt;
| Allows you to provide additional [[Cascading Style Sheets|CSS]] style information.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;textcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#000000&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;toptext&amp;lt;/code&amp;gt;&lt;br /&gt;
| Overrides the standard [[Wikipedia:Userboxes|Userbox]] text and link. Can include wiki-markup.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You may also insert breaks by using {{tl|userboxbreak}}. See that template for details.&lt;br /&gt;
&lt;br /&gt;
==Hiding userboxes==&lt;br /&gt;
You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, [[Special:Mypage/monobook.css|monobook.css]] for the Monobook skin) and add the following–&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#userboxes { display: none; }&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/userboxbottom&amp;diff=13513</id>
		<title>User:Rei/userboxes/templates/userboxbottom</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/templates/userboxbottom&amp;diff=13513"/>
		<updated>2006-07-03T10:49:52Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;|}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Purpose==&lt;br /&gt;
For ending a userbox grouping.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13512</id>
		<title>User:Rei/userbox/templates/userboxtop</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13512"/>
		<updated>2006-07-03T10:49:13Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|name=&amp;quot;userboxes&amp;quot; id=&amp;quot;userboxes&amp;quot; style=&amp;quot;margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; {{{extra-css|}}}&amp;quot; align=&amp;quot;{{{2|{{{align|right}}}}}}&amp;quot;&lt;br /&gt;
!&amp;lt;big&amp;gt;{{{1|{{{toptext|[[Wikipedia:Userboxes|Userboxes]]}}}}}}&amp;lt;/big&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{User:Rei/userboxes/templates/userboxbottom}}&lt;br /&gt;
==Purpose==&lt;br /&gt;
To collect images or userboxes into a single column grouping easily.  This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of an article.  {{tl|Gallery}}, by contrast, creates rows of images and is used when the images should not run alongside the text but rather should serve as a break in the text.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{userboxtop&lt;br /&gt;
| align = &lt;br /&gt;
| backgroundcolor = &lt;br /&gt;
| bordercolor = &lt;br /&gt;
| extra-css =&lt;br /&gt;
| textcolor = &lt;br /&gt;
| toptext = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[userboxes]&lt;br /&gt;
&lt;br /&gt;
{{User:Rei/userboxes/templates/boxbottom}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of the parameters are &#039;&#039;&#039;optional&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Customizing===&lt;br /&gt;
Detailed explanations of the parameters are below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Valid values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt; (default)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;backgroundcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#FFFFFF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;bordercolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#99B3FF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;extra-css&amp;lt;/code&amp;gt;&lt;br /&gt;
| Allows you to provide additional [[Cascading Style Sheets|CSS]] style information.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;textcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#000000&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;toptext&amp;lt;/code&amp;gt;&lt;br /&gt;
| Overrides the standard [[Wikipedia:Userboxes|Userbox]] text and link. Can include wiki-markup.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You may also insert breaks by using {{tl|userboxbreak}}. See that template for details.&lt;br /&gt;
&lt;br /&gt;
==Hiding userboxes==&lt;br /&gt;
You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, [[Special:Mypage/monobook.css|monobook.css]] for the Monobook skin) and add the following–&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#userboxes { display: none; }&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13511</id>
		<title>User:Rei/userbox/templates/userboxtop</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13511"/>
		<updated>2006-07-03T10:47:47Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|name=&amp;quot;userboxes&amp;quot; id=&amp;quot;userboxes&amp;quot; style=&amp;quot;margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; {{{extra-css|}}}&amp;quot; align=&amp;quot;{{{2|{{{align|right}}}}}}&amp;quot;&lt;br /&gt;
!&amp;lt;big&amp;gt;{{{1|{{{toptext|[[Wikipedia:Userboxes|Userboxes]]}}}}}}&amp;lt;/big&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{boxboxbottom}}&lt;br /&gt;
==Purpose==&lt;br /&gt;
To collect images or userboxes into a single column grouping easily.  This template is not just for userboxes; it is also an efficient way of creating a column of images to run along the side of an article.  {{tl|Gallery}}, by contrast, creates rows of images and is used when the images should not run alongside the text but rather should serve as a break in the text.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{userboxtop&lt;br /&gt;
| align = &lt;br /&gt;
| backgroundcolor = &lt;br /&gt;
| bordercolor = &lt;br /&gt;
| extra-css =&lt;br /&gt;
| textcolor = &lt;br /&gt;
| toptext = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[userboxes]&lt;br /&gt;
&lt;br /&gt;
{{userboxbottom}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All of the parameters are &#039;&#039;&#039;optional&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Customizing===&lt;br /&gt;
Detailed explanations of the parameters are below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Valid values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;align&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt; (default)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;backgroundcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#FFFFFF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;bordercolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#99B3FF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;extra-css&amp;lt;/code&amp;gt;&lt;br /&gt;
| Allows you to provide additional [[Cascading Style Sheets|CSS]] style information.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;textcolor&amp;lt;/code&amp;gt;&lt;br /&gt;
| Any [[Web colors|web color]] (name or &amp;lt;tt&amp;gt;#XXXXXX&amp;lt;/tt&amp;gt; hex format). Defaults to &amp;lt;tt&amp;gt;#000000&amp;lt;/tt&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;toptext&amp;lt;/code&amp;gt;&lt;br /&gt;
| Overrides the standard [[Wikipedia:Userboxes|Userbox]] text and link. Can include wiki-markup.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You may also insert breaks by using {{tl|userboxbreak}}. See that template for details.&lt;br /&gt;
&lt;br /&gt;
==Hiding userboxes==&lt;br /&gt;
You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, [[Special:Mypage/monobook.css|monobook.css]] for the Monobook skin) and add the following–&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#userboxes { display: none; }&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13510</id>
		<title>User:Rei/userbox/templates/userboxtop</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userbox/templates/userboxtop&amp;diff=13510"/>
		<updated>2006-07-03T10:46:39Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|name=&amp;quot;userboxes&amp;quot; id=&amp;quot;userboxes&amp;quot; style=&amp;quot;margin-left: 1em; margin-bottom: 0.5em; width: 242px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; {{{extra-css|}}}&amp;quot; align=&amp;quot;{{{2|{{{align|right}}}}}}&amp;quot;&lt;br /&gt;
!&amp;lt;big&amp;gt;{{{1|{{{toptext|[[Wikipedia:Userboxes|Userboxes]]}}}}}}&amp;lt;/big&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/Userboxen&amp;diff=13509</id>
		<title>User:Rei/userboxes/Userboxen</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/Userboxen&amp;diff=13509"/>
		<updated>2006-07-03T10:34:07Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:Rei/userboxes/userboxes]]&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User_talk:Rei&amp;diff=13508</id>
		<title>User talk:Rei</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User_talk:Rei&amp;diff=13508"/>
		<updated>2006-07-03T10:27:06Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sample Workspace...&lt;br /&gt;
&lt;br /&gt;
{{User:Rei/userboxes/template &lt;br /&gt;
|border-c = #000&lt;br /&gt;
  |border-s = 1&lt;br /&gt;
  |id-c     = #fff&lt;br /&gt;
  |id-s     = 12&lt;br /&gt;
  |id-fc    = #000&lt;br /&gt;
  |info-c   = #039&lt;br /&gt;
  |info-s   = 8&lt;br /&gt;
  |info-fc  = #fff&lt;br /&gt;
  |id       = PXC&lt;br /&gt;
  |info     = This user creates [[User:Rei/userboxes/Userboxen | Userboxen]] on PXC Wiki. You should fear.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/template&amp;diff=13507</id>
		<title>User:Rei/userboxes/template</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/template&amp;diff=13507"/>
		<updated>2006-07-03T10:23:04Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;&amp;quot;&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width:238px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}};&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:45px; height:45px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}}; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}};&amp;quot; | &#039;&#039;&#039;{{{logo|{{{3|{{{id|id}}}}}}}}}&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{info-color|{{{info-fc|black}}}}}};&amp;quot; | {{{info|{{{4|{{{info|&#039;&#039;info&#039;&#039;}}}}}}}}}&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:User:Rei/userboxes/categories | Userbox]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/template&amp;diff=13506</id>
		<title>User:Rei/userboxes/template</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/template&amp;diff=13506"/>
		<updated>2006-07-03T10:22:31Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;&amp;quot;&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width:238px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}};&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:45px; height:45px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}}; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}};&amp;quot; | &#039;&#039;&#039;{{{logo|{{{3|{{{id|id}}}}}}}}}&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{info-color|{{{info-fc|black}}}}}};&amp;quot; | {{{info|{{{4|{{{info|&#039;&#039;info&#039;&#039;}}}}}}}}}&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:User:Rei/userboxes/categories|Userbox]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/template&amp;diff=13505</id>
		<title>User:Rei/userboxes/template</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/template&amp;diff=13505"/>
		<updated>2006-07-03T10:21:51Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;&amp;quot;&amp;gt;&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width:238px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}};&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:45px; height:45px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}}; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}};&amp;quot; | &#039;&#039;&#039;{{{logo|{{{3|{{{id|id}}}}}}}}}&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{info-color|{{{info-fc|black}}}}}};&amp;quot; | {{{info|{{{4|{{{info|&#039;&#039;info&#039;&#039;}}}}}}}}}&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Wikipedia userboxes|Userbox]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei&amp;diff=13504</id>
		<title>User:Rei</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei&amp;diff=13504"/>
		<updated>2006-07-03T10:19:05Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== To Do List ==&lt;br /&gt;
This is my current to do listing for PXC Wiki projects. This is dependent on my work on other non-PXC projects, such as www.napsoa.com, and blah.&lt;br /&gt;
&lt;br /&gt;
* Port en.wikipedia.org templates for userboxes and associated templates (boxtop, boxbottom, etc) over to PXCWiki.&lt;br /&gt;
* Create Userboxes by Category&lt;br /&gt;
* Establish PXC Wiki Community Standards for userboxes, so that we do not end up with another T2 incident.&lt;br /&gt;
* Catch up.&lt;br /&gt;
&lt;br /&gt;
== Perplex City Wiki User Boxes ==&lt;br /&gt;
This is a call for suggested userboxes for this wiki. Please place these suggestions on [[User:Rei/userboxes/discussion | Userbox Discussion]] page.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/discussion&amp;diff=13503</id>
		<title>User:Rei/userboxes/discussion</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/discussion&amp;diff=13503"/>
		<updated>2006-07-03T10:18:19Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Userbox Discussion ==&lt;br /&gt;
This is for Discussion of Userboxes.&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
Please place suggestions for categories here. Remember to sign your posts, please. This is accomplished by using four tildes (~), like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Specific Userboxes ==&lt;br /&gt;
Please place suggestions for specific userboxes here. Remember to sign your posts, please. This is accomplished by using four tildes (~), like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community Rules ==&lt;br /&gt;
Please place suggestions for community rules related to userboxes here. Remember to sign your posts, please. This is accomplished by using four tildes (~), like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; Also, please remember to [http://en.wikipedia.org/wiki/Assume_Good_Faith Assume Good Faith], this is a discussion, not a brawl. Use &amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; to indent for replies the discussion.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;An Example Community Rule for Userboxes&#039;&#039;&#039;&lt;br /&gt;
The first rule of userboxes is that you can never have enough. [[User:Rei|Ayanami]] 03:17, 3 July 2006 (PDT)&lt;br /&gt;
: This is a rebuttal, using a level one semicolon. [[User:Rei|Ayanami]] 03:17, 3 July 2006 (PDT)&lt;br /&gt;
:: Rebuttal to the rebuttal, using level two semicolon [[User:Rei|Ayanami]] 03:17, 3 July 2006 (PDT)&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/discussion&amp;diff=13502</id>
		<title>User:Rei/userboxes/discussion</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes/discussion&amp;diff=13502"/>
		<updated>2006-07-03T10:17:29Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Userbox Discussion ==&lt;br /&gt;
This is for Discussion of Userboxes.&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
Please place suggestions for categories here. Remember to sign your posts, please. This is accomplished by using four tildes (~), like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Specific Userboxes ==&lt;br /&gt;
Please place suggestions for specific userboxes here. Remember to sign your posts, please. This is accomplished by using four tildes (~), like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community Rules ==&lt;br /&gt;
Please place suggestions for community rules related to userboxes here. Remember to sign your posts, please. This is accomplished by using four tildes (~), like so: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; Also, please remember to [http://en.wikipedia.org/wiki/Assume_Good_Faith Assume Good Faith], this is a discussion, not a brawl. Use &amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; to indent for replies the discussion.&lt;br /&gt;
&lt;br /&gt;
::An Example Community Rule for Userboxes::&lt;br /&gt;
The first rule of userboxes is that you can never have enough. [[User:Rei|Ayanami]] 03:17, 3 July 2006 (PDT)&lt;br /&gt;
: This is a rebuttal, using a level one semicolon. [[User:Rei|Ayanami]] 03:17, 3 July 2006 (PDT)&lt;br /&gt;
:: Rebuttal to the rebuttal, using level two semicolon [[User:Rei|Ayanami]] 03:17, 3 July 2006 (PDT)&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes&amp;diff=13501</id>
		<title>User:Rei/userboxes</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei/userboxes&amp;diff=13501"/>
		<updated>2006-07-03T10:09:39Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Perplex City Wiki User Boxes ==&lt;br /&gt;
&lt;br /&gt;
This is the start of my user page category for Userboxes.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re looking for Userboxes, please don&#039;t push the cart before the horse.&lt;br /&gt;
If you&#039;re looking for the Userbox Discussion, please go to [[User:Rei/userboxes/discussion]].&lt;br /&gt;
&lt;br /&gt;
This page is dynamic, and constantly changing.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
	<entry>
		<id>https://perplexcitywiki.com/w/index.php?title=User:Rei&amp;diff=13500</id>
		<title>User:Rei</title>
		<link rel="alternate" type="text/html" href="https://perplexcitywiki.com/w/index.php?title=User:Rei&amp;diff=13500"/>
		<updated>2006-07-03T10:07:46Z</updated>

		<summary type="html">&lt;p&gt;Rei: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== To Do List ==&lt;br /&gt;
This is my current to do listing for PXC Wiki projects. This is dependent on my work on other non-PXC projects, such as www.napsoa.com, and blah.&lt;br /&gt;
&lt;br /&gt;
* Port en.wikipedia.org templates for userboxes and associated templates (boxtop, boxbottom, etc) over to PXCWiki.&lt;br /&gt;
* Create Userboxes by Category&lt;br /&gt;
* Establish PXC Wiki Community Standards for userboxes, so that we do not end up with another T2 incident.&lt;br /&gt;
* Catch up.&lt;br /&gt;
&lt;br /&gt;
== Perplex City Wiki User Boxes ==&lt;br /&gt;
This is a call for suggested userboxes for this wiki. Please place these suggestions on this page.&lt;/div&gt;</summary>
		<author><name>Rei</name></author>
	</entry>
</feed>