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 Created page with "==Project: Omnibox== ===Step 1: Merging=== Merge all infobox things into one thing cuz... its Omnibox <pre> --CHARACTER INFOBOX-- {{CharacterInfobox |name= |image= |images..." |
imported>Mario Rk No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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= | ||
| | |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 = | |name = | ||
|image = | |image = | ||
|imagesize = | |imagesize = | ||
|caption= | |caption= | ||
|fullname= | |fullname = | ||
| | |alias = | ||
|species = | |||
|position = | |||
|work= | |||
|appeared = | |||
|color = | |||
|clothes = | |||
|related = | |||
|friends = | |||
|id = | |||
|image2 = | |||
}} | }} | ||
--INFOBOXES IMPLIMENTED-- | |||
CharacterInfobox - Done | |||
CPStaffInfobox - Done | |||
RoomInfobox - Done | |||
PartyInfobox | |||
ItemInfobox - Done | |||
FurnitureInfobox - Done | |||
PuffleInfobox | |||
CreatureInfobox | |||
ShowInfobox | |||
MinigameInfobox | |||
</pre> | </pre> |
Latest revision as of 11:11, 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 = |id = |image2 = }} --INFOBOXES IMPLIMENTED-- CharacterInfobox - Done CPStaffInfobox - Done RoomInfobox - Done PartyInfobox ItemInfobox - Done FurnitureInfobox - Done PuffleInfobox CreatureInfobox ShowInfobox MinigameInfobox