Template:Problems/sandbox/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
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.
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 ==
== Example ==
<pre>{{Problems|{{#vardefineecho:problems|
<pre>== Problems ==
=== Problem ===
{{Problems|{{#vardefineecho:problems|
Problem text. Refer {{issue|<Issue ID>}}.
 
}}|{{#vardefineecho:enhancements|
=== 60 FPS ===
{{Gecko|60 FPS
|RSBJ01
|$60 FPS
00000000 00000000
|RSBE01
|$60 FPS
00000000 00000000}}


=== <s>Fixed Problem</s> ===
=== <s>Category</s> ===
Problem text. Fixed in {{revision|<revision ID>}}.
Produces [[:Category:Pages with fixed problems]] for fixed problem that is in this Enhancement section instead of Problem section.
}}}}</pre>
}}}}</pre>


== Example ==
Produces
<div style="background:#fff;border:1px solid #ddd;padding:.5em">
== Problems ==
{{Problems/sandbox|{{#vardefineecho:problems|
{{Problems/sandbox|{{#vardefineecho:problems|
=== Problem ===
Problem text. Refer Issue ID.


}}|{{#vardefineecho:enhancements|
}}|{{#vardefineecho:enhancements|
Line 27: Line 36:
=== <s>Category</s> ===
=== <s>Category</s> ===
Produces [[:Category:Pages with fixed problems]] for fixed problem that is in this Enhancement section instead of Problem section.
Produces [[:Category:Pages with fixed problems]] for fixed problem that is in this Enhancement section instead of Problem section.
}}}}
}}}}</div>

Revision as of 01:29, 12 February 2022

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.

Example

== Problems ==
{{Problems|{{#vardefineecho:problems|

}}|{{#vardefineecho:enhancements|
=== 60 FPS ===
{{Gecko|60 FPS
|RSBJ01
|$60 FPS
00000000 00000000
|RSBE01
|$60 FPS
00000000 00000000}}

=== <s>Category</s> ===
Produces [[:Category:Pages with fixed problems]] for fixed problem that is in this Enhancement section instead of Problem section.
}}}}

Produces

Problems

Template:Problems/sandbox