Very new to Semantic Mediawiki and Wiki's in general to be honest. Im a 
software developer by heart and this for whatever reasopn has been 
giving me all sorts of problems.

I am using the new Semantic Results Format, Filtered list. All I require 
is to pull in certain category pages, and display them with the 'Expand' 
'Collapse' links on the side, obviously, expanding or collapsing the 
content.

I have created a simple template:
<div class='mw-collapsible mw-collapsed'>
{{{1}}}
<div class='mw-collapsible-content'>
-- Content --
</div></div>

Where I want the Pagetitle to be display at {{{1}}} and the pages 
contents to be display at -- Content -- (I ofcourse know this is not the 
parameter.)

I am at a loss as to how to output the pages content within the template 
itself, or am I asking the system to do something that it is not 
designed to do? I want to keep my pages relatively independant enough so 
that they may remain searchable, hence, pulling in the content via the 
inline query below:

{{#ask:
[[Category:Equipment Management]]

|?Location filter |+filter=location|+subCat filter height=150px|+value 
collapsible=collapsed

|format=filtered
|views=list
|link=none
|list view template=ListItem

}}

Also, here is an example of my Location Page in which I want to be 
pulled in:
Within the Location box, the last known location information is 
displayed for quick and easy access. Such information includes; Event 
time(local), Street address, and region(s).<br><br>
[[File:Loc1.png]]

[[subCat::location]]
[[Category:Equipment Management]]

I have a feeling I am doing something fundamentally wrong here, but just 
cant figure out what that might be. Any help would be greatly appreciated!

Thanks in advance
Matt

-- 

------------------------------
This e-mail, and any attachments, contains information that is, or may be, 
confidential and proprietary. If you are not the intended recipient, please 
notify the sender that you have received this communication in error, and 
delete it.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to