Sandbox: Difference between revisions
Stonedreamer (talk | contribs) Tag: 2017 source edit |
Stonedreamer (talk | contribs) No edit summary |
||
Line 46: | Line 46: | ||
<nowiki> </nowiki><nowiki>|</nowiki> subheader2 = Second subheader of the infobox | <nowiki> </nowiki><nowiki>|</nowiki> subheader2 = Second subheader of the infobox | ||
<nowiki> </nowiki><nowiki>|</nowiki><nowiki> header = (the rest of the infobox goes here) }}</nowiki> | <nowiki> </nowiki><nowiki>|</nowiki><nowiki> header = (the rest of the infobox goes here) }}</nowiki> | ||
{{Infobox|title=Starting test|image=File:Sextant.png|caption=Test Caption|content=Test content}} | |||
== Portable Infoboxes == | == Portable Infoboxes == | ||
Line 81: | Line 82: | ||
https://www.mediawiki.org/wiki/Extension:JsonConfig#Supporting_Wikimedia_templates | https://www.mediawiki.org/wiki/Extension:JsonConfig#Supporting_Wikimedia_templates | ||
== Navbox == |
Revision as of 21:33, 1 May 2025
This page is for testing out MediaWiki extensions, themes, and tools.
Input Box Process
Status: Not Working 4/17/25
Followed:
https://www.mediawiki.org/wiki/Manual:Importing_Wikipedia_infoboxes_tutorial
Installed: required
- Extension:ParserFunctions
- Extension:Scribunto
- Extension:Wikibase (some but not all templates need this)
- Extension:TemplateStyles
Want to implement:
https://en.wikipedia.org/wiki/Template:Infobox_game/doc
Not currently appearing under templates to Insert.
Infoboxes
https://en.wikipedia.org/wiki/Module:Infobox
Infobox Company:
Infobox Book
![]() | |
Publishers | Publisher test |
---|---|
Genres | Genre Test |
Website | https://www.sextantofworlds.net/index.php/Template:Infobox_book/doc |
{{Infobox | name = Template:'''subst''':'''PAGENAME''' | above = Text in uppermost cell of infobox | subheader = Subheader of the infobox | subheader2 = Second subheader of the infobox | header = (the rest of the infobox goes here) }}
File:Sextant.png Test Caption |
Portable Infoboxes
<infobox> <title source="title"> <default>Throal</default> </title> <image source="image"> <default>File:Nations_of_Barsaive_1_Throal.png</default> </image> <header>Third Edition</header> <label>Publisher</label> <default>Games</default> <label>Authors</label> </infobox> <infobox>
<title source="title"> <default>Sandbox</default> </title> <image source="image">
</image> <label>Title</label> <label>Age</label> <label>Status</label> <label>Height</label> <format>{{{height}}} inches</format> <label>Weight</label> <format>{{{weight}}} grams</format> </infobox>
Citations
Status: Not Working
https://www.mediawiki.org/wiki/Extension:JsonConfig#Supporting_Wikimedia_templates