v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template talk:Diagram"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Created page with 'Problem: this template breaks HTML entities such as = and | which are otherwise required for representing the "=" and "|" characters. --~~~~')
 
(→‎Not working: found the problem)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
Problem: this template breaks HTML entities such as = and | which are otherwise required for representing the "=" and "|" characters. --[[User:Quietust|Quietust]] 13:59, 11 May 2010 (UTC)
 
Problem: this template breaks HTML entities such as = and | which are otherwise required for representing the "=" and "|" characters. --[[User:Quietust|Quietust]] 13:59, 11 May 2010 (UTC)
 +
:Proposed improvement (which I'm not sure if I can do reliably) - allow using Dwarf Fortress color codes (e.g. [6:0:0] or [0:7:1]) instead of (or possibly in addition to) full RGB codes. --[[User:Quietust|Quietust]] 20:34, 9 September 2010 (UTC)
 +
 +
Could we add replacements for special characters, similar to [#000] for the color tags? I'm not sure how to edit the template correctly. --[[User:Lethosor|Lethosor]] 22:23, 28 November 2012 (UTC)
 +
 +
== Not working ==
 +
 +
Its not working. Currently, the quickstart guide and other uses of this template, as well as the main view, are just dots. I have no idea whats causing this so someone please fix that. {{User:Latias1290/Sig/src|16:55|April 11, 2014}}
 +
:I can't think of any reason why it would have stopped working like this. I know it used to work, and this template hasn't been modified in a long time. It could be a problem with the RegexFunctions limit, but that hasn't been changed in a long time either. &mdash;[[User:Lethosor|<span style="color:#074">Lethosor</span>]] ([[User talk:Lethosor|<span style="color:#092">talk</span>]]) 20:58, 11 April 2014 (UTC)
 +
:Confirming that the regex limit is the problem. I'm guessing {{tl|key}} is what's causing it to reach the limit, although there could be other templates using regex functions as well. I'm going to change it to use string functions instead. &mdash;[[User:Lethosor|<span style="color:#074">Lethosor</span>]] ([[User talk:Lethosor|<span style="color:#092">talk</span>]]) 12:00, 12 April 2014 (UTC)

Latest revision as of 12:00, 12 April 2014

Problem: this template breaks HTML entities such as &#61; and &#124; which are otherwise required for representing the "=" and "|" characters. --Quietust 13:59, 11 May 2010 (UTC)

Proposed improvement (which I'm not sure if I can do reliably) - allow using Dwarf Fortress color codes (e.g. [6:0:0] or [0:7:1]) instead of (or possibly in addition to) full RGB codes. --Quietust 20:34, 9 September 2010 (UTC)

Could we add replacements for special characters, similar to [#000] for the color tags? I'm not sure how to edit the template correctly. --Lethosor 22:23, 28 November 2012 (UTC)

Not working[edit]

Its not working. Currently, the quickstart guide and other uses of this template, as well as the main view, are just dots. I have no idea whats causing this so someone please fix that. Latias1290 (talk)

I can't think of any reason why it would have stopped working like this. I know it used to work, and this template hasn't been modified in a long time. It could be a problem with the RegexFunctions limit, but that hasn't been changed in a long time either. —Lethosor (talk) 20:58, 11 April 2014 (UTC)
Confirming that the regex limit is the problem. I'm guessing {{key}} is what's causing it to reach the limit, although there could be other templates using regex functions as well. I'm going to change it to use string functions instead. —Lethosor (talk) 12:00, 12 April 2014 (UTC)