Template:Produktinfobox: Difference between revisions

From CKRAS Wiki

(Created page with "<div style="text-align: center; display: inline-block; margin: 0 10px;"> <div style="border: 1px solid black; padding: 10px;"> <h2>{{{Titel1}}}</h2> <table border="1" style="border-collapse: collapse;"> <!-- Hier kommt dein Listenelement für Produkte --> {{{Produkte1}}} </table> </div> </div> <div style="display: inline-block; width: 20px;"></div> <div style="text-align: center; display: inline-block; margin: 0 10p...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="text-align: center; display: inline-block; margin: 0 10px;">
<div style="text-align: center; display: inline-block; margin: 0 auto; max-width: 50%;">
     <div style="border: 1px solid black; padding: 10px;">
     <div style="border: 1px solid black; padding: 10px; margin: 0 auto;">
         <h2>{{{Titel1}}}</h2>
         <h2>{{{Titel1}}}</h2>
         <table border="1" style="border-collapse: collapse;">
         <div style="overflow-x: auto;">
            <!-- Hier kommt dein Listenelement für Produkte -->
            <table border="1" style="border-collapse: collapse; width: max-content; margin: 0 auto;">
            {{{Produkte1}}}
                <!-- Hier kommt dein Listenelement für Produkte -->
         </table>
                {{{Produkte1}}}
            </table>
        </div>
         <button class="custom-button">Button 1</button>
     </div>
     </div>
</div>
</div>
<div style="display: inline-block; width: 20px;"></div>
<div style="display: inline-block; width: 20px;"></div>
<div style="text-align: center; display: inline-block; margin: 0 10px;">
<div style="text-align: center; display: inline-block; margin: 0 auto; max-width: 50%;">
     <div style="border: 1px solid black; padding: 10px;">
     <div style="border: 1px solid black; padding: 10px; margin: 0 auto;">
         <h2>{{{Titel2}}}</h2>
         <h2>{{{Titel2}}}</h2>
         <table border="1" style="border-collapse: collapse;">
         <div style="overflow-x: auto;">
            <!-- Hier kommt dein Listenelement für Produkte -->
            <table border="1" style="border-collapse: collapse; width: max-content; margin: 0 auto;">
            {{{Produkte2}}}
                <!-- Hier kommt dein Listenelement für Produkte -->
         </table>
                {{{Produkte2}}}
            </table>
        </div>
         <button class="custom-button">Button 2</button>
     </div>
     </div>
</div>
</div>
{{Button|Special:MyPage|Button Text}}

Latest revision as of 15:10, 19 April 2024

{{{Titel1}}}

{{{Produkte1}}}
       <button class="custom-button">Button 1</button>

{{{Titel2}}}

{{{Produkte2}}}
       <button class="custom-button">Button 2</button>


Info.png

Special:MyPage