|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <noinclude>
| | <includeonly>{{#invoke:Mod|infobox}}</includeonly><noinclude> |
| Template for Game Mods.
| | {{{{PAGENAME}}/doc}} |
| </noinclude><includeonly>
| | [[Category:Main templates]] |
| <div style="display:none">
| | </noinclude> |
| [[Has note::{{{Note|}}}]]
| |
| [[Has author::{{{Developer|}}}]]
| |
| [[Has mod type::{{{Type|}}}]]
| |
| [[Has setting::{{{Setting|}}}]]
| |
| [[Has game mode::{{{Game Mode|}}}]]
| |
| [[Has version::{{{Version|}}}]]
| |
| [[Has status::{{{Status|}}}]]
| |
| [[Has release date::{{{Release Date|}}}]]
| |
| [[Has download link::{{{Download|}}}]]
| |
| [[Related game::{{{Related game|}}}]]
| |
| [[Has description::{{{Description|}}}]]
| |
| [[Category:Mods]]
| |
| [[Category:{{{Related game}}} Mods]]
| |
| </div> | |
| | |
| {| class="wikitable" style="float:right; width:300px; margin-left:20px; font-size:90%;"
| |
| ! colspan="2" style="background-color:#003366; color:white; text-align:center; font-size:120%; padding:10px;" | {{{Name|{{PAGENAME}}}}}
| |
| |-
| |
| | colspan="2" style="text-align:center; background:#fff;" | [[File:{{{Image|Example.jpg}}}|280px]]
| |
| |-
| |
| ! colspan="2" style="background-color:#eee; color:black; text-align:center;" | Mod Info
| |
| |-
| |
| | '''Developer''' || [[{{{Developer|}}}]]
| |
| |-
| |
| | '''Related Game''' || [[{{{Related game|}}}]]
| |
| |-
| |
| | '''Type''' || {{{Type|}}}
| |
| |-
| |
| | '''Setting''' || {{#arraymap:{{{Setting|}}}|,|x|[[Has setting::x]]}}
| |
| |-
| |
| | '''Game Mode''' || {{#arraymap:{{{Game Mode|}}}|,|x|[[Has game mode::x]]}}
| |
| |-
| |
| | '''Version''' || {{{Version|}}}
| |
| |-
| |
| | '''Status''' || {{{Status|}}}
| |
| |-
| |
| | '''Release Date''' || {{{Release Date|}}}
| |
| |-
| |
| | '''Note''' || {{{Note|}}}
| |
| |-
| |
| | '''Download''' || {{#if:{{{Download|}}}|[{{{Download|}}} {{{Download label|Download}}}]}}
| |
| |}
| |
| | |
| <div style="margin-right:320px;">
| |
| {{{Description|}}}
| |
| </div> | |
| </includeonly>
| |
One of the main templates. Its purpose is to collect values from the Form:Mod fields and pass them to the Module:Mod for further processing. See the module page and this help for details.