Template:Mod List: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><tabber>
<includeonly><tabber>
|-|Alphabetical=
|-|Alphabetical=
{{#ifexpr: {{PAGESINCAT: {{#replace:{{{1}}}|category        = |}}}} {{#if: {{{3}}}|- {{PAGESINCAT: {{#replace:{{{2}}}|notcategory      = |}}}}|}} {{#if: {{{4}}}|- {{PAGESINCAT: {{#replace:{{{3}}}|notcategory      = |}}}}|}} {{#if: {{{5}}}|- {{PAGESINCAT: {{#replace:{{{4}}}|notcategory      = |}}}}|}} {{#if: {{{6}}}|- {{PAGESINCAT: {{#replace:{{{5}}}|notcategory      = |}}}}|}} {{#if: {{{7}}}|- {{PAGESINCAT: {{#replace:{{{6}}}|notcategory      = |}}}}|}} {{#if: {{{8}}}|- {{PAGESINCAT: {{#replace:{{{7}}}|notcategory      = |}}}}|}} {{#if: {{{9}}}|- {{PAGESINCAT: {{#replace:{{{8}}}|notcategory      = |}}}}|}} {{#if: {{{10}}}|- {{PAGESINCAT: {{#replace:{{{9}}}|notcategory      = |}}}}|}} {{#if: {{{11}}}|- {{PAGESINCAT: {{#replace:{{{10}}}|notcategory      = |}}}}|}} > 6 | <div class="dplcategory">}}
{{#ifexpr: {{PAGESINCAT: {{#replace:{{{1}}}|category        = |}}}} {{#if: {{{3}}}|- {{PAGESINCAT: {{#replace:{{{2}}}|notcategory      = |}}}}|}} {{#if: {{{4}}}|- {{PAGESINCAT: {{#replace:{{{3}}}|notcategory      = |}}}}|}} {{#if: {{{5}}}|- {{PAGESINCAT: {{#replace:{{{4}}}|notcategory      = |}}}}|}} {{#if: {{{6}}}|- {{PAGESINCAT: {{#replace:{{{5}}}|notcategory      = |}}}}|}} {{#if: {{{7}}}|- {{PAGESINCAT: {{#replace:{{{6}}}|notcategory      = |}}}}|}} {{#if: {{{8}}}|- {{PAGESINCAT: {{#replace:{{{7}}}|notcategory      = |}}}}|}} {{#if: {{{9}}}|- {{PAGESINCAT: {{#replace:{{{8}}}|notcategory      = |}}}}|}} {{#if: {{{10}}}|- {{PAGESINCAT: {{#replace:{{{9}}}|notcategory      = |}}}}|}} {{#if: {{{11}}}|- {{PAGESINCAT: {{#replace:{{{10}}}|notcategory      = |}}}}|}} > 6 | <div class="dplcategory">}}{{#if:{{{forceclass|}}}|<div class="dplcategory">|}}
{{#dpl:
{{#dpl:
|{{{1}}}
|{{{1}}}
Line 138: Line 138:
Uses [[mediawikiwiki:Extension:TabberNeue|TabberNeue]] to make 4 tabs: Alphabetical, Most Viewed, Recently Updated, and Recently Added.
Uses [[mediawikiwiki:Extension:TabberNeue|TabberNeue]] to make 4 tabs: Alphabetical, Most Viewed, Recently Updated, and Recently Added.


It then checks if the category has more than 6 mods (does this by taking the value of <code><nowiki>{{{1}}}</nowiki></code>, removing <code><nowiki>category        = </nowiki></code> dpl3 uses, and then checks if <code><nowiki>{{{3}}}</nowiki></code> exists to determine if categories are being excluded in <code><nowiki>{{{2}}}</nowiki></code> -'''Note: this could be wrong, a different dpl3 function could be used instead somewhere, or things could be put out of order'''- and if so subtracting the number of excluded categories from the number of included categories. This gets checked all the way to <code><nowiki>#if: {{{11}}}</nowiki></code>, or the 9 subtracted categories) and if so sets the class to dplcategory, which [[MediaWiki:Common.css]] will display as 2 columns. It checks 1 times per tab for a total of 4 checks per usage of this template.
It then checks if the category has more than 6 mods (does this by taking the value of <code><nowiki>{{{1}}}</nowiki></code>, removing <code><nowiki>category        = </nowiki></code> dpl3 uses, and then checks if <code><nowiki>{{{3}}}</nowiki></code> exists to determine if categories are being excluded in <code><nowiki>{{{2}}}</nowiki></code> - '''Note: this could be wrong, a different dpl3 function could be used instead somewhere, things could be put out of order, or the category used could have less entries than categories excluded. Use <code>forceclass=true</code> to force a list to use dplcategory''' - and if so subtracting the number of excluded categories from the number of included categories. This gets checked all the way to <code><nowiki>#if: {{{11}}}</nowiki></code>, or the 9 subtracted categories) and if so sets the class to dplcategory, which [[MediaWiki:Common.css]] will display as 2 columns. It checks 1 times per tab for a total of 4 checks per usage of this template.  


In each tab it uses [[mediawikiwiki:Extension:DynamicPageList3|DynamicPageList3]] to generate a list of mods based off category entries. DPL3 doesn't allow Magic words, so use parameters to make it easier to fill in the game page/category name. 25 parameter slots just in case a lot of categories need included/excluded. Output removes <code>Game name mods/</code> from the hyperlink text (if <code>replaceintitle</code> is correctly set), and adds <code><nowiki>{{SHORTDESC}}</nowiki></code> if it exists.
In each tab it uses [[mediawikiwiki:Extension:DynamicPageList3|DynamicPageList3]] to generate a list of mods based off category entries. DPL3 doesn't allow Magic words, so use parameters to make it easier to fill in the game page/category name. 25 parameter slots just in case a lot of categories need included/excluded. Output removes <code>Game name mods/</code> from the hyperlink text (if <code>replaceintitle</code> is correctly set), and adds <code><nowiki>{{SHORTDESC}}</nowiki></code> if it exists.