Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
User:Mario Rk/Sandbox2: Difference between revisions
Jump to navigation
Jump to search
imported>Mario Rk No edit summary |
imported>Mario Rk Making progress |
||
Line 2: | Line 2: | ||
===Step 1: Merging=== | ===Step 1: Merging=== | ||
Merge all infobox things into one thing cuz... its Omnibox | Merge all infobox things into one thing cuz... its Omnibox | ||
<pre> | <pre> | ||
-- | --OMNIBOX-- | ||
In progress | |||
--GENERALIZED INFO TEMPLATE-- | |||
{{Infobox | |||
-- | |||
{{ | |||
|name= | |name= | ||
|image= | |image= | ||
|available= | |available= | ||
|type= | |type= | ||
|sort= | |||
|member= | |member= | ||
|party= | |party= | ||
Line 58: | Line 20: | ||
|unlock= | |unlock= | ||
}} | }} | ||
-- | --GENERALIZED OBJECT INFOBOX-- | ||
{{ | {{Infobox | ||
|name= | |name= | ||
|image= | |image= | ||
| | |owner= | ||
| | |designer= | ||
| | |launched= | ||
| | |status= | ||
| | |appeared= | ||
|image2= | |||
}} | }} | ||
-- | --GENERALIZED LOCATION INFOBOX-- | ||
{{ | {{Infobox | ||
| | |title= | ||
|image= | |image= | ||
| | |place= | ||
| | |open= | ||
| | |closed= | ||
| | |games=None | ||
|id= | |||
|tourguide= | |||
|id= | |||
| | |||
}} | }} | ||
-- | --GENERALIZED CHARACTER INFOBOX-- | ||
{{ | {{Infobox | ||
|name = | |||
|name = | |||
|image = | |image = | ||
|imagesize | |imagesize = | ||
|caption= | |caption= | ||
|fullname= | |fullname = | ||
| | |alias = | ||
|species = | |||
|position = | |||
|work= | |||
|appeared = | |||
|color = | |||
|clothes = | |||
|related = | |||
|friends = | |||
|walk = | |||
|image2 = | |||
}} | }} | ||
--INFOBOXES IMPLIMENTED-- | |||
CharacterInfobox - Done | |||
CPStaffInfobox - Done | |||
RoomInfobox - Done | |||
PartyInfobox | |||
ItemInfobox - Done | |||
FurnitureInfobox - Done | |||
PuffleInfobox | |||
CreatureInfobox | |||
ShowInfobox | |||
MinigameInfobox | |||
</pre> | </pre> |
Revision as of 11:10, 8 April 2015
Project: Omnibox
Step 1: Merging
Merge all infobox things into one thing cuz... its Omnibox
--OMNIBOX-- In progress --GENERALIZED INFO TEMPLATE-- {{Infobox |name= |image= |available= |type= |sort= |member= |party= |cost= |found= |id= |unlock= }} --GENERALIZED OBJECT INFOBOX-- {{Infobox |name= |image= |owner= |designer= |launched= |status= |appeared= |image2= }} --GENERALIZED LOCATION INFOBOX-- {{Infobox |title= |image= |place= |open= |closed= |games=None |id= |tourguide= }} --GENERALIZED CHARACTER INFOBOX-- {{Infobox |name = |image = |imagesize = |caption= |fullname = |alias = |species = |position = |work= |appeared = |color = |clothes = |related = |friends = |walk = |image2 = }} --INFOBOXES IMPLIMENTED-- CharacterInfobox - Done CPStaffInfobox - Done RoomInfobox - Done PartyInfobox ItemInfobox - Done FurnitureInfobox - Done PuffleInfobox CreatureInfobox ShowInfobox MinigameInfobox