TestPage2: Difference between revisions

From Jcastle.info
No edit summary
No edit summary
 
(473 intermediate revisions by the same user not shown)
Line 1: Line 1:
<SCRIPT>
function p.getJSONLD()
function passWord() {
  return '{"@context": "https://schema.org", "name": "Test Castle"}'
var testV = 1;
end
var pass1 = prompt('Please Enter Your Password',' ');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "letmein") {
alert('You Got it Right!');
window.open('protectpage.html');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','Password');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return " ";
}
</SCRIPT>
<CENTER>
<FORM>
<input type="button" value="Enter Protected Area" onClick="passWord()">
</FORM>
</CENTER>
 
This is the full list of all {{#ask:
[[Category:Samurai Homes]]
|format=count
}} Samurai Residences currently documented on Jcastle.info.  So far I've only documented the residences with an extant house, but will slowly add those without a house but have a gate or other original structures. 
 
<div class="index-content">
<div class="container">
<div class="row display-flex">{{#ask:
[[Category:Samurai Homes]]
|?Castle
|?Samurai Residence Features
|?Samurai Residence Designations
|?City
|?Prefecture
|?English Name
|format=template
|link=none
|template=samurai_home_fulllist3
|sort=castle
}}
</div>
</div>
</div>
 
 
__NOTOC__

Latest revision as of 22:20, 19 July 2025

function p.getJSONLD()

 return '{"@context": "https://schema.org", "name": "Test Castle"}'

end