I've got this one mostly figured out now, except I can't figure out a way
to compile the results into a single list, but as stated before, that may
not be possible.

I've got the list that gets the events, then a list nested inside that that
gets species whose planet fields are the same as the event's planet field.

On Mon, Dec 28, 2015 at 9:44 PM, David Allen <dvainwebbc...@gmail.com>
wrote:

> Anyone?
>
> On Fri, Dec 4, 2015 at 4:40 PM, David Allen <dvainwebbc...@gmail.com>
> wrote:
>
>> I'm not entirely certain how to describe what I'm trying to do, but here
>> goes.
>>
>> I've got a Star Trek fanfic wiki and I'd like to list which planets
>> belong to certain empires by when they joined said empire.  I'm doing this
>> through a series of historical event tiddlers so I can do some further
>> stuff with the events.  Here are how my event tiddlers are currently set up:
>>
>> *Example 1:*
>>
>> [[Denobula]] joins the [[United Federation of Planets]]
>>
>> Fields:
>> planet: [[Denobula]]
>> year: 2164
>> jointype: join
>>
>> *Example 2:*
>>
>> [[Xizholia]] is conquered by the [[Romulan Star Empire]]
>>
>> Fields:
>> planet: [[Xizholia]]
>> year: 2329
>> jointype: conquer
>>
>> What I'm doing so far is getting a list of planets that belonged to
>> certain empires and compiling them in a list.
>>
>> For example:
>> <$list filter="[tag[empire_event]tag[United Federation of Planets]]">
>>
>> *{{!!planet}} ({{!!year}})
>> </$list>
>>
>> This comes up as:
>>
>> * Earth (2161)
>> * Denobula (2164)
>>
>> What I'd like to do now is get a list of species that belong to certain
>> empires using the planets listed in the event tiddler's planet fields.  *Both
>> the species tiddlers and the event tiddlers have planet fields, and I'd
>> like to figure out how to return a list of species whose planet fields
>> match the planet fields in a list of event tiddlers.*  Does anyone know
>> how to do this?  Thanks!
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/tiddlywiki/xMp01NywG8o/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> tiddlywiki+unsubscr...@googlegroups.com.
>> To post to this group, send email to tiddlywiki@googlegroups.com.
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/42f0ddc1-41fc-4f6f-a457-989f15a58ad5%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/42f0ddc1-41fc-4f6f-a457-989f15a58ad5%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> David Allen
>



-- 
David Allen

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALaYjLj2qHc_tg2XXut3N0bAnGYfuM7Ag9rWstfsue%3D0_cKbQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to