Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
MediaWiki help
Creopedia
Search
Search
Appearance
Log in
Personal tools
Log in
View source for Template:GameTabs/doc
Template
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
←
Template:GameTabs/doc
{{Documentation}} Renders a tabbed card with each game as the tab label using [[Template:TabbedCard]]. The list of supported games are defined in [[Module:GameData/Games.json]]. == Usage == === Basic === <syntaxhighlight lang="wikitext"> {{GameTabs |evocreo2 = EvoCreo 2-specific content |evocreo = EvoCreo-specific content }} </syntaxhighlight> {{GameTabs |evocreo2 = EvoCreo 2-specific content |evocreo = EvoCreo-specific content }} === Without padding === <syntaxhighlight lang="wikitext"> {{GameTabs |noPadding = true |evocreo2 = EvoCreo 2-specific content |evocreo = EvoCreo-specific content }} </syntaxhighlight> {{GameTabs |noPadding = true |evocreo2 = EvoCreo 2-specific content |evocreo = EvoCreo-specific content }} == TemplateData == <templatedata> { "params": { "evocreo2": { "label": "EvoCreo 2", "description": "Wikitext for EvoCreo 2", "type": "content" }, "evocreo": { "label": "EvoCreo", "description": "Wikitext for EvoCreo", "type": "content" } }, "description": "Renders a tabbed card with each game as the tab label", "format": "block" } </templatedata> <includeonly> [[Category:Templates]] </includeonly>
Templates used on this page:
Template:Documentation
(
view source
)
Template:GameTabs
(
view source
)
Module:Arguments
(
view source
) (protected)
Module:GameData
(
view source
)
Module:GameData/Games.json
(
view source
)
Module:GameTabs
(
view source
)
Module:TabbedCard
(
view source
)
Module:TabbedCard/styles.css
(
view source
)
Return to
Template:GameTabs/doc
.