We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building on https://wikimedia.org.au/wiki/Stories
Should be able to be in multiples of e.g. ⅓, ¼ of the page.
The text was updated successfully, but these errors were encountered:
The idea here is to have something like Bootstrap's card: https://getbootstrap.com/docs/5.0/components/card/#example
card
I wonder if this should actually be done in a separate extension, e.g. a parser function like:
{{#card: | link = Foo | image = Foo.jpg | title = Foo | body = Lorem ipsum. }}
Which would output something like:
<div class="card" > <a href="/Foo"> <img src="/images/Foo.jpg" width="300" /> <span class="card-title">Foo</span> <span class="card-body">Lorem ipsum.</span> </a> </div>
The key point being that the whole card is a link.
Sorry, something went wrong.
No branches or pull requests
Building on https://wikimedia.org.au/wiki/Stories
Should be able to be in multiples of e.g. ⅓, ¼ of the page.
The text was updated successfully, but these errors were encountered: