Line 177:
Line 177:
The page explains how to get help and more information, and there is extensive documentation; asking on #mediawiki-i18n @ freenode is probably your best chance for immediate assistance if needed.
The page explains how to get help and more information, and there is extensive documentation; asking on #mediawiki-i18n @ freenode is probably your best chance for immediate assistance if needed.
Thanks, [[MetaWikipedia:User:Nemo_bis|Nemo]] 01:16, 14 January 2013 (CET)
Thanks, [[MetaWikipedia:User:Nemo_bis|Nemo]] 01:16, 14 January 2013 (CET)
+
+
== I have the wikicode if there could be a 4th option. ==
+
+
Here it is:
+
<nowiki>{{Main page box|Welcome!|Main Page/Welcome}}
+
<div style="margin: -.3em -1em -1em -1em;">
+
{| width="100%" bgcolor="#fff" border="0" cellpadding="2px" cellspacing="2px" style="margin:auto;"
+
|- align="center" bgcolor="#e7eef6"
+
! width="22%" | '''Preparing for homebrew'''
+
! width="23%"| '''Downloading homebrew'''
+
! width="22%"| '''Developing homebrew'''
+
! width="23$"| '''add thing here'''
+
|- valign="top" align="left" style="background: #F5FAFF;"
+
| Install the '''[[Homebrew Channel]]''' on your Wii console by following the '''[[Homebrew setup|homebrew setup tutorial]]'''.
+
| Browse the '''[[List of homebrew applications|homebrew directory]]''', or use the '''[[Homebrew Browser]]''', which allows you to install directly from your Wii over Wi-Fi.
+
| Start developing homebrew for Wii by downloading '''[[devkitPPC]]''' and reading the '''[[Homebrew development|homebrew development guide]]'''.
+
| add thing here
+
|}
+
</div>
+
{{box-footer-empty}}</nowiki>
+
Here it is without nowiki:
+
{{Main page box|Welcome!|Main Page/Welcome}}
+
<div style="margin: -.3em -1em -1em -1em;">
+
{| width="100%" bgcolor="#fff" border="0" cellpadding="2px" cellspacing="2px" style="margin:auto;"
+
|- align="center" bgcolor="#e7eef6"
+
! width="22%" | '''Preparing for homebrew'''
+
! width="23%"| '''Downloading homebrew'''
+
! width="22%"| '''Developing homebrew'''
+
! width="23$"| '''add thing here'''
+
|- valign="top" align="left" style="background: #F5FAFF;"
+
| Install the '''[[Homebrew Channel]]''' on your Wii console by following the '''[[Homebrew setup|homebrew setup tutorial]]'''.
+
| Browse the '''[[List of homebrew applications|homebrew directory]]''', or use the '''[[Homebrew Browser]]''', which allows you to install directly from your Wii over Wi-Fi.
+
| Start developing homebrew for Wii by downloading '''[[devkitPPC]]''' and reading the '''[[Homebrew development|homebrew development guide]]'''.
+
| add thing here
+
|}
+
</div>
+
{{box-footer-empty}}