Issue:Table Error while using include and first letter is an "-"

From FollowTheScore
Revision as of 19:18, 16 January 2008 by Beatz (talk | contribs) (New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.6.4 |Description = There are new lines |Status = open }} == Problem == I'm using the following code to get a table...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: There are new lines
Extension / Version: DPL   /   1.6.4
Type / Status: Bug   /   open

Problem

I'm using the following code to get a table with some information stored in pages with an template:

<DPL>
  category=Clan
  notnamespace=Kategorie
  notnamespace=MOHAA_Wiki
  includepage={Clan}:Clantag:Mitgliederzahl:Suchen_Member:Gründung:Homepage
  addpagecounter=true
  format=¶{|{{prettytable}} class=sortable width=100% ¶!Clan¶!Clantag ¶!Mitglieder ¶!Suchen Member ¶!Gründung ¶!Homepage ,¶|-¶|[[%PAGE%]] (%COUNT%),,¶|}
  secseparators=¶|
</DPL>

In many cases, the field Clantag (in my template) begins with an "-". In this case, the rendered table will begin a new row instead of showing the correct Clantag beginning with an "-".


Reply