Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 421

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php:421) in /www/htdocs/v117311/outof/down/tmp/mucath/CircuitsAndCurrents/CircuitsAndCurrents/s-kit.info/index.php on line 1299
SURVIVAL KIT = S-KIT.INFO | Site / Page List Templates
Recent Changes - Search:
 ---------------------------------------------------
 ---------------------------------------------------
 ---------------------------------------------------
 ---------------------------------------------------
 ---------------------------------------------------
 ---------------------------------------------------
 ---------------------------------------------------
 ---------------------------------------------------

* ScienceFiction

* PlanningSymposion

* TossitsaDocumentation

 ---------------------------------------------------
 ---------------------------------------------------

SURVIVAL KIT is a long-term artistic and educational experiment undertaken by students of the Athens School of Fine Art (Ανώτατη Σχολη Καλων Τεχνων) and the Akademie der Bildenden Künste, München with the participation of invited artists, lecturers and institutions.

At a time when the horizon inclines under the aspects of the crises, artistic research and collaboration allow to open new perspectives.

The aim of SURVIVAL KIT is to develop a shared theoretical understanding alongside sustainable infrastructures through concrete artistic exchange, research, and practice, positing new possibilities for a common future.

The program is funded by the DAAD.

Partnerships with Greek Institutions of Higher Education 2014 - 2016

.

.

.

.

.


Basic Editing/edit SideBar

Page List Templates

This page contains "templates" for Pm Wiki's (:pagelist:) directive. The Site.LocalTemplates? page can be created and used to store pagelist templates that are local to a site.

Page list template documentation

fmt=#default

The default template for pagelists when fmt= isn't specified (and note that on the Pm Wiki.org wiki, this template is over-ridden by the one on the Site.LocalTemplates? page).

(:if false:)
[[#default]]
(:template first {=$Group}:)

:[[{=$Group}/]] /:
(:template each:)
: :[[{=$Group}/{=$Name}]]
[[#defaultend]]
(:ifend:)

(:pagelist group={$Group} fmt=#default count=6:)

fmt=#bygroup

Display pages by group/name.

(:if false:)
[[#bygroup]]
(:template first {=$Group}:)

:[[{=$Group}/]] /:
(:template each:)
: :[[{=$Group}/{=$Name}]]
[[#bygroupend]]
(:ifend:)

(:pagelist group={$Group} fmt=#bygroup count=6:)

fmt=#simple

A simple bullet list of page names.

(:if false:)
[[#simple]]
* [[{=$FullName}]]
[[#simpleend]]
(:ifend:)

(:pagelist group={$Group} fmt=#simple count=5:)

fmt=#title

A simple bullet list of page titles.

(:if false:)
[[#title]]
(:template defaults order=title:)
* [[{=$FullName}|+]]
[[#titleend]]
(:ifend:)

(:pagelist group={$Group} fmt=#title count=5:)

fmt=#titlespaced

Outputs wiki page titles with spaces between the words in the title.

(:if false:)
[[#titlespaced]]
(:template defaults order=title:)
* [[{=$FullName}|{=$Titlespaced}]]
[[#titlespacedend]]
(:ifend:)

(:pagelist group={$Group} fmt=#titlespaced count=5:)

fmt=#group

A bullet list of groups (will not work with count=...).

[[#group]]
(:template first {=$Group}:)
* [[{=$Group}/]]
[[#groupend]]

fmt=#grouphomes

An optimized bullet list of group home pages (will work with count=...), requires Pm Wiki 2.2.103.

[[#grouphomes]]
(:template default list=grouphomes:)
* [[{=$Group}/]]
[[#grouphomesend]]

fmt=#include

Concatenate the text of pages in the list (note, this can be an expensive operation).

[[#include]]
(:include {=$FullName} self=0:)
[[#includeend]]

fmt=#includefaq

Include just the #faq sections from pages in the list. (This can also be expensive, especially if the list includes pages that don't have the [[#faq]] anchor!)

[[#includefaq]]
!![[{=$FullName}|+]]
>>faq<<
(:include {=$FullName}#faq#faqend self=0:)
>><<
[[#includefaqend]]

fmt=#description

List pages and append the page's description if it exists. Creates dash by all names, but adding a nested loop to get rid of it causes markup problems (nested loops are not allowed).

(:if false:)
[[#description]]
* [[{=$FullName}|+]]
  - {=$Description}
[[#descriptionend]]
(:ifend:)

(:pagelist group={$Group} fmt=#description count=7:)

fmt=#simplename

Simple bullet list of page names, without the Group name.

(:if false:)
[[#simplename]]
* [[({=$Group}/){=$Name}]]
[[#simplenameend]]
(:ifend:)

(:pagelist group={$Group} fmt=#simplename count=5:)

fmt=#simplenamespaced

Simple bullet list of spaced page names, without the Group name.

(:if false:)
[[#simplenamespaced]]
* [[({=$Group}/){=$Namespaced}]]
[[#simplenamespacedend]]
(:ifend:)

(:pagelist group={$Group} fmt=#simplenamespaced count=5:)

fmt=#titlesummary

A simple bullet list of page title and summary.

>>comment<<
[[#titlesummary]]
* [[{=$FullName} | {=$Title}]] &nbsp; [-{=$:Summary}-]
[[#titlesummaryend]]
>>font-size:smaller<<

(:pagelist group=Site fmt=#titlesummary list=normal count=8:)

fmt=#count

Number of pages in pagelist

(:if false:)
[[#count]]
(:template defaults wrap=inline list=normal :)
(:template last:)
{$$PageCount}
[[#countend]]
(:ifend:)

Number of pages in the {$Group} group: (:pagelist group={$Group} fmt=#count :).

Number of pages in the {$Group} group: (:pagelist group={$Group} fmt=count :).

There are (:pagelist group=PmWiki fmt=#count wrap=html :) pages in the PmWiki group.

Number of pages in the Site group: 44 .

Number of pages in the Site group: 48.

There are

104

pages in the Pm Wiki group.

Edit - History - Print - Recent Changes - Search
Page last modified on August 16, 2017, at 04:55 PM EST