From WikiTemp, the GBAtemp wiki
 
Line 1: Line 1:
<noinclude>{{Docpage}}</noinclude><!-- Add Documentation below this line -->
+
<includeonly>[[Category:Wii Homebrew]]</includeonly>{{Infobox
 +
|title        = {{{title|{{PAGENAME}}}}}
 +
|image        = {{{image|}}}
 +
|imagesize    = {{{imagesize|128px}}}
 +
|imagecaption = {{{imagecaption|}}}
  
<pre>{{Infobox 3DS Homebrew
+
|header1      = General
| title       = Homebrew title/leave blank for wiki page title
+
|label2      = Author(s)
| image       = Image:name of screenshot.png or only name of screenshot.png without "image:" prefix (Upload homebrew icon or application logo)
+
|data2        = {{{author|}}}
| imagesize  = 48px/leave blank for 48px by default
+
|label3       = Graphics by
| imagecaption= caption text below the image
+
|data3        = {{{graphicsby|}}}
| type       = see available Types below
+
|label4       = Contributor(s)
| author      =
+
|data4        = {{{contributor|}}}
| translator  =
+
|label5      = Ported by
| graphicsby  =
+
|data5       = {{{portedby|}}}
| contributor =
+
|label6      = Type
| portedby    =
+
|label7      = Version
| version    =
+
|data7        = {{{version|}}}
| license    = GPL/LGPL/Freeware/Shareware/Commercial/Apache/BSD/Unspecified (note that freeware means closed source but free of charge)
+
|label8      = License
| download    =
+
|data8        = {{
| website    =
+
  #switch: {{{license|}}}
| source      =
+
  | Apache      = [https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0]
| discussion  =
+
  | GNU GPL
| dm         = yes/no/leave blank (whether the homebrew is available on DownloadMii).
+
  | GPL          = [https://www.gnu.org/licenses/gpl.html GNU GPL]
| dmversion   = Version of the homebrew available on DownloadMii
+
  | GNU LGPL
| 3dsx       = yes/no/leave blank (The format this homebrew is provided : 3dsx, gateway 3ds, cia, launcher.dat, bin/elf, cxi)
+
  | LGPL        = [https://www.gnu.org/licenses/lgpl.html GNU LGPL]
| 3ds        = yes/no/leave blank
+
  | BSD 2-Clause = [http://opensource.org/licenses/BSD-2-Clause BSD 2-Clause]
| cia        = yes/no/leave blank
+
  | BSD 3-Clause = [http://opensource.org/licenses/BSD-3-Clause BSD 3-Clause]
| bin         = yes/no/leave blank
+
  | MIT License
| dat         = yes/no/leave blank
+
  | MIT         = [http://opensource.org/licenses/mit-license.html MIT License]
| cxi         = yes/no/leave blank
+
  | #default    = {{{license|}}} 
| titleID     = CTR-P-XXXX (titleID for cia)/leave empty
+
   }}
| below       = Text at the bottom of the infobox/leave blank
+
|label9      = Language(s)
}}</pre>
+
|data9       = {{{language|}}}
 +
|label10      = {{#if: {{{Wiix|}}}{{{Wii|}}}{{{cia|}}}{{{dat|}}}{{{bin|}}}{{{cxi|}}} | Format }}
 +
|data10      = {{
 +
  #if: {{{Wiix|}}}
 +
  | Wiix {{#switch: {{{Wiix|}}} | yes = <span style="color:#00B000">✔</span> | no = <span style="color:red">✘</span> | #default = <span style="color:orange">?</span> }} <br>
 +
  }}{{
 +
  #if: {{{Wii|}}}
 +
  | Wii {{#switch: {{{Wii|}}} | yes = <span style="color:#00B000">✔</span> | no = <span style="color:red">✘</span> | #default = <span style="color:orange">?</span> }} <br>
 +
  }}{{
 +
  #if: {{{cia|}}}
 +
  | cia {{#switch: {{{cia|}}} | yes = <span style="color:#00B000">✔</span> {{#if:{{{titleID|}}}|{{{titleID}}}|<includeonly>[[Category:Wii Homebrew missing CIA titleID]]</includeonly>}} | no = <span style="color:red">✘</span> | #default = <span style="color:orange">?</span> }} <br>
 +
  }}{{
 +
  #if: {{{bin|}}}
 +
  | bin/elf {{#switch: {{{bin|}}} | yes = <span style="color:#00B000">✔</span> | no = <span style="color:red">✘</span> | #default = <span style="color:orange">?</span> }} <br>
 +
  }}{{
 +
  #if: {{{dat|}}}
 +
  | dat {{#switch: {{{dat|}}} | yes = <span style="color:#00B000">✔</span> | no = <span style="color:red">✘</span> | #default = <span style="color:orange">?</span> }} <br>
 +
  }}{{
 +
  #if: {{{cxi|}}}
 +
  | cxi {{#switch: {{{cxi|}}} | yes = <span style="color:#00B000">✔</span> | no = <span style="color:red">✘</span> | #default = <span style="color:orange">?</span> }}
 +
  }}
 +
|header11     = {{#if: {{{download|}}}{{{downloadraw|}}}{{{website|}}}{{{discussion|}}}{{{source|}}} | Links }}
 +
|data12       = {{
 +
  #if: {{{download|}}}
 +
  | {{
 +
    #ifexist: {{{download}}}
 +
    | [[{{{download}}}|Download]]
 +
    | [{{{download}}} Download]
 +
    }}
 +
  | {{
 +
    #if: {{{downloadraw|}}}
 +
    | {{{downloadraw}}}
 +
    }}
 +
  }}
 +
|data13      = {{
 +
  #if: {{{website|}}}
 +
  | {{
 +
    #ifexist: {{{website}}}
 +
    | [[{{{website}}}|Website]]
 +
    | [{{{website}}} Website]
 +
    }}
 +
  }}
 +
|data14      = {{
 +
  #if: {{{source|}}}
 +
  | {{
 +
    #ifexist: {{{source}}}
 +
    | [[Category:Open source homebrew]][[{{{source}}}|Source]]
 +
    | {{
 +
      #ifeq: "{{{source}}}" | "included"
 +
      | [[Category:Open source homebrew]]Source Included
 +
      | [[Category:Open source homebrew]][{{{source}}} Source]
 +
      }}
 +
    }}
 +
  |
 +
  }}
 +
|data15      = {{
 +
  #if: {{{discussion|}}}
 +
  | {{
 +
    #ifexist: {{{discussion}}}
 +
    | [[{{{discussion}}}|Discussion]]
 +
    | [{{{discussion}}} Discussion]
 +
    }}
 +
  }}
 +
|data16      = {{
 +
  #if: {{{dm|}}}
 +
  | {{
 +
      #if: {{{dmversion|}}}
 +
      | {{
 +
        #ifeq: "{{{dmversion|}}}" | "{{{version|}}}"
 +
        | {{
 +
            #switch: {{{dm|}}}
 +
              | yes = Downloadable via [[DownloadMii]] [[Category:Wii Homebrew in DownloadMii]]
 +
              | no =
 +
              | #default = [[Category:Infobox homebrew using invalid dm parameter]]
 +
          }}
 +
        | {{
 +
            #switch: {{{dm|}}}
 +
              | yes = Version '''{{{dmversion|}}}''' downloadable via  [[DownloadMii]] [[Category:Wii Homebrew in DownloadMii]]
 +
              | no =
 +
              | #default = [[Category:Infobox homebrew using invalid dm parameter]]
 +
          }}
 +
        }}
 +
      | {{
 +
          #switch: {{{dm|}}}
 +
          | yes = Downloadable via [[DownloadMii]] [[Category:Wii Homebrew in DownloadMii]]
 +
          | no =
 +
          | #default = [[Category:Infobox homebrew using invalid dm parameter]]
 +
        }}
 +
    }}
 +
  }}
 +
|below = {{{below|}}}
 +
}}{{#if:{{{title|}}}|{{DISPLAYTITLE:{{{title}}}}}}}<noinclude>
  
===Types===
+
{{Documentation}}
media player / utility / operating system / math / arcade game / board game / card game / game engine / music game / platform game / puzzle game / racing game / role playing game / shooting game / simulation game / trivia game / other game / console emulator / handheld emulator / arcade emulator / computer emulator / loader / system tool / pc utility / demo / exploit
+
</noinclude>
 
+
===See also===
+
* [[:Category:Infobox 3DS homebrew using invalid type parameter]]
+
* [[:Category:Infobox 3DS homebrew using invalid dm parameter]]
+

Latest revision as of 06:22, 2 April 2016

Infobox Wii Homebrew
General
↑ Template Documentation ↓ [CreateReload]

No documentation available.
Add new documentation.


The Template documentation will automatically appear in this box after the documentation page is created.