This has been a problem since DPL was used. Unsure what's causing it and doubt there's a fix. -- Sixorish 05:51, 8 August 2008 (UTC) The problem is, the regex allows inclusion of "Fire" and "Fire Damage". So if a creature has "Fire Damage", it gets included twice. 2 options to fix this: 1.
* change |linksto from Fire{{!}}Fire Damage to Fire Damage 2.
* change the regexp (I dont have any experience with regex, so no idea here). Option 1 however isn't that great, since some creatures have only "Fire" in immune/strong/weak paramater. It needs to be "Fire Damage" for option 1 to work.
| Attributes | Values |
|---|
| rdfs:label
| - TibiaWiki talk:ProblemReports/12408
|
| rdfs:comment
| - This has been a problem since DPL was used. Unsure what's causing it and doubt there's a fix. -- Sixorish 05:51, 8 August 2008 (UTC) The problem is, the regex allows inclusion of "Fire" and "Fire Damage". So if a creature has "Fire Damage", it gets included twice. 2 options to fix this: 1.
* change |linksto from Fire{{!}}Fire Damage to Fire Damage 2.
* change the regexp (I dont have any experience with regex, so no idea here). Option 1 however isn't that great, since some creatures have only "Fire" in immune/strong/weak paramater. It needs to be "Fire Damage" for option 1 to work.
|
| dbkwik:tibia/prope...iPageUsesTemplate
| |
| abstract
| - This has been a problem since DPL was used. Unsure what's causing it and doubt there's a fix. -- Sixorish 05:51, 8 August 2008 (UTC) The problem is, the regex allows inclusion of "Fire" and "Fire Damage". So if a creature has "Fire Damage", it gets included twice. 2 options to fix this: 1.
* change |linksto from Fire{{!}}Fire Damage to Fire Damage 2.
* change the regexp (I dont have any experience with regex, so no idea here). Option 1 however isn't that great, since some creatures have only "Fire" in immune/strong/weak paramater. It needs to be "Fire Damage" for option 1 to work. Option 2 I can't do, I don't have any experience with regex. Basicly, it should be (if "Fire" OR "Fire Damage" > include page). The "or" is an "and" now, I think. Temahk - talk - contribs 09:08, 8 August 2008 (UTC)
|