Category Search: Difference between revisions

From X-Men: rEvolution
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
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.
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:
<pre>
{{#dpl:
{{#dpl:
  |category=Peter Logs
  |category=Peter Logs
  |category=Hive Logs
  |category=Hive Logs
  |notcategory=Jackson Logs
|addcategories=yes
}}
</pre>
 
If you want to search every time Melinda has scened with Lucien but Shelby was NOT there, do:
 
<pre>
{{#dpl:
|category=Melinda Logs
|category=Lucien Logs
|notcategory=Shelby Logs
|addcategories=yes
}}
 
</pre>
 
If you want to search every time Hive and Jim have scened together in someone's private apartment, do:
 
<pre>
{{#dpl:
|category=Hive Logs
|category=Jim Logs
  |notcategory=Private Residence Logs
|addcategories=yes
}}
 
</pre>
 
and so forth. ENJOY!
 
{{#dpl:
|category=
|category=
|notcategory=
  |addcategories=yes
  |addcategories=yes
}}
}}

Revision as of 02:36, 5 March 2013

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:
 |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:
 |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:
 |category=Hive Logs
 |category=Jim Logs
 |notcategory=Private Residence Logs
 |addcategories=yes
}}

and so forth. ENJOY!

Extension:DynamicPageList3 (DPL3), version 3.5.3: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants