Module talk:ColorParse/Templates: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 August 2024

  • curprev 06:4906:49, 26 August 2024 Librarianmage talk contribs 436 bytes +436 Created page with "== Creating the shader codes == Solid colors: <code>xq -r '.colors.solidcolors.solidcolor | map("[\'\(.["@Name"])\']={\'\(.["@Color"])\', \'sequence\'},") | join("\n")' Colors.xml</code> Shaders: <code>xq -r '.colors.shaders.shader | map("[\'\(.["@Name"])\']={\'\(.["@Colors"])\', \'\(.["@Type"])\'},") | join("\n")' Colors.xml</code> ~~~~"
Return to "ColorParse/Templates" page.