POC: Difference between revisions
Jump to navigation
Jump to search
Gregpaskal (talk | contribs) mNo edit summary |
Gregpaskal (talk | contribs) mNo edit summary |
||
| Line 16: | Line 16: | ||
|2 | |2 | ||
|3 | |3 | ||
| style="font-size:12px;" | |[[Language Syntax - Side by Side Examples|<span style="font-size:12px;color:#ffffff;">Language Syntax</span>]] | ||
|} | |} | ||
Revision as of 19:09, 6 September 2022
|
What can we help you find? |
Random | ||||||||||||||||
| Home | Testing | Automation | AI | IoT | OS | RF | Data | Development | References | Tools | Wisdom | Inspiration | Investing | History | Fun | POC | Help |
This page captures Proof of Concept work.
Table Experiments
| Hello | World | ||
|---|---|---|---|
| 1 | 2 | 3 | Language Syntax |
<html>
<body>
<nowiki><p>Hello <span style="font-weight: bold;">world</span></nowiki>!
<nowiki></p></nowiki>
</body>
</html>Examples
{{#if:|Invalid title for TemplateStyles' src attribute.}}
{{#if:|}}
{{{name}}}
echo "hello world!"{{#if:light|}}
{{#if:|}}
{{{name}}}
echo "hello world!"{{#if:dark|}}
{{#if:|}}
{{{name}}}
$ echo "hello world!"{{#if:|Invalid title for TemplateStyles' src attribute.}}
{{#if:|}}
{{{name}}}
{{Codesample}}{{#if:dark|}}
{{#if:ingress.yaml|}}
ingress.yaml
---
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: foo-redirect
namespace: tool-foo
labels:
name: foo-redirect
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/permanent-redirect: https://bar.toolforge.org/$1$is_args$args
spec:
rules:
- host: foo.toolforge.org
http:
paths:
- backend:
serviceName: unused
servicePort: 8000
path: /(.*){{#if:light|}}
{{#if:metadata|}}
metadata
name: foo-redirect
namespace: tool-foo
labels:
name: foo-redirect
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/permanent-redirect: https://bar.toolforge.org/$1$is_args$args