Category Search: Difference between revisions

From X-Men: rEvolution
Jump to navigationJump to search
(Undo revision 12368 by Polymerase (talk))
(Add namespace restriction to category search)
Line 5: Line 5:
<pre>
<pre>
{{#dpl:
{{#dpl:
|namespace=Logs
  |category=Peter Logs
  |category=Peter Logs
  |category=Hive Logs
  |category=Hive Logs
Line 15: Line 16:
<pre>
<pre>
{{#dpl:
{{#dpl:
|namespace=Logs
  |category=Melinda Logs
  |category=Melinda Logs
  |category=Lucien Logs
  |category=Lucien Logs
Line 27: Line 29:
<pre>
<pre>
{{#dpl:
{{#dpl:
|namespace=Logs
  |category=Hive Logs
  |category=Hive Logs
  |category=Jim Logs
  |category=Jim Logs
Line 38: Line 41:


{{#dpl:
{{#dpl:
|namespace=Logs
  |category=Category 1
  |category=Category 1
  |category=Category 2
  |category=Category 2

Revision as of 21:34, 27 January 2019

SORT OF HACKY RIGHT NOW SORRY. I'll figure out a better search later. But for now. If you want to find logs and, say, see all the times X and Y have scened together, or X and Y have scened together without Z, or X and Y have scened together in a certain location, just edit this page with the categories you are searching for (or NOT searching for) and it will generate the page list for you.

FOR EXAMPLE, if you want to search for every time Peter has scened with Hive, do:

{{#dpl:
 |namespace=Logs
 |category=Peter Logs
 |category=Hive Logs
 |addcategories=yes
}}

If you want to search every time Melinda has scened with Lucien but Shelby was NOT there, do:

{{#dpl:
 |namespace=Logs
 |category=Melinda Logs
 |category=Lucien Logs
 |notcategory=Shelby Logs
 |addcategories=yes
}}

If you want to search every time Hive and Jim have scened together in someone's private apartment, do:

{{#dpl:
 |namespace=Logs
 |category=Hive Logs
 |category=Jim Logs
 |category=Private Residence Logs
 |addcategories=yes
}}

and so forth. ENJOY!