Difference between revisions of "Table with template inclusions"

From FollowTheScore
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
;Version 1
+
;Version 1, without filter
 +
{{#dplvar:set|filter|.*}}
 
<dpl>
 
<dpl>
 
   category    = Publication
 
   category    = Publication
 
   include      = {Magazine}.published,{Book}.published
 
   include      = {Magazine}.published,{Book}.published
   format      = {|class=sortable\n,,|}\n
+
   format      = {|class=sortable\n!Title\n!Type\n!Published\n|--\n,,\n,|}\n
 +
</dpl>
 +
 
 +
{{#dplvar:set|filter|19..}}
 +
;Version 2, filter = 19..
 +
<dpl>
 +
  category    = Publication
 +
  include      = {Magazine}.published,{Book}.published
 +
  format      = {|class=sortable\n!Title\n!Type\n!Published\n|--\n,,\n,|}\n
 
</dpl>
 
</dpl>
  includematch = /Date\s*=\s*1983/s,/Date\s*=\s*1983/s
 

Latest revision as of 11:14, 29 December 2010

Version 1, without filter
Title Type Published
The Colour of Magic Book 1983
The Light Fantastic Magazine 1983
The Smell of Future Book 2013


Version 2, filter = 19..
Title Type Published
The Colour of Magic Book 1983
The Light Fantastic Magazine 1983