(Created page with "<noinclude><div class="build-types"><ul> </noinclude><li class="{{lc:{{ #if: {{PvType|{{{2}}}}} | {{PvType|{{{2}}}}} | campaign }}}}">{{ #if: {{PvType|{{{2}}}}} | {{ #switch:...") |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude><div class="build-types"><ul> |
<noinclude><div class="build-types"><ul> |
||
− | </noinclude><li class="{{lc:{{ #if: {{PvType|{{{2}}}}} | {{PvType|{{{2}}}}} | campaign }}}}">{{ #if: {{PvType|{{{2}}}}} |
+ | </noinclude><li class="{{lc:{{ #if: {{User:Toraen/PvType|{{{2}}}}} | {{User:Toraen/PvType|{{{2}}}}} | campaign }}}}">{{ #if: {{User:Toraen/PvType|{{{2}}}}} |
| {{ #switch: {{{1}}} |
| {{ #switch: {{{1}}} |
||
− | | trial = [[:Category:Untested trial {{{2}}} builds|{{PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
+ | | trial = [[:Category:Untested trial {{{2}}} builds|{{User:Toraen/PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
− | | testing = [[:Category:Untested testing {{{2}}} builds|{{PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
+ | | testing = [[:Category:Untested testing {{{2}}} builds|{{User:Toraen/PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
− | | trash = [[:Category:Trash builds|{{PvType|{{{2}}}<br>{{PvStrip|{{{2}}}}}]] |
+ | | trash = [[:Category:Trash builds|{{User:Toraen/PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
− | | |
+ | | abandoned = [[:Category:Abandoned|{{User:Toraen/PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
− | | [[:Category: |
+ | | archived = [[:Category:Archived tested {{{2}}} builds|{{User:Toraen/PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
+ | | [[:Category:{{{1}}} working {{{2}}} builds|{{User:Toraen/PvType|{{{2}}}}}<br>{{PvStrip|{{{2}}}}}]] |
||
}} |
}} |
||
| [[:Category:Using unknown type|''unknown''<br>''{{{2|type}}}'']] |
| [[:Category:Using unknown type|''unknown''<br>''{{{2|type}}}'']] |
||
Line 13: | Line 14: | ||
| {{ns:100}} <!-- build --> |
| {{ns:100}} <!-- build --> |
||
| {{ns:104}} <!-- archive --> = |
| {{ns:104}} <!-- archive --> = |
||
− | {{ #if: {{PvType|{{{2}}}}} <!-- check for legit pvx type --> |
+ | {{ #if: {{User:Toraen/PvType|{{{2}}}}} <!-- check for legit pvx type --> |
| {{#switch: {{{1}}} <!-- check for archived builds. these all use the archive tag --> |
| {{#switch: {{{1}}} <!-- check for archived builds. these all use the archive tag --> |
||
− | | archived = [[Category:Archived tested {{{2}}} builds |{{PAGENAME}}]] [[Category:All archived tested {{PvType|{{{2}}}}} builds |{{PAGENAME}}]] |
+ | | archived = [[Category:Archived tested {{{2}}} builds |{{PAGENAME}}]] [[Category:All archived tested {{User:Toraen/PvType|{{{2}}}}} builds |{{PAGENAME}}]] |
− | | testing = [[Category:Untested testing {{{2}}} builds|{{PAGENAME}}]] [[Category:All untested testing {{PvType|{{{2}}}}} builds|{{PAGENAME}}]] |
+ | | testing = [[Category:Untested testing {{{2}}} builds|{{PAGENAME}}]] [[Category:All untested testing {{User:Toraen/PvType|{{{2}}}}} builds|{{PAGENAME}}]] |
− | | trial = [[Category:Untested trial {{{2}}} builds |{{PAGENAME}}]] [[Category:All untested trial {{PvType|{{{2}}}}} builds |{{PAGENAME}}]] |
+ | | trial = [[Category:Untested trial {{{2}}} builds |{{PAGENAME}}]] [[Category:All untested trial {{User:Toraen/PvType|{{{2}}}}} builds |{{PAGENAME}}]] |
− | | trash = [[Category:Trash builds |{{PAGENAME}}]] |
+ | | trash = [[Category:Trash builds |{{PAGENAME}}]] |
− | | |
+ | | abandoned = [[Category:Abandoned |{{PAGENAME}}]] |
− | + | | #default = [[Category:{{{1}}} working {{{2}}} builds |{{PAGENAME}}]] [[Category:{{{1}}} working {{User:Toraen/PvType|{{{2}}}}} builds |{{PAGENAME}}]] |
|
+ | [[Category:All working {{{2}}} builds |{{PAGENAME}}]] [[Category:All working {{User:Toraen/PvType|{{{2}}}}} builds |{{PAGENAME}}]] |
||
}} |
}} |
||
| [[Category:Using unknown type]] <!-- not one of the valid options --> |
| [[Category:Using unknown type]] <!-- not one of the valid options --> |
||
Line 31: | Line 33: | ||
<br><br><br> |
<br><br><br> |
||
== Usage == |
== Usage == |
||
+ | </noinclude> |
||
− | <nowiki>{{Mssg|quality|type}}</nowiki> |
||
− | === Notes === |
||
− | * This is a helper template used by other build categorization templates. It replaces all other mssg-type templates. |
||
− | * ''quality'' can be any of ''trial'', ''testing'', ''good'', ''great'', ''other'' and ''archived''. |
||
− | * ''type'' can be any of the gameplay types known to [[Template:PvType]], an unknown type leads to the formatting seen on this page. |
||
− | [[Category:Templates/Build categorization]]</noinclude> |