Template:Problems: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Okay, apparently it's working. Be verbose, for debugging. Do the queries on fixed issues too, might be useful in future)
mNo edit summary
(41 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|{{#vardefineecho:tl_problems_list|{{{1}}}}}{{#vardefine:tl_problems_list_active|{{#regexall:{{#var:tl_problems_list}}|/\=\=\=.(?!\<s\>).*?(?!\<\/s\>).\=\=\=/|¯}}}}{{#vardefine:tl_problems_active_count|{{#len:{{#regexall:{{#var:tl_problems_list_active}}|(¯)|}}}}}}{{#vardefine:tl_problems_list_fixed|{{#regexall:{{#var:tl_problems_list}}|/\=\=\=.\<s\>.*?\<\/s\>.\=\=\=/|¯}}}}{{#vardefine:tl_problems_fixed_count|{{#len:{{#regexall:{{#var:tl_problems_list_fixed}}|(¯)|}}}}}}{{#if:{{#var:tl_problems_list_active}}|[[:Category:Pages with active problems]]
<includeonly>{{#if:{{{1|}}}|{{#vardefineecho:tl_problems_list|{{{1}}}}}{{#vardefine:tl_problems_list_active|{{#regexall:{{#var:tl_problems_list}}|/\=\=\=.(?!\<s\>).*?(?!\<\/s\>).\=\=\=/|¯}}}}{{#vardefine:tl_problems_active_count|{{#expr:{{#len:{{#regexall:{{#var:tl_problems_list_active}}|(¯)|}}}}+1}}}}{{#vardefine:tl_problems_list_fixed|{{#regexall:{{#var:tl_problems_list}}|/\=\=\=.\<s\>.*?\<\/s\>.\=\=\=/|¯}}}}{{#vardefine:tl_problems_fixed_count|{{#expr:{{#len:{{#regexall:{{#var:tl_problems_list_fixed}}|(¯)|}}}}+1}}}}{{#if:{{#var:tl_problems_list_active}}|[[Category:Pages with active problems]]{{#loop:tl_problems_i|0|{{#var:tl_problems_active_count}}|{{#if:{{#regexall:{{#regexall:{{#var:tl_problems_list}}|/\=\=\=.(?!\<s\>).*?(?!\<\/s\>).\=\=\=([\s\S]*?(?=\n\={{!}}$))/||{{#var:tl_problems_i}}|1}}|/\x5Bhttps\:\/\/dolp\.in\/i.*\x5D/}}||{{#vardefine:tl_problems_active_missing_issue|true}}}}}}}}{{#if:{{#var:tl_problems_list_fixed}}|[[Category:Pages with fixed problems]]}}{{#if:{{#var:tl_problems_list_active}}{{#var:tl_problems_list_fixed}}||[[Category:Pages with misformatted problems]]}}{{#if:{{#var:tl_problems_active_missing_issue}}|[[Category:Pages with active problems missing issue links]]}}|{{#if:{{#var:tl_globalproblems_visible}}|This {{{type|title}}} does not have any additional game-specific problems.|There are no reported problems with this {{{type|title}}}.}}}}</includeonly><noinclude>{{documentation}}</noinclude>
 
{{#loop:tl_problems_i|0|{{#var:tl_problems_active_count}}|
{{#if:{{#regexall:{{#regexall:{{#var:tl_problems_list}}|/\=\=\=.(?!\<s\>).*?(?!\<\/s\>).\=\=\=([\s\S]*?(?=\n\={{!}}$))/||{{#var:tl_problems_i}}|1}}|/\x5Bhttps\:\/\/dolp\.in\/i.*\x5D/}}|{{#vardefine:tl_problems_active_missing_issue|true}}}}
 
}}{{#if:{{#var:tl_problems_list_fixed}}|[[:Category:Pages with fixed problems]]}}{{#if:{{#var:tl_problems_list_active}}{{#var:tl_problems_list_fixed}}||[[:Category:Pages with misformatted problems]]}}{{#if:{{#var:tl_problems_active_missing_issue}}|[[:Category:Pages with active problems missing issue links]]}}|There are no known problems with this {{#if:{{{type|}}}|{{{type|}}}|title}}.}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 09:27, 18 September 2017

[edit] [purge] Template documentation

Add common problem text to pages /wo problems, and add appropriate Category:Pages with active problems or Category:Pages with fixed problems to those that do.

Usage

{{Problems|{{#vardefineecho:problems|
=== Problem ===
Problem text. Refer {{issue|<Issue ID>}}.

{{Problems/Problem Sub-template Name}}

=== <s>Fixed Problem</s> ===
Problem text. Fixed in {{revision|<revision ID>}}.
}}}}

Example

There are no reported problems with this title.

Sub-Templates

Problem sub-templates add common Problem, Emulation Information, or Enhancements subsections to pages.