Personal tools

Template:PackageInfoBox

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(another attempt)
Current revision (19:57, 9 January 2011) (edit) (undo)
(class=wikitable)
 
(3 intermediate revisions not shown.)
Line 1: Line 1:
-
{| style="align="right"
+
{| class="wikitable" style="align="right"
|+ align="center" | Package {{{name}}}
|+ align="center" | Package {{{name}}}
|-
|-
 +
<!-- Not even the trick described unter wikimedia:Branching techniques without ParserFunctions does work
 +
| {{{home{{{home|}}}|Homepage}}}
 +
| {{{home|}}}
 +
|-
 +
-->
 +
<!-- This one should work without MediaWiki extensions, but it does not.
{{{home{{{home|}}}|{{|}} Homepage
{{{home{{{home|}}}|{{|}} Homepage
{{|}} {{{home}}}
{{|}} {{{home}}}
-
{{|}}- }}
+
{{|}}- }}}
 +
-->
 +
<!-- This one should work with MediaWiki Parser function extensions:
 +
{{#if: {{{home|}}} | {{|}}-
 +
| Homepage
 +
| {{{home}}} }}
 +
-->
| Hackage
| Hackage
| http://hackage.haskell.org/package/{{{name}}}
| http://hackage.haskell.org/package/{{{name}}}
Line 12: Line 24:
|}
|}
[[Category:Packages]]
[[Category:Packages]]
-
<!-- This one should work with MediaWiki extensions:
 
-
{{#if: {{{home|}}} | {{|}}-
 
-
| Homepage
 
-
| {{{home}}} }}
 
-
-->
 

Current revision

Package {{{name}}}
Hackage http://hackage.haskell.org/package/{{{name}}}
Repository darcs get http://code.haskell.org/{{{darcs-code}}}