User:DoggoBit/Sandbox/Infobox board: Difference between revisions

DoggoBit (talk | contribs)
No edit summary
DoggoBit (talk | contribs)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{User:DoggoBit/Sandbox/Infobox
<includeonly>{{User:DoggoBit/Sandbox/Infobox
  |clip={{{clip|}}}
   |title={{{title|}}}
   |title={{{title|}}}
   |image={{{image|}}}
   |image={{{image|}}}
Line 8: Line 9:
     |soc={{{soc|}}}
     |soc={{{soc|}}}
   }}
   }}
  |footer={{{footer|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{User:DoggoBit/Sandbox/Infobox board
{{User:DoggoBit/Sandbox/Infobox board
Line 16: Line 18:
   |support-status=Limited community efforts
   |support-status=Limited community efforts
   |soc=BCM2712
   |soc=BCM2712
  |footer=[[NixOS on ARM|<span style="color: white;">Development Board</span>]]
}}
}}
An infobox to be used on board-specific pages, e.g. [[NixOS_on_ARM/Raspberry_Pi_5]].
An infobox to be used on board-specific pages, e.g. [[NixOS_on_ARM/Raspberry_Pi_5]].
Line 27: Line 30:
   |support-status=Limited community efforts
   |support-status=Limited community efforts
   |soc=BCM2712
   |soc=BCM2712
  |footer=[[NixOS on ARM|Development Board]]
}}
}}
</pre>
</pre>
Line 53: Line 57:
</pre>
</pre>


I wold ''personally'' love to top-align the content cells, so that we don't get the staggered lines on multi-line cells, but that would be a lot of manual work now, and would result in an overly complicated template. However, it should be a common.css one-liner.
I would ''personally'' love to top-align the content cells, so that we don't get the staggered lines on multi-line cells, but that would be a lot of manual work now, and would result in an overly complicated template. However, it should be a common.css one-liner.
 
Finally, I also have a ''wilder'' version of the infobox on top, that incorporates the angled sections from the main website:
{{User:DoggoBit/Sandbox/Infobox board
  |title=Raspberry Pi 5
  |image=Raspberry_Pi_5,_8_GB_RAM.jpg
  |manufacturer=Raspberry Pi Foundation
  |soc=BCM2712
  |clip=yes
}}
</noinclude>