Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

Template:InfoBox StrategyWiki/doc: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
m (Implementing from my sandbox since there appears to be no opposition)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
Links to StrategyWiki page on a level/stage in the infobox. <code>border</code> and the three style parameters should be the same as the rest of the infobox parts. (Make sure that a guide exists for the game on StrategyWiki, see their Kirby navbox [[strategywiki:Template:Kirby|here]])
Links to StrategyWiki page on a level/stage in the infobox. <code>border</code> and the three style parameters should be the same as the rest of the infobox parts. (Make sure that a guide exists for the game on StrategyWiki, see their Kirby navbox [[strategywiki:Template:Kirby|here]])
<pre>
<pre>
{{InfoBox StrategyWiki Level
{{InfoBox StrategyWiki
|border=border styling
|border=border styling
|style1=style for the whole strategywiki table
|style1=style for the whole strategywiki table
Line 17: Line 17:
==Skeleton==
==Skeleton==
<pre>
<pre>
{{InfoBox StrategyWiki Level
{{InfoBox StrategyWiki
|border=
|border=
|style1=
|style1=
Line 29: Line 29:
|areaname2=
|areaname2=
}}
}}
</pre>
</pre><noinclude>[[Category:Template documentation]]

Latest revision as of 15:56, 25 January 2023

Usage[edit]

Links to StrategyWiki page on a level/stage in the infobox. border and the three style parameters should be the same as the rest of the infobox parts. (Make sure that a guide exists for the game on StrategyWiki, see their Kirby navbox here)

{{InfoBox StrategyWiki
|border=border styling
|style1=style for the whole strategywiki table
|style2=style for the header row
|style3=style for the content cells
|game=name of the game the level is in
|gamealt=name of the game to display on the table (if StrategyWiki uses the same level page for a game and its remake)
|areaname=name of the area, defaults to the page name
|game2=clone of game for another row
|gamealt2=clone of gamealt for another row
|areaname2=clone of areaname for another row
}}

Skeleton[edit]

{{InfoBox StrategyWiki
|border=
|style1=
|style2=
|style3=
|game=
|gamealt=
|areaname=
|game2=
|gamealt2=
|areaname2=
}}