Difference between revisions of "User:RokeJulianLockha"

From War Thunder Wiki
Jump to: navigation, search
(Created profile page.)
 
 
Line 1: Line 1:
<syntaxhighlight lang="powershell-preview" line>
+
<code>
 
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
 
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
‎</syntaxhighlight> <!-- https://www.reddit.com/r/mediawiki/comments/n4v1oc/comment/k1rkgrp/?utm_source=share&utm_medium=web2x&context=3 -->
+
‎</code>
 
 
See https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_GeSHi/pull/4#issue-1998222159 for the cause of the invalid syntax.
 

Latest revision as of 17:17, 1 February 2024

Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio ‎