Difference between revisions of "Template:Show Presentation Table"

From its-wiki.no
Jump to: navigation, search
(Created page with "<noinclude> This is the "Show_Presentation_Table" template, providing a list of presentations from a certain day. Alternatives: "Show_Presentation" It should be called in the...")
 
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
1. query
 
{{#ask: [[Category:Presentation]][[Presenter::{{{1}}}]][[Date::{{{2}}}]] |?Presenter |?Presentation File}}
 
 
2. query
 
 
{{#ask: [[Category:Presentation]][[Presenter::{{{1}}}]][[Date::{{{2}}}]] |?Title |?Presenter |?Date |?Presentation File |?Presentation_view
 
{{#ask: [[Category:Presentation]][[Presenter::{{{1}}}]][[Date::{{{2}}}]] |?Title |?Presenter |?Date |?Presentation File |?Presentation_view
 
|mainlabel=-
 
|mainlabel=-
Line 19: Line 15:
 
|format=template
 
|format=template
 
|template=Presentation_table_view
 
|template=Presentation_table_view
| introtemplate=Table_header
+
| introtemplate=Table_header_view
 
| outrotemplate=Table_footer
 
| outrotemplate=Table_footer
|sort=Date
+
|sort=Presenter
|order=desc
+
|order=asc
|limit=20}}
+
 
+
3. query
+
{{#ask: [[Category:Presentation]][[Project::IoTSec]] |?Title |?Presenter |?Date |?Presentation File |?Presentation_view |?Project |?Keywords
+
|mainlabel=-
+
|sort=Date
+
|order=desc
+
|format=template
+
|template=Presentation_table
+
| introtemplate=Table_header
+
| outrotemplate=Table_footer
+
|sort=Date
+
|order=desc
+
 
|limit=20}}
 
|limit=20}}
 
 
</includeonly>
 
</includeonly>

Latest revision as of 12:03, 3 May 2018

This is the "Show_Presentation_Table" template, providing a list of presentations from a certain day. Alternatives: "Show_Presentation" It should be called in the following format:

{{Show_Presentation_Table|+|30 Aug 2017}}
or 
{{Show_Presentation_Table|Josef*|30 Aug 2017}}

Edit the page to see the template text.