samwilson / diagrams-extension

A MediaWiki extension that displays GraphViz, Mscgen, PlantUML, and Mermaid diagrams in wiki pages.
https://www.mediawiki.org/wiki/Extension:Diagrams
GNU General Public License v2.0
8 stars 11 forks source link

Making a template #98

Closed keepersdungeon closed 1 month ago

keepersdungeon commented 1 month ago

Is there a way to make a template out of the <mermaid>{{{1}}}</mermaid>?

samwilson commented 1 month ago

It should be possible to do this with the #tag parser function, e.g.:

{{#tag:mermaid | {{{1}}} }}

(If I'm understanding your question correctly.)

keepersdungeon commented 1 month ago

Yeah perfect thank you for your reply!