EWiki provided macros may help you to create rich content, like striped landing pages, documentation, encapsulation, ...
The macro header
creates an HTML header with an optional icon and a sub header.
@w{header(icon=cog)} This is a header @w{subheader}...with a sub header.@w{/subheader} @w{/header}
Headers can also change size.
@w{header(class=big,icon=cog)} This is a header @w{subheader}...with a sub header.@w{/subheader} @w{/header}
The macros stripe
and textstripe
create a container that will reach the left and right borders, and a nested container with the normal width. This ensures a full stripe of the desired color, occupying the container limits. For landing pages, horizontal limits are the browser width.
@w{stripe(color=RedGold)} @w{header(icon=cog)} This is a header @w{subheader}...with a sub header.@w{/subheader} @w{/header} @w{/stripe}
@w{textstripe(color=RedGold)} @w{header(icon=cog)} This is a header @w{subheader}...with a sub header.@w{/subheader} @w{/header} @w{/textstripe}
The message
macro is a way to draw attention to specific content.
@w{message(class=info,icon=info,header=Informative message)} This content can be any EWiki content. @w{/message}
@w{message(class=warning,icon=warning,header=Warning message)} This content can be any EWiki content. @w{/message}
The cards
and card
macros create an encapsulated content, with an optional image.
@w{card(image=repository(/topcard.jpg))} @w{content(header=Card header)} This content can be any EWiki content. @w{/content} @w{/card}
Wrapping cards within the cards
macro can control how cards will show in rows, the type of card, color and more. Check the cards
macro definition.
The items
and item
macros create an encapsulated content, with an optional image.
@w{items} @w{item(imgclass=tiny,image=repository(/topcard.jpg))} @w{content(header=Card header)} This content can be any EWiki content. @w{/content} @w{/item} @w{/items}
Wrapping items within the items
macro can control the type of item, color and more. Check the items
macro definition.
English | 12/08/23 16:21 | Lluís Turró Cutiller | |
English | 12/31/23 14:39 | Lluís Turró Cutiller | |
English | 01/05/24 11:56 | Lluís Turró Cutiller | |
English | 03/09/24 18:52 | Lluís Turró Cutiller | |
English | 04/17/24 06:01 | Lluís Turró Cutiller |