From: <var...@us...> - 2016-07-27 13:11:59
|
Revision: 9908 http://sourceforge.net/p/phpwiki/code/9908 Author: vargenau Date: 2016-07-27 13:11:57 +0000 (Wed, 27 Jul 2016) Log Message: ----------- Add pgsrc/Help%2FListRelationsPlugin Added Paths: ----------- trunk/pgsrc/Help%2FListRelationsPlugin Added: trunk/pgsrc/Help%2FListRelationsPlugin =================================================================== --- trunk/pgsrc/Help%2FListRelationsPlugin (rev 0) +++ trunk/pgsrc/Help%2FListRelationsPlugin 2016-07-27 13:11:57 UTC (rev 9908) @@ -0,0 +1,42 @@ +Date: Wed, 27 Jul 2016 15:02:02 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) +Content-Type: application/x-phpwiki; + pagename=Help%2FListRelationsPlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Display the list of all defined relations and optionnally attributes in this entire wiki. + +== Usage == + +{{{ +<<ListRelations arguments>> +}}} + +== Arguments == + +All [[Help:PageList|PageList]] arguments, plus the following one: + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **mode** +| "relations" or "attributes" or "all" +| relations +|} + +== Author == +* [[Help:Reini Urban|Reini Urban]] + +== See Also == +* [[SemanticRelations]], [[ListRelations]], [[SemanticSearch]] +* [[Help:SemanticRelationsPlugin|SemanticRelationsPlugin]], [[Help:SemanticSearchPlugin|SemanticSearchPlugin]] + +<noinclude> +---- +[[PhpWikiDocumentation]] +</noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |